/*#############################*/
/*  Basis-Layout Definitionen  */
/*#############################*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	/*-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;*/
}
html{
	overflow-y:scroll;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	height:100%;
}
body{
	margin: 0;
	color: #222;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height:1.4em;
	font-style: normal;
	height: 100%;
}
body.sticky{
	padding-top:80px;
}
table, td{
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	border-collapse: collapse;
	border-spacing: 0px;
}
iframe{
	border:0px;
	margin:0px;
	padding:0px;
}
.center{
	width: 994px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#container {
	width: 100%;
	position: relative;
	overflow:hidden;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#headline-container{
	height:44px;
	background-color:#999196;
}
#headline{
	color:#fff;
	font-size:1.2em;
	line-height:44px;
}
#header-container{
	position:relative;
	background-color:#fff;
}
.sticky #header-container{
	position:fixed;
	width: 100%;
	top:0px;
	left:0px;
	z-index:3;
}
#header{
	height:146px;
	-webkit-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
.sticky #header-container{
	-webkit-box-shadow: 5px 5px 25px -7px #000;
    -moz-box-shadow: 5px 5px 25px -7px #000;
    box-shadow: 5px 5px 25px -7px #000;
}
.sticky #header{
	height:80px;
}
#button-shop{
	position: absolute;
	right:0px;
	top:15px;
}
.sticky #button-shop{
	display:none;
}
#logo{
	position: absolute;
	left:0px;
	bottom:15px;
}
.sticky #logo{
	bottom:5px;
}
#logo img{
	width:auto;
	-webkit-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}
.sticky #logo img{
	height:60px;
}
#header-image{
	display:block;
	height:41vw;
	max-height:660px;
	min-height: 200px;
	position:relative;
	z-index:2;
}
#header-image.home{
	height:59vw;
}
#nav{
	position:absolute;
	right:0px;
	bottom:15px;
	font-size:1.1em;
}
#nav-sandwich{
	display:none;
	position:absolute;
	top:50%;
	margin-top:-18px;
	right:5px;
	width:60px;
	height:35px;
	z-index:1;
}
#nav-sandwich span:before{
	content:"";
	display:block;
	width:100%;
	height:7px;
	margin-bottom:7px;
	background-color:#801A34;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
