


/***************************
		Grundlayout
***************************/

#shop {

}
#shop h1 {
	border-bottom:1px solid #CEC297;
	padding-bottom:5px;
	color:#000;
	font-size:24px;
	font-weight:normal;
}

.shop_container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.breadcrumb-shop {
	margin-top:20px;
	margin-bottom:20px;
}
.breadcrumb-shop a,
.breadcrumb-shop {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	font-size:15px;
	text-decoration:none;
}
.breadcrumb-shop {
	color:#000;
}
.breadcrumb-shop .spacer,
.breadcrumb-shop a {
	color:#999999;
}

/***************************
		Header
***************************/
#header-warenkorb-btn-feld {
	padding-left:30px;
}
.shop_suche {
	margin-bottom:16px;
}
@media (max-width: 991px) {
	#header-warenkorb-btn-feld {
		padding-left:10px;
	}
}
@media (min-width: 992px) {
	.im-warenkorb {
		background:url(/shop/images/warenkorb_button.svg) no-repeat 165px 11px !important;
		color:#B2997C;
		font-family: 'Source Sans Pro', sans-serif;
		font-size:18px;
		font-weight:600;
		padding:9px 0 9px 54px;
		position:relative;
	}
    .shop_suche {
		margin-bottom:0px;
	}
    .breadcrumb-shop {
	margin-top:20px;
	margin-bottom:46px;
}
}
.im-warenkorb {
	background:url(/shop/images/warenkorb_button.svg) no-repeat 78% 11px;
	color:#B2997C;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	font-weight:600;
	padding:9px 0 9px 54px;
	position:relative;
}
.im-warenkorb a {
	color:#fff;
	text-decoration:none;
	letter-spacing:0.05em;
}
.im-warenkorb a:hover {
	text-decoration:none;
}
.im-warenkorb .pull-right {
	position:absolute;
	right:0px;
}
@media (min-width:992px) {
	.im-warenkorb .pull-right {
		position:absolute;
		right:12px;
	}
}
/*@media (max-width: 480px) {*/
@media (max-width: 1024px) {
	.kategorie-dropdown .dropdown {
		margin-bottom:15px;
	}
}


/***************************
		Navigation
***************************/

.shop_nav_cat,
.shop_nav_cat_active  {
	font-size:15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	margin:0;
	padding:0;
}
.shop_nav_cat a,
.shop_nav_cat_active a {
	color:#000;
	text-decoration:none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
}
.shop_nav_cat_active a {
	color:#B2997C;
}

.kategorie-eintrag {
	padding:10px 0 0 0;
}

/***************************
		   Home
***************************/

.home {
	background:url(/shop/images/home.jpg) no-repeat center;
	width:100%;
	height:600px;
	color:#fff;
	text-align:center;
	position:relative;
}

.home  h3 { 
	font-size:60px;
	margin:0;
	padding:0;
	margin-bottom:26px;
	text-transform: uppercase;
}
.home a {
	color:#fff;
	font-size:18px;
	font-family: 'PT Serif', serif;
	font-style:italic;
	font-weight:200;
}
.home .center-it {
	position:absolute;
	top:50%;
	width:100%;
}
.home .center-it-box {
	margin-top:-59px;
}

#home-subhead {
	font-size:14px;
	font-style:italic;
}

/***************************
		 Artikel
***************************/

.shop-article {
	color:#000;
	margin-bottom:24px;
	padding:0 !important;
	margin-left:-1px;
	
}
.shop-article .border {
	border-left:1px solid #CFCCCB;
	border-right:1px solid #CFCCCB;
	border-bottom:1px solid #CFCCCB;
	
	padding:10px 30px 18px 30px;
}
.shop-article .border-bild {
	border-left:1px solid #CFCCCB;
	border-top:1px solid #CFCCCB;
	border-right:1px solid #CFCCCB;
	
	padding:18px 30px 0px 30px;
}
.shop-article .liste-artikel-artikelbeschreibung {
	border-left:1px solid #CFCCCB;
	border-right:1px solid #CFCCCB;

	padding:12px 30px 10px 30px;
	min-height:132px;
}

.shop-article .border-bottom-dotted {
	border-bottom:1px dotted #CFCCCB;
}

.shop-artikel-image {
	height:180px;
}
@media (max-width: 767px) {
	.shop-artikel-image {
		text-align:center;
	}
	
	.shop-article .liste-artikel-artikelbeschreibung {
		min-height:auto;
		padding-bottom:16px;
	}
}
.shop-artikel-image img {
	height:180px;
}


.shop-article h3 {
	font-size:24px;
	margin:0 0 1px 0;
	padding:0;
}

.shop-article .price {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	font-size:20px;
	line-height:22px;
}

.shop-article .price_base_unit {
	font-family: Georgia,Times,Times New Roman,serif;
	font-size:11px;
	
}

