
#distancediv{
	width:100%;
	height:50px;
	display:none;
}

#productpresentationsdiv{
	margin:auto;
	background-color: #e6e6e6;
	color: #615f5f;
	display: grid;
    gap: 0px 0px;
	position:relative;	
	width:100%;
	height:auto;
	padding:0px;
	grid-template-columns: 1fr;
	grid-template-rows: auto 1fr;
	border-radius: 0px;	
}

#productherstellerlogo{
	position:absolute;
	right:20px;
	top:20px;
	max-width:30%;
	display:block;
	z-index:1;
}

.herstellerverkaeuferlink{
	width:100%;
	height:100%;
	align-items: center;
    display: flex;
}

#producthersstellerlogoimg{
	height:45px;	
	max-width:100%;
}

#productbigpicturediv{
	width:100%;
	height:700px;
	margin:20px auto 0px auto;
	display: flex;
	position:relative;
	overflow:hidden;
}

.productbigpicture{	
	width: 100%;
    height: 100%;
    max-height: 700px;
    object-fit: contain;
}

#picturearrowwrapper{
	width:100%;
	height:100%;
	position:absolute;
	display:grid;
	grid-template-columns: 100px auto 100px;
	align-items:center;
}

#leftpicturearrow, #rightpicturearrow{	
	cursor:pointer;
	opacity:0.9;
	width:90px;
	height:90px;
	border-radius:100px;
	display: none;
}

#leftpicturearrow{	
	margin-left:10px;
	background:#e6e6e6 url(../svg/dropdownsymbol.svg);
	background-size:60%;	
	background-repeat:no-repeat;
	background-position:50% 55%;
	transform:rotate(90deg);
}

#rightpicturearrow{
	margin-right:10px;
	background:#e6e6e6 url(../svg/dropdownsymbol.svg);
	background-size:60%;	
	background-repeat:no-repeat;
	background-position:50% 55%;
	transform:rotate(-90deg);
}

#productpicturepointswrapper{
	width:85%;
	height:30px;
	margin:8px auto;
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;	
}

#selectsexlabel{
	 cursor: pointer;
    background-color: white;
    padding: 8px;
    margin: 0;
    box-shadow: 0px 0px 10px 0px lightgrey;
    border-radius: 10px;
    font-size: 1em;
    color: #615f5f;
    border: solid 1px white;
	position:relative;
	width:300px;
	height:22px;
}

#selectsex:focus{
	border: solid 1px #870000;
}

#selectsex {
	all:unset;
	z-index:50;
	height:26px;
	width: 100%;
    margin-left: -9px;
	margin-right:-9px;
    padding: 4px 28px 8px 10px;
	border-radius: 10px;	
	border: solid 1px white;
}

#dropdownsymboldiv{
	height:40px;
	width:40px;
	background: url(../svg/dropdownsymbol.svg);
    background-size: 70%;
    background-position: center;
	background-repeat:no-repeat;
	top:10px;
	right:6px;
	z-index:0;
	position:absolute;
}

#dialogssnewlist{
	margin-top:10px;
	font-size:0.75em;
	color:#870000;
	cursor:pointer;
}

#dialogssdiv{
	display:grid;
	justify-content:center;
	margin-top:15px;
	margin-bottom:10px;
}

.actionimgpoint{
	width: 16px;
	height: 16px;
	border-radius: 20px;
	background-color:#c4c2c2;
	border: solid 1px #615f5f;
	float:left;
	margin:0px 15px;
	cursor:pointer;	
}

.actionimgpointactiv{
	background-color:#870000;
}

#productmorepicturesdiv,#bigpicturemorepicturesdiv{
	width:95%;
	height:auto;
	display:flex;
    gap: 20px 20px;
	margin:30px auto 10px;
	align-items:center;
	justify-content:center;	
	justify-content:center;
	flex-wrap:wrap ;
}

.productmorepictures{
	height:120px;
	width:150px;
    border-radius: 15px;
	border: solid 2px gray;
	background-color:white;
	display:flex;
	align-items:center;
	justify-content:center;	
	cursor:pointer;
}

.ppaktiv {
	border: solid 2px #870000;
}

.productsmallpictures{
	width:80%;
	height:80%;
	object-fit: contain;
	border-radius:10px;
}

#productinfosverifiziert{
	color:#870000;
	cursor:pointer;
	font-size:1.6em;
	display:flex;
	justify-content:center;
	height:1.6em;
	margin: 0px 0px 10px 0px;
}

#producttitletext{
	font-size: 2.5em;
    font-weight: 600;	
	margin: 15px 0px -10px 20px;	
	max-width:68%;
	letter-spacing: normal; 
    color: #615f5f;
}

#productpresentationsdivright{
	position:relative;
}

#productpresentationsdivrighttop{	
	margin: 60px auto 0px auto;		
	width:75%;
	display: flex;
	justify-content: space-between;
    gap: 0px 40px;
}

#productverkaeuferlogoimg{
	width:auto;
	max-width:100%;
	max-height: 130px;
}

#productverkaeuferlogo{
	height:100%;	
}

#productinfosuvppercents{
	background-color:#870000;
	color:white;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:600;	
	width:60px;
	height:30px;
	font-size:1.1em;
	border-radius: 20px 9px;
}

#productinfosuvpcrosed{
	position:relative;
	color:gray;
	font-size:1.2em;
	margin-left:8px;
	bottom:-2px;	
}

#productinfosuvpcrosed::after {
    content:"";
    position:absolute;
    top:50%; left:0; width:100%; height:1px; 
	background-color:#870000;
    transform:rotate(-5deg);
}

#productinfospricediv{
		display: flex;
		flex-direction: column;
		max-width: max-content;
		top:20px;
		width:auto;
		text-align:center;	
}

