@CHARSET "ISO-8859-1";

/* START �bernommen aus dem alten HTML */

.prdetaillist
{
	list-style: disc inside !important;
}

.modal_substitute
{
	display: none;
}

/* The Modal (background) Text in einem Fenster anzeigen lassen - die Beschreibungen */
.modal
{
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content
{
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 2px solid #888;
	width: 40%;
}

/* The Close Button */
.close
{
	color: #ff0000;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

/* ENDE �bernommen aus dem HTML der Vorg�nger */


/* START Tabs */

#tabscontent
{
	min-height: 10px !important;
}

#tabs > ul > li
{
	text-transform: uppercase;
}

.olTabContainer
{
	padding: 10px;

}

.olTabInner
{
	background-color: #fdefdd;
	padding: 10px;
	color: #574235;
	border-radius: 0 0 3px 3px;
	/* min-height: 580px; */
}

.olTabContentText
{
	font-size: 10.5pt;
}

@media only screen and (max-width: 1152px)
{
	.itemDetail #tabs > ul > li
	{
		width: 145px;
		height: 12px;
		padding: 7px 8px;
		overflow: hidden;
	}

	.itemDetail #tabs > ul > li#tabHeader_5
	{
		width: 148px;
	}
}

@media only screen and (max-width: 1120px)
{
	.itemDetail #tabs > ul > li
	{
		width: 140px;
	}
}

@media only screen and (max-width: 1088px)
{
	.itemDetail #tabs > ul > li
	{
		width: 120px;
	}
}

@media only screen and (max-width: 1024px)
{
	.itemDetail #tabs > ul > li#tabHeader_1
	{
		width: 100px;
	}
}

@media only screen and (max-width: 992px)
{
	.itemDetail #tabs > ul > li#tabHeader_1
	{
		width: 78px;
	}
}

@media only screen and (max-width: 952px)
{
	.itemDetail #tabs
	{
		font-size: 7.5pt;
	}

	.itemDetail #tabs > ul > li,
	.itemDetail #tabs > ul > li#tabHeader_1
	{
		width: auto;
		padding: 7px 6px;
	}
}

@media only screen and (max-width: 440px)
{
	.itemDetail #tabs
	{
		display: none;
	}	
}

/* ENDE Ende */


/* START Titelzeile */

.olTabTitle
{
	background-color: #3d322d;
	color: white;
	padding: 5px 10px;
	border-radius: 3px 3px 0 0;
	width: calc(100% - 20px);
}

.olTabTitle h1
{
	font-size: 10.5pt;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #f5f4f4;
}

.olItemSmallPriceTab1
{
	float: left;
	height: 28px;
	line-height: 28px;
	padding-left: 5px;
	width: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 10.5pt;
}

.olItemSmallPriceTab1.four-digits
{
	font-size: 9pt;
	width: 80px;
	position: relative;
	left: -11px;
}

.olItemSmallPriceTab2
{
	float: left;
	height: 28px;
	font-size: 11px;
	line-height: 10px;
	padding-left: 40px;
	padding-top: 0;
	position: relative;
	top: -2px;
}

.olTabTitle.short-title .price .olItemSmallPriceTab2 a span
{
	display: none;
}

.olTabTitle .productname
{
	clear: both;
	float: left;
	align-self: flex-start;
	padding: 8px 0 5px;
	width: calc(100% - 435px);
	white-space: pre-wrap;   
	word-wrap: break-word;
}

.olTabTitle .stars
{
	clear: none;
	float: right;
	width: 190px;
	padding: 5px 3px 0 11px;
}

.olTabTitle .stars .stars-label
{
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 8pt;
	padding-top: 2px;
}

.olTabTitle .stars .multiField
{
	padding-top: 0;
}


.olTabTitle.long-title .productname
{
	width: calc(100% - 345px);
}

.olTabTitle.long-title .stars-label
{
	display: none;
}

.olTabTitle.long-title .stars
{
	width: 90px;
}

.olTabTitle .price
{
	clear: none;
	float: right;
	width: 214px;
	margin-left: 8px;
	line-height: 28px;
	background-image: url('/media/static/ol_cart_price_back2.png');
	background-repeat: no-repeat;
}

#olTabBewertungenText
{
	width: 160px;
}

#olTabBewertungenNew
{
	float: right;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 380px;
}

#tBewertungDesc
{
	width: 356px;
}

@media only screen and (max-width: 864px)
{
	#olTabBewertungenNew
	{
		float: left;
		margin-left: 15px;
		margin-right: 0;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 720px)
{
	#olTabBewertungenNew
	{
		margin-left: calc(50% - 200px);
	}
}

@media only screen and (max-width: 496px)
{
	/*
	#olTabBewertungenNew
	{
		width: 100%;
		margin-left: 0;
		min-width: 363px;
	}*/

	#tBewertungDesc
	{
		width: calc(100% - 11px);
	}
}

@media only screen and (max-width: 1344px)
{
	.olTabTitle.medium-title .productname
	{
		width: calc(100% - 345px);
	}

	.olTabTitle.medium-title .stars-label
	{
		display: none;
	}

	.olTabTitle.medium-title .stars
	{
		width: 90px;
	}
}

@media only screen and (max-width: 1088px)
{
	.olTabTitle.short-title .productname
	{
		width: calc(100% - 345px);
	}

	.olTabTitle.short-title .stars-label
	{
		display: none;
	}

	.olTabTitle.short-title .stars
	{
		width: 90px;
	}

	.olTabTitle.long-title .productname
	{
		width: 100%;
	}

	.olTabTitle.long-title .price
	{
		clear: both;
	}

	.olTabTitle.long-title .stars
	{
		width: initial;
		float: left;
	}

	.olTabTitle.long-title .stars
 	{
		padding-left: 0;
 	}
 
	.olTabTitle.long-title .stars-label
	{
		display: block;
	}
}

@media only screen and (max-width: 1024px)
{
	.olTabTitle.medium-title .productname
	{
		width: 100%;
	}

	.olTabTitle.medium-title .price
	{
		clear: both;
	}

	.olTabTitle.medium-title .stars
	{
		width: initial;
		float: left;
	}

	.olTabTitle.medium-title .stars
 	{
		padding-left: 0;
 	}
 
	.olTabTitle.medium-title .stars-label
	{
		display: block;
	}
}

@media only screen and (max-width: 880px)
{
	.olTabTitle .productname
	{
		width: 100% !important;
	}

	.olTabTitle .price
	{
		clear: both !important;
	}

	.olTabTitle .stars
	{
		width: 190px !important;
		float: left !important;
		padding-left: 0 !important;
 	}
 
	.olTabTitle .stars-label
	{
		display: inline !important;
	}
}

@media only screen and (max-width:736px)
{
	.olTabTitle .stars
	{
		width: 90px !important;
 	}
 
	.olTabTitle .stars-label
	{
		display: none !important;
	}
}

@media only screen and (max-width:672px)
{
	.olTabTitle .stars
	{
		width: 190px !important;
 	}
 
	.olTabTitle .stars-label
	{
		display: inline !important;
	}
}

@media only screen and (max-width: 576px)
{
	.olTabTitle .price
	{
		float: left !important;
		margin-left: 0 !important;
		width: 100% !important;
	}

	.olTabTitle .price .olItemSmallPriceTab2 a br
	{
		display: none !important;
	}

	.olTabTitle .price .olItemSmallPriceTab2 a span
	{
		display: inline !important;
	}

	.olTabTitle .price .olItemSmallPriceTab2
 	{
		padding-top: 5px !important;
 		height: 22px !important;
 	}

	.olTabTitle .stars
	{
		clear: both !important;
		padding-top: 0 !important;
	}
}

@media only screen and (max-width: 400px)
{
	.olTabTitle .price .olItemSmallPriceTab2 a br
	{
		display: inline !important;
	}

	.olTabTitle .price .olItemSmallPriceTab2 a span
	{
		display: none !important;
	}
	
	.olTabTitle .price .olItemSmallPriceTab2
 	{
		padding-top: 3px !important;
 		height: 25px !important;
 	}
}

/* ENDE Titelzeile */



/* START Tab 1 Beschreibung" */

.olTabContainerLeft
{
	width: calc(100% - 230px);
}

.olItemDetailSpecialColumn
{
	clear: none;
	float: right;
	width: 230px;
}

.olTabImageContainer
{
	width: 100%;
	height: auto;
}

.olTabImageContainer img
{
	border: 4px #3d322d solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.olTabImageContainer .image1
{
	clear: both;
	float: left;
	width: 620px;
}

.olTabImageContainer.nothumbs .image1
{
	width: 700px;
	padding: 0 50px;
}

.olTabImageContainer.noimage.nothumbs .image1
{
	width: 400px;
	padding: 0 200px;
}

.olTabImageContainer .image2345
{
	clear: none;
	float: right;
	width: calc(100% - 620px);
	display: flex;
	flex-direction: column;
}

.olTabImageContainer.nothumbs .image2345
{
	display: none;
}

.olTabImageContainer .image1 img
{
	width: 100%;
	height: auto;
}

.olTabImageContainer .image2345 img
{
	margin: 0 10% 5px;
	width: 80%;
	height: auto;
}

.olTabImageContainer .sub-images
{
	margin: 20px 0 0;
	width: 100%;
	display: flex;
	flex-flow: row nowrap;
}

.olTabImageContainer .sub-images img
{
	width: 300px;
	height: 51px;
	border: none;
}

.olTabContentText
{
	clear: both;
	float: none;
	margin: 30px 0 0;
	line-height: 150%;
}

#tabpage_5 .olTabContentText
{
	margin-top: 5px;
	position: relative;
	padding-bottom: 130px;
}

#tabpage_5 .olTabContentText p
{
	line-height: 110%;
}

#tabpage_5 .olTabContentText p + p
{
	margin-top: 2ex;
}

#tabpage_5 .olTabContentText h2
{
	margin-top: 2ex;
}

#tabpage_5 .olTabContentText #certificate
{
	float: right;
	padding: 0 0 10px 10px;
}

#tabpage_5 .olTabContentText #seal
{
	position: absolute;
	right: -100px;
	bottom: -8px;
}

#tabpage_5 p.p4
{
	width: 90%;
}

#tabpage_5 p.p5
{
	width: 80%;
}

@media only screen and (max-width: 1152px)
{
	#tabpage_5 .olTabContentText #certificate
	{
		float: none;
		width: 384px;
		padding: 0 calc(50% - 192px);
	}

	#tabpage_5 .olTabContentText
	{
		padding-bottom: 0;
	}

	#tabpage_5 p.p4,
	#tabpage_5 p.p5
	{
		width: 100%;
	}

	#tabpage_5 .olTabContentText #seal
	{
		right: -220px;
		bottom: initial;
		top: 328px;
	}
}

@media only screen and (max-width: 928px)
{
	#tabpage_5 .olTabContentText #certificate
	{
		width: 100%;
		padding: 0;
	}

	#tabpage_5 .olTabDescDetailBox .price
	{
		display: none;
	}
}

@media only screen and (max-width: 832px)
{
	#tabpage_5 .olTabDescDetailBox .price
	{
		display: flex;
	}

	#tabpage_5 .olTabContentText
	{
		padding-bottom: 0;
	}

	#tabpage_5 .olTabContentText #seal
	{
		position: static;
		width: 100%;
		text-align: right;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 400px)
{
	#tabpage_5 .olTabContentText #seal
	{
		text-align: center;
	}
}




.olTabContentText .modal-content h2
{
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin-bottom: 1ex;
}

.olTabContentText  .modal-content h3
{
	margin-bottom: 2ex;
}

.olItemDetailSpecialColumn > div,
.olItemDetailSpecialColumn > div a
{
	color: #212121;
}

.olItemDetailSpecialColumn > div
{
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #edd0aa;
	font-size: 9.75pt;
}

.olItemDetailSpecialColumn > .olTabDescDistBox
{
	padding: 15px 5px;
}

.olTabSpecialColumn2 .productnumber .value
{
	word-break: break-word;
}

.olTabDescDistImage
{
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
}

.olTabDescRatgeberBox
{
	font-size: 13px;
	margin-bottom: 10px;
}

.olTabDescVideoBox
{
	display: none;
	margin-bottom: 10px;
}

.olItemDetailSpecialColumn > .olTabDescChatBox
{
	padding: 8px 0 5px 12px;
}

.olTabDescRatgeberImage
{
	text-align: center;
	padding-top: 0;
}

.olTabDescDetailBox .tbl
{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin: 2ex 0 0;
}

.olTabDescDetailBox .label
{
	width: 100px;
	clear: both;
	float: left;
	padding-left: 5px;
	font-weight: bold;
}

.olTabDescDetailBox .value
{
	clear: none;
	float: left;
	width: calc(100% - 101px);
}

.olTabDescDetailBox .price
{
	display: none;
}

.olTabDescDetailBox .price .value span
{
	padding-top: 0.5ex;
	display: block;
	line-height: 100%;
	font-size: 8pt;
}

.olTabDescDetailBox .deliverytime .value span
{
	line-height: 110%;
}

.olTabDescDetailBox .tbl.productnumber
{
	margin-top: 0.75ex;
}

.olItemDetailSpecialColumn > div.olTabDescDetailBox
{
	padding-left: 0;
	padding-right: 0;
}


/* Kaufen / Warteliste Start */

.saleAddWrapper
{
	cursor: pointer;
	background-color: #0c2c9d; /*#002ED7;*/
	margin: 10px 0;
	width: 100%;
	height: 75px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	padding: 2px 0 0;
}

.btnSaleAddSmall,
.btnWaitingList
{
	color: white;
	font-family: sans-serif;
	font-size: 13pt;
	text-align: center;
	text-shadow: 1px 0 0 rgba(255, 255, 255, 0.25);
}

.btnSaleAddSmall
{
	text-transform: uppercase;
	transform: scale(1, 1.8);
	transform-origin: center center;
	letter-spacing: 1px;
}

.saleAddWrapperWaitingList
{
	background-color: #1166ff;
}

.btnWaitingList span
{
	font-size: 11.5pt;
}

@media only screen and (max-width: 752px) and (min-width: 672px)
{
	.btnSaleAddSmall
	{
		font-size: 11pt;
	}

	.btnWaitingList span
	{
		font-size: 9.5pt;
	}
}

@media only screen and (max-width: 704px) and (min-width: 672px)
{
	.btnSaleAddSmall
	{
		font-size: 10.5pt;
	}

	.btnWaitingList
	{
		font-size: 11.5pt;
	}
}

.olTabDescDetailBox .saleAddWrapper
{
	position: relative;
}

.olTabDescDetailBox .saleAddWrapper > div
{
	width: 100%;
}

.olTabDescDetailBox .saleAddWrapper > span
{
	position: absolute;
	background-size: cover;
	width: 22px;
	height: 26px;
}

.olTabDescDetailBox .saleAddWrapper .imgLeft
{
	top: 3px;
	left: 3px;
	background-image: url('/media/static/curlicue1.png');
}

.olTabDescDetailBox .saleAddWrapper .imgRight
{
	bottom: 3px;
	right: 3px;
	background-image: url('/media/static/curlicue2.png');
}

/* Kaufen / Warteliste Ende */

/* Kaufen / Merkliste Start */

.saleAddWrapper2
{
	cursor: pointer;
	background-color: #839aeb; /*#002ED7;*/
	margin: 10px 0;
	width: 100%;
	height: 75px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	padding: 2px 0 0;
}

.saleAddWrapper3
{
	cursor: pointer;
	background-color: #a46cda;
	margin: 10px 0;
	width: 100%;
	height: 75px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	padding: 2px 0 0;
}

.btnSaleAddSmall2,
.btnMerkliste,
.btnDiaShow,
.btnCarmosCalculator
{
	color: white;
	font-family: sans-serif;
	font-size: 13pt;
	text-align: center;
	text-shadow: 1px 0 0 rgba(255, 255, 255, 0.25);
}

.btnDiaShow, .btnCarmosCalculator {
	font-size: 10pt !important;
}

.btnSaleAddSmall2
{
	text-transform: uppercase;
	transform: scale(1, 1.8);
	transform-origin: center center;
	letter-spacing: 1px;
}

.saleAddWrapperWaitingList2
{
	background-color: #6ea0fc;
}

.btnMerkliste span
{
	font-size: 11.5pt;
}

@media only screen and (max-width: 752px) and (min-width: 672px)
{
	.btnSaleAddSmall2
	{
		font-size: 11pt;
	}

	.btnMerkliste span
	{
		font-size: 9.5pt;
	}
}

@media only screen and (max-width: 704px) and (min-width: 672px)
{
	.btnSaleAddSmall2
	{
		font-size: 10.5pt;
	}

	.btnMerkliste
	{
		font-size: 11.5pt;
	}
}

.olTabDescDetailBox .saleAddWrapper2,
.olTabDescDetailBox .saleAddWrapper3
{
	position: relative;
}

.olTabDescDetailBox .saleAddWrapper2 > div,
.olTabDescDetailBox .saleAddWrapper3 > div
{
	width: 100%;
}

.olTabDescDetailBox .saleAddWrapper2 > span,
.olTabDescDetailBox .saleAddWrapper3 > span
{
	position: absolute;
	background-size: cover;
	width: 22px;
	height: 26px;
}

.olTabDescDetailBox .saleAddWrapper2 .imgLeft,
.olTabDescDetailBox .saleAddWrapper3 .imgLeft
{
	top: 3px;
	left: 3px;
	background-image: url('/media/static/curlicue1.png');
}

.olTabDescDetailBox .saleAddWrapper2 .imgRight,
.olTabDescDetailBox .saleAddWrapper3 .imgRight
{
	bottom: 3px;
	right: 3px;
	background-image: url('/media/static/curlicue2.png');
}

/* Kaufen / Merkliste Ende */


.olTabDescDistImage
{
	padding: 0;
}

.olItemDetailSpecialColumn > div.olTabDescPaymentBox
{
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 115%;
}

.olTabDescQuestBox
{
	min-height: auto;
}

.olTabDescQuestBox > div
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.olTabDescQuestBox .icon
{
	margin-right: 10px;
	width: 36px;
}

.olTabDescQuestBox .text
{
	width: calc(100% - 46px);
}



@media only screen and (max-width: 1344px)
{
	.olTabImageContainer .image1
	{
		width: 75%;
	}

	.olTabImageContainer.nothumbs .image1
	{
		padding: 0 10%;
		width: 80%;
	}

	.olTabImageContainer.noimage.nothumbs .image1
	{
		padding: 0 25%;
		width: 50%;
	}

	.olTabImageContainer .image2345
	{
		width: 25%;
	}

	.olTabImageContainer .sub-images img
	{
		width: calc(35vw - 164px);
		height: calc(6vw - 28px);
	}
}

@media only screen and (max-width: 1152px)
{
	.olTabImageContainer
	{
		padding-left: 3px;
		width: calc(100% - 8px);
	}

	.olTabImageContainer .sub-images
	{
		display: none;
	}

	.olTabContentText .modal_substitute
	{
		display: block;
		border-top: 1px solid black;
		padding: 3ex 0 0;
	}

	.olTabContentText #modal_substitute2
	{
		margin: 3ex 0;
		border-bottom: 1px solid black;
		padding-bottom: 3ex;
	}

	.olTabImageContainer .image1,
	.olTabImageContainer .image2345
	{
		width: 100%;
		clear: both;
		float: none;
	}

	.olTabImageContainer.nothumbs .image1
	{
		width: 100%;
		padding: 0;
	}

	.olTabImageContainer.nothumbs.noimage .image1
	{
		padding: 0 20%;
		width: 60%;
	}

	.olTabImageContainer img
	{
		border-width: 2px;
	}

	.olTabImageContainer .image1 img
	{
		width: calc(100% - 6px);
	}

	.olTabImageContainer .image2345
	{
		margin-top: 6px;
		flex-direction: row;
		align-content: space-between;
	}

	.olTabImageContainer .image2345 div
	{
		margin: 0 4px;
	}

	.olTabImageContainer .image2345 img
	{
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 1024px)
{
	.olItemDetailSpecialColumn
	{
		width: 100%;
	}

	.olTabContainerLeft
	{
		width: calc(100% - 212px);
	}

	.olTabContainerRight div
	{
		font-size: 9pt;
	}
	
	.olTabDetailBox,
	.olTabQuestBox,
	.olTabQuestBox,
	.olTabRatgeberBox
	{
		margin-left: 0;
	}

	.olTabDetailBox .label
	{
		width: 92px;
	}

	.olTabDetailBox .value
	{
		width: calc(100% - 93px);
	}
}


.olTabContainerOuter
{
	width: 100%;
	display: flex;
	flex-direction: row;
}

.olTabContainerInner
{
	width: calc(100% - 229px);
	display: flex;
	flex-direction: column;
}

.olTabImageContainer
{
	order: 1;
}

.olTabSpecialColumn2
{
	width: 229px;
}

.olTabSpecialColumn1
{
	order: 3;
	display: none;
}

.olTabContentText
{
	order: 2;
}

.olTabContentText h2
{
	margin: 0 0 2ex 0;
	height: auto;
	font-weight: bold;
}

@media only screen and (max-width: 928px)
{
	.olTabContainerInner
	{
		width: 100%;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.olTabImageContainer
	{
		flex-basis: 100%;
		width: 100%;
		margin-bottom: 12px;
	}

	.olTabContentText
	{
		margin-top: 0;
	}

	.olTabSpecialColumn2
	{
		display: none;
	}

	.olTabSpecialColumn1
	{
		display: block;
		width: 229px;
	}

	.olTabContentText
	{
		width: calc(100% - 239px);
	}

	.olTabDescDetailBox .price
	{
		display: flex;
	}
}

@media only screen and (max-width: 832px)
{
	.olTabContentText,
	.olTabSpecialColumn1
	{
		flex-basis: 100%;
		width: 100%;
		min-width: 32px;
	}

	.olTabContentText
	{
		order: 3;
	}

	.olTabSpecialColumn1
	{
		order: 2;
	}

	.olItemDetailSpecialColumn
	{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: space-between;
	}

	.olItemDetailSpecialColumn > div
	{
		margin-left: 0;
		flex-basis: calc(50% - 15px);
		overflow: hidden;
	}

	.olTabDescDistBox
	{
		height: auto;
	}

	.olTabDescRatgeberBox
	{
		display: none;
	}

	.olTabDescVideoBox
	{
		display: block;
	}

	.olTabDescVideoBox > a > img
	{
		width: calc(50vw - 165px);
		height: calc(11.25vw - 37px);
	}

	.olTabDescContentText
	{
		padding-top: 3ex;
	}

	.olItemDetailSpecialColumn > div.olTabDescDetailBox
	{
		padding: 8px 5px 15px;
	}

	.olTabDescDistImage
	{
		margin-top: 10px;
	}
}

@media only screen and (max-width: 768px)
{
	.olItemDetailSpecialColumn > div
	{
		font-size: 9pt;
	}
}

@media only screen and (max-width: 672px)
{
	.olTabDescVideoBox > a > img
	{
		width: calc(50vw - 85px);
		height: calc(11.25vw - 19px);
	}
}

@media only screen and (max-width: 600px)
{
	.olTabImageContainer.noimage.nothumbs .image1
	{
		width: 80%;
		padding: 0 10%;
	}

	.olTabDescVideoBox > a > img
	{
		width: 50vw;
		height: 11.25vw;
	}
}

@media only screen and (max-width: 600px)
{
	.olTabContainerInner > div
	{
		width: 100%;
	}

	.olItemDetailSpecialColumn
	{
		flex-direction: column;
	}

	.olItemDetailSpecialColumn > div
	{
		font-size: 10.5pt;
	}

	.olTabDescDetailBox .label
	{
		width: 125px;
	}
}

@media only screen and (max-width: 544px)
{
	.olTabImageContainer .image2345
	{
		flex-wrap: wrap;
	}

	.olTabImageContainer .image2345 div
	{
		flex-basis: calc(50% - 11px);
	}
}

@media only screen and (max-width: 400px)
{
	.olItemDetailSpecialColumn > .olTabDescDetailBox
	{
		padding-bottom: 5px;
		flex-basis: auto;
	}

	.olTabDescDetailBox .tbl
	{
		flex-direction: column;
	}

	.olTabDescDetailBox .label
	{
		width: auto;
	}
	
	.olTabDescDetailBox .value
	{
		padding-left: 1em;
		width: auto;
	}
}

/* ENDE Tab 1 Beschreibung" */



/* START Zubeh�r */

#accessories
{
	width: 70%;
	margin: 0 auto;
}

#accessories h2
{
	font-size: 15.75pt;
	color: yellow;
	text-align: center;
	margin: 2ex 0 1ex;
}

.accessory
{
	width: 100%;
	background-color: #edd0aa;
	color: #342d25;
	border: 1px #b9aa8a solid;
	border-radius: 5px;
	padding: 7px;
	margin-bottom: 10px;
	cursor: pointer;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
}

.accessory img
{
	display: block;
	width: 150px;
	height: auto;
	border: 2px #8F6436 solid;
	border-radius: 10px;
}

.accessory .price
{
	position: absolute;
	left: 177px;
	bottom: 10px;
	font-size: 9.75pt;
	font-weight: bold;
	color: #900;
}

.accessory .product-name
{
	padding-left: 1em;
	font-size: 12.75pt;
	color: #454545;
	flex-basis: calc(100% - 288px);
}

.accessory .product-details
{
	flex-basis: 20%;
	position: absolute;
	right: 0;
	font-size: 9.75pt;
	font-weight: bold;
	color: #900;
	padding-right: 1em;
}

.ui-dialog p + p
{
	margin-top: 1ex;
}

@media only screen and (max-width: 1152px)
{
	#accessories
	{
		width: 80%;
	}
}

@media only screen and (max-width: 1024px)
{
	#accessories
	{
		width: 90%;
	}
}

@media only screen and (max-width: 880px)
{
	#accessories
	{
		width: 95%;
		margin: 0;
	}

	.accessory .product-details
	{
		display: none;
	}

	.accessory .product-name
	{
		flex-basis: calc(100% - 150px);
	}

	.accessory .price
	{
		left: 172px;
	}
}

@media only screen and (max-width: 640px)
{
	.accessory .product-name
	{
		font-size: 11.5pt;
		padding: 1.5ex 2em;
	}

	.accessory
	{
		flex-direction: column;
	}

	.accessory .price
	{
		position: static;
	}
}

/* ENDE Zubeh�r */


a.wiki:link, a.wiki:visited, a.wiki:hover {
	color: black;
}

strong a.wiki:link, strong a.wiki:visited, strong a.wiki:hover {
	color: inherit;
	text-decoration: underline;
}

/* f�r die Positionierung der Siegel auf der Produkt-Detail-Seite: */

.olTabImageContainer
{
	position: relative;
}

.olTabImageContainer img.olItemCart
{
	border: none;
}

.olTabImageContainer .olItemCart
{
	position: absolute;
	top: 10px;
	right: 25%;
	z-index: 999;
}

.olTabImageContainer .olItemCart.linked
{
	cursor: pointer;
}

.olTabImageContainer .olItemCart:nth-child(2)
{
	right: calc(25% + 70px);
}

.olTabImageContainer .olItemCart:nth-child(3)
{
	right: calc(25% + 140px);
}

.olTabImageContainer .olItemCart:nth-child(4)
{
	right: calc(25% + 210px);
}

.olTabImageContainer .olItemCart:nth-child(5)
{
	right: calc(25% + 280px);
}



@media only screen and (max-width: 1152px)
{
	.olTabImageContainer .olItemCart:first-child
	{
		right: 10px;
	}

	.olTabImageContainer .olItemCart:nth-child(2)
	{
		right: 80px;
	}

	.olTabImageContainer .olItemCart:nth-child(3)
	{
		right: 150px;
	}

	.olTabImageContainer .olItemCart:nth-child(4)
	{
		right: 220px;
	}

	.olTabImageContainer .olItemCart:nth-child(5)
	{
		right: 290px;
	}
}

@media only screen and (max-width: 512px)
{
	.olTabImageContainer .olItemCart:nth-child(5)
	{
		top: 80px;
		right: 10px;
	}
}




/* Produktnachfrage-Formular AR 2021-03-03 */

.form-overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.5);
	z-index: 10;
}

.form-wrapper
{
	box-sizing: border-box;
	width: 512px;
	height: 480px;
	max-width: 90%;
	max-height: 95%;
	padding: 10px 30px 10px 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fdefdd;
	box-shadow: 10px 10px 10px rgba(0,0,0, 0.25);
	border: 1px solid #666;
	border-radius: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	transition: height 0.3s;
}

.form-wrapper.sent
{
	height: 160px;
}

.form-wrapper .form-close
{
	width: 15px;
	height: 15px;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}

.form-wrapper .form-close:after
{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background-image: url("/media/static/closewindow.png");
	transform: scale(0.8);
}

.form-wrapper .form-close:hover:after
{
	transform: scale(1.0);
}

#question-form
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: baseline;
}

.form-wrapper h2,
.form-wrapper h3,
.form-wrapper p,
.form-wrapper label
{
	color: black;
}

.form-wrapper h2
{
	margin: 1.5ex 0;
	font-size: 12pt;
	font-weight: bold;
}

.form-wrapper h3
{
	margin: 0.5ex 0 2ex;
	font-size: 11pt;
	font-weight: bold;
}

#question-form
{
	margin: 3ex 0 0;
}

.form-wrapper.sent .form,
.form-wrapper .thanks
{
	display: none;
}

.form-wrapper .form,
.form-wrapper.sent .thanks
{
	display: block;
}

.form-wrapper p,
#question-form
{
	font-size: 10pt;
}

#question-form label,
#question-form > span
{
	padding-top: 3px;
}

#question-form label
{
	flex-basis: 30%;
}

#question-form label.error-message
{
	flex-basis: 75%;
	color: #600;
}

#question-form > span
{
	flex-basis: 68%;
}

#question-form > span.send
{
	flex-basis: 25%;
	overflow: hidden;
}

#question-form > label:nth-of-type(3),
#question-form > label:nth-of-type(4)
{
	align-self: flex-start;
	position: relative;
	top: 0.75ex;
}

#question-form > span:nth-of-type(6)
{
	box-sizing: border-box;
	text-align: right;
}

#question-form img
{
	width: 200px;
}

#question-form input,
#question-form textarea
{
	width: 100%;
}

#question-form input[name="captcha"]
{
	width: 195px;
}

#question-form textarea
{
	height: 20ex;
	resize: vertical;
}

.form-wrapper .thanks p + p
{
	margin-top: 2ex;
}

.form-wrapper .thanks button
{
	float: right;
}


@media only screen and (max-height: 640px)
{
	#question-form textarea
	{
		height: 10ex;
	}

	.form-wrapper
	{
		height: 400px;
	}
}



/* Subheader (Trustpilot + Livechat) */

.livechat_button
{
	width: 213px;
	height: 85px;
}

#item-detail-sub-header .livechat_button
{
	width: 142px;
	height: 57px;
	padding-right: 1em;
}

.livechat_button img
{
	width: 100%;
	height: 100%;
}

#item-detail-sub-header
{
	width: 100%;
	position: relative;
	top: -15px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

#item-detail-sub-header > div:first-child
{
	width: calc(162px + 1em);
}

#item-detail-sub-header .trustpilot-widget
{
	width: 284px;
	height: 4.5ex;
	margin-right: 30px;
}

@media only screen and (max-width: 1024px)
{
	.modal {
		padding-top: 0 !important;
	}

	.modal-content {
		width: 80%;
	}
	
	#item-detail-sub-header
	{
		top: -5px;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 832px)
{
	.modal {
		padding-top: 0 !important;
	}

	.modal-content {
		width: 80%;
	}

	#item-detail-sub-header
	{
		top: 0;
		padding-top: 10px;
	}
}

@media only screen and (max-width: 864px)
{
	#item-detail-sub-header
	{
		flex-flow: column;
	}

	/*
	#item-detail-sub-header > div:first-child {
		display: none;
	}
	*/

	.modal {
		padding-top: 0 !important;
	}

	.modal-content {
		width: 80%;
	}

	#item-detail-sub-header .livechat_button
	{
		order: 1;
		margin: 1.5ex 0 2.25ex;
		padding-right: 0;
	}

	#item-detail-sub-header .trustpilot-widget
	{
		order: 2;
		width: auto;
		margin-right: 0;
	}
}

@media only screen and (max-width: 640px)
{
	#item-detail-sub-header
	{
		padding: 0 0 1ex;
		top: -1.5ex;
	}
}

@media only screen and (max-width: 400px)
{
	#item-detail-sub-header .livechat_button
	{
		width: 53.25vw;
		height: 21.25vw;
	}
}


/* Bewertungen */

#olTabBewertungenText
{
	width: calc(100% - 412px);
	margin: 0 0 0 10px;
}

#olTabBewertungenTextInner
{
	width: 100%;
	height: 70ex;
	padding: 0;
	overflow-y: hidden;
	overflow-x: auto;
	font-size: 10pt;
	line-height: 115%;
	column-count: 2;
	column-fill: auto;
}

#tBewertungDesc
{
	max-width: 356px;
	min-width: 356px;
	max-height: 300px;
	min-height: 300px;
}

#tBewertungName
{
	width: calc(100% - 4.5em);
}

.rating
{
	padding: 0 10px 1.5ex 0;
	margin: 0 9px 0 0;
}

.rating + .rating
{
	border-top: 1px solid black;
	padding-top: 2ex;
}

.rating > div
{
	width: 100%;
	clear: both;
}

.rating .rating-stars .multiField
{
	float: none;
	padding: 0 0 4ex 0;
}

.rating .rating-comment
{
	hyphens: auto;
}

@media only screen and (max-width: 1080px)
{
	#olTabBewertungenTextInner
	{
		column-count: initial;
		overflow-y: auto;
		overflow-x: hidden;
		height: auto;
	}
}

@media only screen and (max-width: 960px)
{
	#olTabBewertungenText
	{
		width: calc(100% - 10px);
	}

	#olTabBewertungenNew
	{
		margin: 10px calc(50% - 190px);
	}
}

@media only screen and (max-width: 480px)
{
	#tBewertungDesc
	{
		max-width: calc(100% - 13px);
		min-width: calc(100% - 13px);
	}
}

@media only screen and (max-width: 460px)
{
	#olTabBewertungenNew
	{
		margin: 10px 0;
		width: 100%;
		height: 558px;
	}

	#olTabBewertungenItem,
	#olTabBewertungenService
	{
		font-size: 2.7vw;
		line-height: 133%;
	}

	#olTabBewertungenItem img,
	#olTabBewertungenService img
	{
		width: 35.5vw;
		height: auto;
	}

	#olTabBewertungenItem
	{
		margin-left: 7px;
	}

	#olTabBewertungenService
	{
		margin-right: 7px;
	}
	
	#olTabBewertungSetStar
	{
		margin: 10px 7px;
	}

	#olTabBewertungenItemStar,
	#olTabBewertungenServiceStar
	{
		width: 50%;
		overflow: hidden;
		margin: 10px 0 0;
	}

	#olTabBewertungenItemStar #starify,
	#olTabBewertungenServiceStar #starify2
	{
		width: 34vw !important;
		float: left;
	}

	#olTabBewertungenServiceStar #starify2
	{
		margin-left: 7px;
	}

	#stars-cap
	{
		padding-left: 0.3em;
	}

	#stars-cap2
	{
		padding-left: 10px;
	}

	#tBewertungName
	{
		width: calc(100% - 11px);
		position: relative;
		left: 4px;
	}
}

button#myBtn_merko {
	color:#FFFFFF;
	border-radius:5px;
	border:1px #FFFFFF solid;
	height:25px;
	background-color: #a46cda;
}

button#myBtn_merko.voted {
	border:1px #a46cda solid;
	color: #a46cda;
	background-color: inherit;
}

div.image1.unique a::before {
	content: "";
	position: absolute;
	top: 40%;
	left: 0;
	width: 80%;
	height: 2px;
	background-color: #CE1719;
	transform: translateY(-50%) rotate(-29deg);
}

span.unique-badge {
	position: absolute;
	bottom: 25%;
	left: 5%;
	color: white;
	background-color: #CE1719;
	padding: 20px;
	border-radius: 50%;
	text-align: center;
}

@media only screen and (max-width: 1152px)
{
	div.image1.unique a::before {
		top: 40%;
		width: 100%;
	}
}

@media only screen and (max-width: 1080px)
{
	div.image1.unique a::before {
		top: 40%;
		width: 100%;
	}
}

@media only screen and (max-width: 544px)
{
	div.image1.unique a::before {
		top: 25%;
		width: 100%;
	}

	span.unique-badge {
		bottom: 55%;
	}
}




#price-calculator form {
	margin: 2em auto;
	max-width: 600px;
}

#price-calculator fieldset {
	border: none;
	background: #f8f9fb;
	padding: 2em;
	margin: 0 0 1em 0;
	border-radius: 0.25em;
	text-align: left;
	/* width:100%; */
}

#price-calculator fieldset:hover {
	-webkit-box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.1);
}