.shop-article .more_data {
	margin-bottom:18px;
    font-size:11px;
    line-height:14px;
}

.shop-article .form-control-count {
	float:left;
}
.shop-article .btn-add-basket {
	float:right;
}


/***************************
	  Artikel Detail
***************************/

#artikel-detail-text {
	padding-right:20px;
}
#artikel-detail-warenkorb {
	margin-top:6px;
	border-left:1px solid #CFCCCB;
	padding-left:29px;
}
@media (max-width: 767px) {
	#artikel-detail-warenkorb {
		border-left:0px solid #CFCCCB;
		padding-left:10px;
	}
}
#artikel-detail-warenkorb table {
	margin-top:-8px;
}
	
#artikel_detail .artikel_bild {
	padding-top:8px;
	text-align:center;
}
@media (max-width: 991px) {
	#artikel_detail .artikel_bild{
		text-align:center;
		padding-bottom:30px;
	}
}
@media (max-width: 480px) {
	#artikel_detail .artikel_bild {
		text-align:center;
	}
	#artikel-detail-warenkorb {
		margin-top:20px;
	}
}

h3.artikel_detail_h3 {
	font-size:28px;
	color:#000;
	line-height:28px;
	padding:0;
	margin:0 0 24px 0;
    text-align:left;
}
.artikel_detail_beschreibung {
	font-family: Georgia,Times,Times New Roman,serif;
	font-size:14px;
	color:#000;
	line-height:20px;
}
.artikel_detail_beschreibung_werte {
	font-family: Georgia,Times,Times New Roman,serif;
	font-size:13px;
	font-style:italic;
	color:#000;
	line-height:20px;
	padding-bottom:30px;
}

.artikel_warenkorb_beschr {
	font-size:14px;
	font-family: Georgia,Times,Times New Roman,serif;

	vertical-align:bottom;
	height:30px;
}

.artikel_warenkorb_beschr_price {
	font-size:28px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
/*	vertical-align:top;*/
	line-height:26px;
	height:30px;
}
.artikel_warenkorb_beschr_zusatz {
	font-size:12px;
	font-family: Georgia,Times,Times New Roman,serif;

	vertical-align:top;
	height:46px;
    padding:2px 0 0 0;
}
.artikel_warenkorb_beschr_versandkosten {
	float:left;
    width:100%;
    height:auto;
    margin:15px 0 0 0;
	font-size:12px;
    line-height:16px;
    font-weight:400;
	font-family: Georgia,Times,Times New Roman,serif;
}


/***************************
		  Liste
***************************/

#sl_info_category {
	padding: 5px 0 0 0;
	border-bottom: 1px solid #aea379;
}
#sl_info_text {
	padding: 17px 0 0 0;
}
input.add_art_button {
	width: 114px;
	font-size: 12px;
	cursor: pointer;
}

/***************************
		Warenkorb
***************************/

h3#warenkorb_headline {
	font-size:26px;
	text-transform: uppercase;
	padding:0;
	margin:0 0 26px 0;
}
#warenkorb_artikelliste {
	border-top:1px solid #CFCCCB;
	border-bottom:1px solid #CFCCCB;
	padding-bottom:24px;
}

.warenkorb_artikel {
	margin-top:24px;
}

.warenkorb_artikel .summepreis,
.warenkorb_artikel .bezeichnung {
	color:#000;
	
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	font-size:15px;
	
	line-height:26px;
}
.warenkorb_artikel .menge {
	font-size:14px;
	font-family: Georgia,Times,Times New Roman,serif;
}
.warenkorb_artikel .count {
	width:34px;
	border:1px solid #CFCCCB;
	text-align:center;
	margin-right:12px;
	border-radius: 0px;
	padding-top:3px;
	
	-webkit-box-shadow: none;
		box-shadow: none;
	-webkit-transition: none;
		transition: none;
		
	-webkit-appearance: none;
}

.warenkorb_artikel_form1 {
	float:left;
}
.warenkorb_artikel_form2 {
	float:right;
}
.area_stueck_preis,
.area_anzahl,
.area_summepreis {
	float:left;
}
.area_summepreis {
	text-align:right;
	padding-right:0px;
}

.area_stueck_preis {
	width:134px;
}
.area_anzahl {
	width:125px;
}
@media (max-width: 480px) {
	.warenkorb_artikel_form1,
	.area_stueck_preis,
	.area_anzahl,
	.area_summepreis {
		float:none;
	}
	.area_stueck_preis {
		display:block;
		width:100%;
	}
	.area_anzahl {
		float:left;
		width:150px;
	}
	.warenkorb_artikel_form2,
	.area_summepreis {
		float:right;
	}
}