a.button-close{
	width: 40px;
    height: 40px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	display: block;
	float: left;
}
#nav ul li.weinshop {
	display:none;
}
#nav ul li.separator {
	color: #625E58;
	font-size:0.8em;
	display: block;
	float: left;
	line-height:35px;
	margin-left:10px;
	margin-right:10px;
}
#nav ul li:first-child {
	margin-left:0px;
}
#nav ul a {
	position: relative;
	text-decoration: none;
	text-align: center;
	display: block;
	color: #625E58;
	line-height:35px;
	border-bottom:2px solid transparent;
}
#nav ul li:hover a, #nav ul li.active a{
	color:#222;
	border-bottom:2px solid #801A34;
}
.submenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #ccc;
}
.submenu ul li {
	text-align: center;
}
.submenu ul li a {
	text-decoration: none;
	display: block;
	padding: 0 1em;
	margin: 0;
	font-size: 1.1rem;
	line-height: 2.4rem;
	background: #f9f9f9;
	border: 1px solid #ccc;
	border-width: 1px 1px 0 1px;
}
.submenu ul a:hover, .submenu ul li.active a {
	color: #fff;
	background: #7f1a35;
}
#subnav-container{
	background-color:#801A34;
	padding:30px 0px;
	margin-bottom: 20px;
}
#subnav-text{
	max-width:700px;
	margin:auto;
	font-family:'Libre Baskerville', serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
	text-align:center;
	color:#fff;
}
.submenu{
	display:none;
}
#content{
	display:block;
	padding-top:51px;
	padding-bottom: 190px;
}
.content{
	padding:40px 0px;
}
.content-center{
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#quicklink-shop{
	position:absolute;
	top:0px;
	right:0px;
	margin-top:-50px;
	margin-right:-150px;
	z-index:2;
}
#footer-container{
	position: absolute;
    bottom: 0px;
    width: 100%;
	padding-bottom:50px;
	background-color:#801A34;
	font-size:0.8em;
	line-height:1.3em;
	color:#fff;
}
#footer-container a{
	color:#fff;
	text-decoration:none;
}
#footer-container a.active,#footer-container a:hover{
	text-decoration:underline;
}
#footer-container ul{
	display:inline-block;
}
#footer-container span{
	display:block;
}
#impressum{
	position:absolute;
	right:0px;
	bottom:-30px;
	font-size:0.8em;
	width: 100%;
    padding: 0px 50px;
    text-align: right;
}
.galerie{
	line-height:10px;
}
.galerie img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.galerie-container{
	
}
.owl-nav{
	position:absolute;
	top:50%;
	margin-top: -25px;
	width: auto;
    left: 0px;
    right: 0px;
}
.owl-team .owl-nav{
	margin-top: -100px;
}
.owl-nav.disabled{
	display:inherit !important;
}
.owl-prev {
	content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    width: 25px;
    height: 50px;
    border-style: solid;
    border-width: 25px 25px 25px 0;
    border-color: transparent #fff transparent transparent;
    cursor: pointer;
    z-index: 999;
    opacity: 0.9;
}
.owl-next {
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    width: 25px;
    height: 50px;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #fff;
    cursor: pointer;
    z-index: 999;
    opacity: 0.9;
}
.owl-carousel .item img{
	height:auto;
}
.owl-galerie .owl-prev{
	border-color: transparent #7e0a00 transparent transparent;
}
.owl-galerie .owl-next{
	border-color: transparent transparent transparent #7e0a00;
}
#header-image-text-container{
	width:100%;
}
#header-image-text{
	font-family:'Libre Baskerville', serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
	text-align:center;
	width:70%;
	display:block;
	color:#625E58;
	border-radius:10px;
	background-color:rgba(255,255,255,0.85);
	padding:20px 30px;
	margin:auto;
}
#quicklink-container{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:50%;
	margin-top:10%;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.quicklink{
	flex-basis:20%;
	color:#fff;
	font-weight:bold;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 20px;
	text-align:center;
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}
.quicklink a{
    text-decoration: none;
}
.flex-container{
	width:100%;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: stretch;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-left:-10px;
	margin-right:-10px;
}
.flex-item{
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
}
.shop a{
	font-family:'Libre Baskerville', serif;
	color:#625E58;
	font-size:1.4em;
	font-weight:bold;
	line-height:2em;
	flex-basis:290px;
	margin-left:20px;
	margin-right:20px;
	margin-top:40px;
	border:2px solid #801A34;
	padding:20px 10px;
	border-radius:10px;
	text-align:center;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shop a.rot{
	color:#fff;
	background-color:#801A34;
}
.shop a:hover{
	opacity:0.85;
}
.flex-container.subnav{
	margin-left:0px;
	margin-right:0px;
}
.subnav a{
	font-family:'Libre Baskerville', serif;
	color:#84807E;
	background-color:#fff;
	font-size:1.1em;
	font-weight:bold;
	line-height:normal;
	flex-basis:150px;
	margin-left:10px;
	margin-right:10px;
	margin-top:30px;
	border:2px solid #fff;
	padding:10px 5px;
	border-radius:10px;
	text-align:center;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.subnav a:hover,.subnav a.active{
	color:#fff;
	background-color:#801A34;
}
#footer .flex-container{
	margin-left:-17px;
	margin-right:-17px;
}
#footer .flex-item{
	margin-left:17px;
	margin-right:17px;
	margin-top:30px;
	flex-basis: 297px;
}
/*																				   Grid
======================================================================================= */
.left10{padding-left:10px;}
.left20{padding-left:20px;}
.left40{padding-left:40px;}
.top0{padding-top:0px !important;}
.top5{padding-top:5px;}
.top10{padding-top:10px;}
.top20{padding-top:20px;}
.top30{padding-top:30px;}
.top40{padding-top:40px;}
.top60{padding-top:60px;}
.top80{padding-top:80px;}
.right10{padding-right:10px;}
.right20{padding-right:20px;}
.right40{padding-right:40px;}
.bottom0{padding-bottom:0px !important;}
.bottom5{padding-bottom:5px;}
.bottom10{padding-bottom:10px;}
.bottom20{padding-bottom:20px;}
.bottom30{padding-bottom:30px;}
.bottom40{padding-bottom:40px;}
.bottom60{padding-bottom:60px;}
.bottom80{padding-bottom:80px;}

