#backgrounddiv{
	display: block;
	margin-bottom:-50px;
}

#div_headlineactivefilter {
	display:none;
}

#scrollstatus{
	margin-bottom:50px;
}

#filtercontainer form{
	border-right: 1px solid #870000;
}

#filtercontainer{
	display:none;
	background:white;
	z-index:200;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:scroll;
}

#zusatzfilter{
	display:block;
}

#resultlistcontainer{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:190px;
}

#resultcontainer{
	position:relative;
}

.siteshowcontainer{
	position:relative;
	height:50px;
	margin-bottom:40px;
	margin-top: 40px;
    width: 100%;
}

#siteshowcontainertow{
	margin-top:40px;
}

.siteshowwrapper{
	width: 400px;
    height: 100%;
    display: grid;
    grid-template-columns: 80px auto 80px;
    align-items: center;
	margin: auto;
}

.leftsiteshowarrow, .rightsiteshowarrow{
	width: 50px;
    height: 50px;
    border-radius: 25px;
    cursor: pointer;
    opacity: 0.9;
	z-index:2;
	margin:auto;
	visibility:hidden;
}

.leftsiteshowarrow{
	margin-left: 10px;
    background: #e6e6e6 url(../svg/dropdownsymbol.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50% 55%;
    transform: rotate(90deg);
}

.rightsiteshowarrow{
	margin-right: 10px;
    background: #e6e6e6 url(../svg/dropdownsymbol.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: 50% 55%;
    transform: rotate(-90deg);	
}

.siteshowwrappersites{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;	
}

.site{
	background-color:#e6e6e6;
	width:48px;
	height:48px;
	border-radius:24px;
	color:#870000;
	text-align:center;
	cursor:pointer;
	font-size:30px;
	padding:3px 1px 0px 2px;
	justify-self: center;
}

.sitetext{
	position:relative;
	bottom:-4px;
	cursor:pointer;
}

.sitepoints{
	margin-top:7px;
	color:#615f5f;
	font-size:20px;
	font-weight:600;
	justify-self: center;
}

.siteactive{
	background-color:#870000;
	color:#f0ba20;
	cursor:default;
}



/*Result container*/

#wrapperresultheader{
	border-bottom:1px solid #870000;
	margin-bottom:20px;
	position:relative;
}

#resultincategory{
	color:#870000;
	font-size:3em;
	margin:auto;	
	width:95%;
	font-weight:600;	
	margin-top:0;
	padding-top:20px;
	height:50px;
}

.resultsortwrapper{
	cursor: pointer;
    background-color: white;
    padding: 8px;
    margin: 0;
    box-shadow: 0px 0px 10px 0px lightgrey;
    border-radius: 13px;
    font-size: 1.6em;
    color: #615f5f;
	position:relative;
	height:35px;	
	position:absolute;
	right:335px;
	box-shadow: 0px 0px 10px 0px grey;	
	width:395px;	
	bottom:30px;		
}

.resultsortclass{
	color:#615f5f;
	font-size:1.1em;
	cursor:pointer;	
	all:unset;
	z-index:2;
	height:35px;
	width: 100%;
    margin-left: -9px;
	margin-right:-9px;
    padding: 12px 28px 4px 10px;
	border-radius: 13px;	
}

.resultsortclass option{
	font-size:1em;
	cursor:pointer;
}

.sortsymboldiv{
	background:url(../svg/sortsymbol.svg);
	background-size:70%;
	background-position:center;
	height:80%;
	width:50px;
	background-repeat:no-repeat;
	position:absolute;
	right:0;
}

#resultcountwrapper{
	right:20px;
	width:275px;
}

#resultincategorytext{
	color:#615f5f;
	font-size:2em;
	margin:auto;
	margin-bottom:140px;
	width:95%;
	text-align:justify;
		margin-top:0px;
}

#headlineactivefilter{
	display:none;
}

#activefilterswrapperdiv{
	justify-content:flex-start;
	width:95%;
	margin:auto;
	padding:0;
	margin-top:20px;
}

.resultdiv{
	margin: 15px 15px 15px 15px;
    border-radius: 13px;
    padding: 15px 10px 15px 20px;
    box-shadow: 0px 0px 20px 0px grey;
    background-color: white;
    position: relative;
	border: 2px solid white;
	display: grid;
	grid-template-columns:  minmax(0, 1fr) minmax(650px, 80%);
	grid-template-rows: 30px auto;
	gap: 0px 0px;
	color:#615f5f;	
	width:90%;
	height:250px;
}