.warenkorb_artikel .stueck,
.warenkorb_artikel .anzahl {
	font-size:14px;
	font-family: Georgia,Times,Times New Roman,serif;
}
.warenkorb_artikel .stueckpreis {
	font-size:15px;
	font-family: Georgia,Times,Times New Roman,serif;
	line-height:26px;
}

.btn-refresh {
	width: 17px;
	height: 16px;
	background: transparent url("/shop/images/refresh.png") no-repeat 0 0;
	border: 0;
	cursor: pointer;
	position:relative;
	top:2px;
}

.btn-remove {
	width: 13px;
	height: 13px;
	background: transparent url("/shop/images/remove_from_basket.png") no-repeat 0 0;
	border: 0;
	cursor: pointer;
	position:relative;
	top:3px;
	margin-left:8px;
}


#shop_warenkorb {
	
	padding: 0 0 24px 0;
}

.kostenaufstellung {
	padding-top:3px;
	padding-bottom:3px;
}
.kostenaufstellung .beschriftung {
	font-size:15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
}
.kostenaufstellung .preis {
	text-align:right;
	padding-right:34px;
}


#sw_info_sum .preis .strong {
	font-size:15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	line-height:26px;
}

#sw_info_sum .preis .endbetrag {
	font-size:15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
}

input.refresh_button {
	width: 20px;
	height: 19px;
	background: transparent url("/shop/images/refresh.jpg") no-repeat 0 0;
	border: 0;
	padding-top: 3px;
	margin-bottom: 5px;
	cursor: pointer;
}

input.remove_art_button {
	display: block;
	width: 114px;
	font-size: 12px;
	cursor: pointer;
}
input.remove_art_button:hover {
}

#sw_links {
	text-align: right;
	padding: 10px 0 0 0;
}

.btn-checkout {
	float:right;
	margin-top:28px;
}


/***************************
		  Kasse
***************************/

#shop_kasse {
	padding: 0 0 50px 0;
}

#sk_info {
	width: 546px;
	padding: 16px 0 11px 0;
}
#sk_info_header {
	padding: 5px 0 0 0;
	border-bottom: 1px solid #aea379;
}

/***************************
	 Kasse - Formular
***************************/


.shop_checkout_header .required,
.form-group .required {
	color: #f00;
	font-weight:normal;
}


.sk_form_header {
	padding: 25px 0 0 0;
}

.sk_form_field.left {
	padding: 0 20px 0 0;
	float: left;
}
.sk_form_field.right {
	float: left;
}

.sk_ff_label {
	padding: 0 0 5px 0;
}

.sk_ff_input input,
.sk_form_field textarea {
	border: 1px solid #9a9393;
	overflow: auto;
}

.sk_ff_input input {
	width: 241px;
	height: 24px;
	padding: 0 4px;
}

.sk_form_field textarea {
	width: 512px;
	height: 52px;
	padding: 4px;
}

.sk_form_field a {
	font-weight: bold;
	text-decoration: underline;
}

#sk_form_submit {
	float:right;
}

#sk_next_button {
	width: 89px;
	font-size: 12px;
	cursor: pointer;
}

/***************************
   Kasse - Zusammenfassung
***************************/

#sk_summary_sum .preis .strong {
	font-size:15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	line-height:26px;
}
#sk_summary_sum .preis .endbetrag {
	font-size:15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
}

#sk_summary_sum .kostenaufstellung .preis {
	text-align:right;
	padding-right:10px;
}

#kasse_artikelliste {
	border-top:1px solid #CFCCCB;
	border-bottom:1px solid #CFCCCB;
	padding-bottom:24px;
}
#kasse_bestaetigung {
	font-size:14px;
	font-family: Georgia,Times,Times New Roman,serif;
}


.kasse_artikel {
	margin-top:24px;
}

.kasse_artikel .summepreis,
.kasse_artikel .bezeichnung {
	font-size:15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
	color:#000;
	line-height:26px;
	
}
.kasse_artikel .summepreis {
	text-align:right;
	padding-right:10px;
}


.kasse_artikel .menge {
	font-size:14px;
	font-family: Georgia,Times,Times New Roman,serif;
	line-height:26px;
}
.kasse_artikel .count {
	width:34px;
	border:1px solid #CFCCCB;
	text-align:center;
	margin-right:12px;
}




#sk_summary {
	padding: 20px 0;
	line-height: 24px;
}



.shop_summary_article {
	padding: 20px 0 0 0;
}

.shop_sa_single,
.shop_sa_multi {
	width: 516px;
}
.shop_sa_single_name,
.shop_sa_multi_count {
	width: 416px;
	float: right;
	text-align: left;
}
.shop_sa_single_price,
.shop_sa_multi_price {
	text-align: right;
	float: right;
	width: 100px;
	
}



#sk_summary_submit {
	float:right;
	margin-top:30px;
}

