/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 1600 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:1600px) {

#animation {
height: auto;
min-height: 425px;
padding-bottom: 26.6%;
}

#animation .info{
	display: none;
}
	
}

@media screen and (max-width:1300px) {

#footer a{
	display: block;
	padding-bottom: 1.5rem;
	border: none;
	}

	#quickSearchOverlay .d-flex {
		flex-wrap: wrap;
	  }
  
	  #quickSearchOverlay  .d-flex > div {
		flex: 1 1 30%;
		margin-bottom: 10px; /* Adds some spacing between the elements when wrapped */
	  }

}






/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 1300 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media (min-width: 1000px) and (max-width: 1300px){

		
	
		.wrapper {
	    width: 100% !important;
	    margin:0;
		}
		
		#menu a:first-child {
		    padding-left: 30px;
		}
		
		#logo {
	    margin: 10px 119px 0 20px;
		}
		
		.headSlogan {
	    margin-right: 25px;
		}
		
		#menu a span{
			padding: 0px 1vw;
		}
		
		#menu #languages > a:first-child {
		    padding: 0px 1.9vw;
		}
		
		a.logout{
			margin-right: 20px;
		}
		
	#cart-icon {
    background-image: none;
  	}
	
	#menu .headSlogan{
		font-size: 1.3vw;
	}
	
	#quickSearchOverlay .quickSearchTitle{
		font-size: 1.2vw;
	}
		
	.quickSearchInner {
		padding: 12px 20px 0;
    }
	
	#quickSearchOverlay .button.small.forwards.grey.dark span,
	#quickSearchOverlay .button.small.forwards.grey span{
		font-size: 1vw;
	}
	
	#animation .infoWrap{
		padding: 20px 20px 55px;
	}
	
	#animation .info{
		width: 100%;
		text-align: center;
	}
	
	#animation .infoWrap{
		width: 100%;
	}
	
	#animation .imageNavigator{
		width: initial;
	}
	
	#animation .imgHeadline,
	#animation .imgSubline{
		float: none;
		text-align: center;
	}
		
		#website {
   	 width: 100%;
   	}
		
		#content{
			padding: 20px;
		}
		
		#contentDetails,
    #contentDetailsPackage{
			padding: 0 20px;
		}
		
	/* ------------- QUICKLINKS -------------- */

	#vehicleListSort h2{
		font-size: 1.5vw;
		padding: 0;
	}
		
   	#footerWrap {
    	width: 900px;
  	}
		
  	#searchBarWrap {
	    width: 100%;
	    padding:0 20px;
		}
		
		.close_x:before{
		right: 20px;
		}
		
		.BoxDescript,
		.BoxPrices{
			font-size: 1vw;
		}
		
		.BoxPrices {
		min-height: 235px;
		}
		
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 999 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:999px) {

.l40.m60{
	width: 60%;
}

.l60.m40{
	width: 40%;
}

.l-hide.m-show{
	display: block !important;
}

#LoginLayer .centerBox{
	margin: 125px auto;
}

#overlay{
	top:0px;
	padding-top: 0px;
}

/* ------------- FLAGS -------------- */

#flags{
	display: none;
}

#flags.logout{
	display: block;
	left:0;
	right: auto;
	top: 2px;
	position: absolute;
}

#menu a#cart-icon{
	font-size: 0;
	line-height: normal;
	padding: 1rem;
}

#menu .LngSelecter a{
	display: flex;
	display: -webkit-flex;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	justify-content: flex-end;
}

#menu .LngSelecter span.flag-icon{
	margin: 0 10px 0 0;
}
	
	span.lngTeaserText,
	span.selectedLng{
		display: inline-block;
	}
	
	
	.flag-icon{
		font-size: 1.2rem;
	}
	
	#LoginLayer .flag-icon{
		font-size: 18px;
	}
	
	#LoginLayer .top-line{
	background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 48%, #919191 100%);
    background: -webkit-linear-gradient(left, #ffffff 48%,#919191 100%);
    background: linear-gradient(to right, #ffffff 48%,#919191 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#919191',GradientType=1 );
	-webkit-box-shadow: inset 0px -8px 22px -13px rgba(0,0,0,0.51);
    -moz-box-shadow: inset 0px -8px 22px -13px rgba(0,0,0,0.51);
    box-shadow: inset 0px -8px 22px -13px rgba(0,0,0,0.51);
	}
	
	#LoginLayer #flags.logout{
		right: 0;
		left: auto;
		transform: initial;
	}
	
	#LoginLayer #logo {
		margin: 20px 1% 0 0;
		float: none;
		width: auto;
		text-align: center;
	}
	
	#LoginLayer .headSlogan{
		text-align: center;
	}
	
	#LoginLayer #logo .right,
	#LoginLayer .headSlogan.right,
	#LoginLayer .headSlogan span{
		float: none;
	}
	
	#LoginLayer .headSlogan{
		margin: 19px 0 0 0;
		font-size: 14px;
	}
	
	

/* ------------- HEADER -------------- */	

#header{
}

#header .headerWrap {
    border: none;
    position: relative;
    z-index: 3;
	padding: 2rem 1rem;
}

	.headerWrap{
	 height: 32px;
	}

.wrapper{
width:100%;	
}

