#product .product-container {
	width: 95%;
	margin: 0 auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 50px;
}

#product .product-container .product-image,  #product .product-container .addtocart{
	width: 45%;
	margin-bottom: 50px;
}
	
@media screen and (max-width: 767px) {
	#product .product-container .product-image,  #product .product-container .addtocart {
		width: 100%;
		text-align: center;
	}
}
	
#product .product-container .product-image .fotorama__thumb-border {
	border-color: #AD0917;
}	

.fotorama__arr {
	background: none;
	width: 30px;
	height: 30px;
}

.fotorama__arr--next {
	border: 1px solid #AD0917;
	border-radius: 100%;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	content:"\f054";
}

.fotorama__arr--next:after {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	content:"\f054";
	font-size: 1.1em;
	padding: 9px;
	line-height: 1.6em;
	color: #AD0917;
}

.fotorama__arr--prev {
	border: 1px solid #AD0917;
	border-radius: 100%;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	content:"\f054";
}

.fotorama__arr--prev:before {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	content:"\f053";
	font-size: 1.1em;
	padding: 9px;
	line-height: 1.6em;
	color: #AD0917;
}

.fotorama__fullscreen-icon {
	background: none;
}

.fotorama__fullscreen-icon:before {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	content:"\f0b2";
	font-size: 1.1em;
	color: #AD0917;
}
	
#product .product-container .addtocart h1 {
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
	#product .product-container .addtocart h1 {
		font-size: 1.5em;
	}
}

#product .product-container .addtocart .price {
	font-size: 2.5em;
	color: #AD0917;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	#product .product-container .addtocart .price {
		font-size: 1.8em;
	}
}

#product .product-container .addtocart .priceinfo {
	font-size: 0.8em;
	color: #666;
	margin-bottom: 10px;
	border-bottom: 2px solid #AD0917;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#product .product-container .addtocart .priceinfo a {
	color: #666;
	text-decoration: none;
}

#product  .product-description-ue {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 15px;
	width: 95%;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	#product  .product-description-ue {
		margin: 0 auto;
		margin-bottom: 15px;
		font-size: 1.2em;
	}
}

#product .product-container .product-description {width: 95%;
	margin: 0 auto;
	line-height: 1.6em;
}

/*product codes*/

#product .product-container  .productcodes {
	font-size: 0.8em;
	color: #666;
	line-height: 1.2em;
}

/*Warenkorb*/
	
#product .product-buy  {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}	

@media screen and (max-width: 767px) {
	#product .product-buy {
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}


/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#product .articlenumber-select select {
		padding-right:18px;
		background-color: #efefef;
	}
}

#product .product-buy .articlenumber-select {
	width: 140px;
}

#product .product-buy .articlenumber-select select {
	padding:0;
	font-size:1em;
	width:100%;
	border:0;
	padding-left:10px;
	padding-top: 11px;
	padding-bottom: 11px;
	background-color: #efefef;
}

#product .product-buy .articlenumber-select label {
	position:relative;
}

#product .product-buy .articlenumber-select label:after {
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	content:"\f078";
	right:8px;
	top:5px;
	position:absolute;
	color:#fff;
	pointer-events:none;
	font-size:0.8em;
}

#product .product-buy .articlenumber-select label:before {
	content:'';
	right:0;
	/*top:-8px;*/
	width:20%;
	height:40px;
	background:#AD0917;
	color:#fff;
	position:absolute;
	pointer-events:none;
	display:block;
}

#product .product-buy .articlenumber-select:hover label:before {
	background-color: #000;
	-webkit-transition: all 0.3s;
}


#product .product-buy button {
	background-color: #AD0917;
    font-size: 1.1em;
    padding: 10px;
    color: #fff;
    border: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

#product .product-buy button:hover  {
	cursor: pointer;
	background-color: #000;
	-webkit-transition: all 0.3s;
}
#product .product-buy .available {
	color: #18691a;
}

@media screen and (max-width: 1023px) {
	#product .product-buy .available {
		padding-top: 15px;
	}
}

.fotorama--fullscreen .fotorama__nav.fotorama__nav--thumbs {
	margin-top: 0px !important;
}

.fotorama--fullscreen .fotorama__thumb-border {
	border-color: #AD0917;
}


.fotorama__nav.fotorama__nav--thumbs {
	margin-top: 50px;
}

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
	background-color: #fff !important;
}

/*Produktbeschreibung*/

#product .product-container .product-description p {
	padding-bottom: 15px;
}

#product .product-container .product-description table {
	width: 100%;
	
}

#product .product-container .product-description table {
	width: 100%;
}

@media screen and (max-width: 767px) { 
	#product .product-container .product-description table {
		font-size:  0.8em;
	}
}

#product .product-container .product-description td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
	#product .product-container .product-description td {
		padding-left: 2px;
		padding-right: 2px;
		padding-top: 1px;
		padding-bottom: 1px;
	}
}

@media screen and (max-width: 767px) {
	#product .product-container .product-description ul li {
		font-size: 0.9em;
		line-height: 1.5em;
	}
 }

#product .product-container .product-description ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 900;
	padding-right: 7px;
	color: #AD0917;
}
    
#product .product-container .product-description p strong {
	font-weight: bold;
}

/*featured products*/
aside {
    max-width: 1400px;
    width: 95%;
    margin: 0 auto;
    margin-top: 75px;
    margin-bottom: 75px;
}
    
aside .featured-products {
	font-size: 1.5em;
	text-align: center;
	padding-bottom: 25px;
	margin-bottom: 50px;
	border-bottom: #000 solid 5px;
}

@media screen and (max-width: 767px) {
	aside .featured-products {
		font-size: 1.3em;
		letter-spacing: 0px;
	}
}

.buybutton_sofortueberweisung {
	border: 0px solid white;
	margin-bottom:10px;
	margin-right:10px;
	width:230px;
	height:41px;
	background-image:url(/nav/button_sofortueberweisung.png);
	cursor: pointer;
}

.buybutton_paypal {
	border: 0px solid white;
	margin-bottom:10px;
	margin-right:10px;
	width:230px;
	height:41px;
	background-image:url(/nav/button_paypal.png);
	cursor: pointer;
}