#sk_summary_submit input {
	display: block;
	width: 180px;
	font-size: 12px;
	cursor: pointer;
}

/***************************
		  Suche
***************************/

#shop_suche {
	width: 546px;
	padding: 0 0 24px 0;
}

#ss_info {
	width: 546px;
	padding: 16px 0 11px 0;
}
#ss_info_category {
	padding: 5px 0 0 0;
	border-bottom: 1px solid #aea379;
}
#ss_info_text {
	padding: 17px 0 0 0;
}

#ss_articles {
	width: 546px;
}

/***************************
		   AGB
***************************/

#shop_agb {
	width: 546px;
	padding: 0 0 24px 0;
}

#sa_info {
	width: 546px;
	padding: 16px 0 11px 0;
}
#sa_info_header {
	padding: 5px 0 0 0;
	border-bottom: 1px solid #aea379;
}
#sa_info_text {
	padding: 17px 0 0 0;
}

/***************************
		  Footer
***************************/

#footer {
	border-top:1px solid #CFCCCB;
	padding-top:18px;
	padding-bottom:18px;
	margin-top:100px;
	background:url(/images/vdp-logo.jpg) no-repeat 0 19px;
	
}
#footer div {
	float:right;
}
#footer a {
	color:#000;
}
#footer a.strong {
	display:block;
	float:left;
	font-size:16px;
	color:#000;
	text-transform: uppercase;
	margin-left:22px;
	font-weight:bold;
	padding-bottom:6px;
}
#footer a.i-link {
	display:block;
	float:left;
	margin-left:22px;
}

@media (max-width: 767px) {
	#footer {
		background:none;
	}
	#footer div {
		float:none;
	}

	#footer a.strong {
		font-size:14px;
		margin-left:0px;
		margin-right:8px;
	}
	#footer a.i-link {
		margin-left:0px;
		margin-right:8px;
	}
}

/***************************
		  PayPal
***************************/
.paypal-button {
	display: block;
	float: left;
}
@media (max-width: 480px) {
	img.paypal-button {
		width:270px;
	}
}
input.paypal-button {
	margin: 12px 10px 0 0;
}
img.paypal-button {
	margin: 10px 0 0 0;
}

/***************************
		   Text
***************************/

.shop_nav_header,
.shop_nav_header a {
	font-size: 18px;

}





.shop_nav_agb,
.shop_nav_agb a {
	font-size: 11px;
}
.shop_nav_agb a:hover,
.shop_nav_agb a:active {
	text-decoration: underline;
}

.shop_home_info_header,
.shop_home_info_header a {
	font-size: 24px;
}

.shop_home_info,
.shop_home_info a {
	font-size: 14px;
	line-height: 26px;
}
.shop_home_info .bold {
	font-weight: bold;
}

.shop_list_info_cat,
.shop_list_info_cat a {
	font-size: 24px;
}

.shop_list_info,
.shop_list_info a {
	font-size: 14px;
	line-height: 24px;
}

.shop_article_small,
.shop_article_small a {
	font-size: 12px;
}

.shop_article_text,
.shop_article_text a {
	font-size: 13px;
}

.shop_article_big,
.shop_article_big a {
	font-size: 16px;
}

.shop_article_big_bold,
.shop_article_big_bold a {
	font-size: 16px;
}

.shop_search_text {
	font-size: 11px;
}

.shop_checkout_header {
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
}



.shop_footer_info {
	font-size: 14px;
	line-height: 24px;
}
.shop_footer_info .bold {
	font-weight: bold;
}

.shop_footer_link a {
	font-size: 14px;
	line-height: 24px;
}
.shop_footer_link a:hover,
.shop_footer_link a:active {
	text-decoration: underline;
}

.shop_warenkorb_link a {
	font-size: 14px;
	line-height: 24px;
}
.shop_warenkorb_link a:hover,
.shop_warenkorb_link a:active {
	text-decoration: underline;
}
.infosblock {
	float:left;
	width:100%;
	height:auto;
	font-family: Georgia, sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	color:#000000;
	margin:0 0 10px 0;
}

#artikel_detail .infosblock .infotable {
	width:100%;
}
#artikel_detail .infosblock .td1 {
	width:24%;
	vertical-align:top;
	font-weight:400;
	padding:6px 0;
}
#artikel_detail .infosblock .td2 {
	width:75%;
	vertical-align:top;
	font-weight:400;
	padding:6px 0;
	font-style:italic;
	font-size:14px;
}
#artikel_detail .infosblock tr {
	border-bottom:solid 1px #CFCCCB;
	padding:6px 0 7px 0;
}


@media (min-width: 992px) {
.infosblock {
	float:left;
	width:100%;
	height:auto;
	font-family: Georgia, sans-serif;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	color:#000000;
	margin:0 0 50px 0;
}
}