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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.clearfix:before, .clearfix:after { content: ""; display: table; line-height: 0;}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
/********************************************************/
/** end reset.css                                    ****/
/********************************************************/

body {
	background-color: #FFFFFF;
	overflow-y: scroll;
}

body, a {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.green {
	color: #2E5E34;
}


/** Layout
 *
 */
.block-wrapper {
    position: relative;
    width: 100%;
}
.center-wrapper {
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    width: 1092px;
}
.hr {
	width: 100%;
	height: 1px;
	background: #000000 none no-repeat scroll center center;
}
.hr hr {
	display: none;
}

#header.block-wrapper, #main.block-wrapper {
	background-color: #fff;
}

#header {
	height: 100px;
}
p {
	line-height:23px;
}


#home-link {
	position: absolute;
	left: 20px;
	top: 20px;
}
#nav {
	position: absolute;
	right: 20px;
	top:41px;
	text-align: right;
}


#media {
	height: 640px;
	overflow: hidden;
	position: relative;
}
#slider {
	width: 2184px;
	height: 640px;
	position: absolute;
	z-index: 1;
}
#slider > img {
	float: left;
}
.home-arrow {
	position: absolute;
	top: 296px;
	z-index: 2;
	cursor: pointer;	
}
#arrow-left {
	left: 28px;
}
#arrow-right {
	right: 28px;
}

#hr-header {
	height: 3px;
	position: relative;
	top: 80px;
}
#hr-footer {
	position: relative;
	top: 45px;
}
#time-line {
	width: 3px;
	height: 1039px;
	float: left;
	position: relative;
	top: 9px;
}


.left {
	float: left;
	width: 670px;
	margin-right: 64px;
}

.right {
	float: left;
	width: 350px;
}

.samen-list1, .wein-list1 {
	display: inline-block;
	width: 46%;
}
.samen-list2, .wein-list2 {
	float: right;
	width: 50%;
}

.title-h1 {
    font-size: 52px;
    line-height: 68px;
    font-weight: bold;
}
.title-h2 {
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
}
.scroll-top {
	float: right;
	text-align: right;
	line-height: 40px;
	cursor: pointer;
}

#footer {
	height: 140px;
}

#foot-1, #foot-2, #foot-3 {
	position: absolute;
	top: 62px;
	left: 20px;
}
#foot-2 {
	left: 230px;
}
#foot-3 {
	left: 440px;
}

/*** Styles
*
*/

.home-text {
	margin-top: 30px;
	margin-bottom: 20px;
}
.home-text p {
	display: none;
}
.home-text p:first-child {
	display: block;
}
.tab {
	text-indent: 20px;
}
.scroll-top span {
	font-size: 13px;
	vertical-align: -3px;
}

#nav li {
	float: left;
	margin-left: 52px;
}
#nav li, #nav li a, #nav li span {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
}
#nav li a:hover, #nav li.current span {
	color: #2E5E34;
}

#line-1 {
	margin-bottom: 17px;
    margin-top: 2px;
}
#line-2, #line-3, #line-4, #line-5, #line-6 {
	margin-top: 50px;
	margin-bottom: 12px;
}

#main .opening td {
	padding: 0 20px 0 0;
	white-space: nowrap;
}
.is-home #main h2 {
	margin-top: 24px;
	margin-bottom: 48px;
}
.is-home #main span {
	font-weight: bold;
}

.is-produkt #main li, .is-wein #main li {
	text-indent: -11px;
	padding-left: 11px;
}
.is-produkt #main h2, .is-wein #main h2 {
	display: inline-block;
	margin-top: 6px;
	margin-bottom: 10px;
}
.is-produkt #main h6, .is-wein #main h6 {
	font-style: italic;
}

#katalog-list1 td, #katalog-list2 td {
	padding: 0 12px 0 0;
}
#katalog-list1 td:last-child, #katalog-list2 td:last-child {
	padding: 0 0 0 0;
}
#katalog-list1 h4, #katalog-list2 h4 {
	font-weight: bold;
	margin-bottom: 6px;
}
#katalog-anrede h4 {
	font-weight: bold;
	margin-bottom: 1px;
}
#katalog-list1 h5, #katalog-list2 h5, #katalog-link a, #wein-link a {
	font-weight: bold;
}
#katalog-link a:hover, #wein-link a:hover {
	color: #2E5E34;
}
#katalog-link span, #katalog-submit span, #bestellung-submit span, #bestellung-addline span {
	font-family: Calibri,Minion Pro,Arial,sans-serif;
}

#katalog-address input, #bestellung-address input {
	border: none;
	width: 100%;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	padding: 0;
	margin-top: 6px;
}

#katalog-address div, #katalog-anrede div,
#bestellung-address div, #bestellung-anrede div, #bestellung-lieferart div {
	height: 28px;
	border-bottom: 1px solid;
}

#katalog-anrede input,
#bestellung-anrede input, #bestellung-lieferart input {
	vertical-align: -2px;	
}
#katalog-anrede span,
#bestellung-anrede span, #bestellung-lieferart span {
	vertical-align: -4px;
}

#order-list fieldset input {
	border: none;
	width: 100%;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 16px;
	padding: 0;
	margin-top: 6px;
}
#order-list fieldset div {
	height: 28px;
	width: 19%;
	display: inline-block;
	border-bottom: 1px solid;
	margin-right: 8px;
}
#order-list fieldset:first-child div {
	border-top: 1px solid;
}
#order-list fieldset div:nth-child(5n+5) {
	margin-right: 0;
}

#bestellung-validate {
	height: 200px;
}

#katalog-submit, #bestellung-submit, #bestellung-addline {
	background-color: #fff;
	clear: both;
	float: left;
	text-align: center;
    border: 1px solid;
    padding: 3px 11px;
    margin: 10px 20px 20px 0;
    cursor: pointer;
}
#bestellung-addline {
    border: none;
    padding-left: 0;
    margin-bottom: 32px;
}
#katalog-error, #bestellung-error {
	float: left;
	margin-top: 14px;
	width: 540px;
}


.is-portrait #main h2 {
	display: inline-block;
	margin-top: 6px;
	margin-bottom: 32px;
}
.is-portrait #main h6 {
    font-size: 10px;
    line-height: 12px;
}
#chronik td:first-child {
	padding-right: 32px;
    background-image: url('../pics/zeiger01.png');
    background-repeat: no-repeat;
    background-size: 13px 7px;
    background-position: 0 9px;
    border-left: 0 solid;
}
#chronik td:last-child {
	padding: 0 0 72px 100px;
}
#chronik tr:last-child td:last-child {
	padding-bottom: 10px;
}


.is-bestellung #main h2 {
	margin-top: 36px;
	margin-bottom: 12px;
}
#bestellung-liefertitel {
	line-height: 40px;
	margin-top: 36px;
	margin-bottom: 12px;
	
}
#bestellung-liefertitel span {
	font-weight: bold;
	line-height: 24px;
	vertical-align: 5px;
}


#foot-1, #foot-2, #foot-2 a, #foot-3 {
	font-size: 13px;
	line-height: 20px;
}

#foot-3 .opening td {
	padding: 0 10px 0 0;
	white-space: nowrap;
}