#price-calculator.rangeslider {
	background: #e7eaf0;
}

#price-calculator fieldset h2,
#price-calculator fieldset h3 {
	margin-top: 0;
	margin-bottom: 1em;
}

hr {
	border: none;
	margin: 0 0 2em 0;
}

#price-calculator .range-slider {
	margin: 0 0 0 0;
}


#price-calculator .output,
#price-calculator .output--carmos,
#price-calculator .output--lisence-cost {
	/*text-align:center;*/
	margin: 0 auto;
	font-size: 2em;
	display: block;
	width: auto;
	margin: 0.5em 0 0 0;
	clear: both;
}

#price-calculator .output--discount {
	color: #f90;
}

#price-calculator .range-slider {
	width: 100%;
}

#price-calculator .range-slider__range {
	-webkit-appearance: none;
	width: calc(100% - (73px));
	height: 10px;
	border-radius: 5px;
	background: #d7dcdf;
	outline: none;
	padding: 0;
	margin: 0;
}

#price-calculator .range-slider__range::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #2c3e50;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}

#price-calculator .range-slider__range::-webkit-slider-thumb:hover {
	background: #1abc9c;
}

#price-calculator .range-slider__range:active::-webkit-slider-thumb {
	background: #1abc9c;
}

#price-calculator .range-slider__range::-moz-range-thumb {
	width: 20px;
	height: 20px;
	border: 0;
	border-radius: 50%;
	background: #2c3e50;
	cursor: pointer;
	-webkit-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}