.close_x:before{
	right: 20px;
}

		#logo{
		float: right;
	    margin: 2px 1% 0 0;
		}
		
		#logo img{
		max-width:100%;	
		width: 70px;
		margin-right: 1rem;
		}	
		
		#userMenu{
		float:left;
		}
		
			#userMenu div.clear{
			display:none;	
			}
		
		#userMenu #login{
		background:#e67037;
		padding:0 20px;
		position: inherit;
		margin:1px;
		}
		
		#userMenu #login.basket{
		padding: 10px 20px;
		height:30px;
		margin:1px 0;
		}
		
		#userMenu .clear{
		margin:0;
		padding:0;
		}
		
		#login, #languages, #basketIcon{
		margin:0 0 1px 0;
		}
		
			#login #einloggen_auf{
			color:#ffffff;
			}
		
		#loginPopup{
		left:0;
		min-width: 100%;
		}
		
		#loginPopup .loginInner{
		width:100%;
		box-sizing:border-box;
		float:left;
		padding:20px 20px 100px 20px;
		}
			
			#login a.loging{
			padding:0;	
			}
		
		#userMenu > a{padding:0;}
		
		.top-line .wrapper{
			background: none;
		}
		
		.top-line{
			height: 32px;
		}
		
		#quickSearchOverlay{
		height:auto;
		top:0;
		}
		
		.quickSearchInner{
		padding:20px 20px 10px;
		}
		
		#quickSearchOverlay .wrapper{
			background: #000;
			height: auto;
		}
		
		.quickSearchInner .columns-container-10 > .column{
			margin-bottom: 10px;
		}
		
.headSlogan{
font-size:11px;
margin: 9px 20px 0 0;
}

#animation{
	min-height: inherit;
}
	



/* ------------- DETAIL SEARCH -------------- */

#searchBar{
padding:0 20px;
margin: 0px 0 20px;
}

#searchBar #antrieb .ChackerDiv,
#searchBar #auktion .ChackerDiv{
width: 50%;
}

.right_ss{
margin-top:20px;
}

.right_ss br{
display:none;	
}

.slider_width{
width:100%;	
}

.middel_ss{
padding:0 10px;	
}

/* ------------- MENU -------------- */	
	
#menu{
display:none;	
}

.top-line{
	background: none;
}

#menu .wrapper{
	height: auto;
	padding: 1rem 1rem 2.5rem;
}

a.logout,
a.login{
	margin: 0;
}

/* ------------- MOBILE MENU -------------- */

#menu{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 999;
	height: auto;
	background: rgba(0, 0, 0, 0.9);
}

	#menu .wrapper{
		background: none;
		flex-direction: column;
	}

	#menu a{
		display: block;
		width: 100%;
		padding: 0 20px;
		float: none;
		line-height: 4rem;
	}
	
		#menu a span{
			border: none;
			padding: 0;
		}
	
	#menu .LngSelecter a{
		float: none;
	}
	
	#menu a:first-child,
	#menu #languages > a:first-child,
	#menu .LngSelecter a{
		padding:0 20px;	
	}
	
	#languages{
	width: 100%;
	float: none;
	}
	
		#menu .LngSelecter{
			position: relative;
			top: inherit;
			background: rgba(255, 255, 255, 0.2);
		}
		
			#menu .LngSelecter a{
				line-height: 60px;
				background: none;
			}
			
	#menu .headSlogan{
		width: 100%;
		padding: 20px 20px 20px 30px;
		float: left;
	}
	
	#menu a.logout{
		background: none;
		box-shadow: none;
        font-size: 0;
		padding: 1rem;
        line-height: normal;
	}

	#menu a.logout span:after{
		content: url(icons/logout-white.svg);
	}
	



	/* ########################## */

#mobileMenu {
display: block;
z-index: 5;
position: relative;
}

		.mobileMenuButton {
			height: 30px;
			width: 40px;
			cursor: pointer;
			display: block;
			right: 1rem;
			top: 1.2rem;
			position: fixed;
			z-index: 2;
		}
		
			.mobileMenuButton div{
			width:100%;
			background:#fff;
			margin-bottom:6px;
			}
		
				#mobileMenuContent {
				background: #333333;
				}
				
					#mobileMenuContent a{
					display:block;	
					padding:15px;
					box-sizing: border-box;
					color:#ffffff;
					font-size:16px;
					border-bottom: 1px solid #707070;
					}
					
/* ------------- MOBILE SUBMENU -------------- */					
					
					#userMenu div#languages{
					display:none;	
					}
					
					#mobileMenuContent a.mobileLanguages,
					#mobileMenuContent a.mobileStocks{
					background: #5d5d5d;
			    padding-left: 15px;
			    border-bottom:1px solid #333333;
			    position:relative;
					}
					
					.mobileLanguages span:before,
					.mobileStocks span:before{
						font-family: FontAwesome;
						content: "\f0d7";
						margin-right: 15px;
					}
					
						.mobileLanguages span.active:before,
						.mobileStocks span.active:before{
							content: "\f0d8";
						}
					
