@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Enriqueta:400,700);

/* BEGIN RESET */
center, isindex, menu, dir, 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; font-variant: inherit; vertical-align: baseline; background: transparent;
	}
:focus { outline: 0px; }
ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: none; }
blockquote, q { quotes: none; }
ul, ol, dl { position: relative; }
html { overflow: scroll; }
body { line-height: 1; padding-bottom: 50px; }

table { border-collapse: collapse; border-spacing: 0; }

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
/* END RESET */


/* BEGIN GLOBAL STUFF */
html { 
	height: 100%;
}

body { 	
	background: #fff url(../img/bg-weinflaschen-gruen2-fotolia-6963077.jpg) top center;
	background-size: auto;
	background-size: contain;
	background-size: cover;
	background-attachment:fixed;
	font-family: "Enriqueta",Verdana, Arial, Helvetica, sans-serif; 
	font-size: 18px; 
	color: #776861; 
	height: 100%;
}

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
.centertext { text-align: center; }
.bold { font-weight: bold; }

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

header, section, article, footer, nav { 
	display: block;
	/* text-shadow: 0 0 5px #ffffff; */
}
p, li {
	line-height: 1.6em;
}

body em {}
body strong {}
body strong em,
body em strong {}
/* END GLOBAL STUFF */


/* BEGIN STRUCTURE DESIGN */
.logo {
	margin: 0 auto 0.1em auto;
	text-align: center;
}
.logo img {
	background: rgba(255, 255, 255, 0.0);
	width: 250px;
}
.intro { 
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
article { 
	padding: 1.0em 1.0em 2.0em 1.0em;
	width: 90%;
	margin: 0 auto;
	border-radius: 2px;
}
.intro article { 
	margin: 4em auto;
	background: rgba(255, 255, 255, 0.8);
	-webkit-box-shadow: 100px 100px 50px 10px rgba(0,0,0,0.7);
	box-shadow: 30px 30px 100px 30px rgba(0,0,0,0.7);
	/* padding-bottom: 7em; neu 
	padding-top: 3em;  */
}
.winestyle {
	position: relative;
	vertical-align: middle;
	text-align: center;
	line-height: 1.5em;
	background: rgba(255, 255, 255, 0.6);
	border-bottom: 0px solid #776861;
	padding: 2em 0;
}
.winestyle article { 
	background: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	padding: 1.0em 3.5em 2.0em 3.5em;
}

div.footer {
	margin: 1em;
	text-align: center;
}
/* END STRUCTURE DESIGN */




h1,
p.h1 {
	color: #006f4e;
	font-size: 36px;
	line-height: 1.3em;
	margin: 0.5em 0;
	text-align: center;
	font-weight: bold;
}
h2 {
	color: #1ea12d;
	font-size: 21px;
	line-height: 1.4em;
	margin: 0 0 0.5em 0;
	font-weight: bold;
	text-align: center;
}
h3 {
	color: #97be0c;
	color: #1ea12d;
	font-size: 21px;
	line-height: 1.4em;
	margin: 0.5em 0;
	font-weight: bold;
	text-align: center;
}

p, li {
	margin-bottom: 1em;
	/* -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; */
}
ul { 
	list-style: disc;
	padding-left: 1.0em;
}
li { 
	padding-left: 0.5em;
}

a {
	color: #776861;
	color: #069093;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	max-width: 100%;
}

.nav { 
	display: none;
}
.nav a {
	width: 30px;
	height: 0;
	display: block;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	margin: 0 auto;
	margin-bottom: 10px;
	opacity: 0.7;
}
a.top {
	border-bottom: 20px solid #fff;
	box-shadow: 0px -2px 0px 0px rgba(255,255,255,1.0);
	border-bottom: 20px solid #776861;
	box-shadow: 0px -1px 0px 0px rgba(119,104,97,1.0);
}
a.up {
	border-bottom: 20px solid #fff;
	border-bottom: 20px solid #776861;
}
a.down {
	border-top: 20px solid #776861;
	border-top: 20px solid #fff;
}
a.bottom {
	border-top: 20px solid #776861;
	box-shadow: 0px 2px 0px 0px rgba(119,104,97,1.0);
	border-top: 20px solid #fff;
	box-shadow: 0px 1px 0px 0px rgba(255,255,255,1.0);
}
/* styles */

.winestyle h2 {
	font-size: 36px;
	margin-top: -5px;
	/* text-shadow: 0 0 8px #776861; */
}

.schaumweine { background: #f7f2d3; background: rgba(247,242,211, 0.95); }
.schaumweine { background: #f7f2d3; background: rgba(218,212,178, 0.95); }
.schaumweine h2 { color: #dad4b2; }

.leichtweiss { background: #d9e5af; background: rgba(217,229,175, 0.95); }
.leichtweiss h2 { color: #c3d191; }

.klassikweiss { background: #ffeea3; background: rgba(255,238,163, 0.95); }
.klassikweiss h2 { color: #eedb85; }

.aromaweiss { background: #f7d85f; background: rgba(247,216,95, 0.95); }
.aromaweiss h2 { color: #e3c552; }

.suessweiss { background: #f4c400; background: rgba(244,196,0, 0.95); }
.suessweiss h2 { color: #e3b600; }

.rose { background: #f4b3ba; background: rgba(244,179,186, 0.95); }
.rose h2 { color: #e3a6ad; }

.leichtrot { background: #ce344c; background: rgba(206,52,76, 0.95); }
.leichtrot h2 { color: #ce344c; }

.klassikrot { background: #99063f; background: rgba(153,6,63, 0.95); }
.klassikrot h2 { color: #99063f; }

.schwerrot { background: #740e40; background: rgba(116,14,64, 0.95); }
.schwerrot h2 { color: #740e40; }

.suessrot { background: #a41063; background: rgba(164,16,99, 0.95); }
.suessrot h2 { color: #a41063; }

.edelsuessdunkel { background: #600026; background: rgba(96,0,38, 0.95); } /*d39d00*/
.edelsuessdunkel { background: #600026; background: rgba(211,157,0, 0.95); }
.edelsuessdunkel h2 { color: #600026; }

.edelsuesshell{ background: #d39d00; background: rgba(211,157,0, 0.95); }
.edelsuesshell h2 { color: #d39d00; }

.fortified { background: #a53738; background: rgba(165,55,56, 0.95); }
.fortified h2 { color: #a53738; }

.saftdunkel { background: #694880; background: rgba(105,72,128, 0.95); }
.saftdunkel h2 { color: #694880; }

.weinplus { background: #fff; background: rgba(255,255,255, 0.7); }
.weinplus { background: #776861; background: rgba(119,104,97, 0.9); }
.weinplus h2 { color: #776861; }

/* END styles */


.col33 {
	width: 33.3%;
	float: left;
	padding-right: 2.5em;
}
.col33end {
	float: right;
	padding-right: 0;
}
.col66 {
	width: 66.6%;
	float: left;
	padding-right: 4.5em;
}

/* Responsive Structure */
@media screen {
	.winestyle {
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}

@media (min-width: 1024px) {
	.intro article { 
		height: auto;
		width: 800px;
	}
	.nav { 
		display: block;
		margin-top: -55px;
		position: relative;
		right: auto;
		bottom: auto;
	}
}
@media (min-width: 600px) and (min-height: 600px) {
	.winestyle article { 
		width: 550px;
		height: 550px;
		padding: 1.0em 3.5em 2.0em 3.5em;
	}
}

@media (orientation : landscape) {
	.winestyle { 
		padding: 3em 0;
	}
}

@media (max-width: 750px) {
	h2, h3 { font-size: 20px; }
}

@media (max-width: 650px)  {
	h1 { font-size: 35px; }
}
@media (max-width: 550px) {
	.col33, .col66 {
	float: none;
	width: 100%;
	padding-right: 0;
	}
}