/*   
Theme Name: [Företag] Theme
Theme URI: http://www.[Företag].se
Description: The official [Företag] Wordpress Theme
Author: Ola Eborn
Author URI: http://eborninteractive.se
Version: 1.0
*/

/* CSS Document */

/* 

Färger:



*/

* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

a {
	color:#fff;
}

body {
	background:#fff;
	color:#111;
	margin:50px;
	padding:0;
	font-family:Helvetica ,Arial,  sans-serif;
	line-height:1.5;
	font-size:16px;
}

#page-wrap {
	width:100%;
	position:relative;
}

.inner-content {
	margin:0 auto;
	max-width:1200px;
	width:100%;
	position:relative;
	overflow:visible;
}

header {
	
}

#main-content {
	
}

#main-content .inner-content {
	
}

aside {
	
}

footer {
	
}

.swiper-container {
    width: 100%;
    height: 700px;
    max-width:800px;
    position:relative;
}

.swiper-slide {
	position:relative;
}

.text {
	position:absolute;
	bottom:40px;
	left:40px;
	font-size:36px;
	color:#fff;
}

.text-top {
	position:absolute;
	top:25px;
	right:40px;
	font-size:36px;
	color:#fff;	
	z-index:1000;
}