/* ------------- SELECTED LANG -------------- */					
					
					.mobileLanguages div.selectedLng{
					width:24px;
					height:20px;
					float: right;
					}
					
					.mobileStocks div.selectedLng{
					width:auto;
					height:20px;
					float: right;
					}
					
					#aSub,
					#StockSelecterMobile{
					background:#777;	
					}
					
					#aSub a{
			    padding-left: 55px;
			    border-bottom:1px solid #333333;
					}
					
					#StockSelecterMobile a{
			    padding-left: 15px;
			    border-bottom:1px solid #333333;
					}
					
						#aSub .en,
						#aSub .en:hover{
						background:url(http://global.eca-system.net/images/flags/24/us.png) no-repeat 15px;
						}
						
							div.selectedLng.en{
							background:url(http://global.eca-system.net/images/flags/24/us.png) no-repeat;
							}
						
						#aSub .us,
						#aSub .us:hover{
						background:url(http://global.eca-system.net/images/flags/24/us.png) no-repeat 15px;
						}
						
							div.selectedLng.us{
							background:url(http://global.eca-system.net/images/flags/24/us.png) no-repeat;
							}
						
						#aSub .fr,
						#aSub .fr:hover{
						background:url(http://global.eca-system.net/images/flags/24/fr.png) no-repeat 15px;
						}
						
							div.selectedLng.fr{
							background:url(http://global.eca-system.net/images/flags/24/fr.png) no-repeat;
							}
						
						#aSub .nlbe,
						#aSub .nlbe:hover{
						background:url(http://global.eca-system.net/images/flags/24/be.png) no-repeat 15px;
						}
						
							div.selectedLng.nlbe{
							background:url(http://global.eca-system.net/images/flags/24/be.png) no-repeat;
							}
						
						#aSub .de,
						#aSub .de:hover{
						background:url(http://global.eca-system.net/images/flags/24/de.png) no-repeat 15px;
						}
						
							div.selectedLng.de{
							background:url(http://global.eca-system.net/images/flags/24/de.png) no-repeat;
							}
						
						#aSub .se,
						#aSub .se:hover{
						background:url(http://global.eca-system.net/images/flags/24/se.png) no-repeat 15px;
						}
						
							div.selectedLng.se{
							background:url(http://global.eca-system.net/images/flags/24/se.png) no-repeat;
							}
						
						#aSub .es,
						#aSub .es:hover{
						background:url(http://global.eca-system.net/images/flags/24/es.png) no-repeat 15px;
						}
						
							div.selectedLng.es{
							background:url(http://global.eca-system.net/images/flags/24/es.png) no-repeat;
							}
						
						#aSub .pt,
						#aSub .pt:hover{
						background:url(http://global.eca-system.net/images/flags/24/pl.png) no-repeat 15px;
						}
						
							div.selectedLng.pt{
							background:url(http://global.eca-system.net/images/flags/24/pl.png) no-repeat;
							}	
						
						#aSub .it,
						#aSub .it:hover{
						background:url(http://global.eca-system.net/images/flags/24/it.png) no-repeat 15px;
						}
						
							div.selectedLng.it{
							background:url(http://global.eca-system.net/images/flags/24/it.png) no-repeat;
							}

				

		
/* ------------- MOBILE MENU - MY AREA -------------- */

#MyAreaMenu{
	position: absolute;
	z-index: 3;
	background: #fff;
	width: 100%;
	padding: 20px;
	margin-left: -20px;

}

#content #MyAreaMenu{
	top: -1.7rem;
}

#MyAreaMenu.UserOutside{
	margin: 31px 0 0 0;
	left: 0;
    top: 2rem;
}

	#MyAreaMenu h2{
		padding: 10px 0;
	}
	
	.my_account_right{
		float: none;
		height: auto;
	}
	
	#MyAreaMenu .button.small.gardient2{
		margin-right: 20px;
	}

/* ------------- DETAIL SEARCH -------------- */

#searchBarWrap{
width:100%;	
}
	
		
/* ------------- ANIMATION -------------- */	

	#animation{
		min-height: auto;
		position: relative;
		padding-bottom: 24.6%;
	}
	
		#animation .animationSlide{
			min-height: inherit;
		}
	
		#animation img {
			width: 100%;
		}
	
		#headImage #animation .infoWrap{
			padding: 20px 20px 55px;
		}
		
		#animation .imgHeadline,
		#animation .imgSubline{
			float: none;
			text-align: center;
		}
		
		#headImage #animation .info{
			width: 100%;
		}
		
		#animation .imageNavigator{
			width: initial;
		}
		
		
			#animation .imgHeadline,
			#animation .imgSubline{
				font-size: 3vw;
			}
			/*
			#animation .imgHeadline span,
			#animation .imgSubline span{
				background: rgba(255,255,255,0.7);
				padding: 0 10px;
			}
			
			#animation .imgSubline{
			  margin: 5px 0 0 0px;
			}*/
			
			#headImage{
			width:100%;
			height:auto;
			}
		
	#headImage{
		display: flex;
		display: -webkit-flex;
		flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
	}
	
	

			
/* ------------- QUICK SEARCH -------------- */
		
		#quickSearchOverlay{ 
		position:relative;
		width:100%;
		z-index: 1;
		}
		
		#animation .imageNavigator{
			z-index: 1;
		}
		
			.quickSearchInner{
			box-sizing:border-box;	
			}
		
		.searchBox{
		padding-right: 20px;
		float:left;	
		}
		
		.searchBox.one,
		.searchBox.twoA,
		.searchBox.twoB{
		width:33.333%;
		}
		
		.searchBox.three{
		width:66.666%;	
		}
		
		.quickSearchInner .searchBox.twoB{
		padding-left:0;	
		padding-right:0;
		}
		
			.quickSearchInner .searchBox.three{
			padding-right: 20px;
			}
		
		.quickSearchInner .searchBox.button.small.gardient2{
		float:left;
		width:33.333%;
		margin-top:37px;
		line-height:43px;
		height:43px;
		}
		
		
		#quickSearchOverlay .button.small.gardient2 span{
		line-height:37px;
		}
	
	#website,	
	#footerWrap{
	width:100%;	
	}

/* ------------- MY AREA -------------- */	

	.my_account_left{
		display:none;
	}
	
	.my_account_right{
		width:100%;	
	}
	
	#userMenu #mobileUserMenuOpen{ 
		margin-top:1px; 
	}
	
	#userMenu #mobileUserMenuOpen,
	#userMenu #mobileMy_account_menu{
		display:block;
	}
 
 /* ------------- CONTENT-------------- */	
    
#content{
padding: 20px;
}