.righttoprow{
	display: flex;
	justify-content: left;
	text-align: left;
	gap: 10px;
}

/*#abspan{	
	font-size:0.45em;
	margin-right:2px;
}*/

#productinfosprice{
	color:#f0ba20;
	text-shadow: 1px 1px 1px gray;
	margin-top:0px;
	width:100%;	
	font-size:4.5em;
    margin-left: -3px;
	grid-column: 1 / -1;
}

#productinfospricemoreinfo{	
	font-size:1.2em;
	width:100%;
	grid-column: 1 / -1;
}

#filtersymbol{
	display:none;
}

#productpresentationsdivrightmiddle{
	display:flex;
	justify-content:center;	
	margin-top: 80px;
	width: 100%;
	height: 100px;
	margin-bottom: 100px;
}

#zumshopbutton, #zumherstellerbutton{
	all: unset;
    background: #f0ba20;
    color: #870000;
    display:flex;
	align-items:center;
	justify-content:center;
    font-weight: bold;
    box-shadow: 0px 0px 10px 0px grey;
	cursor:pointer;
	float:left;		
	width: 300px;
	height: 80px;
	border-radius: 25px;
	margin-right: 30px;
	font-size:3em;
}

#zumherstellerbutton{
	float:none;	
    margin: 0px auto 40px;
    width: 250px;
    height: 60px;
    font-size: 2em;
    border-radius: 15px;
}

#productaddtowunschzettelitemid{
	display:none;
}

.productaddtowunschzettelitem,.productaddtowunschzettelitemliked{
    cursor: pointer;
    box-shadow: 0px 0px 10px 0px grey;
	background: #f0ba20 url(../svg/WatchlistAdd.svg);
    background-size: 80%;
	background-repeat:no-repeat;
	background-position:60% 55%;
	float:left;		
	border-radius: 25px;
	height: 80px;
	width: 80px;
	margin-left: 30px;
}

.productaddtowunschzettelitemliked{
	background: #f0ba20 url(../svg/WatchlistOnList.svg);
    background-size: 80%;
	background-repeat:no-repeat;
	background-position:60% 55%;
}

#productmoresellerslist{
	background-color:white;
	min-width:400px;
	margin:auto;
	margin-top:20px;
	overflow:hidden;	
	border-radius:15px;	
	position:relative;
	top:30px;	
	width:90%;	
	height:auto;	
	padding:10px 0px 80px 25px;
	margin-bottom:120px;		
}

#moresellertomoresellerbiglist{
    width: 100%;
    background-color: #c4c2c2;
    border-radius: 0px 0px 15px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #870000;
    border: solid 1px #e6e6e6;
    border-bottom: none;
	margin:auto;
	cursor:pointer;
	position:absolute;
	bottom:0;
	left:0;	
	height: 70px;
	font-size:2em;
}

.productmoresellersdiv{
	width:100%;
	display:grid;
    grid-template-rows: 100%;
    gap: 0px 0px;
	align-items:center;	
	height:80px;
	grid-template-columns: 13% 32% 27% 5% 23%;
}

.moresellerinfosuvppercents{
	background-color:#870000;
	color:white;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:600;
	border-radius: 20px 9px;	
	width:80px;
	height:40px;		
	font-size:1.5em;
}

.moresellerinfospricediv{
		position:relative;
		display:flex;
		flex-wrap:wrap;
		align-items:flex-end;	
		float:left;
		width:100%;
}

.moresellerinfosprice{
	color:#f0ba20;
	font-size:3em;
	text-shadow: 1px 1px 1px gray;
	margin-top:0px;
	width:100%;
}

.moresellerinfospricemoreinfo{
	margin-top:-3px;
	font-size:1em;
}

.moresellerverkaeuferlogoimg{
	width:auto;
	max-height:90%;
	max-width:95%;
}

.moresellerverkaeuferlogo{
	height:inherit;
	width:auto;	
	display:flex;
	align-items:center;
}

.moresellerzumshopbuttonwrapper{
	width:100%;	
}

.moresellerzumshopbutton{
	all: unset;
    background: #f0ba20;
    color: #870000;
    text-align: center;
	display:flex;
	align-items:center;
	justify-content:center;
    font-weight: bold;
    box-shadow: 0px 0px 10px 0px grey;
	cursor:pointer;	
	width: 170px;
	height: 50px;
	border-radius: 20px;
	font-size: 1.8em;
}

#producttoreportwronginfos{
	position:absolute;
	color:#870000;
	cursor:pointer;
	right:12px;
	bottom:15px;
	font-size:1.7em;
}

#productmoreinfosdiv{
	width: 100%;
    height: auto;
    margin: 50px auto 50px auto;
	position:relative;
	padding-top:70px;
}

#productmoreinfotabnavdiv{
	width:100%;
	height:70px;
	background-color:#f5f5f5;
	position:absolute;
	top:0px;
}

#tabnavvideoforproduct{
	display:none;
}

#videoiframeproduct{
	width:100%;
	aspect-ratio: 16 / 9;
}

.productmoreinfotabnav{
	float:left;	
	background-color:#e6e6e6;
	border-radius:15px 15px 0px 0px;
	display:flex;
	justify-content:center;
	align-items:center;
	color: #615f5f;
	border: solid 1px #e6e6e6;	
	border-bottom:none;	
	box-shadow: 0px 0px 5px 0px gray inset;
	cursor:pointer;	
	height:69px;
	width:270px;	
	font-size:2em;	
}

.productmoreinfotabnavaktiv{
	border: solid 1px #870000;
	border-bottom:none;
	height:70px;
	color:#870000;
	box-shadow: 0px -2px 5px 0px #c4c2c2 inset;	
}

