
/* =====================
	borders 
   ===================== */

.l-side-borders{
	border-left: 9px solid #ffffff;
	border-right: 9px solid #ffffff;		
}

.l-top-border{
	border-top: 9px solid #ffffff;	
}

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

	.l-side-borders{
/* 		border-bottom: 9px solid #ffffff; */		
	}	
}


/* =====================
	header 
   ===================== */

.l-forklift-archive-header{
	position: relative;
	overflow: visible;
}

.l-forklift-archive-header .main-head{
	margin-bottom: 0;
	color: white;
	text-align: center;
	font-weight: 400;
}	

.l-forklift-archive-header .bkg{
	position: absolute;	
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.l-forklift-archive-header .bkg img{
	display: block;
	width: 100%;
	height: auto;	
	opacity: 0.7;	
}		

.l-forklift-archive-header .content{
	position: relative;	
	z-index: 2;
}

/* header - bkg */

/*
.post-type-archive-linde-forklift-h .l-forklift-archive-header .bkg{
	background: transparent url('../_images/_archive_forklift_hire/hero-750.jpg') no-repeat center center / cover;
}


@media screen and (min-width: 501px) and (max-width: 1099px){ 

	.post-type-archive-linde-forklift-h .l-forklift-archive-header .bkg{
		background-image: url('../_images/_archive_forklift_hire/hero-1500.jpg');
	}
}

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

	.post-type-archive-linde-forklift-h .l-forklift-archive-header .bkg{
		background-image: url('../_images/_archive_forklift_hire/hero-2400.jpg');
	}	
}
*/

.post-type-archive-linde-forklift-h .l-forklift-archive-header .bkg{
	background: #a1a1a1 url('../_images/_archive_forklift_hire/hero-750.jpg') no-repeat top center / contain;
}

@media screen and (min-width: 651px) and (max-width: 959px) { 

	.post-type-archive-linde-forklift-h .l-forklift-archive-header .bkg{
		background-image: url('../_images/_archive_forklift_hire/hero-1500.jpg');
	}	
}

@media screen and (min-width: 960px){ 

	.post-type-archive-linde-forklift-h .l-forklift-archive-header .bkg{
		background: transparent url('../_images/_archive_forklift_hire/hero-2400.jpg') no-repeat center center / cover;
	}	
}

/* header - l-list */

@media (min-width: 900px){
	.l-forklift-archive-header .l-list li.inline-block.tm-xs,
	.l-forklift-archive-header .l-list li.inline-block.tm-s{
		margin-top: 0;
	}	
}	

@media (max-width: 899px){
	
	.l-forklift-archive-header .l-list li.inline-block{
		display: block;	
		margin-left: 0;
	}
	
	.l-forklift-archive-header .l-list .li{
		width: 230px;	
	}	
}	

/* header - l-cards */

.l-forklift-archive-header .l-cards .content p{
	margin-left: auto;
	margin-right: auto;
	/*max-width: 290px;*/
}


/* header - l-cards: content widths */
/*
.l-forklift-archive-header .l-cards .content p.narrower{
	max-width: 220px;	
}	

@media (max-width:960px){
	.l-forklift-archive-header .l-cards .content p { max-width: 190px; }
	.l-forklift-archive-header .l-cards .content p.narrower { max-width: 160px; }	
}

@media (min-width: 961px) and (max-width:1039px){
	.l-forklift-archive-header .l-cards .content p{ max-width: 190px; }
	.l-forklift-archive-header .l-cards .content p.narrower { max-width: 160px; }	
}

@media (min-width: 1200px) and (max-width:1399px) { 
	.l-forklift-archive-header .l-cards .content p { max-width: 270px; }	
}

@media (min-width: 1400px) { 
	.l-forklift-archive-header .l-cards .content p { max-width: 290px; } 
}
*/


/* =====================
	rental solutions 
   ===================== */
   
#rental-solutions{
	position: relative;
	z-index: 1;	
}   
   
#rental-solutions .icon-rental-solutions{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	height: auto;
	max-width: none;
}

