/*   
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;
}

body {
	background:#fff;
	color:#111;
	margin:0;
	padding:0;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	line-height:1.5;
	font-size:16px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-weight:300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h2 {
	font-size:58px;
	margin-top:-50px !important;
}

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


header {
	
}

#main-content, .swiper-container {
	width:100%;
	height:100vh;
}

.objectcontainer {
	align-items: center;	/* Vertical align (use flex-start and flex-end for top and bottom) */
	-ms-flex-align: center; /* Vertical align */
	-webkit-align-items: center; /* Vertical align */
	-webkit-box-align: center; /* Vertical align */
	justify-content: center; /* Horisonal align (use flex-start and flex-end for left and right) */
	display:flex;
	height:100vh;
	flex-direction:column;
}

.objectcontainer .display {
	max-height:100vh;
	width:80%;
	position:relative;
}

.objectcontainer .display.iphone {
	max-height:70vh;
	height:70%;
	width:auto;
}

iframe {
	position:absolute;
	border:0;
}

format {
	display:block;
}

.formatLaptop {
	width:63.58vw;
	height:39.7vw;
	position:absolute;
	top:5.75%;
	left:14.7%;
}

.formatTablet {
	width:56.87vw;
	height:41.88vw;
	position:absolute;
	top:4.5%;
	left:13.6%;
}

.formatPhone {
	width:30.49vw;
	height:53.94vw;
	position:absolute;
	top:11%;
	left:14.7%;
}


.formatTv {
    width: 82.30vw;
    height: 46.29vw;
    position: absolute;
    top: 1.7%;
    left: 3.9%;
}

.formatDesktop {
    width: 82.30vw;
    height: 46.29vw;
    position: absolute;
    top: 3.4%;
    left: 15.9%;
}

.laptop {
    width:1440px;
    height:900px;
    transform:scale(0);
	transform-origin:left top;
	-ms-transform-origin:left top; /* IE 9 */
	-webkit-transform-origin:left top; /* Safari and Chrome */
	-moz-transform-origin:left top; /* Firefox */
	-o-transform-origin:left top; /* Opera */
}

.tablet {
    width:1046px;
    height:774px;
    transform:scale(1);
	transform-origin:left top;
	-ms-transform-origin:left top; /* IE 9 */
	-webkit-transform-origin:left top; /* Safari and Chrome */
	-moz-transform-origin:left top; /* Firefox */
	-o-transform-origin:left top; /* Opera */
}

.phone {
	width:325px;
    height:575px;
    transform:scale(0);
	transform-origin:left top;
	-ms-transform-origin:left top; /* IE 9 */
	-webkit-transform-origin:left top; /* Safari and Chrome */
	-moz-transform-origin:left top; /* Firefox */
	-o-transform-origin:left top; /* Opera */
}

.tv {
    width:1920px;
    height:1080px;
    transform:scale(0);
	transform-origin:left top;
	-ms-transform-origin:left top; /* IE 9 */
	-webkit-transform-origin:left top; /* Safari and Chrome */
	-moz-transform-origin:left top; /* Firefox */
	-o-transform-origin:left top; /* Opera */
}

.desktop {
    width:2560px;
    height:1440px;
    transform:scale(0.5);
	transform-origin:left top;
	-ms-transform-origin:left top; /* IE 9 */
	-webkit-transform-origin:left top; /* Safari and Chrome */
	-moz-transform-origin:left top; /* Firefox */
	-o-transform-origin:left top; /* Opera */
}

.objectcontainer div img {
	max-height:100%;
}

.swiper-slide {
  overflow: hidden;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}

.copy {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  letter-spacing: 0.06em;
}

a {
  color: white;
}

.swiper-button-prev, .swiper-button-next {
	display:none !important; 
}

.logo {
	width:450px;
	height:450px;
	margin-bottom:80px;
}

.cover {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.70);
}

