/* RESPONSIVE MEDIA QUERIES © Eborn Interactive */


/* Screen Widths

Tablet Portrait - 768px
Tablet Landscape - 1024px

iPhone 3,4,5 - 320px


/* iOS Specific
================================================== */

@supports (-webkit-overflow-scrolling: touch) {
	
  /* CSS specific to iOS devices */ 

}

/* ================================================ */

/* Other than iOS specific
================================================== */

@supports not (-webkit-overflow-scrolling: touch) {
	
  /* CSS for other than iOS devices */ 
  
}

/* ================================================ */




/* Responsive Width Section (General)
================================================== */

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


		.entry-twocol {
	    	column-count: 1;
		}	
		
		.bolag-container {
			flex-direction: column;
		}
		
		.bolag-container .bolag {
			width: 100%;
			margin-bottom: 20px;
			margin-left: 0;
		}
		
		.bolag-container .bolag:last-child {
			margin-bottom: 0;
		}


	}

/* ================================================ */



/* Responsive Width Section (General)
================================================== */

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


		.contactpersons {
		    flex-direction: column;
		}
		
		.contactpersons .contact {
			margin-bottom: 40px;
			margin-right: 0;
		}
		
		.contact:last-child {
			margin-top: 0;
		}
		


	}

/* ================================================ */


/* Responsive Width Section (Mobile Phone)
================================================== */

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


		.block .inner-content {
			padding: 40px 0;
		}
		
		.block.less-margin .inner-content {
			padding: 30px 0 30px 0;
		}
		
		.payoff {
			font-size: 32px;
			bottom: 25px;
		}
		
		#logo {
			width:180px !important;
		}
		
		header {
			height: 300px;
		}
		
		h1, h2 {
		    font-size: 30px;
		} 
		
		.bolag-container {
		    margin-top: 40px;
		}
				
		.copyright-row {
		    margin: 50px 0 -0px 0;
		}
		
		.contactpersons .contact .image, .contactpersons .contact .image img {
		    width: 100%;
		}
		
		.btn-container {
			margin: 40px 0 0 0;
		}
		
		header .inner-content {
			padding: 20px 0;
		}




	}

/* ================================================ */


/* Responsive Width Section (Smallest Mobile Screens)
================================================== */

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





	}

/* ================================================ */