#price-calculator .range-slider__range::-moz-range-thumb:hover {
	background: #1abc9c;
}

#price-calculator .range-slider__range:active::-moz-range-thumb {
	background: #1abc9c;
}

#price-calculator .range-slider__value {
	display: inline-block;
	position: relative;
	width: 60px;
	color: #fff;
	line-height: 20px;
	text-align: center;
	border-radius: 3px;
	background: #2c3e50;
	padding: 5px 10px;
	margin-left: 8px;
}

#price-calculator .range-slider__value:after {
	position: absolute;
	top: 8px;
	left: -7px;
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-right: 7px solid #2c3e50;
	border-bottom: 7px solid transparent;
	content: '';
}

input::-moz-focus-inner,
input::-moz-focus-outer {
	border: 0;
}

#price-calculator .rangeslider__handle {
	border-radius: 22px;
	min-width: 62px;
	line-height: 42px;
	text-align: center;
	font-weight: 600;
}

#price-calculator .rangeslider__handle:after {
	background: 0;
}

.rangeslider__fill {
	background: #f90 !important;
	position: absolute;
}

#price-calculator label {
	display: inline-block;
	padding: 0 0 0 0;
	margin: 0;
	vertical-align: middle;
}

#price-calculator input[type="checkbox"],
#price-calculator input[type="radio"] {
	margin: 4px 0 0 0;
	padding: 0 0 0 0;
	line-height: 0;
	height: 0;
	float: left;
	display: inline-block;
}

#price-calculator label span {
	float: left;
	margin-left: 0.5em;
	margin-right: 1em;
}

#price-calculator small {
	font-size: 9px;
}

.strikethrough {
	text-decoration: line-through;
}

#discount-cost {
	background: #004287 !important;
	color: white!important;
}