.productmoreinfotabs{
	background-color:#e6e6e6;
	width:100%;	
	border: solid 1px #870000;	
	border-right:none;
	border-left:none;
}

#descriptionstext,#videowrapperdiv{
	font-size:2em;
	color:#615f5f;
	line-height:130%;
	text-align:justify;
	padding:50px;	
}

#productdiscription,#videoforproduct{
	display:none;
}

#productdataprofiletextstart{
	color:#615f5f;
	font-size:1.8em;
	margin:30px 0px 30px 2.5%;
	font-weight:600;
	text-align:center;
	height: 45px;
}

#productdataprofilegridwrapper{
	width:95%;
	height:auto;
	display:grid;
	color:#615f5f;
	margin:auto;
	justify-content:center;	
	grid-template-columns: 1fr;
	  grid-template-rows:auto auto;
	font-size:2em;
	margin-top: 0px;
	padding-bottom: 50px;
}

#productdataprofilegridleft, #productdataprofilegridright{
	width:85%;
	display:grid;
	grid-template-columns: 100%;
    grid-template-rows: auto;
	align-items:center;
	margin: 0px auto;	
}

.gridrowA, .gridrowB, .gridrow0{
	display:grid;
	grid-template-columns: 50% 50%;
    grid-template-rows: auto;
	align-items:center;	
	background-color:#c4c2c2;	
	height:55px;
}

.gridrowB{
	 background-color:#e6e6e6;
}

.gridrow0{
	display:none;
}

#productdataprofilegridright .gridrowA, #productdataprofilegridright .gridrow0{
	 background-color:#e6e6e6;
}

#productdataprofilegridright .gridrowB{
	 background-color:#c4c2c2;
}
 
.gridrowfirstspan{
	margin-left:10px; 
	color:#870000;
}

#productsimilarproducts,#productfitproducts{
	width:100%;
	height:540px;
	background-color:#e6e6e6;	
	position:relative;
	overflow: hidden;
	margin-bottom:50px;
}

#productfitproducts{
	display:none;
}

#productsimilarproductstitle,#productfitproductstitle{
	height:auto;
	color:#870000;
	font-size:2.8em;
	font-weight:600;
	padding: 15px 0px 0px 2.5%; 
	margin-bottom:10px;
}

#productsimilarproductstopright,#productfitproductstopright{
	position:absolute;
	top:15px;
	right:15px;
	color:#615f5f;
	font-size:1.2em;
}

#productsimilarproductstoprightsideshower,#productfitproductstoprightsideshower{
	float:left;
	display:none;
}

#productsimilarproductstoprightseperator,#productfitproductstoprightseperator{
	float:left;
	display:none;
}

#productsimilarproductstoprightzumAnfang,#productfitproductstoprightzumAnfang{
	float:left;
	color:#870000;
	display:none;
	cursor:pointer;
}

#similarproductsarrowwrapper,#fitproductsarrowwrapper{
	width:100%;
	height:450px;
	margin:8px auto;
	display:flex;
	position:absolute;
	justify-content:center;
}

#leftsimilarproductsarrow, #rightsimilarproductsarrow, #leftfitproductsarrow, #rightfitproductsarrow{	
	display:none;
}

#leftsimilarproductsarrow,#leftfitproductsarrow{	
	margin-left:10px;
	background:#e6e6e6 url(../svg/dropdownsymbol.svg);
	background-size:60%;	
	background-repeat:no-repeat;
	background-position:50% 55%;
	transform:rotate(90deg);
	visibility:hidden;
}

#rightsimilarproductsarrow,#rightfitproductsarrow{
	margin-right:10px;
	background:#e6e6e6 url(../svg/dropdownsymbol.svg);
	background-size:60%;	
	background-repeat:no-repeat;
	background-position:50% 55%;
	transform:rotate(-90deg);
	visibility:hidden;
}

#productsimilarproductswrapper,#productfitproductswrapper{	
	height: 95%;
	display: flex;
	grid-template-columns: 100%;
	align-items: center;
	overflow:hidden;
	position: relative;
	overflow-x: scroll;
	scrollbar-width: none;
}

.similarproductdiv,.fitproductdiv{
	background-color:white;
	border-radius:15px;
	height:90%;
	min-width: 250px;
	width:250px;
	padding:16px;
	padding-top:10px;
	margin: 0px 20px;
	color:#615f5f;
	position:relative;
	display:none;
}

.similarproductdivclick,.fitproductdivclick{
	width:100%;
	height:100%;
	position:absolute;
	border-radius:15px;
	cursor:pointer;
	z-index:1;
	top:0;
	left:0;
}

.similarproducttitle,.fitproducttitle{
	font-size:1.6em;	
	text-overflow: ellipsis;
	overflow: hidden;	
    max-height: 60px;
	min-height: 60px;
}

.similarproductimg,.fitproductimg{
	width:100%;
	padding:5px 0;
	max-height:190px;	
    min-height: 190px;
	object-fit: contain;
}

.similarproductherstellerlogo,.fitproductherstellerlogo{
	position:relative;
	margin:auto;
	display:flex;
	justify-content:center;
}

.similarproducthersstellerlogoimg,.fitproducthersstellerlogoimg{
	height:25px;	
}

.similarproductsellwrapper,.fitproductsellwrapper{
	width:85%;
	display:flex;
	justify-content:center;
}

.similarproductpriceinfowrapper,.fitproductpriceinfowrapper{
	width:100%;
	height:auto;
	position:absolute;
	bottom:10px;
	font-size:1.6em;
}

.similarproductinfosuvppercents,.fitproductinfosuvppercents{
	background-color:#870000;
	color:white;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:600;
	border-radius: 20px 9px;
	float:left;	
	width: 60px;
    height: 29px;
	font-size:0.75em;
	margin-right:4px;
}