#contentDetails,
#contentDetailsPackage{
	padding: 0 20px;
}

	/* ------------- QUICKLINKS -------------- */

	#vehicleListSort h2{
		font-size: 1.5vw;
		padding: 0;
	}
	
	#vehicleListSort .column,
	#quickLinks2 .column{
		margin-bottom: 10px;
	}

/* ------------- VEHICLE LIST BOX VIEW -------------- */

.BoxPic img {
	min-width: 100%;
	max-width: 100%;
	width: 100%;
}

.BoxPrices {
  min-height: inherit;
  margin-top: 1rem;
}

.BoxButton {
  margin-bottom: 10px;
}

.BoxPricePositions {
  margin-bottom: 20px;
}

.BoxTime{
	position: relative;
	padding: 0;
}

#vehicleListBox .button.small.mobile{
	margin-top: 10px;
	max-width: 100px;
}

.BoxDescript,
.BoxPrices {
  font-size: 14px;
}

#vehicleListBox{
	margin-bottom: 20px;
}

/* ------------- FOOTER -------------- */
	
	#footerWrap{
	width:100%;	
	}
	
	#footerRight{
	float:none;	
	text-align: center;
	}
	
	#back-top a:hover{
		background:#6c7073;
	}
	
	#back-top a:focus,
	#back-top a:active{
		background:#e67037;
	}

	#back-top {
	right: 20px;
	}

	.auction-stock:after,
	.buy-now-stock:after,
	.package-stock:after{
	width: 90px;
	}

	#website{
		padding-top: 3.7rem;
	}

}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 1100 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:1100px) {

	.grey-bg,
	.no-bg{
		font-size: 11px;
		font-size: 1.2vw;
	}
	
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 1010 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:1010px) {
	
	.vehicleDetailBidEngines.bidEnginesOne .bid button.small,
	.vehicleDetailBidEngines.bidEnginesOne .fastBid button.small,
	.vehicleDetailBidEngines.bidEnginesOne .highestBid button.small{
		font-size: 1.5vw;
	}
	
	
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 1000 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:1000px) {


   .m-hide{
   display: none;
   }

   .m25{
   width:25%;
   }
   
   .m33{
   width:33.333%;
   }
   
   .m40{
   width:40%;
   }
	 
	 .m50{
   width:50%;
   }
   
   .m67{
   width: 66.777%;
   }
   
    .m75{
   width: 75%;
   }        
   
   .m100{
   width:100%;
   }
   
   .vehicleListLang,
   #vehicleListHead div:nth-child(3){
   display:none;	
   }	
   
   .vehicleListLangMobile{
   display:block;	
   }      
   
   #quickLinks .m50  #content{
   font-size: 14px;
   margin-top: 0;
   }
   
   /*.m100 .button.small.gardient2{
   width:100%;
   max-width: 100%;
   }*/
   
   #vehicleListSort .graphical-select.m50:nth-child(2) div{
   margin-right:0px;
   margin-bottom:20px;
   }

      /* ------------- DETAIL SEARCH -------------- */
      
      #searchBar .searchBarInner{
      padding: 0 0 20px;
      }
      
      #searchBar .right_ss.,
      #searchBar .middel_ss.two{
      margin-top:20px;
      }
      
      #searchBar .clearfix{
      display: block;
      }
      
      body #searchSlide{
      color:#fff;
      }
      
      .backoverview{
      margin:20px 0;
      }
      
      #quickLinks2 .button.small.l25.m50 {
      width: 50%;
      }
			
		#basketform .vehicleListLang{
			display: block;
			position: absolute;
		}
		
		.vehicleListLang .flag-icon {
			padding-top: 15px;
		}
		
	/* ------------- DETAIL SEARCH -------------- */

}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 840 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:840px) {
	
	.grey-bg, .no-bg {
    font-size: 10px;
    font-size: 1.1vw;
}
	
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 828 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:828px) {
	
/* ------------- VEHICLE LIST -------------- */
      
      #vehicleListSort select:first-child{
      width:58%;
      float:left;
      }
      
      #vehicleListSort select:nth-child(2){
      width:40%;	
      float:right;
      }
      
      #vehicleListSort select:last-child{
      width:100%;
      margin-top:10px;	
      clear:both;
      }
      
/* ------------- VEHICLE DETAILS-------------- */

      
      
      .vehicleDetailBidEngines,
      .vehicleDetailSlider{
      width:100%;
      clear:both;	
      padding:20px 0;
      }
      
      .vehicleDetailData,
      .vehicleDetailSlider{
      clear:both;
      width:100%;	
      }
	  
	  .vehicleDetailData{
		padding: 0;
	  }
			
		.vehicleDetailBidEngines.bidEnginesOne .bid button.small,
		.vehicleDetailBidEngines.bidEnginesOne .fastBid button.small,
		.vehicleDetailBidEngines.bidEnginesOne .highestBid button.small,
		.vehicleDetailBidEngines.bidEnginesOne div.bid span span{
		font-size: 12px;
		}
		
		.vehicleDetailBidEngines.bidEnginesOne button,
		.vehicleDetailBidEngines.bidEnginesOne .button.small{
			min-width: 100%;
		}
		
		.pics{
			max-height: 11.5vw;
		}

}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 812 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:812px) {

/* ------------- QUICK SEARCH -------------- */
          
      .searchBox.one{
      width:100%;
      padding-right:0;	
      }
              
      .searchBox.twoA,
      .searchBox.twoB{
      width:50%;
      }
      
      .searchBox.twoB{
      padding-right:0px;	
      }
      
      .searchBox.three{
      padding-right:0;	
      width:50%;
      }
      
      .quickSearchInner .searchBox.button.small.gardient2{
      width:50%;
      }

/* ------------- SIMILAR VEHICLES -------------- */
			
	.vehicleDetailSimilarBox > div{
	box-sizing:border-box;
	width:33.333%;
	}
	
         .vehicleDetailSimilarBox > div:nth-child(3n){
         border:none;
         padding-right:0;
         }
         
         .vehicleDetailSimilarBox > div:nth-child(4n+1) {
         padding-left: 20px;
         clear: none;
         }
         
         .vehicleDetailSimilarBox > div:nth-child(2n) {
         border-right: 1px solid #d8d8d8;
         padding-right: 20px;
         }
         
         .vehicleDetailSimilarBox > div:nth-child(6n) {
         border: none;
         }
         
         .vehicleDetailSimilarBox > div:nth-child(3n+1){
         padding-left:0;
         border-right: 1px solid #d8d8d8;
         clear:both;
         }
	
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 800 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:800px) {
		span.plattformHeadline {
	    width: 100%;
	    display: block;
		}	
		span.plattformLogo {
	    width: 100%;
	    display: block;
		}	
		.plattformLogo img{
			float:none;	
			padding-top:10px;
		}
	
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 760 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:760px) {

	.auction-stock:after,
	.buy-now-stock:after,
	.package-stock:after{
	width: 60px;
	}

	.stock span{
		font-size: 16px;
	}

	.stock .anzahl span{
		font-size: 14px;
	}

	.stock a{
		padding: 0.5rem;
	}

	.stock{
		padding: 2rem 0;
	}

	#quickSearchOverlay  .d-flex > div {
		flex: 1 1 50%;
	  }
	