.resultclickdiv{	
	z-index:10;
	position:absolute;
	width:103%;
	height:103%;	
    border-radius: 13px;
	top:-1.5%;
	left:-1.5%;
}

.resultclickdivdouble{
	width:100%;
	height:100%;
	cursor:pointer;	
}

.resultherstellerlogo{
	height:25px;
	margin-right:5px;
	margin-left: 10px;
}

.resultinfosinnerinfo{
	text-overflow: ellipsis;
	overflow: hidden; 
	white-space: nowrap;
}

.resulttitle{
	grid-column: 1 / span 2;
	display:flex;
	align-items:center;
	justify-content: space-between;
}

.resulthersstellerlogoimg{
	width:auto;
	height:100%;
}

.resulttitletext{
	font-size:1.7em;
	margin-left:10px;
	font-weight:600;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.resultimgdiv{
	margin-top:10px;
}

.resultimg{
	width:100%;
	height:100%;	
	max-height:150px;	
	object-fit: contain;
}

.resultinfos{
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(200px, 30%);
  grid-template-rows: 100%;
  gap: 0px 10px;  
  margin:20px 0px 10px 20px;
}

.resultinfosleft{
	display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows:1fr 1fr 1fr;
  gap: 0px 4px;
  text-overflow: ellipsis;
overflow: hidden; 
	white-space: nowrap;
}

.resultinfosinnertitle{
	font-size:1.1em;
}

.resultinfosinnerinfo{
	color:#870000;
	font-size:1.3em;
}

.resultinfosright{	
	position:relative;  
}

.resultverkaeuferlogogrid{
	display: grid; 
	padding-right:0;
}

.morethen6{
  grid-template-columns: 33% 33% 33%;
  gap: 5px 0px;
  grid-template-rows:30px 30px;
}

.from5to6{
  grid-template-columns: 33% 33% 33%;
  grid-template-rows:30px 30px;
  gap: 5px 0px;
  margin-top:20px;
}

.from3to4{
	grid-template-columns: 50% 50%;
  gap: 5px 0px;
	  grid-template-rows:30px 30px;
}
.exact2{
	grid-template-columns: 50% 50%;
  grid-template-rows:35px;
  gap: 5px 0px;
}

.onlyone{
	display:block;
		height:55px;
}

.resultverkaeuferlogo{
	height:100%;
	margin-bottom:20px;
	width:90%;
}

.resultverkaeuferlogoimg{
	max-width:100%;
	max-height:100%;
}

.resultverkaeuferlogomore{
	font-size:1em;
	grid-column: 1 / span 3;
	font-style:italic;
}

.resultinfosuvppercents{
	background-color:#870000;
	color:white;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:600;
	border-radius: 20px 9px;	
	width:55px;
	height:33px;
	font-size:0.9em;
}

.resultinfosuvpcrosed{
	position:relative;
	color:gray;
	font-size:0.9em;
	margin-left:8px;
	bottom:-2px;
}

.resultinfosuvpcrosed::after {
    content:"";
    position:absolute;
    top:50%; left:0; width:100%; height:1px; 
	background-color:#870000;
    transform:rotate(-5deg);
}

.resultinfospricediv{
		position:absolute;
		bottom:0;
		left:0;
		display:flex;
		flex-wrap:wrap;
		align-items:flex-end;
		font-size:1.2em;		
}

.abspan{	
	font-size:0.45em;
	margin-right:2px;
}

.resultinfosprice{
	color:#f0ba20;
	font-size:2em;
	text-shadow: 1px 1px 1px gray;
	margin-top:0px;
	width:auto;
	flex: 0 0 100%;
}

.resultinfospricemoreinfo{
	font-size:0.7em;
	flex: 0 0 100%;
}
	
#filtersymbol{
	display:block;
	width:110px;
	height:110px;
	background:url(../svg/filtersymbol.svg);
	background-size:70%;
	background-position:center;
	background-repeat:no-repeat;		
	cursor:pointer;
	position:absolute;
	bottom:10px;
	left:20px;
}

.footer{
	display:grid;
}

.resultcontainer{
	display:flex;
}

#mobilefilterclosediv{
	display:none;
}