.similarproductinfosuvpcrosed,.fitproductinfosuvpcrosed{
	position:relative;
	color:gray;
	font-size:0.75em;
	margin-left:4px;
	bottom:-4px;
}

.similarproductinfosuvpcrosed::after,.fitproductinfosuvpcrosed::after {
    content:"";
    position:absolute;
    top:35%; left:0; width:100%; height:1px; 
	background-color:#870000;
    transform:rotate(-5deg);
}

.similarproductinfospricediv,.fitproductinfospricediv{
		position:relative;
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		align-items:flex-end;			
		width:85%;		
}

.abspan{	
	font-size:0.5em;
	margin-right:3px;	
    margin-top: 16px;
}

.similarproductinfosprice,.fitproductinfosprice{
	color:#f0ba20;
	font-size:1.5em;
	text-shadow: 1px 1px 1px gray;
	margin:auto;
	margin-top:0px;
	width:auto;
}

.fpipfolgt{
		margin-bottom:15px;
}

.similarproductinfospricemoreinfo,.fitproductinfospricemoreinfo{
	font-size:0.6em;
	flex: 0 0 100%;
	text-align: center;
}

#moresellerbiglistdiv{
	background-color: #e6e6e6;
    width: 100%;
    height: auto;
	margin:auto;
	margin-top:50px;
	color:#615f5f;
}

#moresellerbiglisttitle{
	color:#870000;
	padding:15px 0px 0px 25px;
	font-size:2.8em;
	font-weight:600;
	height:55px;
}

#moresellerbiglistwrapper{
	width:95%;
	height:auto;
	display:grid;
    grid-template-rows:auto;
	justify-items:center;
	align-items:center;
	margin:10px auto 0px auto;
	padding-bottom:20px;
	grid-template-columns: 1fr 1fr 1fr;
}

.productmoresellersalldiv{
	position:relative;
	background-color:white;	
	border: solid 1px white;
	display:grid;
	grid-template-columns: 100%;
    grid-template-rows:60px 60px 60px;
	align-items:center;
	cursor:pointer;	
	box-shadow: 0px 0px 10px 0px lightgray;	
	width: 250px;
	height: 250px;
	margin:20px auto;
	border-radius: 150px;
	grid-template-rows: 30% 30% 40%;
}

.productmoresellersallclickdiv{
	width:99%;
	height:99%;
	border-radius:inherit;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
	z-index:1;
}

.moresellerallverkaeuferlogoimg{
	width:100%;
	height:auto;	
	max-height:inherit;
	object-fit:contain;
}

.moresellerallverkaeuferlogo{
	max-height:70px;
	width:90%;	
	margin:auto;
}

.moresellerallinfosuvppercents{
	background-color:#870000;
	color:white;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:600;
	margin:auto;	
	width:80px;
	height:40px;
	font-size:1.4em;
	border-radius: 25px 13px;
	margin-top:22px;
}

.moresellerallinfospricediv{
		position:relative;		
		width:84%;
		height:0px;
		text-align:center;
		align-self:flex-start;
		margin:0px auto;
		border-radius:0px 0px 90px 90px;
}

.moresellerallinfosprice{
	color:#f0ba20;
	font-size:2.2em;
	text-shadow: 1px 1px 1px gray;
	height:0px;
	display:flex;
	justify-content:center;
}

.moresellerallinfospricemoreinfo{
	height:1px;
	font-size:0.9em;	
	margin-top:45px;
}

.moresellerallzumshopbuttonwrapper{
	width:100%;
	display:flex;
	justify-content:flex-end;
}

.moresellerallzumshopbutton{
	all: unset;
    background: #f0ba20;
    color: #870000;
    width: 105px;
    height: 35px;
    border-radius: 10px;
    display:flex;
	align-items:center;
	justify-content:center;
    font-weight: bold;
    font-size: 1.2em;
    box-shadow: 0px 0px 10px 0px grey;
	cursor:pointer;
	margin:auto;
}

#commentbigwrapperdiv{
	background-color: #e6e6e6;
    height: auto;
	margin:auto;
	margin-top:50px;
	color:#615f5f;
	padding-bottom:1px;
	width:100%;
	border-radius:0px;
}

#commentwrappertitle{
	color:#870000;
	padding:15px 0px 0px 25px;
	font-size:2.8em;
	font-weight:600;
	height:65px;
}

#commentlistwrapperdiv{
	
}

.commentdiv{	
	margin: 20px 40px 20px;
	position:relative;
	font-size:2em;
}

.commentseperator{
	height:1px;
	width:102%;
	margin-left:-1%;
	background-color: #f0ba20;
	margin-bottom:15px;
}

.commentwriter{
	font-weight:600;	
}

.commenttitle{
	font-weight:600;
	color:#870000;
	font-size:1.1em;
	margin-top:5px;	
	margin-left:3%;
}

.commentcontent{
	padding-bottom:5px;	
	text-align:justify;
	margin-left: 3%;	
}

.commentreport{		
		position: relative;		
		text-align:right;
		font-size:0.8em;
		margin: 30px 0px 20px;
}

.commentreportlink{
	color:#615f5f;
	font-size: 1em;
}

.editcommentbutton{
	float:right;
	color:#870000;
	font-size:0.8em;
}

#showmorecomments{
	text-align:center;
	color:#870000;
	margin:auto;
	padding-bottom:10px;
	height:40px;
	font-size:1.7em;
}

#commentfieldwrapper{
	width:100%;
	min-height:80px;
	text-align:center;
	padding-top:5px;
	padding-bottom:20px;
	display:none;
}

