@charset "utf-8";
/* CSS Document */
/*css für webseite für ausgabe von produkt blöcke*/


.videocss {
	width: 100%;
	margin: 0 0 0 -15px;
	width: 256px;
}

@media only screen and (max-width: 980px) {
	.videocss {
		width: 106.5% !important;
		margin: 0 0 0 -3.2%;
	}
}






.titel_produkt {
	/*font-weight: bold;*/
	font-family: 'NoticiaTextBold', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #E5E5E6;
	font-size: 15px;
	margin: 0 0 10px 0;
	/*float: left;*/
}

.neuheit_uebersicht {
	color:#FFFFFF;
	font-family: 'NoticiaTextBold', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

.produkt_beschreib_uebersicht {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #E5E5E6;
	font-size: 14px;
}

.neuheit {
	color:#FFFFFF;
	font-family: 'NoticiaTextBold', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 14px;
}

.preis_uebersicht {
	font-family: 'NoticiaTextBold', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #E5E5E6;	
}

.meldung_warenkorb {
	font-family: 'NoticiaTextBold', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #EF8161;
}

.bold_warenkorb {
	font-family: 'NoticiaTextBold', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #E5E6E7;
	font-size: 15px;
}



#produkt_block-zeile {
	float: left;
	width: 100%;
}


#produkt_block {
	float: left;
	background-color: #3B3A3A;
	margin:0 5px 20px 0;
	
	width: 226px;
	padding: 0 15px 15px 15px;
	
	-moz-box-shadow: 4px 4px 7px #262626;
    -webkit-box-shadow: 4px 4px 7px #262626;
    box-shadow: 4px 4px 7px #262626;
}
@media only screen and (max-width: 980px) { #produkt_block {
	width: 30.5%; /*sollte 33.3 sein*/
	padding: 0 1% 15px 1%;
}}
@media only screen and (max-width: 660px) { #produkt_block {width: 46% !important;}} /*out_produkt.php zwei zeilen (cookie)*/


#produkt_block.right {
	margin-right: 0;
}

#produkt_block img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	
	margin: 0 0 0 -15px;
	
	width: 256px;
}

iframe.image-3d, .image-3d {
	margin-left: -15px !important;
}

/*height: "260",*/
/* #produkt_bild .orbitvu-container {} */

.to-product {
	width: 100%;
	text-align: center;
	padding: 6px 0;
	margin-top: 0 !important;
	margin-left: -15px !important;
	margin-top: -3px !important;
}

@media only screen and (max-width: 980px) {
	#produkt_block img {
		width: 106.5% !important;
		margin: 0 0 0 -3.2%;
	}
	iframe.image-3d,  .image-3d {
		width: 106% !important;
		margin: 0 0 0 -3.2% !important;
	}
	.to-product {
		margin-left: -3.2% !important;
		padding: 6px 0 !important;
		width: 106% !important;
	}
}

.titel-kategorie {
	width: 100%;
	
	font-family: 'NoticiaTextRegular', Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #BFBFBF;
	font-size: 15px;
	padding: 10px 0 5px 0;
}

#out_all_pro_beschreib {
	width: 100%;
	background-color: #3B3A3A;
	/* height: 70px; */
	height: 100px;
	/* height: auto; */
}

/* #produkt_out #out_all_pro_beschreib {
	height: 70px;
} */



@media only screen and (max-width: 500px) {#out_all_pro_beschreib {height: 90px;}}

#out_all_pro_beschreib h3 {
	padding: 5px;
}

#out_all_pro_preis {
	height: 60px;
}

#out_preis_zusatz {
	max-width:300px;
	width: 100%;
}

.mwst_uebersicht {
	font-size: 10px;
	color: #E5E5E6;
}

#produkt_interaktion_block {
	margin-top: 2px;
	margin: 2px 5px 0 0;
	float: left;
	max-width: 190px;
	width: 100%;
}

#out_all_pro_lieferzeit {
	float: left;
}

.buy-button, .button-warenkorb {
	background-color:#7DB3CD;
	/*26B7CC*/
	display:inline-block;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	padding:6px 15px;
	text-decoration:none;
	margin: 10px 0 0 0;
}

.buy-button:hover, .button-warenkorb:hover {
	background-color: #4A769D;
	color:#fff;
}
.buy-button.fix, .button-warenkorb.fix {
	background-color: #4A769D;
	color:#fff;
}

.buy-button:active, .link:active {
	position:relative;
	top:1px;
}


/*PRODUKT HIGHLIGHT*/
.out_produkt_highlight {
	float: left;
	width: 100%;
	/*margin: 40px 0 50px 0;*/
	margin: 0 0 50px 0;
}

.out_produkt_highlight #produkt_block {width: 210px;}
.out_produkt_highlight #produkt_block img {width: 240px;}
.out_produkt_highlight .videocss {width: 240px;}

/*PRODUKT HIGHLIGHT END*/


/*anpassung von externem css webseite*/
#menu-single-sub { margin: 0 27px 20px 0}
/*anpassung von externem css webseite end*/