/*Filter werden angepasst*/
#wrappersuchbegriffsubmit{
	height:150px;
	border-right: none;
	padding: 5px 0px 5px 0px;
	display:flex;
	align-items:center;
	margin:0;
	margin-bottom:10px;
}

#search {
	font-size: 2em;
	height: 70px;
	grid-template-columns: auto 70px;
	margin:0;
	top:10px;
}

.selectionsbox, .z_komponenten {
	width:auto;	
}

.selectionsbox li, #wrapperzusatzfilter li{
	margin-right:20px;
}

.selectionsbox ul ul li{
	margin-left:-40px;
	font-size:2em;
}

.selectionsbox ul ul ul li{
	margin-left:-40px;
	font-size:2em;
}

#zusatzfilter{
	display:block;
	padding-bottom:150px;
}

#mobilefilterclosediv{
	z-index:198;
	position:fixed;
	bottom:0;
	height:150px;
	width:100%;
	display:flex;
	justify-content:center;	
	align-items:center;
	background:white;
	box-shadow:0px 0px 10px 0px gray;
}

.mobilefilterclosediv{
	all:unset;
	background:#f0ba20;
	color:#870000;
	width:400px;
	height:50%;
	border-radius:15px;
	text-align:center;
	font-weight: bold;
	font-size:3em;	
	box-shadow:0px 0px 10px 0px gray;
	display:flex;
	justify-content:center;	
	align-items:center;
}

#grayclickbackgroundmobil{
	position:fixed;
	background-color:black;
	opacity:0.7;
	width:100%;
	height:100%;
	z-index:199;
	top:0;
	left:0;
	display:none;
}

.activefilter, #deleteall {
	font-size:1.9em;
	padding: 10px 16px 8px 16px;
	margin: 0px 10px 20px 10px;
}

.activefilter b{
	margin-right:-8px;
}

.closesymbol {
	width: 22px;
	height: 22px;
}

.archivartikel{
	font-weight:800;
	font-size:1.2em;
}

.neuheit{	
    position: absolute;
    width: 55px;
    height: 55px;
    border-radius: 13px 0px 0px 0px;
    left: -2px;
    top: -2px;
}

