/*
Theme Name: boos
Author: Thomas Bruttel
Description: Individuelles Layout von clever-web.de
License: GNU General Public License v2 or later
Text Domain: boos
*/

* { max-height: 1000000px; }



--> ###############################################################################################################   <--
--> ###############################################################################################################   SHOP CSS <--
--> ###############################################################################################################   <--

#wrapper {
}
/* KATEGORIE-ARTIKEL */
.wpsg_mod_productindex_product {
font-size: 1.1em;
}
.wpsg_mod_productindex .wpsg_mod_productindex_toolbar { background: none; border:0px; }
/* List Ansicht */
.wpsg_mod_productindex_list .wpsg_mod_productindex_product { margin: 0px 0px 20px 0px; border:0px; padding:15px; border-width: 0px; border-bottom-width: 1px; border-color: #000; border-style: dotted;}
.wpsg_mod_productindex_list .wpsg_mod_productindex_empty { border:0px; }
.wpsg_mod_productindex_list .wpsg_mod_productindex_product .wpsg_mod_productindex_content .wpsg_mod_productindex_title { font-size:1.5em; font-weight:normal; margin-bottom:5px; line-height:1.4em; }
.wpsg_mod_productindex_list .wpsg_mod_productindex_product .wpsg_mod_productindex_content .wpsg_mod_productindex_price { font-size:1.00em; margin-bottom: 2px; font-weight:normal; color:#000000; }
.wpsg_mod_productindex_list .wpsg_mod_productindex_product .wpsg_mod_productindex_content .wpsg_produkt_preishinweis { font-size:0.90em; font-weight:normal; font-style:italic; }
.wpsg_mod_productindex_list .wpsg_mod_productindex_product .wpsg_produkt_soldout { color:#FF0000; }

.wpsg_mod_productindex_title a {text-decoration: none !important; display: block; max-width: 450px !important;}
.wpsg_mod_productindex_title a:hover {color: #000 !important; background-color: transparent !important; display: block;}
. wpsg_mod_productindex_toolbar {display: none !important;}
.wpsg_button { font-size:1.3em; margin-top:0px; }

/* KATEGORIE-ARTIKEL */
.wpsg_produkt_wrapper {
font-size: 1.0em;
line-height: 1.6em;
}
.wpsg_producttitle {
font-size: 1.8em !important;
}
.wpsg_produkt_wrapper h2 {
border-width: 0px !important;
}
.wpsg_produkt_preis{
font-size: 1.1em;
}

.login_button, .wpsg_button, .wpsg_button:focus {
display: block;
position: relative;
width: 100% !important;
max-width: 300px;
color: #fff!important;
padding: 5px 5px!important;
font-weight: normal !important;
text-shadow: none !important;
font-style: normal !important;
font-size: 16px !important;
-webkit-box-shadow: 1px 1px 4px 0px rgba(50, 50, 50, 0.45) !important;
-moz-box-shadow:    1px 1px 4px 0px rgba(50, 50, 50, 0.45) !important;
box-shadow:         1px 1px 4px 0px rgba(50, 50, 50, 0.45) !important;
text-align: center !important;
background-color: #ACB479;
border-width: 0px;
cursor: pointer;
}
.wpsg_menge{
display: block;
position: relative;
float: none;
margin-bottom: 0px;
}

.kombiprodukt img {
max-width: 140px;
}





@media screen and (max-width: 500px){
.wpsg_button {
width: 100% !important;
}
.wpsg_producttitle{
display: block;
clear: both !important;
}
.kombiprodukt img {
max-width: auto !important;
}
}


/* KATEGORIE-ARTIKEL */
.wpsg table {
}
.wpsg_basket td, .wpsg_basket tr {
background-color: transparent  !important; 
font-size: 1.1em !important;
}
.wpsg_basket tr {
border-bottom-width: 1px !imporant; border-color: #fff; border-style: dotted;
}
.wpsg_basket th {
background-color: transparent !important; 
font-size: 1.1em !important;
}
.wpsg_basket_form {
background-color: #000 !important;
font-size: 3em !important;
}
.wpsg_cell_menge {
padding: 0px !important;
}


/* DETAILS-ARTIKEL */

.artikel_tabelle {
width: 100%; float: left; max-width: 300px; border-width: 0px;    border-spacing: 0px;
    border-collapse: separate;
	margin: 15px 5px 5px -2px;
line-height: 20px;
}
.artikel_tabelle td, .artikel_tabelle tr {
background-color: transparent !important;
padding: 3px;
}
.artikel_tabelle td {
border-width: 0px;
border-bottom-width: 1px;
border-color: #000;
border-style: dotted;
}


/* SHOPLISTE START */
.shopliste li a {
display: block; float: left;
width: 100%;
max-width: 170px;
padding: 10px;
height: 50px;
-webkit-box-shadow: 0px 0px 1px 1px rgba(50, 50, 50, 0.2); /* WebKit */
-moz-box-shadow: 0px 0px 1px 1px rgba(50, 50, 50, 0.2); /* Firefox */
box-shadow: 0px 0px 1px 1px rgba(50, 50, 50, 0.2); /* Standard */
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
margin: 0px 5px 5px 0px;
text-decoration: none !important;
font-size: 14px;
text-align: left;
}
.shopliste li a:hover {
-webkit-box-shadow: 0px 0px 2px 1px rgba(50, 50, 50, 0.5); /* WebKit */
-moz-box-shadow: 0px 0px 2px 1px rgba(50, 50, 50, 0.5); /* Firefox */
box-shadow: 0px 0px 2px 1px rgba(50, 50, 50, 0.5); /* Standard */
background-color: #F0F0F0 !important;
-webkit-transition: all 0.6s ease; /* Firefox */
-moz-transition: all 0.6s ease; /* WebKit */
-o-transition: all 0.6s ease; /* Opera */
transition: all 0.6s ease; /* Standard */
}
ul.shopliste {
margin: 0px;
padding: 0px;
list-style-type: none !important;
}

@media screen and (max-width: 650px) {
.shopliste li a {
display: block; float: left;
width: 90%;
max-width: none !important;
padding: 5px;
height: auto !important;
}
}  

/* WARENKORB */
.wpsg_basket span, .wpsg_overview span{
border-width: 0px;
border-color: #000;
border-style: solid;
display: block;
float: none;
}
.wpsg_overview span{
width: 100% !important;
background-color: transparent !important;
}
.artikeltrenner {
display: block;
float: None;
height: 10px;
border-width: 0px;
border-top-width: 1px;
border-color: #d4de9f;
border-style: solid;
clear: both !important;
}
.wpsg_cell_number {
width: 5%;
float: left !important;
border-width: 0px !important;
text-align: left !important;
margin-top: 10px;
}
.wpsg_cell_name {
width: 75%;
float: left !important;
font-weight: bold;
border-width: 0px !important;
text-align: left !important;
margin-left: 5%;
font-size: 1.2em;
margin-top: 8px;
}
.wpsg_cell_name_ende {
font-size: 1.2em;
margin-left: 0%;
font-weight: bold;
text-align: left !important;
}


input.wpsg_form_submit{
display: block;
float: left;
width: 7%;
padding: 0px !important;
font-size: 1em !important;
height: 5px;width: 15px;
margin: 0px !important;
background-Color: #fff;
}

.wpsg_cell_preis, .wpsg_cell_mwst {
clear: both !important;
text-align: right !important;
}
/* ZWISCHENSUMME */
.wpsg_cell_summe_label, .wpsg_cell_summe_value, .wpsg_cell_gesamtsumme_value, .wpsg_cell_mwst_label {
width: 75% !important;
float: left !important;
font-weight: bold;
}
.wpsg_cell_mwst_label {
font-weight: normal !important;
}
.wpsg_cell_summe_value, .wpsg_cell_gesamtsumme_value, .wpsg_cell_mwst_value {
width: 25% !important;
float: left !important;
clear: right !important;
}
.wpsg_cell_shipping_label, .wpsg_cell_payment_label, .wpsg_cell_mwst_label, .wpsg_cell_payment_label {
clear: left !important;
}
.wpsg_cell_shipping_label {
float: none !important;
clear: right !important;
}
select.wpsg_form_submit {
float: none !important;
left: 0px;
clear: both !important; 
}

/* CHECKOUT */

.wpsg input, .wpsg select {
height: auto !important;
padding: 8px !important;
margin: 3px !important;
}
.wpsg_checkout, .wpshopgermany_checkout, .wpsg_checkoutblock, .wpsg_firma {
max-width: 550px !important;
font-weight: normal !important;
}
.wpsg_table_wrap {
background-color: transparent !important;
}
.wpsg_even.wpsg_cell_menge {
float: left !important;
font-size: 3em;
}


/* BUTTONS */
.wpsg_checkoutbutton, .wpsg_refreshbutton, .wpsg_gutschein_input {
width: 100% !important;
float: none !important;
}
.wpsg_gutschein_input {
width: 100px !important;
float: right !important;
}
.wpsg_gutschein_add {
width: 100px !important;
float: right !important;
}
.wpsg_button.wpsg_refreshbutton, .wpsg_button.wpsg_basketbutton, .wpsg_button.wpsg_checkoutbutton, .wpsg_button.wpsg_checkout2button {
Display: block !important;
margin: 10px !important;
font-size: 1.2em !important;
clear: both !important;
float: left !important;
width: 100% !important;
left: 0px;
}
.ind_button {
width: 98%;
text-transform: uppercase;
font-weight: bold;
}
.shippay {

border-color: #9ca272 !important;
border-width: 0px !important;

}
.checkbox {
width: 20px !important;
margin-right: 30px;
}

.unterlinktrenner {
display: block; width: 100%; border-width: 0px; border-bottom-width: 1px; border-color: #fff; border-style: solid;
margin: 20px 0px 15px -10px;
}



.shop_block_link a:link {
display: block;
background-color: transparent;
padding: 5px;
float: left;
width: 20% !important;
margin: 0px 3% 0px 0px;
text-decoration: none !important;
font-size: 1.3em;
text-align: center !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.shop_block_link a:hover {
-webkit-box-shadow:2px 2px 4px 0 rgba(50, 50, 50, 0.5);
-moz-box-shadow:2px 2px 4px 0 rgba(50, 50, 50, 0.5);
box-shadow:2px 2px 4px 0 rgba(50, 50, 50, 0.5);
-webkit-transition: all 0.3s ease; /* Firefox */
-moz-transition: all 0.3s ease; /* WebKit */
-o-transition: all 0.3s ease; /* Opera */
transition: all 0.3s ease; /* Standard */
margin-top: -10px;
padding-bottom: 15px;
}

.shop_block_link_breit a:link {
display: block;
background-color: transparent;
padding: 5px;
float: left;
width: 40% !important;
margin: 15px 3% 0px 0px;
text-decoration: none !important;
font-size: 1.3em;
text-align: center !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.shop_block_link_breit a:hover {
-webkit-box-shadow:2px 2px 4px 0 rgba(50, 50, 50, 0.5);
-moz-box-shadow:2px 2px 4px 0 rgba(50, 50, 50, 0.5);
box-shadow:2px 2px 4px 0 rgba(50, 50, 50, 0.5);
-webkit-transition: all 0.3s ease; /* Firefox */
-moz-transition: all 0.3s ease; /* WebKit */
-o-transition: all 0.3s ease; /* Opera */
transition: all 0.3s ease; /* Standard */
margin-top: -10px;
padding-bottom: 15px;
}







@media only screen and (max-width:870px){.shop_block_link a:link { width: 45% !important; }}
@media only screen and (max-width:870px){.shop_block_link_breit a:link { width: 90% !important; }}
@media only screen and (max-width:400px){.shop_block_link a:link { width: 90% !important; }}

body {
	margin: 0;
	margin-top: 0%;
	color: #fff;
	background: #fff;
	min-width:1015px;
	font: 14px/17px 'Raleway', Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	background-image: url(back.jpg);
	background-attachment: fixed;
}
img { border-style: none; }
a {
	color:#fff;
	text-decoration: none;
}
#content a {
	color:#000;
	text-decoration: underline;
}
a:hover { text-decoration: underline; }
a:active { background-color: transparent; }
input, textarea, select {
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
.gallery .gallery-item{
    position:relative;
}
 

.gallery-icon  img{
width: 90% !important;
height: auto !important;
}
.gallery .gallery-icon a img{
    border-radius:0px;
    background: none;
    box-shadow:0px 0px 5px #333;
    padding:0px 0px 0px 0px;
    border:solid 0px #000 !important;
	margin: 0px !important;
}
.gallery .gallery-icon a:hover img{
box-shadow:0px 0px 10px #000;
-webkit-transition: all 0.3s ease-out; /* Firefox */
-moz-transition: all 0.3s ease-out; /* WebKit */
-o-transition: all 0.3s ease-out; /* Opera */
transition: all 0.3s ease-out; /* Standard */
}

header, footer, article, section, hgroup, nav, figure { display: block; }
#header:after, #header .holder:after,
.features:after, #main:after, .features-holder:after{
	clear:both;
	content:'';
	display:block;
}
#wrapper{
	margin:0 auto;
	overflow:hidden;
	padding:0 6px 0;
	max-width:1003px;
}
#header{padding:4px 0 0;}
.add-nav{
	margin:0;
	font-size:13px;
	list-style:none;
	overflow:hidden;
	text-align:right;
	line-height:17px;
	padding:0 2px 8px 0;
}
.add-nav li{
	padding:0 5px;
	margin:0 -3px 0 0;
	position:relative;
	vertical-align:top;
	display:inline-block;
}
.add-nav li:first-child:after{ display:none;}
.add-nav li:after{
	left:0;
	top:3px;
	width:1px;
	content:'';
	height:11px;
	position:absolute;
	background:#a67172;
}
.add-nav li a{ color:#7e1417;}
#header .holder{padding:0 2px 0 0;}
.logo-area{
	float:left;
	width:395px;
	color:#7e1417;
	margin:0 11px 0 0;
	background:#fff;
	padding:0 5% 36px;
	text-align:center;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-box-shadow:0 0 4px 0 rgba(50, 50, 50, 0.5);
	-moz-box-shadow:0 0 4px 0 rgba(50, 50, 50, 0.5);
	box-shadow:0 0 4px 0 rgba(50, 50, 50, 0.5);
}
.logo{
	left:6px;
	width:198px;
	height:122px;
	display:block;
	overflow:hidden;
	position:relative;
	text-indent:-9999px;
	margin:-22px auto 24px;
	background:url(images/sprite.png) no-repeat;
}
.logo a{
	height:100%;
	display:block;
}
.logo-area h1{
	margin:0 0 2px;
	font-size:30px;
	line-height:34px;
	font-weight:normal;
}
.logo-area .slogan{
	display:block;
	font-size:18px;
	margin:0 0 18px;
	line-height:22px;
	font-weight:normal;
	letter-spacing:0.3px;
}
.logo-area .address{
	left:6px;
	font-size:13px;
	line-height:17px;
	font-style:normal;
	position:relative;
}
.logo-area .address span{ display:block;}
.logo-area .address .tel{
	cursor:text;
	color:#7e1417;
	text-decoration:none;
}
.logo-area .address .email{color:#7e1417;}
.cycle-gallery {
	overflow:hidden;
	position: relative;
	-webkit-box-shadow:0 0 4px 0 rgba(50, 50, 50, 0.5);
	-moz-box-shadow:0 0 4px 0 rgba(50, 50, 50, 0.5);
	box-shadow:0 0 4px 0 rgba(50, 50, 50, 0.5);
}
.cycle-gallery .mask {
	width:100%;
	height:auto;
	overflow: hidden;
	position: relative;
}
.cycle-gallery .slideset {
	width: 99999px;
	float: left;
}
.cycle-gallery .slide {
	width:100%;
	float: left;
	height:auto;
}
.cycle-gallery .slide.active {z-index: 1;}
.cycle-gallery .slide img{
	display:block;
}
.cycle-gallery .btn-next,
.cycle-gallery .btn-prev{
	top:50%;
	z-index:2;
	width:26px;
	height:26px;
	overflow:hidden;
	margin:-10px 0 0;
	position:absolute;
	text-indent:-9999px;
	background:url(images/sprite.png) no-repeat 0 -132px;
}
.cycle-gallery .btn-prev{
	left:16px;
	background-position:0 -132px;
}
.cycle-gallery .btn-next{
	right:10px;
	background-position:-36px -132px;
}
#main{padding:9px 0;}




.features{margin:0 -0.3%;}
.features .post{
	width:18.95%;
	width:23.88%;
	margin:0 0.3% 10px 0.4%;
	position:relative;
	text-align:center;
	background:#acb479;
	vertical-align:top;
	display:inline-block;
	padding:25px 15px 116px 18px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-box-shadow:0 0 6px 0 rgba(50, 50, 50, 0.5);
	-moz-box-shadow:0 0 6px 0 rgba(50, 50, 50, 0.5);
	box-shadow:0 0 6px 0 rgba(50, 50, 50, 0.5);
}
.features .post.apartments{ background:#959e5d;}
.features .post.tractor-rides{ background:#b2ba84;}
.features .post.online-shop{ background:#bfcb7c;}
.features .post.winery{ background:#a3aa73;}

.features .post-holder{
	overflow:hidden;
	padding:0 0 49px;
}
.full {
width: 100% !important;
}


.features .post p{ margin:0 0 10px;}
.features .post h2{
	font-size:17px;
	margin:0 0 12px;
	line-height:20px;
	font-weight:normal;
}
.features .post h2 a{ color:#fff;}
.features .ico-holder{
	max-width:89px;
	overflow:hidden;
	margin:0 auto 16px;
}
.features .ico-holder img{ display:block;}
.features .post .img-holder{
	left:18px;
	bottom:19px;
	position:absolute;
}
.features .post .img-holder img{
	width:100%;
	height:auto;
	display:block;
}
.features a:link {
text-decoration: none;
}
.add {
min-height: 339px !important;
}
.on_active {
width: 106% !important;
-webkit-box-shadow:-3px 0 3px 0 rgba(20, 20, 20, 0.2) !important;
-moz-box-shadow:-3px 0 3px 0 rgba(20, 20, 20, 0.2) !important;
box-shadow:-3px 0px 3px 0 rgba(20, 20, 20, 0.2) !important;
}


.features-holder a:hover, .start a:hover {
-webkit-box-shadow:0 0 6px 0 rgba(20, 20, 20, 0.9);
-moz-box-shadow:0 0 6px 0 rgba(20, 20, 20, 0.9);
box-shadow:0 0 6px 0 rgba(20, 20, 20, 0.9);
-webkit-transition: all 0.3s ease-out; /* Firefox */
-moz-transition: all 0.3s ease-out; /* WebKit */
-o-transition: all 0.3s ease-out; /* Opera */
transition: all 0.3s ease-out; /* Standard */
}

.aside{
	float:left;
	width:394px;
	margin:0 10px 0 0;
}
.aside .opener{
	color:#fff;
	height:35px;
	display:none;
	font-size:16px;
	margin:1px 0 6px;
	line-height:35px;
	text-align:center;
	position:relative;
	background:#acb479;
	padding:11px 20px 2px;
	text-transform:uppercase;
	-webkit-box-shadow:0 0 6px 0 rgba(50, 50, 50, 0.5);
	-moz-box-shadow:0 0 6px 0 rgba(50, 50, 50, 0.5);
	box-shadow:0 0 6px 0 rgba(50, 50, 50, 0.5);
}
.aside .opener:after{
	top:10px;
	left:46px;
	width:54px;
	content:'';
	height:34px;
	position:absolute;
	background:url(images/sprite.png) no-repeat 0 -270px;
}
.aside .features .post{
	width:100%;
	margin:0 0 8px;
	padding:12px 10px 5px;
	height:auto !important;
}
.aside .features .post-holder{ padding:0;}
.aside .features .post.add{
	float:right;
	width:191px;
	min-height:372px;
	padding:25px 13px 25px;
}
.aside .features .post.add h2{ margin:0 0 12px;}
.aside .features .post h2{ margin:0 0 4px;}
.aside .features .post.add .ico-holder{
	max-width:89px;
	margin:0 auto 16px;
}
.aside .features .ico-holder{
	margin:0 auto;
	max-width:72px;
}
.aside .features{ margin:0;}
.aside .features.js-slide-hidden{ position:static !important;}
.features-holder{
	float:left;
	width:194px;;
}
#main .menu{
	margin:0;
	list-style: circle !important;
	overflow:hidden;
	text-align: left;
	margin-left: -50px;
}
#main .menu li a{
	display: block;
	color:#fff;
	text-decoration:underline !important;
	margin: 8px 0px !important;
}
#main .menu li a:hover{ text-decoration:none;}

.aside .features .post.add p{ margin:0 0 32px;}
#content{
	color:#222415;
	font-size:13px;
	overflow:hidden;
	line-height:18px;
	background:#acb479;
    min-height: 434px;
	padding:26px 29px 58px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-box-shadow:0 0 6px 0 rgba(50, 50, 50, 0.5);
	-moz-box-shadow:0 0 6px 0 rgba(50, 50, 50, 0.5);
	box-shadow:0 0 6px 0 rgba(50, 50, 50, 0.5);
}
#content .title{
	display:block;
	font-size:12px;
	margin:0 0 6px;
	line-height:16px;
	font-weight:normal;
	text-transform:uppercase;
}
#content h1{
	color:#7e1417;
	font-size:24px;
	margin:0 0 25px;
	line-height:28px;
	font-weight:normal;
}
#content h2{
	margin:0;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	margin: 20px 0px 10px 0px;
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #000;
	border-style: dotted;
}
#content p{
	margin:0 0 16px;
	letter-spacing:0.2px;
}
#content p span{ display:block;}

.apartments{ background:#959e5d !important;}
.tractor-rides{ background:#b2ba84 !important;}
.online-shop{ background:#bfcb7c !important;}
.winery{ background:#a3aa73 !important;}

.breit {width: 100% !important;}

.img-gallery{
	overflow:hidden;
	padding:23px 0 0;
	margin:0 -6px 20px;
}
.img-gallery .img-holder{
	width:23.7%;
	margin:0 1.3% 16px;
	vertical-align:top;
	display:inline-block;
	border:1px solid #be434b;
}
.img-gallery .img-holder img{
	width:100%;
	height:auto;
	display:block;
}
#sliderbox{
display: block !important;
width: 100% !important;
height: 270px !important;
overflow: hidden;
}
.nav_active {
display: none;
}
.inaktiv {
display: none;
}
.unterlink_mobil {
display: none !important;
}


.tablepress {
-webkit-box-shadow:0 0 5px 0 rgba(50, 50, 50, 0.3) !important;
-moz-box-shadow:0 0 5px 0 rgba(50, 50, 50, 0.3) !important;
box-shadow:0 0 5px 0 rgba(50, 50, 50, 0.3) !important;
border-collapse:separate;
border-spacing: 0px;
}
.tablepress th {
background: rgba(255,255,255,0.25) !important;
font-size: 11px;
padding: 3px 3px !important;
border-width: 1px !important;
}
.tablepress td {
border: solid 0px #F5F6D7 !important;
border-spacing: 5px;
background: rgba(255,255,255,0.1) !important;
padding: 8px 3px !important;
}
.tablepress .odd {
background: rgba(255,255,255,0.2) !important;
}

form p {
margin: 10px 0px 0px 0px !important;
}
input, select, textarea {
padding: 5px !important;
-webkit-box-shadow:0 0 5px 0 rgba(50, 50, 50, 0.3) !important;
-moz-box-shadow:0 0 5px 0 rgba(50, 50, 50, 0.3) !important;
box-shadow:0 0 5px 0 rgba(50, 50, 50, 0.3) !important;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
border-radius: 4px !important;
width: 70%;
}

select {
width: 125px;
}
input[type='date'] {
width: 125px;
}


input:focus, select:focus, textarea:focus {
background-color: #F5F6D7;
}
.submitbutton {
background-color: #F5F6D7 !important;
padding: 10px 50px !important;
-webkit-box-shadow:0 0 7px 0 rgba(50, 50, 50, 0.8) !important;
-moz-box-shadow:0 0 7px 0 rgba(50, 50, 50, 0.8) !important;
box-shadow:0 0 7px 0 rgba(50, 50, 50, 0.8) !important;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
border-radius: 4px !important;
}



.shop_weiter_menu ul {
margin: auto !important;
}
.shop_weiter_menu li  {

}
.shop_weiter_menu li a  {
color: #000 !important;
text-decoration: none !important;
}







@media only screen and (max-width:1015px){body{ min-width:320px;}}
@media only screen and (max-width:954px){
	.logo{
		left:11px;
		width:161px;
		height:92px;
		margin:-17px auto 18px;
		background-position:0 -168px;
	}
.add {
min-height: 262px !important;
}
#sliderbox{
height: 250px !important;
overflow: hidden !important;
}
#sliderbox img{
height: 250px !important;
margin: 0px !important;
padding: 0px !important;
}
	#header{ padding:16px 0 0;}
	#header .holder{ padding:0;}
	.add-nav{ padding:0 4px 4px 0;}
	.logo-area{
		width:296px;
		height: 250px;
		padding:0 1% 26px;
	}
	.logo-area h1{
		margin:0;
		font-size:22px;
		line-height:26px;
	}
	.logo-area .slogan{
		font-size:14px;
		margin:0 0 13px;
		line-height:18px;
		letter-spacing:0;
	}
	.logo-area .address{
		left:5px;
		font-size:9px;
		line-height:12px;
		letter-spacing:0.3px;
	}
	.cycle-gallery .slide img{
		width:100%;
		height:auto;
	}
	.features .post{
		width:18.9%;
		width:23.8%;	
		padding:26px 6px 107px 10px;
	}
	.features .post-holder{ padding:0 0 43px;}
	.features .post h2{
		font-size:15px;
		line-height:18px;
	}
	.features .post .img-holder{
		left:9px;
		right:9px;
		bottom:30px;
	}
	.features-holder{ width:148px;}
	.aside{ width:298px;}
	.aside .features .post{
		margin:0 0 5px;
		padding:9px 10px 4px;
	}
	.aside .features .post.add{
		width:140px;
		font-size:11px;
		line-height:14px;
		padding:19px 13px;
		min-height:285px;
	}
	.aside .features .post h2{
		font-size:13px;
		line-height:16px;
	}
	.aside .features .post.add h2{ margin:0 0 10px;}
	.aside .features .post.add .ico-holder{
		max-width:66px;
		margin:0 auto 11px;
	}
	.aside .features .ico-holder{ max-width:54px;}
	.features .ico-holder img{
		width:100%;
		height:auto;
	}
	#content{ padding:27px 7px 75px 30px;}
	.img-gallery{
		padding:0;
		margin:-2px -3px 20px;
	}
	.img-gallery .img-holder{ width:31.6%;}
	.aside .features .post.add p{ margin:0 0 19px;}

}
@media only screen and (max-width:767px){

.on_active {
width: 100% !important;
}
#bereich_aktiv {
display: none;
}
.unterlink_mobil {
display: block !important;
margin-top: -5px !important;
	-webkit-box-shadow:0 0 0px 0 rgba(50, 50, 50, 0.5) !important;;
	-moz-box-shadow:0 0 0px 0 rgba(50, 50, 50, 0.5) !important;;
	box-shadow:0 0 0px 0 rgba(50, 50, 50, 0.5) !important;;
}
.post-holder h2 {
font-size: 17px !important;
}



	#header{ padding:3px 0 0;}
	#header .holder{ padding:0;}
	.cycle-gallery{ display:none;}
	.logo-area{
		width:100%;
		padding:0 1% 23px;
		height:auto !important;
	}
	.add-nav{ padding:0 10px 17px 0;}
	.logo{
		left:5px;
		margin:-17px auto 1px;
	}
	#main{ padding:5px 0 0;}
	.features{margin:0;}
	.features .post{
		width:100%;
		display:block;
		margin:0 0 5px;
		text-align:left;
		height:auto !important;
		padding:29px 0 19px 144px;
	}
	.features .post-holder{ padding:0;}
	.features .post p{ display:none;}
	.features .post .img-holder{display:none;}
	.features .post h2{
		font-size:16px;
		display:inline-block;
		vertical-align:middle;
	}
	.aside .features .post.add{
	min-height: 10px !important;
}
#main .menu{
	margin:0;
	padding:0;
	list-style: circle !important;
	overflow:hidden;
	text-align: center !important;
}
#main .menu li a{
	text-decoration: none !important;
}
	
	
	.features .ico-holder{
		top:50%;
		left:28px;
		margin:-27px 0 0;
		position:absolute;
	}
	.aside{
		width:100%;
		float:none;
		margin:0;
		overflow:hidden;
	}
	.aside .opener{ display:block;}
	.img-gallery .img-holder{ width:29%;}
	.img-gallery{ margin:0 -7px;}
	.aside .features .ico-holder{ position:static;}
	.features-holder{ width:100%;}
	.aside .features{ display:none;}
	.aside .features .post{ text-align:center;}
	.aside .features .post h2{
		float:none;
		display:block;
	}
	.aside .features .post.add{
		float:none;
		width:100%;
		min-height:inherit;
	}
	#content{ padding:26px 10px 12px 30px;}
	#content h1{ margin:0 0 15px;}
	.aside .features.js-slide-hidden{ position:absolute !important;}
	#content h2{ text-transform:none;}
}
@media only screen and (max-width:479px){

	.img-gallery{
		margin:0;
		padding:7px 10px 0 0;
	}
	.img-gallery .img-holder{
		width:100%;
		display:block;
		margin:0 0 23px;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
}













