/** Haddewig Framework CSS 1.2.0 horizontal-Menu **/


/* Textdefinitionen */

@font-face {
  font-family: Profile;
  src: url('fonts/ProfileOT-Regular.otf');
}

@font-face {
  font-family: Profile;
  src: url('fonts/ProfileOT-Bold.otf');
  font-weight: bold;
}

@font-face {
  font-family: Profile;
  src: url('fonts/ProfileOT-RegularItalic.otf');
  font-style: italic;
}

@font-face {
  font-family: Profile;
  src: url('fonts/ProfileOT-BoldItalic.otf');
  font-weight: bold;
  font-style: italic;
}

a:link		{ color: #ffb400; text-decoration: none }
a:visited	{ color: #ffb400; text-decoration: none }
a:hover		{ color: #ffffff; text-decoration: underline }
a:active	{ color: #5dd6ff; text-decoration: underline }

h1, h2, h3, h4, p, span {
	font-family: Profile, sans-serif;
	font-size: 20px;
	line-height: 2.0em;
	font-weight: normal;
	color: #a91e1e;
}

@media only screen and (max-width: 600px) {
	h1, h2, h3, h4, p, span {
	font-family: Profile, sans-serif;
	font-size: 40px;
	line-height: 2.0em;
	font-weight: normal;
	color: #a91e1e;
	}
}


h1 {
	font-family: Profile, sans-serif;
	font-size: 100px;
	font-weight: bold;
	font-style: italic;
	color: #6987bc;
	line-height: 0em;
}

h3 {
	font-family: Profile, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #254276;
	line-height: 0em;
	margin: 50px 0px 0px 0px;
}

h4 {
	font-family: Profile, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #6987bc;
	line-height: 0em;
	margin: 50px 0px 0px 0px;
}

.frisch-hell {
	color: #64b4d5;
}

.frisch-dunkel {
	color: #316183;
}

.obst-hell {
	color: #ffa817;
}

.obst-dunkel {
	color: #6ea00f;
}

.angebot-hell {
	color: #cf4723;
}

.angebot-dunkel {
	color: #67bd56;
}

.wir-hell {
	color: #73d295;
}

.wir-dunkel {
	color: #41836c;
}


h2 {
	font-weight: bold;
	color: #254276;
	font-size: 24px;
	line-height: 1.0em;
	margin-top: 10px;
}

@media only screen and (max-width: 600px) {
	h2 {
	font-weight: bold;
	color: #254276;
	font-size: 50px;
	line-height: 1.0em;
	margin-top: 10px;
	}
}



p {
	line-height: 2.0em;
}

.footer p {
	color: #ffb400;
	text-align:center;	
	margin-top: 1px;
}


/* Seitenbereiche */

body, html {
	margin: 0px;
	padding: 0px;
	/* background-color:#b3df55; */
	height: 100%;
	background: #c00c1a url(images/wellen1.png) repeat fixed;

}

img {
    border: 0px solid;
}

.rahmen {
	width: 1200px;
	background: #ffffff;
	text-align:left;
	position: relative;
	/* box-shadow: 0px 0px 10px 0px #000000; */
}

.headline {
	width: 100%;
	height: 400px;
	text-align:center;
	background: #000000 url(images/logo-hintergrund.jpg);

	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

    display: flex; 
    justify-content: center; 
    align-items: center;
}


/* HauptmenŸ */

.mymenu {
	display:block;
	width: 100%;
	overflow: hidden;
	background: #254276;
	position: relative;
}

ul.menulist {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

li.menuitem a, li.menuitemsel a {
	font-family: Profile, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: auto;
	text-align: center;
	float: left;
	padding: 15px 20px 12px 20px;
}

li.menuitem a:hover {
	background-color: #c00c1a;
}

li.menuitemsel a {
	color: #2d3855;
	background: #5dd6ff;
}



.versatz {
	padding-left:20px;}


/* weitere Seitenbereiche */


.bild1, .bild2, .bild3, .bild4, .bild5 {
	position: relative;
	width: 100%;
	height: 400px; 
	margin: 20px 0px -95px 0px;
	background: #9db2d9 url(images/fruchthof.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bild2 {
	background: #9db2d9 url(images/lager.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bild3 {
	background: #9db2d9 url(images/manufaktur.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bild4 {
	background: #9db2d9 url(images/obstgemuese.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bild5 {
	background: #9db2d9 url(images/familie-hille.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.content {
	position: relative;
	width: 700px;
	margin: 50px 0px 50px 60px;
}

.footer {
	position: relative;
	width: 100%;
	height: 40px;
	background-color: #254276;
	padding: 5px 0px 5px 0px;
}

.newarea {
	position: relative;
	width: 700;
	background: #6987bc;
	padding: 50px 100px 50px 150px;
}

.freebox {
	position: absolute;
	top: 500px; left: 500px; /*bottom: 50px; right: 50px;*/
	width: 300px;
    border: 5px solid #ffffff;
	background-color: #41688a;
	padding: 0px 30px;
	opacity: 0.8;
	filter: alpha(opacity=50); /* IE */
	-moz-border-radius:    16px; /* Firefox */
	-webkit-border-radius: 16px; /* Safari, Chrome */
	-khtml-border-radius:  16px; /* Konqueror */
	border-radius:         16px; /* CSS3 */
	-moz-box-shadow:    2px 3px 5px 0px #2d3855;
	-webkit-box-shadow: 2px 3px 5px 0px #2d3855;
	-khtml-box-shadow:  2px 3px 5px 0px #2d3855;
	box-shadow:         2px 3px 5px 0px #2d3855;

}





/* Formulare */

.newarea h2 {
	color: #b3df55;
}

.newarea p {
	color: #ffffff;
}

.formular {
	position: relative;
	width: 500px;
	margin: 0px;
	padding: 10px;
	background-color: #807b70;
	border: 1px solid #665e50;

	-moz-border-radius:    6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius:  6px;
	border-radius:         6px;
}

input, textarea {  
	padding: 8px;
	background: #aaa59b url(../images/input-back.png) repeat-x left top;
	border: 1px solid #665e50;

	-moz-border-radius:    4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius:  4px;
	border-radius:         4px;
}

.mybutton {  
	padding: 8px;
	background: #aaa59b url(../images/button-back.png) repeat-x left top;
	border: 1px solid #665e50;

	-moz-border-radius:    4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius:  4px;
	border-radius:         4px;
}



/* button */

.buttonline {
	padding: 20px 0px;
}

a.button {
    background: transparent url(../images/button-right.png) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 25px;
	margin-right: 2px;
	padding-right: 15px;
	text-decoration: none;
}

a.button span {
	background: transparent url(../images/button-left.png) no-repeat; 
	display: block;
	line-height: 25px;
	padding-left: 14px;
	color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
} 

a.button:hover span {
	color: #ffb400;
}

a.button:active {
	background-position: bottom right;
	color: #c17d1b;
	outline: none;
}

a.button:active span {
	background-position: bottom left;
	color: #c17d1b;
	padding-top: 1px;
	height: 24px;
}

.newline {
	clear:both
}