#commentwriteseperator{
	height:1px;
	width:98%;
	margin:auto;
	background-color: #870000;
}

#innercommentfieldwrapper{
	display: grid;
	grid-template-columns: 2.5% 75% 20% 2.5%;
	grid-template-rows:1fr;
}

#nocomment{
	padding:15px 0px 15px 35px;
	font-size:1.2em;
}

#commentfield{
	all: unset;
	background-color:#f5f5f5;
	width:95%;
	margin:15px 2% 0px 0;
	padding:5px 10px;
    border-radius: 10px;
	min-height: calc(1em + 5px);
    height: 8em;
    resize: vertical;
    overflow-wrap: break-word;
	text-align:left;
	cursor:text;
	border: solid 1px #f5f5f5;
	font-size:2em;
}

#commentfield::placeholder {
  font-size: 1m;
}

#commentfieldtitle{
	all: unset;
	background-color:#f5f5f5;
	width:95%;
	margin:15px 2% 0px 0;
	padding:5px 10px;
    border-radius: 10px;
	height: calc(1em + 8px);
    resize: vertical;
    overflow-wrap: break-word;
	text-align:left;
	cursor:text;
	border: solid 1px #f5f5f5;
	font-size:2em;
	max-height: calc(4em + 15px);
}

#commentfieldtitle::placeholder {
  font-size: 1em;
}

#warning{
	color:#870000;
	margin: 20px 0px 10px;
}

.commentfielddiscription{
	font-size:1.2em;
	color:#870000;
	text-align:left;
		margin:0px 10px;
}

#commentwordscounter{
	color:#615f5f;
	float:right;
	padding-right:20px;
	font-size:1em;
}

#commentbutton, #commentcanclebutton{
	background: #f0ba20;
    color: #870000;
	width: 90%;
	margin:15px 0 20px 5%;
    height: 38px;
	padding:2px 0px 0px;
    border-radius: 7px;
    text-align: center;
    font-weight: bold;
    font-size: 1.9em;
    box-shadow: 0px 0px 10px 0px grey;
    position: relative;
    cursor: pointer;
}


#commentcanclebutton{
	display:none;
}

#affiliatelinkshinweise{
	color:#870000;
	margin:50px 0px 0px 2.5%;
	width:93%;
	font-size:1.4em;
	text-align:justify;
}

#affiliateprogrammelink, .beschreibungslink{
	text-decoration:underline;
	cursor:pointer;
	color:#870000;
}

#legendeverfuegbarkeit{
	font-size:1.4em;
	margin:30px 0px 200px 2.5%;
	color:#615f5f;
	display:flex;
}

.verfuegbarkeitlegendenpunkt{
	width:20px;
	height:20px;
	border-radius:20px;
	margin:2px 6px 6px 0px;
}

.legendpunktwrapper{
	display:flex;
	margin-right:20px;
}

.imgwrapperdiv{
	position: relative;
    float: left;
	min-width:100%;
}

#digitalfunctionswrapper{
	width:95%;
	margin:auto;
	font-size:2em;
	word-wrap: break-word;
    margin-top: -10px;
}

#digitalfunctionstitle,#downloadsboxtitle,#soundboxtitle{
	color:#870000;
	text-align:center;
}

#digitalfunctionsbox{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	justify-content:center;
	padding:10px 0px 50px 0px;
}

.digitalfunction{
	
}

.digitalfunctionsymbol{
	width:40px;
	height:40px;
	background-image: url(../svg/hacken-list-symbol.svg);
	float:left;
	background-position:0px -5px;
}

.digitalfunctiontext{	
	font-size:0.8em;
	color: #615f5f;
}

#bigpicturewrapper{	
	display:none;
}

#downloadsbox{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:100px;
	align-items: center;
	justify-content: center;
}

#soundbox{
	display:flex;
	flex-wrap:wrap;
	column-gap:40px;
	margin-bottom:50px;
	margin-top:25px;
	align-items: center;
	justify-content: center;
	cursor:pointer;
}

.svgdownloadelement{
    margin: 10px 10px 0px;
	font-size:32px;
	color:#615f5f;
	cursor:pointer;
}

.svgdownloadsvg{
	width:40px;
	height:40px;
	background-image: url(../svg/downloadsymbol.svg);
	float:left;
	cursor:pointer;
}

.svgdownloadtext{
	margin-left:3px;
	float:left;
	cursor:pointer;
}

#verfuegbarkeitspunktbig{
	width: 20px;
    height: 20px;
    border-radius: 20px;
    margin: 2px 0px 2px 10px;
}

.verfuegbarkeitspunktlist {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	margin: 0px 0px 0px 14%;
}

.verfuegbarkeitspunktwrapperlist{
	width: 16px;
    height: 16px;
    border-radius: 16px;
    margin: 13px 0px 0px 10px;
}

#ausverkauftmessage{
	position: relative;
    text-align: center;
	top:90px;
	font-size: 2em;
}

#neuheit{	
    position: absolute;
    width: 50px;
    height: 50px;
	display:none;
}

#productpresentationsdivleft{
	z-index:1;
}