/* ------------- VEHICLE LIST -------------- */

   #vehicleListHead{
   display:none;	
   }
   
   #vehicleList div.vehicleListBuyNow{
   padding:0;	
   }
           
       .vehicleListStartPrice span,
       .vehicleListHighestBid span,
       .vehicleListBuyNow span,
       .vehicleListPackagePrice span{
       display:block;
       font-weight:bold;
       }
       
   #vehicleList .button.small.gardient2{
   width:100%;
   min-width:100%;
   position:relative;
   margin-bottom:10px;
   }	
	
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 700 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:700px) {

   .s-hide{
   display: none;
   }
   
   .s5{
    width:5%;
    }
   
   .s10{
    width:10%;
    }

   .s25{
    width:25%;
    }

    .s33{
    width:33.333%;
    }

    .s50{
    width:50%;
    }
    
    .s67{
    width: 66.777%;
    }
    
     .s75{
    width: 75%;
    }
	
	.s90{
    width:90%;
    }
	
	.s95{
    width:95%;
    }
    
    .s100{
    width:100%;
    }
		
		.m60.s40{
			width: 40%;
		}
		
		.m40.s60{
			width: 60%;
		}

/* ------------- QUICKSEARCH -------------- */
		
.quickSearchTitle{
	text-align: center;
}


  
/* ------------- DETAIL SEARCH -------------- */
   
   #searchBar #antrieb .ChackerDiv,
   #searchBar #auktion .ChackerDiv{
   width: 33.333%;
   }	
   
   .left_ss {
   padding-right: 0;
   }
	 
	 .middel_ss{
		padding-top: 10px;
	 }
   
   .middel_ss,
   .right_ss{
   margin-top: 20px;
   padding-bottom:10px;
   border-top: 10px solid #d8d8d8;
   }

   #searchBar .button.small{
	width: 100%!important;
   }
   
/* ------------- QUICKLINKS -------------- */

#vehicleListSort h2 {
    font-size: 3.5vw;
}
  
       
/* ------------- VEHICLE LIST -------------- */

      #quickLinks2 .button.small.l25.m50.s100 {
      width: 100%;
      }
   
   #vehicleListSort .graphical-select.s100 div{
   margin-right:0px;
   margin-bottom:20px;
   }
   
   #quickLinks2 .QuicklinkBackground {
       padding: 10px 20px;
   }
   
   #vehicleList div.vehicleListPic,
   #vehicleList div.vehicleListDescript{
   width:50%;
   }
   
   .vehicleListPic img{
   max-width: 100%;
   }
   
   #vehicleList div.vehicleListPic{
   padding-bottom:10px;	
   }
   
   #vehicleList div.vehicleListStartPrice,
   #vehicleList div.vehicleListHighestBid,
   #vehicleList div.vehicleListBuyNow,
   #vehicleList div.vehicleListPackagePrice{
   padding:5px;	
   }
	
	.vehicleListStartPrice,
	.vehicleListHighestBid,
	.vehicleListBuyNow,
	.vehicleListPackagePrice{
	clear:both;
	width:100%;
	text-align:left;
	font-size:14px;
	}
	
	.vehicleListHighestBid{}
	
	/*.vehicleListBuyNow,
	.vehicleListPackagePrice{
	background:#e67037;
	color:#ffffff;
	}*/
	
	.vehicleListStartPrice br,
	.vehicleListHighestBid br,
	.vehicleListBuyNow br,
	.vehicleListPackagePrice br{
	display:none;	
	}
	
	.vehicleListStartPrice span,
	.vehicleListHighestBid span,
	.vehicleListBuyNow span,
	.vehicleListPackagePrice span,
	.vehicleListPackagePrice p{
	float:left;
	padding-right:10px;
	}
	
	.insidePackage{
		min-width: 100%;
	}
	
	.display{
	display:none;	
	}
    