@media screen and (max-width: 800px){ #rental-solutions .icon-rental-solutions{ width: 210px; } }


#rental-solutions blockquote{
    max-width: 600px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    
    border-left: 0;
} 

#rental-solutions blockquote:before,
#rental-solutions blockquote p:after { 
	content: '';	
}

#rental-solutions blockquote .quote,
#rental-solutions blockquote .author{	
    color: black;
    text-align: center;	
    font-weight: 400;
}

#rental-solutions blockquote .quote{
    line-height: 1.4em;
}	

#rental-solutions blockquote .author{   
    line-height: 1.4em;	
    margin-top: 1.375rem;
}

#rental-solutions blockquote .author img{
	display: block;
	width: 130px;
	height: auto;
	margin-left: auto;
	margin-right: auto;	
}

@media (max-width: 650px) {

	#rental-solutions blockquote .author img{
		width: 90px;
	}	
}
	

/* =====================
	linde-facts
   ===================== */ 
   
#linde-facts{
	position: relative;
	overflow: visible;
	z-index: 2;
}


/* ====================================================================================================================
   l-checkboard-panel
   ==================================================================================================================== */ 
   
/* content */

.l-checkboard-panel h2,
.l-checkboard-panel p{
	margin-bottom: 0;		
}

.l-checkboard-panel p{
	margin-left: auto;
	margin-right: auto;
}   
   
/* icon */

.l-checkboard-panel .icon{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 55px;
	height: auto;
}

@media screen and (max-width: 668px){
	.l-checkboard-panel .icon{
		width: 45px;
	}	
}

/* banner */

.l-checkboard-panel .banner{
	display: block;
	width: 100%;
	height: auto;
}  

.l-checkboard-panel .banner-top{
	position: absolute;
	left: 0;
	bottom: 100%;	
}	 
 
/* layout */
   
@media (max-width: 900px) {	
	
	.l-checkboard-panel-left,
	.l-checkboard-panel-right,
	.l-checkboard-panel-left.with-floating-content,
	.l-checkboard-panel-right.with-floating-content{
		position: relative;
		top: 0;
		float: none;
		width: auto;	
	}
	
	.l-checkboard-panel .floating-content{
		top: 0;
		-webkit-transform: none;
		   -moz-transform: none;
		     -o-transform: none;
		        transform: none;	
	}		
}  

@media (min-width: 669px) and (max-width: 900px){

	.l-checkboard-panel-left.with-floating-content,
	.l-checkboard-panel-right.with-floating-content{
		padding-top: 10.45%;
		padding-bottom: 10.45%; 		
	}			
}

@media (min-width: 481px) and (max-width: 668px){

	.l-checkboard-panel-left.with-floating-content,
	.l-checkboard-panel-right.with-floating-content{
		padding-top: 4.236rem;
		padding-bottom: 4.236rem;
	}		
}

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

	.l-checkboard-panel-left.with-floating-content,
	.l-checkboard-panel-right.with-floating-content{
		padding-top: 2.618rem;
		padding-bottom: 2.618rem;
	}		
}

@media (max-width: 320px){

	.l-checkboard-panel-left.with-floating-content,
	.l-checkboard-panel-right.with-floating-content{
		padding-top: 1.618rem;
		padding-bottom: 1.618rem;
	}
} 	
   
/* paragraph - width */      
                            .l-checkboard-panel p{ max-width: 55%; }
@media (max-width:  960px){ .l-checkboard-panel p{ max-width: 88%; } }
@media (max-width:  900px){ .l-checkboard-panel p{ max-width: 450px; } }
@media (min-width: 1200px){ .l-checkboard-panel p{ max-width: 60%; } }
@media (min-width: 1400px){ .l-checkboard-panel p{ max-width: 65%; } }   

/* paragraph - padding */

@media (max-width: 900px){

	.l-checkboard-panel p{
		padding-right: 4.236rem;
		padding-left: 4.236rem;
	}	
}

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

	.l-checkboard-panel p{
		padding-right: 2.618rem;
		padding-left: 2.618rem;
	}	
}

@media (max-width: 320px){

	.l-checkboard-panel p{
		padding-right: 1.618rem;
		padding-left: 1.618rem;
	}
}


















































