.embed-container{position:relative;padding-bottom:75%;height:0;overflow:hidden;width:100%;height:auto;}
.embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;}

.row {
	margin-right: -10px;
	margin-left: -10px;
}
.row:after, .row:before {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.row img, img.resp{
	max-width:100%;
	height:auto;
}
.grid {
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    position: relative;
}
.grid-1{
	width: 8.3333%;
}
.grid-2{
	width: 16.6666%;
}
.grid-3{
	width: 25%;
}
.grid-4{
	width: 33.3333%;
}
.grid-5{
	width: 41.6666%;
}
.grid-6{
	width: 50%;
}
.grid-7{
	width: 58.3333%;
}
.grid-8{
	width: 66.6666%;
}
.grid-9{
	width: 75%;
}
.grid-12{
	width: 100%;
}
.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
}
/*																				 Absatz
======================================================================================= */
h1,h2,h3,h4,h5{
	font-family:'Libre Baskerville', serif;
	margin-top:0px;
}
h1,h2,h3{
	color:#801A34;
	font-weight:400;
}
.produkte h3{
	display:inline;
	color:#222;
}
.produkte a{
	text-decoration:none;
}
.produkte .preis{
	margin-bottom:5px;
	display:inline-block;
	margin-right:10px;
}
h1{
	font-size:1.4em;
}
h2{
	font-size:1.2em;
}
h3{
	font-size:1.1em;
}
h4{
	font-size:1em;
	margin-bottom:0.3em;
	text-transform:none;
}
p{
	margin-top: 0px;
	margin-bottom: 0px;
}
strong{
	font-weight:700;
}
ul,ol{
	padding-left: 20px;
	margin: 0px;
}
ul.list{
	position:relative;
    display: inline-block;
	list-style-type:none;
	padding-left:16px;
}
ul.fa-ul{
	display: inline-block;
	margin-left: 1.7em;
}
ul.list li{
	position:relative;
}
ul.list li:before{
	position:absolute;
	content:"•";
	left:-16px;
	font-size:1.1em;
}
a {
	color: inherit;
	outline: none;
}
a:hover {
}
a.link:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    text-decoration: none;
    display: inline-block;
    margin-right: 3px;
}
.blocksatz { 
	text-align: justify;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.hyphenate{
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.text-klein{
	font-size:0.9em;
	line-height:1.4em;
}
.text-kleiner{
	font-size:0.8em;
	line-height:1.3em;
}
.text-left{
	text-align:left !important;
}
.text-center{
	text-align:center !important;
}
.text-right{
	text-align:right !important;
}
.text-noline{
	text-decoration:none !important;
}
.rot{
	color:#801A34;
}
.rot-error{
	color:#ff0044;
}
.weiss{
	color:#fff;
}
.error{
	font-size:0.8em;
	color: #890f01;
	line-height:normal;
}
img.img{
	border:1px solid #625E58;
}
/*																				   Form
======================================================================================= */
form {
	margin: 0px;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ccc}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ccc;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ccc;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ccc;
}
input:invalid:focus {
	border: 1px solid #ad0000 !important;
}
input[type='checkbox'], input[type='radio'] {
   width:20px;
   height:20px;
   min-width:auto;
}
input, textarea, select{
	border: 1px solid #CCC;
	font-size:0.9em;
	font-family: 'Open Sans', sans-serif;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	padding-left: 5px;
	padding-right: 5px;
	color: #2f2f2f;
	width:100%;
}
input, select {
    line-height: 37px;
    height: 37px;
}
#anfrage input, #anfrage select, #anfrage textarea{
	font-size: 1em;
}
#anfrage h3{
	margin-bottom:5px;
}
textarea{
	height: 120px;
}
input.submit{
	cursor: pointer;
	padding: 0px;
	color: #2F2F2F;
	font-family: 'Open Sans', sans-serif;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: bold;
}
input.submit:hover{
	border: 1px solid #2F2F2F;
}
label{
	display: inline-block;
    vertical-align: top;
    max-width: 62%;
}
.button_plusminus{
	cursor: pointer;
	background-color: #999999;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	font-size: 1.5em;
	border: none;
	outline: none;
	line-height: 20px;
	width: 37px;
	height: 37px;
	text-align: center;
	z-index: 1;
	margin: 0px;
	padding: 0px;
}
.button_plusminus:hover{background-color:#666666;}
.button_minus{position:absolute;top:0px;left:0px;-webkit-border-radius:5px 0px 0px 5px;-moz-border-radius:5px 0px 0px 5px;border-radius:5px 0px 0px 5px;}
.button_plus{position:absolute;top:0px;right:-74px;-webkit-border-radius:0px 5px 5px 0px;-moz-border-radius:0px 5px 5px 0px;border-radius:0px 5px 5px 0px;}
.plusminus{
	position: relative;
    display: inline-block;
    margin-left: -76px;
}
.plusminus input{
	min-width: inherit;
	font-size: 1.2em;
	position: relative;
	top: 0px;
	left: 37px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.tt{
	font-family: 'courier new',courier,monospace;
	font-size: 1.4em;
	color: #A72E29;
	font-weight: normal;
	line-height: 0.5em;
}
img.ui-datepicker-trigger {
	position: absolute;
	margin-top: 11px;
	margin-left: -25px;
	cursor: pointer;
	display:inline;
}
.ui-datepicker select{
	height:auto;
	line-height:normal;
}
.date-highlight a{
	background: #FF8080 !important;
}
/*																		       Diverses
======================================================================================= */
a.toTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 17px !important;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    background-color: #801A34 !important;
    border: 1px solid #fff !important;
}
a.toTop:after{
	content:"";
	position:absolute;
	left:50%;
	top:50%;
	margin-left: -8px;
    margin-top: -6px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 8px 10px 8px;
	border-color: transparent transparent #fff transparent;
}
a.toTop.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.table_resp th{
	font-weight:normal;
}
.table_resp td,.table_resp th{
	padding:15px;
	text-align:left;
	vertical-align:middle;
	font-size:0.9em;
}
.table_resp.produkte td,.table_resp.produkte th{
	vertical-align:bottom;
}
.table_resp.produkte tr:nth-child(2n-1){
 	background-color:#EEE;
}
.table_resp > tr {
    border-bottom: 1px solid #ccc;
}
.table_cart td, .table_cart th {
    border: 1px solid #ccc;
}
.table_red th{
	background-color:#7f1a35;
	border-top:1px solid #7f1a35 !important;
	border-bottom:1px solid #7f1a35 !important;
	color:#fff;
}
.table_red th:nth-of-type(1){
	border-left:1px solid #7f1a35 !important;
}
.table_red th:nth-last-of-type(1){
	border-right:1px solid #7f1a35 !important;
}
.table_noborder td,.table_noborder th{
	border:none;
}
table.datatable{
	border-collapse: separate;
	border-spacing: 2px;
}
table.datatable tr{
	background-color: #efefef;
}
table.datatable tr.header{
	background-color: #9f0f0e;
	color: #fff;
	font-weight: normal;
}
table.datatable tr.header td{
	font-size: 1em;
}
table.datatable td{
	padding: 5px;
}
table.datatable td.preis{
	text-align:right;
	vertical-align:middle;
	white-space:nowrap;
}
a.button,button.button{
	border:none;
	cursor:pointer;
	font-size:0.9em;
	font-weight:600;
	text-decoration: none;
	display: inline-block;
	padding: 7px 20px;
	background-color:#801A34;
	color: #fff !important;
	border-radius:5px;
	-webkit-transition: color, background-color 0.3s ease-in;
	transition: color, background-color 0.3s ease-in;
}
a.button:hover,button.button:hover{
	color:#fff !important;
	background-color:#a12142;
}
a.button_green,button.button_green{
	color:#fff;
	border:1px solid #0B7F0B;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f960d+0,096d09+100 */
background: #0f960d; /* Old browsers */
background: -moz-linear-gradient(top,  #0f960d 0%, #096d09 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0f960d 0%,#096d09 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0f960d 0%,#096d09 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f960d', endColorstr='#096d09',GradientType=0 ); /* IE6-9 */
}
a.button_green:hover,button.button_green:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#52a34c+0,0b7f0b+100 */
background: #52a34c; /* Old browsers */
background: -moz-linear-gradient(top,  #52a34c 0%, #0b7f0b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #52a34c 0%,#0b7f0b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #52a34c 0%,#0b7f0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52a34c', endColorstr='#0b7f0b',GradientType=0 ); /* IE6-9 */
}
a.button_pager{
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 3px 6px;
	margin-top: 5px;
	background-color: #770c00;
}
a.button_pager:hover,a.pager:hover{
	color:#fff;
	background-color: #bb0f00;
}
.pager{
	color: #ccc;
	font-weight:bold;
	text-decoration: none;
	padding: 3px 6px;
	display: inline-block;
	margin-top: 5px;
	background-color: #ECEDEE;
}
.pager_active{
	color: #fff;
	text-decoration: none;
	padding: 3px 6px;
	display: inline-block;
	margin-top: 5px;
	background-color: #770c00;
}
.pager_inactive{
	background-color: #ECEDEE;
	color: #ccc;
}
.trennlinie,hr {
	height: 0px;
	line-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-bottom: 25px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-top: 25px;
}
.datum{
	font-size:10pt;
	margin-bottom:5px;
}
.immobilien .fa-ul li{
	margin-bottom:10px;
}
/*																				 Tablet
======================================================================================= */
@media (min-width:699px) and (max-width:1023px){
.center,.content-center{
	width: auto;
	margin-left:10px;
	margin-right:10px;
}
.content,.content-right{
	padding:40px 20px;
}
#button-shop {
    right: 5px;
    top: 15px;
    margin-top: 0px;
}
#header-image-container{
	margin-top:0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#logo{
	left:0px;
}
#nav-sandwich{
	display:inherit;
	margin-top:0px;
	right:30px;
}
#nav{
	position: fixed;
	width: auto;
	height: 100%;
	top: 0px;
	right: 0px;
	left: auto;
	padding: 20px 20px 20px 60px;
	border: none;
	overflow: auto;
	background: rgba(135, 25, 48, 0.9);
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	text-align: right;
	z-index:3;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#nav:before,#nav:after{
	display:none;
}
#nav.show {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
#nav ul {
	display: inline;
}
#nav ul li {
	float:none;
	margin:0px;
}
#nav ul li.separator {
	display:none;
}
#nav ul a {
	display:inline-block;
	line-height:55px;
	text-align: right;
	color:#fff;
	padding-right: 0px !important;
}
#nav ul li:hover a, #nav ul li.active a{
	color:#fff;
	text-decoration:underline;
	border-bottom:2px solid transparent;
}
#nav.show a.button-close{
	display:inline-block;
	position:relative;
}
#nav.show a.button-close:before{
	content:"";
	position:absolute;
	top:15px;
	right:0px;
	width:100%;
	height:7px;
	background-color:#fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#nav.show a.button-close:after{
	content: "";
	position: absolute;
	top: 15px;
	right: 0px;
	width: 100%;
	height: 7px;
	background-color:#fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#header-image-text,#subnav-text{
	font-size:1.1em;
}
#content{
	padding-top:0px;
	padding-bottom:340px;
}
.left10{padding-left:7px;}
.left20{padding-left:15px;}
.left40{padding-left:30px;}
.top10{padding-top:7px;}
.top20{padding-top:15px;}
.top40{padding-top:30px;}
.top60{padding-top:45px;}
.top80{padding-top:60px;}
.right10{padding-right:7px;}
.right20{padding-right:15px;}
.right40{padding-right:30px;}
.bottom10{padding-bottom:7px;}
.bottom20{padding-bottom:15px;}
.bottom40{padding-bottom:30px;}
.bottom60{padding-bottom:45px;}
.bottom80{padding-bottom:60px;}