/* ------------- USER AREA -------------- */  
    
   .my_account_right .m100 .button.small.gardient2 {
   margin-bottom:20px;
	 width:100%;
   max-width: 100%;
   }
	 
	 .m100 .button.small{
   width:100%;
   max-width: 100%;
   }
	 
	#vehicleList2{
   padding:10px 0;
   }
	 
   #vehicleList2 div.vehicleListPricesUserArea{
      float: none !important;
      clear: both;
      width: 100%;
      padding-top: 15px;
   }
   
   #vehicleList2 div.vehicleListPic,
   #vehicleList2 div.vehicleListDescript{
      padding:0 20px;
      width:50%;
   }
   
   #vehicleList2 div.vehicleListPic,
   #vehicleList2 div.vehicleListPricesUserArea{
      padding-left: 0px;
   }
   
   #vehicleList2 div.vehicleListDescript,
   #vehicleList2 div.vehicleListPricesUserArea{
      padding-right: 0px;
   }
   
   #vehicleList2 .vehicleListPricesUserArea div.spacer span.euroToSek{
      padding-bottom: 15px;
   }

  #vehicleList2 .vehicleListPricesUserArea div{
   padding: 0;
  }
   
   #vehicleList2 div.vehicleListPricesUserArea .vehicleListBuyNow.spacer span.euroToSek{
      padding-bottom: 0;
  }
	
	.BoxDescript,
	.BoxPrices {
		font-size: 14px;
	}

/* ------------- VEHICLE DETAILS -------------- */

.vehicleDetailHeadline{
	padding: 10px 0;
}
   
.vehicleDetailBidEngines.bidEnginesOne div span:first-child{
font-weight: bold;
}

.vehicleDetailBidEngines.bidEnginesOne div.bid span.bidLine,
.vehicleDetailBidEngines.bidEnginesOne div.fastBid span.bidLine,
.vehicleDetailBidEngines.bidEnginesOne div.highestBid span.bidLine,
.vehicleDetailBidEngines.bidEnginesOne div.buyNow span.bidLine{
	font-size: 24px;
	font-weight: normal;
}

	.vehicleDetailBidEngines.bidEnginesOne div.buyNow span.bidLine{
		margin-bottom: 10px;
		display: block;
	}

.vehicleDetailBidEngines.bidEnginesOne div span:nth-child(2n){
padding-bottom:5px;
}

.vehicleDetailBidEngines.bidEnginesOne div.bid .gardient2,
.vehicleDetailBidEngines.bidEnginesOne div.highestBid .button.small{
max-width: 100%;
}

.vehicleDetailBidEngines.bidEnginesOne div.fastBid .gardient2 span{
	text-align: center;
}

.vehicleDetailBidEngines.bidEnginesOne div.fastBid .gardient2,
.vehicleDetailBidEngines.bidEnginesOne div.bid .gardient2,
.vehicleDetailBidEngines.bidEnginesOne div.buyNow .gardient2{
margin-bottom:10px;
}

.vehicleDetailBidEngines .button.small.gardient2{
max-width:100%;
}

.vehicleDetailBidEngines .fastBid{
	margin-top: 25px;
}

.auction-pricings span.arrow::before{
	display: none;
}

.no-bg{
	padding: 20px 0;
}

.columns-container-10 > .no-left-p.column{
	padding:0 10px;
}

.columns-container-10 > .no-right-p.column{
	padding:0 10px;
}

/*#vehicleDetail input{
max-width: 90%;
}*/

.rainbow-pricing{
	bottom: -31px;
}

.bidLine .CounterReplace{
	line-height: 32px;
}
 
	.grey-bg,
	.no-bg{
		font-size: 2.7vw;
	}
    
		/* VEHICLE NOTEPAD */ 
		
		.vehicleDetailNotepad div{
		 padding-bottom: 10px;
		}
		
		.no-right-p .vehicleDetailNotepad{
			margin-top: 0;
		}
	 
	#vehicleDetail input{
		margin-bottom: 10px;
	}
	
	.vehicleDetailDataList{
		margin-top: 0;
	}
	
		h3.vehicleDetailFeatures{
		font-size: 24px;
	}
 
	
/* ------------- USER AREA -------------- */

	.vehicleListPricesUserArea{
	font-size: 14px;	
	}
	
	.vehicleListPricesUserArea .vehicleListLastBid{
	background:#e67037;
	color:#ffffff;
	}
	
	#vehicleList > div.vehicleListPricesUserArea{
	float:none;	
	padding:0;
	}
	
		.vehicleListPricesUserArea div{
		width: 100%;
		padding:5px;
		}
        
   .my_account_right .userInfoForm > div:nth-child(2n){
   padding-left:0px;
   }

/* ------------- QUICKLINKS -------------- */
        
   #quickLinks > div.s100:nth-child(2){
   padding-left:0;
   }
   
/* ------------- BASKET -------------- */
 
.basket.button{
   width: 100%;
}

.userAreaList .vehicleListBuyNow,
#basketform .userAreaList .vehicleListBuyNow{
	width: 100%;
}

/* ------------- PACKAGES -------------- */

