/* Style Sheet */
 h1, h2, h3, h4, h5, h6, ul, ol, li, p {
    padding: 0;
    margin: 0;
    border: 0;
}
ul, ol, li {
    list-style: none }
h1, h2, h3, h4, h5, h6 {
    font-family: 'Comic Sans MS', Arial, sans-serif;
    font-weight: bold;
    font-size: 100%;
}
 a {
    text-decoration: none;
}
 a:visited,
 a:link {
    color: #0000ee;
}
html {
/* 	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;  */
    background-color: #d7d7d7;
}
/* *, ::before, ::after { 
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit; 
   } */
body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 5px auto;
    max-width: 70em;
    box-shadow: 0px 0px 10px #373737 inset;
    border: 2px solid;
    border-radius: 0.8em;
    background-image: url(backgrounds/background_body.jpg);
    font-family: Arial, Helvetica, Calibri, 'Times New Roman', sans-serif;
    color: #141414;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
header, #main, footer, nav#top, article {
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    padding: 0.4em;
    border-radius: 0.8em;
}
header {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    align-items: center;
}
#logo {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 12em;
    padding: 0 1em;
    text-align: right;
}
#losung {
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    font: italic bold 0.8em 'Freestyle Script','Comic Sans MS',Arial,sans-serif;
    padding: 0.5em;
    text-align: center;
}
#main {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
nav#top {
	-webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    box-shadow: 0px 0px 15px #425403 inset;
    margin: 0.25em;
    border: 2px solid;
    border-color: #425403;
    background-color: #BABC73;
}
 article {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    box-shadow: 0px 0px 15px #425403 inset;
    padding: 0px 10px;
    margin: 0.25em;
    border: 2px solid;
    border-color: #425403;
    background-color: #F6F7EA;
}
div#insidearticle {
	-webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
	-webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
div#insideheader {
	-webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
	-webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	margin-bottom: 0.7em;
}
div#insidefooter {
	-webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
	-webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	margin-top: 1.7em;
	padding-bottom: 1.5em;
}
section.akt {
    clear: both;
	padding: 0 0 0.5em 0.5em;
}
section.weingut, section.speisen {
	margin-bottom: 1.5em;
}
footer {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    box-shadow: 0px 0px 10px #425403 inset;
    margin: 0 0.75em 0.25em;
    padding: 0.6em;
    border: 2px solid;
    border-color: #425403;
    background-color: #BABC73;
}
nav#top ul, nav#sub > ul, nav#sub2 > ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
nav#top a, nav#top a:link {
    display: block;
    position: relative;
    width: 154px;
    height: 43px;
    background-image: url(gifs/linky.gif);
    color: #BABC73;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
nav#top a:focus, nav#top a:hover, nav#top a.current {
    color: #F6F7EA;
}
.linktext {
    position: absolute;
    left: 8px;
    bottom: 11px;
    font: bold .9em 'Comic Sans MS',Arial,sans-serif;
}
nav#sub li,
nav#sub2 li {
    position: relative;
    margin: 0.5em 0.3em;
}
nav#sub ul ul {
    /* Unternavigation ausblenden */
    position: absolute;
    top: 1.8em;
    left: -0.3em;
    font: 0/0 serif;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
nav#sub a,
nav#sub2 a {
    display: block;
    min-width: 6em;
    padding: 0.4em;
    box-shadow: 0px 0px 5px #425403 inset;
    border: 2px solid #425403;
    border-radius: 1.0em;
    text-align: center;
	white-space: nowrap;
    background-color: #BABC73;
    font: bold .8em 'Comic Sans MS',Arial,sans-serif;
    color: #141414;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
