
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

body {
  background: white;
  color: #39313c;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.125em;
  line-height: 1.875em; }

a {
  color: #8b78b9;
  text-decoration: none; }
  
b, strong {
font-weight:bold;
  text-decoration: none; }  

a:hover {
  color: #7460a4; }


h1 {
  font-size: 2.25em;
	  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1; }

h2 {
  font-size: 2.00em;
	  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1; }


h3 {
  font-size: 2.00em;
	  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1; }

p span {
  font-size: 1.875em;  }

.wrapper {
  width: 100%;
  margin: 0 auto;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
 }

header .wrapper {
  background: url(../images/lavender1.jpg) left top no-repeat;
  padding: 5.33333% 4.16667% 8.33333% 36.66667%;
  background-size: auto; }

#oil .wrapper {
  background:  url(../images/lavender2.jpg) 15.16667% center no-repeat;
  padding: 10% 4.16667% 10% 50%;
  background-size: auto;
 }

#culinary .wrapper {
  background: url(../images/lavender3.jpg) 4.16667% center no-repeat;
  padding: 10% 4.16667% 10% 45.83337%;
  background-size: 20.5% auto;
 }

#dried .wrapper {
  /*background: url(../images/lavender4.jpg) 0.16667% center no-repeat;*/
  padding: 10%;
 /* background-size: 33.33333% auto; */
}

#impressum .wrapper {
  background: url(../images/lavender4.jpg) 4.16667% center no-repeat;
  padding: 10% 4.16667% 10% 41.66667% ;
  background-size: 25.33333% auto; 
}

#karte .wrapper {
 
  padding: 0%;
  background-size: 33.33333% auto; 
}

section:after, header:after {
  content: "";
  display: block;
  height: 200px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6); }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px), only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    section:after, header:after {
      background-attachment: scroll; } }

header:after  header .wrapper {
    
  background: url(../images/lavender1.jpg) left top no-repeat;
  padding: 5.33333% 4.16667% 8.33333% 36.66667%;
  background-size: 10%; }

#oil:after {
  background-image: url(../images/lavenderbg2.jpg); }

#culinary:after {
  background-image: url(../images/lavenderbg3.jpg); }

#dried:after {
  background-image: url(../images/lavenderbg4.jpg); }
  
  
  #impressum:after {
  background-image: url(../images/lavenderbg5.jpg); }
  
  #karte:after {
  background-image: url(../images/lavenderbg6.jpg); }

footer {
  background: lavender;
  padding: 8.33333% 3.33333%;
  text-align: center;
  margin-top:-250px; }

@media only screen and (max-width: 600px) {
  body {
    font-size: .75em; }


 header .wrapper {
    
  background: url(../images/lavender1.jpg) left top no-repeat;
  padding: 5.33333% 4.16667% 8.33333% 36.66667%;
  background-size: 30%; }


#oil .wrapper {
  background:  url(../images/lavender2.jpg) 15.16667% center no-repeat;
  padding: 10% 4.16667% 10% 50%;
  background-size: 30%;
 }


@media only screen and (min-width: 1200px) {
.wrapper {
    width:1200px; }
	header .wrapper {
	  padding: 100px 50px 100px 440px; }

	#oil .wrapper {
	  padding: 120px 50px 120px 600px;
	 }

	#culinary .wrapper {
	  padding: 120px 50px 120px 550px;
	 }

	#dried .wrapper {
	  padding: 120px 50px 120px 500px ;
	}
	
	
	#impressum .wrapper {
	  padding: 120px 50px 120px 500px ;
	}
	
	#karte .wrapper {
	  padding: 0px; 	  width:100%;
	}

}