.packages h5 div:nth-child(1) span:nth-child(2){
		text-align: left;
	}
	
	.packages h5 div:nth-child(1) span,
	.packages h5 div:nth-child(2) span{
		width: 100%;
	}
	
	.packages h5 div:nth-child(2) span{
		width: 100%;
	}

	
	.packages h5 div:nth-child(2){
		padding: 10px 0 0;
	}
	
	.packages h5 div:nth-child(2) > span:nth-child(1){
		padding: 0 10px 10px 10px;
	}
	
	.packages h5 div:nth-child(2) span:nth-child(2){
		padding: 10px;
		color: #fff;
	}
	
	body .packages h5 div:nth-child(2) span:nth-child(2):after{
		color: #fff;
	}
	
	.packages h5 div:nth-child(2) span:nth-child(2){
	background: #333;
	}
	
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 680 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:680px) {

      /* ------------- GENERAL FORMS -------------- */
      
      #generalForm .inputWrap,
      #generalForm .checkboxWrap,
      #generalForm .textareaWrap{
      width: 100%;
      padding-bottom: 10px;
      }
      
      /* ------------- LOGIN -------------- */

      #LoginLayer #footer,
	  #LoginLayer .footer-gardient{
      position:relative;
	  bottom:auto;
      }
	  
	  #LoginLayer #back-top{
		z-index: 2;
	  }
	  

			
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 630 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:630px) {

	#animation .imgHeadline,
	#animation .imgSubline{
		font-size: 2vw;
	}

}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 615 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:615px) {

/* ------------- QUICK SEARCH -------------- */
	
	.searchBox.one,
	.quickSearchInner .searchBox.three{
	width: 100%;
	padding:0;
	}
	
	.quickSearchInner .searchBox.button.small.gardient2{
	width: 100%;
	}
	
	#quickLinks select{
	width:100%;
	clear:both;
	}

/* ------------- VEHICLE DETAILS -------------- */
	
	.vehicleDetailHeadline > div:first-child,
	.vehicleDetailHeadline > div:nth-child(2){
	width:100%;
	text-align: left;
	clear:both;	
	}
	
	.vehicleDetailHeadline .highestBid{
	background:#cccccc;	
	padding:5px;
	}
	
	.vehicleDetailHeadline .buyNow,
	.vehicleDetailHeadline .packagePrice{
	background:#e67037;	
	color:#ffffff;
	padding:5px;
	}	
	
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 600 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:600px) {
   
   #LoginLayer .centerBox{
   max-width: 100%;
   padding:20px;
   border-right:none;
   border-left:none;
   }
   
   /* ------------- VEHICLE DETAILS -------------- */
   
   .vehicleDetailFeaturesHeadline {
		width: 100%;
		margin: 0;
	}
	
	.vehicleDetailData{
		margin-bottom: 20px;
	}
   
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 580 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:580px) {
	
/* ------------- VEHICLE LIST -------------- */

   #vehicleListSort select:first-child,
   #vehicleListSort select:nth-child(2),
   #vehicleListSort select:last-child{
   width:100%;
   clear:both;
   }
   
   #vehicleListSort select:nth-child(2){
   margin-top:10px;	
   }
   
/* ------------- USER AREA CRITERIA -------------- */
   
   .alertFields{
   width:100%;	
   }
   
   .searchCriteria a{
   padding:10px;
   margin-top:10px;
   }
   
       .searchCriteria a:hover{
       text-decoration:none;
       opacity:0.5;	
       }
			 
/* ------------- DETAIL SEARCH -------------- */

	#searchBar .button.small.white,
	#searchBar .button.small.gardient2{
		max-width: 100%;
		width: 100%;
	}
	
	#searchBar .button.small.gardient2{
		margin-top: 20px;
	}
	
/* ------------- PACKAGES -------------- */


	
/* ------------- FOOTER -------------- */
   
   #footerInner{
   height:auto;
   line-height: 35px;
   padding:20px 0;
   }
   
       #footer a{
       display: block;
	   border: none;
       }
	   
	   #footer #back-top a{
		padding: 3px 5px;
	   }
			 
	
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 540 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:540px) {

	#quickSearchOverlay  .d-flex > div {
		flex: 1 1 100%;
	  }

/* ------------- LOGIN -------------- */
	
   #LoginLayer .centerBox {
   margin: 0 auto;
   }
    
   #LoginLayer .headerWrap{
   height:auto;
   padding-bottom: 4px;
   }
   
   #LoginLayer .Buttons div,
   #LoginLayer .Buttons div .button.small.gardient2{
   width:100%;
   }
   
   #LoginLayer .Buttons div:nth-child(2){
   text-align:center;
   margin-top:20px;
   }
       
/* ------------- HEADER -------------- */
       
   #headImage{
   width:100%;
   height:auto;
   }
       
   .headSlogan{
   font-size:14px;
   margin-bottom: 18px;
   text-align: center;
   display:block;
   float: left;
   width:100%;
   }
   
	.headSlogan span{
		float: none;
	}
       
   #userMenu{
   float:none;	
   }
   
   #userMenu #login.basket{
		width:22%;
		margin:0;
		padding:6px 10px 0;
		border-right: 1px solid #fff;
   }
   
   #userMenu #login{
		width: 33%;	
		margin:0;
		padding:0 10px;
		text-align:center;
		border-right: 1px solid #fff;
   }

   
   #mobileMy_account_menu #mobileUserMenu{
		top:125px;	
   }
   
   #footer {
		margin-top: 0px;
   }
   
   #LoginLayer .centerBox{
		margin-top: 115px;
		height: 100%;
		min-height: 400px;
   }

/* ------- MOBILE MENÜ - MY AREA --------- */
	 
	 #MyAreaMenu .button.small.gardient2{
		max-width: 200px;
		min-width: inherit;
		margin-bottom: 56px;
	}
	

/* ------- USER AREA VEHICLE LIST --------- */
      
   #vehicleList2 div.vehicleListPic,
   #vehicleList2 div.vehicleListDescript,
   #vehicleList2 div.vehicleListPricesUserArea{
      padding:0;
      width:100%;
   }
   
   #vehicleList2 div.vehicleListDescript{
      padding-top:10px;
   }
	 