nav#sub a:focus,
nav#sub a:hover,
nav#sub a.current,
nav#sub2 a:focus,
nav#sub2 a:hover {
    background-color: #F6F7EA;
}
h5 a, h5 a:link, h5 a:visited {
    padding: 0.4em;
    box-shadow: 0px 0px 5px #425403 inset;
    border: 2px solid #425403;
    border-radius: 1.0em;
    background-color: #BABC73;
    font-size: 0.9em;
    color: #141414;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
h5 a:focus, h5 a:hover {
    background-color: #F6F7EA;
}
div.traubenrot {
	height: 105px;
    background: url(gifs/trauben_rot.gif) no-repeat center center;
	text-align: center;
}
div.traubenweiss {
	height: 105px;
    background: url(gifs/trauben_weiss.gif) no-repeat center center;
	text-align: center;
}
div.rezeptuebersicht {
	height: 127px;
    background: url(rezepte/rgifs/schweiners4.gif) no-repeat center center;
	text-align: center;
}
div.olive {
	height: 128px;
    background: url(gifs/olive.gif) no-repeat center center;
	text-align: center;
}
div.biene {
	height: 216px;
    background: url(gifs/biene.gif) no-repeat center center;
	text-align: center;
}

div.produkt {
	margin: 0.2em;
    padding: 0.5em;
	box-shadow: 0px 0px 5px #636177 inset;
    border: 2px solid #636177;
    border-radius: 0.8em;
    background-color: #F0EFF2;
    font-size: 0.9em;
}
div.infobox {
    background-color: #b9b9b9;
    border: 3px solid black;
    border-radius: 0.8em;
}
div.infobox img {
    margin: 5px 0 0 5px;
    border: 2px solid black;
}
div.produkt::after {
    content: '';
	display: block;
	clear: both;
	}
ul.info li {
    padding-left: 3em;
    min-height: 36px;
    margin: .5em 0;
    background-image: url(gifs/fass.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
ul.rezepte li {
    padding-left: 2em;
    margin: .5em 0;
    background-image: url(rezepte/rgifs/oliven-bullet.gif);
    background-repeat: no-repeat;
    background-position: left top;	
}
ol.abo li {
	list-style: decimal inside;
}
h1 {
    font-size: 1.5em;
}
h2 {
    margin: 0.8em 0 0.4em;
    text-align: center;
    font-size: 1.4em;
}
h3 {
	margin-top: 1em;
    padding: 0 3em;
}
h3.akt {
	margin-bottom: 0.4em;
	padding: 0;
}
h4 {
	clear: both;
	margin: 1.2em 0 0.7em ;
    text-align: center;
    font-size: 1.2em;
}
h5 {
	text-align: center;
    margin-bottom: 0.7em;
	padding: 0.4em;
}
h5.breit {
    clear: left;
}
h6 {
    margin: 0.5em;
    font-size: 1.1em;
}
img.thumb,
img.thumb-2,
img.thumb-3 {
	width: 50px; 
    height: 100px;
}
img.fullsize {
	width: 300px; 
    height: 600px;
}
img.fullsize-quer {
	width: 480px; 
    height: 360px;
}
img.thumbquer,
img.thumbquer-2,
img.thumbquer-3 {
	width: 120px; 
    height: 90px;
}
img.thumb,
img.thumb-2,
img.thumb-3,
img.thumbquer,
img.thumbquer-2,
img.thumbquer-3,
img.fullsize,
img.fullsize-quer {
	display: block;
    float: left;
    margin: 0.2em 0.4em;
    border: 1px solid #141414;
    border-radius: 0.8em;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.4s ease-in-out;   /* für Safari 5.1, Android 2.3 bis 4.3 */
    transition: all 0.4s ease-in-out;
}
img.thumb:hover { 
	-webkit-transform: scale(4) translate(20px,-20px);  /* für Safari, Android */
    -ms-transform: scale(4) translate(20px,-20px); /* für IE9 */	
	transform: scale(4) translate(20px,-20px);	
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8);
  }
img.thumb-2:hover { 
	-webkit-transform: scale(6) translate(20px,-20px);  /* für Safari, Android */
    -ms-transform: scale(6) translate(20px,-20px); /* für IE9 */	
	transform: scale(6) translate(20px,-20px);	
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8);
  }
img.thumbquer:hover { 
	-webkit-transform: scale(3) translate(36px,-20px);  /* für Safari, Android */
    -ms-transform: scale(3) translate(36px,-20px); /* für IE9 */	
    transform: scale(3) translate(36px,-20px);	
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8);
  }