@media all and (min-width: 451px) {
	#neuheit{	
		width: 60px;
		height: 60px;
		border-radius: 15px 0px 0px 0px;
	}
	
	#ausverkauftmessage{
		font-size:1em;
		top:210px;
	}

	.verfuegbarkeitspunktlist {
		width: 11px;
		height: 11px;
		border-radius: 11px;
		margin: 0px 3% 0px 0px;
	}
	
	.verfuegbarkeitspunktwrapperlist{
		width: 11px;
		height: 11px;
		border-radius: 11px;
		margin: 12px 0px 0px 5px;
	}
	
	#verfuegbarkeitspunktbig{
		width: 13px;
		height: 13px;
		border-radius: 13px;
		margin: 6px 0px 2px 10px;
	}
	
	.herstellerverkaeuferlink:hover{
		cursor:pointer;
	}
		
	#downloadsbox{
		margin-bottom:70px;
	}

	.svgdownloadelement{
		font-size:0.8em;
		margin: 10px 10px 0px;
	}

	.svgdownloadsvg{
		width:20px;
		height:20px;
		background-image: url(../svg/downloadsymbol.svg);
		background-size: 110%;
		float:left;
	}

	.svgdownloadtext{
		margin-left:6px;
		float:left;
	}
	
	#bigpicturewrapper{
		position:fixed;
		width:100%;
		height:100%;
		z-index:600;
		top:0;
	}
	
	#bigpicturebackgroundblack{
		background-color: black;
		opacity: 0.7;		
		position:absolute;
		width:100%;
		height:100%;
	}
	
	#bigpicturebackground{
		margin:2%;
		width:96%;
		height:92%;
		background-color: #e6e6e6;
		position:relative;
		border-radius:15px;
		box-shadow: 0px 10px 30px 0px grey;
		opacity: 1;
	}
	
	#bigpictureclosesvg{
		background: url(../svg/kreuz.svg);
		background-size: 100%;
		cursor: pointer;
		width: 40px;
		height: 40px;
		position:absolute;
		top:10px;
		right:10px;
	}
	
	#bigpictureclosesvg:hover{
		background: url(../svg/kreuzhover.svg);
		background-size: 100%;
		cursor: pointer;
		width: 40px;
		height: 40px;
	}
	
	#bigpicturepicture{
		width:calc(100% - 100px);
		margin:50px;
		height:80%;
		object-fit:contain;
	}
	
	.imgwrapperdiv{
		float: normal;
	}
	
	#distancediv{
		display:block;
	}
	
	#producthersstellerlogoimg{
		height:30px;	
	}
	
	#productpresentationsdiv{
		width:90%;
		padding: 20px 20px 0px;
		grid-template-columns: 1fr 1fr ;
		grid-template-rows: 1fr ;
		border-radius:15px;
	}
	
	#producttitletext {		
		margin: 0px 0px 0px 10px;
		font-size: 2em;
		max-width:unset;
	}
	
	#productpicturepointswrapper{
		height:10px;
		bottom:auto;
		margin-top:20px;
	}
	
	#productbigpicturediv{
		display:grid;
		height: 350px;
		width:90%;
		overflow:visible;
	}
	
	.productbigpicture{
		max-height:350px;
		z-index: 1;
		cursor: zoom-in;
	}
	
	#picturearrowwrapper{
		grid-template-columns: 60px auto 60px;
	}
	
	#leftpicturearrow, #rightpicturearrow {
		width:50px;
		height:50px;	
		border-radius:25px;
		display:block;
		z-index: 2;
	}

	.actionimgpoint{
		width:8px;
		height:8px;
		border-radius:10px;
	}	
		
	#productpresentationsdivrighttop{
		margin-top:140px;	
		width:85%;
		display: flex;
		justify-content: space-between;
	}
	
	#productinfosuvppercents{	
		width:45px;
		height:22px;
		font-size:0.85em;
		margin-left:0;
	}

	#productinfosuvpcrosed{
		font-size:0.8em;
	}

	#productinfospricediv{			
		min-width:200px;
		text-align:left;
	}

	#productinfosprice{		
		font-size:3em;
	}

	#productinfospricemoreinfo{		
		font-size:0.7em;
		width:auto;
		text-align:left;
	}	
	
	#productpresentationsdivrightmiddle{
		width:85%;
		height:50px;
		margin: 100px auto 80px;
	}
			
	#productverkaeuferlogoimg {	
		max-height:100px;
	}		
		
	#zumshopbutton, #zumherstellerbutton{		
		width: 170px;
		height: 45px;
		border-radius: 15px;
		margin-right:10px;
		font-size: 1.5em;
	}
	
	#zumherstellerbutton{	
		margin: 0px auto 40px;
		width: 130px;
		height: 35px;
		font-size: 1.1em;
		border-radius: 10px;
		
	}
	
	.productaddtowunschzettelitem, .productaddtowunschzettelitemliked {		
		box-shadow: 0px 0px 10px 0px grey;
		border-radius: 25px;
		height: 80px;
		width: 80px;
		background: #f0ba20 url(../svg/WatchlistAdd.svg);
		background-size: 80%;
		background-repeat: no-repeat;
		background-position: 60% 55%;
		float: left;
		margin-left: 30px; 
		border-radius: 10px;
		height: 43px;
		width: 43px;	
		margin-left:10px;
	}
		
	.productaddtowunschzettelitemliked {
		background: #f0ba20 url(../svg/WatchlistOnList.svg);
		background-size: 80%;
		background-repeat: no-repeat;
		background-position: 60% 55%;
	}
		
	#productmoresellerslist{
		width:85%;
		padding: 10px 1px 45px 15px;
	}

	#moresellertomoresellerbiglist{
		height: 35px;
		font-size: 0.9em;
	}

	.productmoresellersdiv{
		height:45px;
		grid-template-columns: 13% 33% 28% 5% 20%;		
	}

	.moresellerinfosuvppercents{
		width:45px;
		height:22px;
		font-size:0.85em;
	}

	.moresellerinfospricediv{
			width:150px;
	}
	
	.moresellerinfosprice{
		font-size:1.5em;
	}

	.moresellerinfospricemoreinfo{		
		font-size:0.6em;
	}

	.moresellerverkaeuferlogoimg{
		height:80%;	
	}

	.moresellerzumshopbutton{
		 width: 90px;
		height: 30px;
		border-radius: 10px;
		font-size: 1em;
	}

	.moresellerzumshopbutton:hover{
		color: #f0ba20;
		background: #870000;
	}
	
	#productinfosverifiziert{
		font-size:1.19em;
	}

	#producttoreportwronginfos{		
		right:-8px;
		bottom:10px;
		font-size:0.8em;
	}

	#producttoreportwronginfos:hover{
		color:#f0ba20;
		text-decoration:underline;
	}
	
	#productmoreinfosdiv{
		padding-top:40px;
		margin: 50px auto 50px auto;
		width: 93%;
	}
	
	#productmoreinfotabnavdiv{
		height:40px;
	}

	.productmoreinfotabnav{
		height:39px;
		width:200px;	
		font-size:1.1em;
	}

	.productmoreinfotabnavaktiv{
		height:40px;
	}

	#descriptionstext,#videowrapperdiv{
		padding:30px 30px 25px 25px;
		font-size: 1.2em;
	}
	
	#productdataprofiletextstart{
		text-align:left;
		font-size: 1.5em;
		height: auto;
	}
	
	#productdataprofilegridwrapper{		
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 100%;
		font-size:1.2em;
		margin-top:20px;	
	}
	
	#productdataprofilegridleft, #productdataprofilegridright{		
		height:100%;
		height:auto;
		margin:auto;
	}
	
	.gridrowA, .gridrowB, .gridrow0{	
		height:35px;
	}
		
	#productdataprofilegridright .gridrowA{
		background-color:#c4c2c2;
	}
	
	.gridrow0{
		display:block;
	}

	#productdataprofilegridright .gridrowB, #productdataprofilegridright .gridrow0{
		background-color:#e6e6e6;
	}
	
	#moresellerbiglistwrapper{
		grid-template-columns: 20% 20% 20% 20% 20%;
	}
	
	#productsimilarproductstitle, #productfitproductstitle {
		font-size:1.6em;
		padding: 15px 0px 0px 3.5%; 
		margin-bottom:2px;
	}
	
	#productsimilarproductstopright,#productfitproductstopright{
		font-size:1em;
	}

	.similarproductinfosuvppercents,.fitproductinfosuvppercents{
		width:40px;
		height:19px;
		font-size:0.75em;
		margin-right:0px;
	}

	.similarproductinfosuvpcrosed,.fitproductinfosuvpcrosed{
		font-size:0.75em;
	}

	.abspan{				
		font-size:0.5em;
		margin-right:2px;		
		margin-top: 12px;
	}

	.similarproductinfosprice,.fitproductinfosprice{
		font-size:1.5em;
	}
		
	.productmoresellersalldiv{
		width:180px;
		height:180px;
		margin:20px 40px;
		border-radius:100px;
		grid-template-rows:60px 60px 60px;
	}

	.moresellerallverkaeuferlogo{
		max-height:55px;
	}

	.moresellerallinfosuvppercents{		
		width:55px;
		height:30px;
		font-size:1.1em;
		border-radius: 20px 9px;
		margin-top:17px;
	}

	.moresellerallinfosprice{
		font-size:1.7em;
	}

	.moresellerallinfospricemoreinfo{		
		font-size:0.58em;	
		margin-top:30px;
	}

	#commentbigwrapperdiv{
		width: 93%;
		border-radius: 15px;
	}
	
	#commentwrappertitle{
		font-size:1.6em;	
		height:auto;
	}
	
	.commenttitle{
		margin-left: 1%;
	}
	
	.commentseperator{
		margin-bottom:10px;
	}
		
	.commentcontent{
		margin-left:1%;
		text-align:left;
	}
	
	.commentreport{			
		margin: 0px;
	}
	
	.commentreportlink{
		font-size: 1em;
	}
	
	#affiliatelinkshinweise{
		font-size:0.9em;
		margin:20px 0px 0px 3.5%;
	}
	
	#legendeverfuegbarkeit{
		font-size:0.9em;
		margin:20px 0px 100px 3.5%;
	}

	.verfuegbarkeitlegendenpunkt{
		width:11px;
		height:11px;
		border-radius:11px;
		margin:3px 5px 6px 0px;
	}

	.legendpunktwrapper{
		display:flex;
		margin-right:20px;
	}
	
	
	#productmorepicturesdiv,#bigpicturemorepicturesdiv{
		width:85%;
		gap: 10px 10px;
		margin:30px auto 40px;
	}
	
	#bigpicturemorepicturesdiv{
		margin:auto;
		margin-top:-20px;
	}

	.productmorepictures{
		height:65px;
		width:110px;
		border: solid 1px gray;
	}

	.ppaktiv {
		border: solid 1px #870000;
	}
	
	.productmoreinfotabs{
		border-radius:0px 15px 15px 15px;
		border: solid 1px #870000;	
	}
	
	#similarproductsarrowwrapper,#fitproductsarrowwrapper{
		margin:0;
		height:85%;
		position:relative;
		display:grid;
		grid-template-columns: 60px auto 60px;
		align-items:center;
		justify-content: normal;
	}
	
	#productsimilarproducts,#productfitproducts{
		width:100%;
		height:370px;
		background-color:#e6e6e6;	
		position:relative;
	}
	
	#leftsimilarproductsarrow, #rightsimilarproductsarrow, #leftfitproductsarrow, #rightfitproductsarrow{	
		display:block;
		width:50px;
		height:50px;	
		border-radius:25px;
		cursor:pointer;
		opacity:0.9;
	}
	
	#productsimilarproductswrapper,#productfitproductswrapper{
		display:grid;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		align-items:center;
		height:95%;
		overflow-x: hidden;
	}
	
	.similarproductdiv,.fitproductdiv{
		width:160px;
		min-width: 160px;
		margin:auto;	
		height: 85%;
	}
	
	#productsimilarproductstoprightsideshower,#productfitproductstoprightsideshower{
		display:block;
	}
	
	.similarproducttitle,.fitproducttitle{
		font-size:1.2em;
		max-height:45px;
		overflow:hidden;		
		min-height: 45px;
	}
	
	.similarproductimg,.fitproductimg{
		max-height:110px;		
		min-height: 110px;
	}
	
	.similarproducthersstellerlogoimg,.fitproducthersstellerlogoimg{
		height:17px;	
	}
	
	.similarproductpriceinfowrapper,.fitproductpriceinfowrapper{
		font-size:1em;
	}
	
	#moresellerbiglistdiv{
		width: 93%;
    border-radius: 15px;
	}
	
	#moresellerbiglisttitle{
		font-size:1.6em;
		height:auto;
	}
	
	.editcommentbutton{
		font-size:1em;
	}
	
	.commentdiv{
		font-size:1em;
		margin: 10px 40px;
	}
		
	#showmorecomments{
		height:auto;
		font-size:1em;
	}
	
	#innercommentfieldwrapper{
		grid-template-columns: 3% 83% 12% 2%;
	}
	
	#commentbutton, #commentcanclebutton{
		height: 30px;
		font-size: 1.3em;		
	margin:15px 0 auto 5%;
	}
	
	#commentfieldtitle{
		min-height: calc(1em + 5px);
		height: calc(1em + 5px);
		font-size:1.2em;
	}
	
	.commentfielddiscription{
		font-size:0.8em;
	}
	
	#commentwordscounter{
		font-size:1em;
	}
	
	#commentfield{
		height: calc(2em + 5px);
		font-size: 1.2em;
	}

	#commentfield::placeholder {
	  font-size: 1em;
	}

	#commentfieldtitle::placeholder {
	  font-size: 1em;
	}
	
	#dialogssnewlist{
		font-size:0.6em;
	}	
	
	#dropdownsymboldiv{
		height:20px;
		width:20px;
	}
	
	#productsimilarproductswrapper,#productfitproductswrapper{
		width:100%;	
	}


	#rightpicturearrow:hover , #leftpicturearrow:hover{
		background:#870000 url(../svg/dropdownsymbolhovergray.svg);
	background-size:60%;	
		background-repeat:no-repeat;
		background-position:50% 55%;	
	}

	#dialogssnewlist:hover{
		text-decoration:underline;
	}

	#zumshopbutton:hover, #zumherstellerbutton:hover{
		color: #f0ba20;
		background: #870000;
	}

	.productaddtowunschzettelitem:hover {
	   background: #f0ba20 url(../svg/WatchlistAddhover.svg);
		background-size: 80%;
		background-repeat:no-repeat;
		background-position:60% 55%;
	}

	.productaddtowunschzettelitemliked:hover{
		background: #f0ba20 url(../svg/WatchlistOnListhover.svg);
		background-size: 80%;
		background-repeat:no-repeat;
		background-position:60% 55%;
	}

	#moresellertomoresellerbiglist:hover{
		color: #f0ba20;
		background: #870000;
	}

	.productmoreinfotabnav:hover:not(.productmoreinfotabnavaktiv){
		color:#870000;
		background-color:#c4c2c2;
		border: solid 1px #870000;	
	}

	#productsimilarproductstoprightzumAnfang:hover,#productfitproductstoprightzumAnfang:hover{
		text-decoration:underline;
	}

	#rightsimilarproductsarrow:hover , #leftsimilarproductsarrow:hover,#rightfitproductsarrow:hover , #leftfitproductsarrow:hover{
		background:#870000 url(../svg/dropdownsymbolhovergray.svg);
	background-size:60%;	
		background-repeat:no-repeat;
		background-position:50% 55%;	
	}

	.similarproductdivclick:hover,.fitproductdivclick:hover{
		border: 1px solid #870000;
		box-shadow: 0px 0px 10px 0px gray;	
		left:-1px;
		top:-1px;
	}

	.productmoresellersalldiv:hover{
		border: solid 1px #870000;
		box-shadow: 0px 0px 10px 0px gray;
	}

	.moresellerallzumshopbutton:hover{
		color: #f0ba20;
		background: #870000;
	}

	.commentreportlink:hover{
		color:#870000;
		text-decoration:underline;
		cursor:pointer;
	}

	.editcommentbuttonspan:hover{
		text-decoration:underline;
		cursor:pointer;
	}

	#morecommentshower:hover{
		text-decoration:underline;	
		cursor:pointer;
	}

	#commentfield:focus{
		border: solid 1px #870000;
	}

	#commentfieldtitle:focus{
		border: solid 1px #870000;
	}

	#commentbutton:hover, #commentcanclebutton:hover{
		background: #870000;
		color: #f0ba20;
	}
	#affiliateprogrammelink:hover, .beschreibungslink:hover{
		color:#f0ba20;
	}
	
	#digitalfunctionswrapper{
		width:95%;
		font-size:1.4em;
	}

	#digitalfunctionsbox{
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		padding:10px 0px 30px 0px;
	}

	.digitalfunction{
		
	}

	.digitalfunctionsymbol{
		width:40px;
		height:40px;
		background-image: url(../svg/hacken-list-symbol.svg);
		float:left;
		background-position:3px -8px;
	}

	.digitalfunctiontext{	
		font-size:0.85em;
	}
	
	#videoiframeproduct{
		width:560px;
		height:315px;
	}

}


@media all and (min-width: 451px) and (max-width: 1150px) {

	#moresellerbiglistwrapper{
			grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
		}
		
		.productmoresellersalldiv{
		margin:20px auto;
	}

}