@media all and (min-width: 451px) {
	#resultincategoryspan{
			max-width:55%;
		
	}
	
	.sitetext{
	position:relative;
	bottom:0px;
}
	
	.sitepoints{
		margin-top:-1px;
	}
	
	.resultinfos{
		grid-template-columns: minmax(0, 1fr) minmax(150px, 35%);
	}
	
	#backgrounddiv{
		display: grid;
		grid-template-columns: minmax(280px, 25%) minmax(0, 1fr);
		gap: 0px 0px;	
	}
	
	#filtercontainer {
    display: none;
     background: none; 
    z-index: auto; 
    position: static; 
     left: 0; 
     top: 0;
     width: auto; 
     height: auto; 
     overflow: visible; 
}

	#activefilterswrapperdiv{
		margin-top:20px;
		width:90%;
	}
	
	#resultincategory{			
		margin-top:20px;
		padding-top:0px;	
		width:90%;
		font-size:2em;
		display:flex;
	}
	
	.resultsortwrapper{			
		width:260px;
		top:5px;	
		bottom:0;
		height:20px;	
		font-size:1.1em;
		border: solid 1px white;	
		right:230px;
	}
	
	.resultsortclass:focus{
		border: solid 1px #870000;
	}
	
	#resultcountwrapper{
		width:170px;
	}

	#resultsort{
		width:300px;
	}

	#filtersymbol{
		display:none;
	}
	
	#filtersymbol:hover{
		background:url(../svg/filtersymbolhover.svg);
		background-size:70%;
		background-position:center;		
		background-repeat:no-repeat;
	}
	
	#resultincategorytext{
		width:90%;
		font-size: 1.2em;
		margin-bottom:30px;
	}
	
	.resultdiv{		
		width:85%;
		height:210px;
		grid-template-columns:  minmax(0, 1fr) minmax(425px, 75%);
	}
	
	.resultinfosinnertitle{		
		font-size:0.75em;
	}
	
	.resultinfosinnerinfo{
		font-size:1em;
	}

	.resultverkaeuferlogogrid{
		padding-right:15px;
	}
	
	.morethen6{	  
		grid-template-rows:20px 20px;
	}

	.from5to6{	  
		grid-template-rows:20px 20px;
	}

	.from3to4{
		grid-template-rows:20px 20px;
	}
	.exact2{
		grid-template-rows:30px;
	}

	.onlyone{		
		height:50px;
	}
	
	.resultinfosuvppercents{
		width:45px;
		height:22px;
		font-size:0.85em;
	}

	.resultinfosuvpcrosed{
		font-size:0.8em;
	}

	.resultinfospricediv{	
			font-size:1em;
	}

	.resultinfosprice{
		font-size:2em;		
	}
	
	.resultverkaeuferlogomore{
		font-size:0.8em;
	}
	
	.resultsortclass{
		height:21px;		
		border: solid 1px white;	
		padding: 8px 28px 8px 10px;		
	}
	
	.sortsymboldiv{
		width:30px;
	}
	
		
	/*Filter werden angepasst*/
	#wrappersuchbegriffsubmit{
		padding-left:20px;
		padding-right:20px;
		height:40px;
		border-right: 1px solid #870000;
		margin:0;
	}

	#search {
		font-size: 0.8em;
		height: 35px;
		grid-template-columns: auto 35px;
		top:0px;
	}

	.selectionsbox, .z_komponenten {
		width:80%;	
	}

	.selectionsbox li, #wrapperzusatzfilter li{
		margin-right:0px;
	}

	.selectionsbox ul ul li{
		margin-left:-70px;
		font-size:1.2em;
	}

	.selectionsbox ul ul ul li{
		margin-left:-90px;
		font-size:1em;
	}

	#zusatz_auf, #zusatz_zu{
		right:20px;
	}
	
	 #zusatz_zu{
		bottom:10px;
	 }
	 
	 #zusatz_auf{
		bottom:15px;
	 }
	
	#mobilefilterclosediv{
		display:none;
	}
	
	.activefilter, #deleteall {
		font-size:1.1em;
		padding: 8px 12px 8px 12px;
		margin: 0px 5px 10px 5px;
	}
	
	.activefilter b{
		margin-right:0px;
	}
	
	.closesymbol {
		width: 12.5px;
		height: 12.5px;
	}
	
	.site{
		width:28px;
		height:28px;
		border-radius:15px;
		font-size:20px;
	}
	
	.leftsiteshowarrow, .rightsiteshowarrow{
		width: 30px;
		height: 30px;
		border-radius: 25px;
	}
	
	.leftsiteshowarrow:hover, .rightsiteshowarrow:hover{
		background:#870000 url(../svg/dropdownsymbolhovergray.svg);
		background-size:60%;	
		background-repeat:no-repeat;
		background-position:50% 55%;	
	}

	.site:hover{
		background-color:#870000;
		color:#e6e6e6;
	}

	.siteactive, .siteactive:hover{
		background-color:#870000;
		color:#f0ba20;
		cursor:default;
	}

	.resultdiv:hover{
		border: 2px solid #870000;
	}

	.mobilefilterclosediv:hover{
	cursor:pointer;	
	background:#870000;  
	color:#f0ba20;
	}
	
	.siteshowwrapper{
		grid-template-columns: 60px auto 60px;
	}
	
	.siteshowcontainer{
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	#resultlistcontainer{
		margin-bottom:40px;
		}
		
	#zusatzfilter{
		padding-bottom:0;
		overflow:visible;
	}
	
	h6{
		color:#870000;
		margin:0;
		padding-bottom: 12px;
	}
}

@media all and (max-width: 2000px) and (min-width: 1871px){
	.titlesmaller, h6{
			font-size:1.5em !important;		
		}
}

@media all and (max-width: 1870px) and (min-width: 1760px){
	.smaller{
		font-size:0.925em;
	}
	
	.titlesmaller, h6{
		font-size:1.4em !important;		
	}
}


@media all and (max-width: 1760px) and (min-width: 451px){
	
	
	.titlesmaller, h6{
		font-size:1.3em !important;		
	}
	
.smaller{
	font-size:0.85em;
}

.littlesmaller {
	font-size:0.9em;
}

.extremsmaller {
		font-size:0.7em;
	}

}

@media all and (max-width: 1820px) and (min-width: 451px){

}

@media all and ((max-width: 1400px) and (min-width: 1250px)), ((max-width: 1820px) and (min-width: 1700px)){	
	.extremsmaller{
		font-size:0.85em;
	}
}