/* ------- VEHICLE DETAILS --------- */

	.vehicleDetailHeadline > div:first-child span{
		font-size: 24px;
	}
	
	.vehicleDetailHeadline .green,
	.vehicleDetailHeadline .red{
		font-size: 14px;
	}
	
	.vehicleDetailHeadline{
		padding: 10px 0 20px;
	}
	
	.grey-bg,
	.no-bg{
		font-size: 3.3vw;
	}
	
	.vehicleDetailFeaturesWrap{
		margin-bottom: 20px;
	}

}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 520 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:520px) {
	
/* ------------- ANIMATION -------------- */

.imageNavigator{
	display: none;
}

#headImage #animation .infoWrap{
	padding: 20px 20px 10px 15px;
}
   
/* ------------- VEHICLE LIST -------------- */
       
   #vehicleList div.vehicleListPic,
   #vehicleList div.vehicleListDescript{
   width:100%;
   clear:both;
   }
   
   #vehicleList div.vehicleListDescript{
   padding:0;	
   }
	 
	 #vehicleList .button.small {
    display: none;
	}
	 
	 #vehicleList .button.small.mobile {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: block;
	}
	 
/* ------------- MY AREA -------------- */
	 
	 	.vehicleListPricesUserArea .delete{
		position: absolute;
		top: auto;
		bottom: 0;
		right: 0;
	}
	
/* ------------- VEHICLE LIST BOX VIEW -------------- */
	
	#vehicleListBox .button.small.mobile{
		margin-top: 10px;
		max-width: 100%;
	}
	
	.BoxDescript,
	.BoxPrices {
		font-size: 2.7vw;
	}
	
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 480 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:480px) {

/* ------------- USER MENU -------------- */

	#userMenu #mobileMy_account_menu{
		clear:both;
	}
	
	#mobileUserMenu{
	top: 82px;
	}

	
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 450 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:450px) {

/* ------------- ANIMATION -------------- */

#animation .imgHeadline,
#animation .imgSubline{
	font-size: 3vw;
}
   
#contact-main .buttonBar .button.small,
#contact-main .buttonBar .button.small.gray,
#SendAFriend-main .buttonBar .button.small,
#SendAFriend-main .buttonBar .button.small.gray {
    width: 100%;
    max-width: 100%;
    text-align:left;
    margin-bottom:5px;
}
	
/* ------------- VEHICLE DETAIL -------------- */

   /*.vehicleDetailBidEngines.bidEnginesOne div.bid a, 
   .vehicleDetailBidEngines.bidEnginesOne div.highestBid a, 
   .vehicleDetailBidEngines.bidEnginesOne div.buyNow a{
   float:none;
   clear:both;
   width:100%;
   }*/
   
   .vehicleDetailBidEngines.bidEnginesOne .bid span, 
   .vehicleDetailBidEngines.bidEnginesOne .highestBid span, 
   .vehicleDetailBidEngines.bidEnginesOne .buyNow span{
   float:none;	
   }
   
   .vehicleDetailBidEngines.bidEnginesOne .bid > span,
   .vehicleDetailBidEngines.bidEnginesOne .highestBid > span,
   .vehicleDetailBidEngines.bidEnginesOne .buyNow > span,
   .vehicleDetailBidEngines.bidEnginesOne .bid a,
   .vehicleDetailBidEngines.bidEnginesOne .highestBid a,
   .vehicleDetailBidEngines.bidEnginesOne .buyNow a{
   width: 50%;
   margin-bottom:10px;
   }
   
   .vehicleDetailBidEngines.bidEnginesOne .bid > span:first-child,
   .vehicleDetailBidEngines.bidEnginesOne .highestBid > span:first-child,
   .vehicleDetailBidEngines.bidEnginesOne .buyNow > span:first-child{
   margin:0;
   }
   
   .vehicleDetailBidEngines.bidEnginesOne button{
   width:100%;
   margin-bottom:10px;
   }

/* ------------- SIMILAR VEHICLES -------------- */
		
	.vehicleDetailSimilarBox > div{
	box-sizing:border-box;
	width:50%;
	}
	
			.vehicleDetailSimilarBox > div:nth-child(2n){
			border:none;
			padding-right:0;
			padding-left:20px;
			clear:none;
			}

			.vehicleDetailSimilarBox > div:nth-child(2n+1){
			padding-left:0;
			border-right: 1px solid #d8d8d8;
			clear:both;
		}

/* ------------- USER AREA  -------------- */
		
	.userEdit.userLoginData input{
	width:100%;
	float:right;	
	}
		
	.userEdit div div:nth-child(2),
	.userEdit div div:first-child{
	width: 100%;
   }
   
   .userEdit div div:first-child{
	margin-bottom: 5px;
   }

 
 /* ------------- DETAIL SEARCH  -------------- */
        
   #searchBar #antrieb .ChackerDiv,
   #searchBar #auktion .ChackerDiv{
   width: 50%;
   }
   
   .middel_ss,
   .left_ss,
   .right_ss{
   padding: 20px 0;
   }
   
   .button.small.white,
   .button.small.gardient2{
   min-width: 100%;
   overflow: hidden;
   }
   
   

}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 430 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:430px) {
	
	#quickSearchOverlay .button.small.forwards.grey.dark span,
	#quickSearchOverlay .button.small.forwards.grey span {
    font-size: 3vw;
}
	
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 400 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:400px) {

	.headSlogan{
		font-size: 3.8vw;
	}

}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 370 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:370px) {

	#vehicleDetail input{
		max-width: 90px;
	}
	
	.requestInner h2{
		font-size: 7.5vw;
	}

}

/*::::::::::::::::::::::::::::::::::::::::::::::::::: MEDIA SCREEN 320 ::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:320px) {
   
   .LoginBoxTop div,
   #LoginLayer #msg_login{
   width: 100%;
   text-align: center;
   }
   
   .LoginBoxTop img{
   display: none;
   }
   
   #LoginLayer .centerBox{
   padding: 10px 20px;
   }
   
}