

body {
	background-color: #e9e1be;
	background-image: none;
	background-repeat: repeat-y;
	color: #3c3c3c;
	font-size: 0.625em;
	line-height: 0.625em;
	font-family: 'Bitter', sans-serif;
	font-style: normal;
	font-weight: 400;
	/*-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;*/
}

::-moz-placeholder {
	color: #000;
}

::-webkit-input-placeholder {
	color: #000;
}

:-ms-input-placeholder {
	color: #000;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder {
	color: transparent;
}

::selection {
	background: #7ba363;
	color: #fff;
}

::-moz-selection {
	background: #7ba363;
	color: #fff;
}


/* bitter-regular - latin */

@font-face {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/bitter-v13-latin-regular.eot');
	/* IE9 Compat Modes */
	src: local('Bitter Regular'), local('Bitter-Regular'), url('../fonts/bitter-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/bitter-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/bitter-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/bitter-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/bitter-v13-latin-regular.svg#Bitter') format('svg');
	/* Legacy iOS */
}


/* bitter-700 - latin */

@font-face {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/bitter-v13-latin-700.eot');
	/* IE9 Compat Modes */
	src: local('Bitter Bold'), local('Bitter-Bold'), url('../fonts/bitter-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/bitter-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/bitter-v13-latin-700.woff') format('woff'), /* Modern Browsers */
	url('../fonts/bitter-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/bitter-v13-latin-700.svg#Bitter') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'headliner_no._45regular';
	src: url('../fonts/headlinerno.45elementeast.com-www.ghh.bio.woff2') format('woff2'), url('../fonts/headlinerno.45elementeast.com-www.ghh.bio.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

img {
	width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #3c3c3c;
}

a:hover {
	text-decoration: underline;
	color: #3c3c3c;
}

nav {
	width: 100%;
	float: none;
}

footer {}

p {
	line-height: 1.714em;
	margin: 0px 0 18px 0;
	padding: 0;
	font-family: 'Bitter', sans-serif;
	font-style: normal;
	font-weight: 400;
}

strong {
	font-weight: 500;
}

h1,
h2 {
	font-family: 'headliner_no._45regular';
	font-weight: normal;
	font-style: normal;
	padding: 10px 10px 0 10px;
	margin: 0 0px;
	font-size: 2.8em;
	letter-spacing: 0.025em;
	text-transform: uppercase;
	color: #e9e1be;
	background-color: #3c3c3c;
	display: inline;
}

h3,
h4 {
	font-family: 'Bitter';
	font-style: normal;
	font-weight: 700;
	font-size: 1.2em;
	padding-bottom: 8px;
	padding-top: 5px;
	margin: 0;
	line-height: 1.25em;
}

h4 span {
	font-weight: 400;
}


/* ------------------------------------------------*/

.outer {
	max-width: 600px;
	margin: 0 auto;
}

.navigation-logo {
	margin: 0 auto;
	max-width: 140px;
	padding-top: 20px;
	padding-bottom: 18px;
}

ul.navigation {
	text-align: center;
	padding: 37px 0 0 0;
	margin: 6px 0 0 0;
	width: 320px;
	font-family: 'headliner_no._45regular';
	font-weight: normal;
	font-style: normal;
	font-size: 3.5em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	list-style: none;
	display: none;
}

ul.navigation li {
	margin: 24px 0;
	padding: 0;
	list-style: none;
	color: #e9e1be;
	line-height: 1em;
}

ul.navigation li a {
	margin: 0;
	list-style: none;
	color: #e9e1be;
	background-color: #3c3c3c;
	padding: 1px 13px 0 13px;
}

ul.navigation li a:hover,
ul.navigation li a.active {
	text-decoration: none;
	background-color: #e9e1be;
	color: #7ba363;
}


/* ------------------------------------------------*/
.naturlandlogo {
	width: 150px;
}


.navigation-position {
	position: static;
	width: 100%;
	background-color: #7ba363;
}

.legal-position {
	position: fixed;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 320px;
	height: 52px;
	font-family: 'headliner_no._45regular';
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #e9e1be;
	display: none;
}

.legal-position a {
	text-decoration: none;
	color: #e9e1be;
}

.legal-position a:hover {
	text-decoration: underline;
}


/* ------------------------------------------------*/

.content {
	font-size: 1.4em;
	line-height: 2.4em;
	padding-left: 0px;
}

.block {
	margin-left: 55px;
}

.klar {
	clear: left;
	height: 10px;
}

.divide {
	clear: left;
}

.divide.qualitaet {
	height: 23px;
}

.divide.news {
	height: 30px;
}

.divide.unternehmen {
	height: 26px;
}

.divide.geschichte {
	height: 30px;
}

.divide.freie-stellen {
	height: 26px;
}

.divide.kontakt {
	height: 30px;
}

.divide.bottom {
	height: 00px;
}

.divide.legal {
	height: 50px;
}


/* ------------------------------------------------*/

.inhaltselement {
	margin-left: 20px;
	margin-right: 20px;
}


/* ------------------------------------------------*/

.qualitaet-col-1 {
	float: none;
}

.qualitaet-col-2 {
	float: left;
	margin-top: 0px;
	padding-right: 0px;
}

.qualitaet-col-2 p {
	max-width: 520px;
}


/* ------------------------------------------------*/

.news-col {
	float: left;
	max-width: 500px;
	margin-left: 0px;
	margin-right: 0px;
}
.news-col a {
	text-decoration: underline;
	color: #7ba363;
}
.news-col a:hover {
	text-decoration: none;
}
.news-col-row-1 {
	float: none;
}

.news-col-row-2 {
	float: none;
	;
	padding-right: 0px;
	padding-left: 0px;
}

.news-klar {
	clear: left;
	height: 15px;
}


/* ------------------------------------------------*/

.unternehmen-col {
	float: none;
	padding-right: 0px;
}

.unternehmen-col-row-1 {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.unternehmen-col-row-2 {
	padding-right: 0px;
	padding-left: 0px;
}


/* ------------------------------------------------*/

ul.geschichte {
	text-align: left;
	padding: 0;
	margin: 0;
	line-height: 1.7em;
	max-width: 735px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
}

ul.geschichte li {
	background-image: url("../img/geschichte/bullet-geschichte.png");
	background-size: 17px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 20px 30px;
	list-style: none;
}

ul.geschichte span {
	font-size: 1.4em;
	font-weight: 700;
	padding: 0;
	margin: 0;
}

		ul.geschichte-sub {
			text-align: left;
			padding: 0;
			margin: 0;
			line-height: 1.7em;
			max-width: 735px;
			padding-right: 0px;
			padding-left: 0px;
			padding-top: 0px;
		}

		ul.geschichte-sub li {
			background-image: url("../img/geschichte/bullet-geschichte-sub.png");
			background-size: 17px;
			background-repeat: no-repeat;
			margin: 0;
			padding: 0 0 0px 18px;
			list-style: none;
		}

		ul.geschichte-sub span {
			font-size: 1.4em;
			font-weight: 700;
			padding: 0;
			margin: 0;
		}


/* ------------------------------------------------*/

.freie-stellen-row-1 {
	max-width: 840px;
	padding-top: 10px;
}

.freie-stellen-row-2 {
	max-width: 815px;
	padding-left: 0px;
	padding-right: 0px;
}

.freie-stellen-row-2 a {
	color: #7ba363;
	text-decoration: underline;
}

.freie-stellen-row-2 a:hover {
	color: #3c3c3c;
	text-decoration: none;
}

.freie-stellen-row-2 p {
	margin-bottom: 16px;
}

.freie-stellen-row-2 h3 {
	padding: 0 0 2px 0;
	margin: 0;
}


/* ------------------------------------------------*/

.kontakt {
	padding-left: 0px;
}

.kontakt p.impressum {
	margin-bottom: 15px;
	margin-top: 50px;
	text-transform: uppercase;
	font-size: 0.8em;
	text-align: left;
	padding-right: 0px;
}

.kontakt p.impressum a {
	text-decoration: none;
	font-family: 'headliner_no._45regular';
	font-size: 1.4em;
	letter-spacing: 0.025em;
	padding-right: 10px;
}

.kontakt p.impressum a:hover {
	text-decoration: none;
	color: #7ba363;
}

a.gruen {
	text-decoration: underline;
	color: #7ba363;
}

a.gruen:hover {
	text-decoration: none;
	color: #3c3c3c;
}


/* ------------------------------------------------*/

.rslides {
	background-image: url("../img/slider/gut-hessenhagen-header-001.jpg");
	background-position: center;
	background-size: 100%;
}


/* ------------------------------------------------*/

@media screen and (min-width:768px) {
	/* ab 1180 px */
	.navigation-logo {
		margin: 0 auto;
		max-width: 180px;
		padding-top: 20px;
		padding-bottom: 18px;
	}
}

@media screen and (min-width:1180px) {
	/* ab 1180 px */
	.outer {
		max-width: 100%;
		margin: 0 auto;
	}
	.navigation-logo {
		margin: 0 auto;
		max-width: 200px;
		padding-top: 20px;
		padding-bottom: 18px;
	}
	.content {
		padding-left: 0px;
	}
	.inhaltselement {
		margin-left: 56px;
		margin-right: 0px;
	}
	.qualitaet-col-1 {
		float: left;
		max-width: 500px;
		margin-right: 35px;
	}
	.qualitaet-col-2 {
		margin-top: 18px;
		padding-right: 30px;
	}
	h1,
	h2 {
		margin: 0 20px;
		font-size: 3.8em;
		padding: 0 10px;
	}
	h3,
	h4 {
		font-size: 1.357em;
	}
	.klar {
		height: 20px;
	}
	p {
		margin: 2px 0 25px 0;
	}
	.news-col {
		margin-left: 20px;
		margin-right: 10px;
	}
	.news-col-row-1 {
		float: left;
	}
	.news-col-row-2 {
		float: left;
		padding-right: 20px;
		padding-left: 5px;
	}
	.unternehmen-col-row-1 {
		padding-left: 10px;
		padding-bottom: 6px;
		padding-top: 5px;
	}
	.unternehmen-col {
		float: left;
		max-width: 1082px;
		padding-right: 50px;
	}
	.unternehmen-col-row-2 {
		padding-right: 120px;
		padding-left: 25px;
	}
	ul.geschichte {
		padding-right: 120px;
		padding-left: 25px;
		padding-top: 8px;
	}
	.freie-stellen-row-2 {
		max-width: 815px;
		padding-left: 25px;
		padding-right: 20px;
	}
	.divide.legal {
		height: 115px;
	}
	.kontakt {
		padding-left: 25px;
		padding-bottom: 0px;
	}
	.kontakt p.impressum {
		margin-bottom: 30px;
		text-align: right;
		padding-right: 36px;
		margin-top: 50px;
	}
	.kontakt p.impressum a {
		padding-right: 0px;
		padding-left: 10px;
	}
	.divide.bottom {
		height: 11px;
	}
	.imprint {
		display: none;
	}
	.divide.qualitaet {
		height: 23px;
	}
	.divide.news {
		height: 23px;
	}
	.divide.unternehmen {
		height: 23px;
	}
	.divide.geschichte {
		height: 23px;
	}
	.divide.freie-stellen {
		height: 23px;
	}
	.divide.kontakt {
		height: 23px;
	}
	.divide.scroll {
		height: 23px;
	}
}

@media screen and (min-width:1500px) {
	/* ab 1500 px */
	body {
		background-image: url("../img/hintergrund.gif");
	}
	.content {
		padding-left: 320px;
	}
	ul.navigation {
		display: block;
	}
	.navigation-position {
		width: 320px;
	}
	nav {
		width: 320px;
		float: left;
	}
	.navigation-logo {
		max-width: 200px;
		padding-top: 60px;
		padding-bottom: 0px;
	}
	.navigation-position {
		position: fixed;
	}
	.legal-position {
		display: block;
	}
}