.grid-2{
	width:20%;
}
.grid-8{
	width:60%;
}
}
/*																   Smartphone Landscape
======================================================================================= */
@media (min-width:501px) and (max-width:698px){
.center,.content-center{
	width: auto;
	margin-left:10px;
	margin-right:10px;
}
.content,.content-right{
	padding:20px;
}
#headline-container,#button-shop{
	display:none;
}
#header{
	height:80px;
}
#header-image-container{
	margin-top:0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#logo{
	left:0px;
	bottom:5px;
}
#logo img{
	height:60px;
}
#nav-sandwich{
	display:inherit;
}
#nav{
	position: fixed;
	width: auto;
	height: 100%;
	top: 0px;
	right: 0px;
	left: auto;
	padding: 20px 20px 20px 60px;
	border: none;
	overflow: auto;
	background: rgba(135, 25, 48, 0.9);
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	text-align: right;
	z-index:3;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#nav:before,#nav:after{
	display:none;
}
#nav.show {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
#nav ul {
	display: inline;
}
#nav ul li {
	float:none;
	margin:0px;
}
#nav ul li.weinshop {
	display:inherit;
}
#nav ul li.separator {
	display:none;
}
#nav ul a {
	display:inline-block;
	line-height:55px;
	text-align: right;
	color:#fff;
	padding-right: 0px !important;
}
#nav ul li:hover a, #nav ul li.active a{
	color:#fff;
	text-decoration:underline;
	border-bottom:2px solid transparent;
}
#nav.show a.button-close{
	display:inline-block;
	position:relative;
}
#nav.show a.button-close:before{
	content:"";
	position:absolute;
	top:15px;
	right:0px;
	width:100%;
	height:7px;
	background-color:#fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#nav.show a.button-close:after{
	content: "";
	position: absolute;
	top: 15px;
	right: 0px;
	width: 100%;
	height: 7px;
	background-color:#fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.submenu{
	display:inherit;
}
#subnav-container{
	display:none;
}
#header-image.home #quicklink-container {
	height:100%;
}
#header-image-text,#subnav-text{
	font-size:1.1em;	
}
.quicklink a{
	display:none;
}
#content{
	padding-top:0px;
	padding-bottom:480px;
}
.sp-hide{
	display:none !important;
}
.sp-center{
	margin-left:auto;
	margin-right:auto;
}
.sp-text-left{
	text-align:left !important;
}
.sp-text-center{
	text-align:center !important;
}
.sp-text-right{
	text-align:right !important;
}
.sp-text-block{
	text-align: justify;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.sp-100{
	width:100%;
}
.sp-block{
	display:block;
}
.left10{padding-left:5px;}
.left20{padding-left:10px;}
.left40{padding-left:20px;}
.top10{padding-top:5px;}
.top20{padding-top:10px;}
.top40{padding-top:20px;}
.top60{padding-top:30px;}
.top80{padding-top:40px;}
.right10{padding-right:5px;}
.right20{padding-right:10px;}
.right40{padding-right:20px;}
.bottom10{padding-bottom:5px;}
.bottom20{padding-bottom:10px;}
.bottom40{padding-bottom:20px;}
.bottom60{padding-bottom:30px;}
.bottom80{padding-bottom:40px;}
.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10{
	width:100%;
}

.table_resp th{
	display:none;
}
.table_resp td{
	width:100% !important;
	display: block;
	border:none;
	text-align:center !important;
}
.table_resp tr{
 	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
}
.table_resp tr:nth-child(1){
 	border:none;
}
.table_cart td:nth-child(4)::before {
 	content: "Stückpreis: ";
}
.table_cart td:nth-child(5)::before {
 	content: "Gesamtpreis: ";
}
}
/*																	Smartphone Portrait
======================================================================================= */
@media (max-width:500px){
.center,.content-center{
	width: auto;
	margin-left:10px;
	margin-right:10px;
}
.content,.content-right{
	padding:20px;
}
#headline-container,#button-shop{
	display:none;
}
#header{
	height:80px;
}
#header-image-container{
	margin-top:0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#logo{
	left:0px;
	bottom:5px;
}
#logo img{
	height:60px;
}
#nav-sandwich{
	display:inherit;
}
#nav{
	position: fixed;
	width: auto;
	height: 100%;
	top: 0px;
	right: 0px;
	left: auto;
	padding: 20px 20px 20px 60px;
	border: none;
	overflow: auto;
	background: rgba(135, 25, 48, 0.9);
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	text-align: right;
	z-index:3;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#nav:before,#nav:after{
	display:none;
}
#nav.show {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
#nav ul {
	display: inline;
}
#nav ul li {
	float:none;
	margin:0px;
}
#nav ul li.weinshop {
	display:inherit;
}
#nav ul li.separator {
	display:none;
}
#nav ul a {
	display:inline-block;
	line-height:55px;
	text-align: right;
	color:#fff;
	padding-right: 0px !important;
}
#nav ul li:hover a, #nav ul li.active a{
	color:#fff;
	text-decoration:underline;
	border-bottom:2px solid transparent;
}
#nav.show a.button-close{
	display:inline-block;
	position:relative;
}
#nav.show a.button-close:before{
	content:"";
	position:absolute;
	top:15px;
	right:0px;
	width:100%;
	height:7px;
	background-color:#fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#nav.show a.button-close:after{
	content: "";
	position: absolute;
	top: 15px;
	right: 0px;
	width: 100%;
	height: 7px;
	background-color:#fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#nav ul ul{
	display:block;
	padding-bottom:20px;
}
#nav ul ul li a {
    line-height:30px;
	font-size: 0.9em;
	text-decoration:none !important;
}
#nav ul ul li a:hover,#nav ul ul li.active a{
   text-decoration:underline !important;
}
.submenu{
	display:inherit;
}
#subnav-container{
	display:none;
}
#header-image.home #quicklink-container {
	height:100%;
}
#header-image-text,#subnav-text{
	font-size:0.9em;
	padding:10px 20px;
}
.quicklink a{
	display:none;
}
#content{
	padding-top:0px;
	padding-bottom:480px;
}
.sp-hide{
	display:none !important;
}
.sp-center{
	margin-left:auto;
	margin-right:auto;
}
.sp-text-left{
	text-align:left !important;
}
.sp-text-center{
	text-align:center !important;
}
.sp-text-right{
	text-align:right !important;
}
.sp-text-block{
	text-align: justify;
	-ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.sp-100{
	width:100%;
}
.sp-block{
	display:block;
}
.left10{padding-left:5px;}
.left20{padding-left:10px;}
.left40{padding-left:20px;}
.top10{padding-top:5px;}
.top20{padding-top:10px;}
.top40{padding-top:20px;}
.top60{padding-top:30px;}
.top80{padding-top:40px;}
.right10{padding-right:5px;}
.right20{padding-right:10px;}
.right40{padding-right:20px;}
.bottom10{padding-bottom:5px;}
.bottom20{padding-bottom:10px;}
.bottom40{padding-bottom:20px;}
.bottom60{padding-bottom:30px;}
.bottom80{padding-bottom:40px;}
.grid-2,.grid-3,.grid-4,.grid-5,.grid-6,.grid-7,.grid-8,.grid-9,.grid-10{
	width:100%;
}
.table_resp th{
	display:none;
}
.table_resp td{
	width:100% !important;
	display: block;
	border:none;
	text-align:center !important;
}
.table_resp tr{
 	display:block;
	margin-bottom:10px;
	padding-bottom:10px;
}
.table_resp tr:nth-child(1){
 	border:none;
}
.table_cart td:nth-child(4)::before {
 	content: "Stückpreis: ";
}
.table_cart td:nth-child(5)::before {
 	content: "Gesamtpreis: ";
}
}