img.thumbquer-2:hover { 
	-webkit-transform: scale(4) translate(46px,-20px);  /* für Safari, Android */
    -ms-transform: scale(4) translate(46px,-20px); /* für IE9 */	
    transform: scale(4) translate(46px,-20px);	
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8);
  }  
img.left,
img.left-big,
img.left-high {
	float:left;
	margin: 0 15px 15px 0; 
	border:3px solid #2D3034;
	border-radius: 0.8em;
}
img.right,
img.right-big,
img.right-high {
	float: right;
	margin: 0 0 15px 15px; 
	border:3px solid #2D3034;
	border-radius: 0.8em;
}
p {
	margin-bottom: 0.5em;
}
.impressum {
    font-size: 0.8em;
    text-align: center;
	margin-bottom: 0;
}
.carr {
    font-weight: bold;
}
.carrolio {
	margin-left: 0.5em;
}
.prezzoolio {
	margin-left: 0.5em;
	font-weight: bold;
}
.aus {
	display: inline-block;
	padding: 0.3em 0.5em;
	margin: 0.1em;
	box-shadow: 0px 0px 5px #A84406 inset;
	border: 1px solid #A84406;
	border-radius: 1em;
	background-color: #F9ECE3;
	font-size: 0.8em;
	font-weight: bold;
}
.neu {
	display: inline-block;
	padding: 0.6em 0.8em;
	margin: 0.2em;
    box-shadow: 0px 0px 5px #425403 inset;
    border: 1px solid #425403;
    border-radius: 1em;
    background-color: #F6F7EA;
	font-size: 0.8em;
	font-weight: bold;
}
.name {
    margin-right: 1.1em;
/*     white-space: nowrap; */
}
.prezzo {
    margin-right: 1.1em;
    white-space: nowrap;
}
.prezzol {
    margin-right: 1.1em;
    font-weight: 100;
    font-size: 0.7em;
    white-space: nowrap;
    color: #999999;
}
.weinempfehlung-w {
    padding-left: 2em;
	min-height: 3em;
    margin: .5em 0;
    background-image: url(rezepte/rgifs/glas-w.gif);
    background-repeat: no-repeat;
    background-position: left top	
}
.weinempfehlung-r {
    padding-left: 2em;
	min-height: 3em;
    margin: .5em 0;
    background-image: url(rezepte/rgifs/glas-r.gif);
    background-repeat: no-repeat;
    background-position: left top	
}
.nowrap {
    white-space: nowrap;
}
b {
	font-weight: bold;
}
@media all and (min-width: 800px) {
nav#top {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
article {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    max-height: 820px;
    overflow-y: scroll;
}
nav#top ul {
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
}
nav#sub ul li:hover ul {
    font: inherit;
    z-index: auto;
    /* Unternavigation einblenden */
 }
 #losung {
 font: bold 1.8em 'Freestyle Script','Comic Sans MS',Arial,sans-serif;
}
#logo {
    padding: 0 5em 0 1em;
}
}
@media only screen and (max-width: 600px) {
  img.left-big,
  img.right-big {
	float: none;
	width: 240px;
	height: 180px;
	margin: 0px;
  }
  img.left,
  img.right,
  img.right-high,
  img.left-high,
  img.fullsize {
	float: none;
	margin: 0 0 15px 0;
}
  img.left,
  img.right,
  img.fullsize {
	width: 240px;
	height: 480px;
}
  img.fullsize-quer {
	width: 240px;
	height: 180px;
}
}  
@media only screen and (max-width: 1200px) {
img.thumb:hover,
img.thumbquer:hover,
img.thumbquer-2:hover,
img.thumb-2:hover { 
	-webkit-transform: none;
    -ms-transform: none;	
    transform: none;
    box-shadow: none;
}
}  
@media only screen and (max-width: 1000px) {
img.fullsize-quer {
	float: none;
	margin: 0 0 15px 0;
}
}
