﻿@import url('fonts.css');
@import url('MyFontsWebfontsKit.css');

/* Almänn css */
* {
	outline: 0 !important; 
}

body {
	font-size: 16px;
	color: #3d4351;
	font-family: AvenirLTStd-Roman;
}

h2 {
	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}

.container {
	padding-right: 0;
	padding-left: 0;
}

.navbar {
	border-radius: 0;
}

.navbar-nav a span {
	border-bottom: 5px solid transparent;
}

.navbar-nav a.current span,
.navbar-nav a:hover span {
	border-bottom-color: #5ec683;
}

.separator {
	height: 0;
	padding: 0 15px;
}

.separator div {
	height: 0;
}

.separator .next {
	position: relative;
	top: -30px;
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #f96a35;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 65px;
}

.separator .top {
	position: relative;
	top: -17px;
	color: #969aa5;
	text-decoration: none;
}

.separator .top > span:first-child {
	text-decoration: none;
	display: block;
	color: #fff;
	background-color: #969aa5;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 0.5em;
	text-align: center;
}

.onepagerblock {
	padding: 50px 15px;
	/*padding: 50px 0 50px 0;*/
}

.onepagerblock h3,
.onepagerblock h2 {
	display: inline-block;
	text-transform: uppercase;
	font-weight: normal;
}

.onepagerblock h3 {
	padding-right: 15px;
	border-right: solid black 1px;
	font-size: 1.875em;
}

.onepagerblock h2 {
	font-size: 4.625em;
	padding-bottom: 20px;
	padding-left: 15px;
	color: #5ec683;
}

.onepagerblock h4 {
	text-transform: uppercase;
	font-size: 1.375em;
}

@media (min-width: 768px) and (max-width: 992px) {
	.onepagerblock h3 {
		font-size: 1.675em;
	}

	.onepagerblock h2 {
		font-size: 4.425em;
	}
}

@media (min-width: 575px) and (max-width: 768px) {
	.onepagerblock h3 {
		font-size: 1.475em;
	}

	.onepagerblock h2 {
		font-size: 4.0em;
	}
}

@media (min-width: 425px) and (max-width: 575px) {
	.onepagerblock h3 {
		font-size: 1.2em;
	}

	.onepagerblock h2 {
		font-size: 2.8em;
	}

	.onepagerblock h4 {
		font-size: 1.125em;
	}
}

@media (min-width: 325px) and (max-width: 425px) {
	.onepagerblock h3 {
		font-size: 1.1em;
	}

	.onepagerblock h2 {
		font-size: 2.2em;
	}

	.onepagerblock h4 {
		font-size: 1.125em;
	}
}

@media screen and (max-width: 325px) {
	.onepagerblock h3 {
		font-size: 1.0em;
	}

	.onepagerblock h2 {
		font-size: 1.6em;
	}

	.onepagerblock h4 {
		font-size: 1.0em;
	}
}

@media (min-width: 992px) {
	.nav > li > a {
		padding-left: 0;
		padding-right: 70px;
	}
}

.datatrionicon-blob {
	width: 160px;
	height: 160px;
	font-size: 80px;
	line-height: 160px;
	color: #fff;
	border-radius: 50%;
	display: block;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) and (max-width: 992px) {
	.datatrionicon-blob {
		width: 150px;
		height: 150px;
		font-size: 75px;
		line-height: 150px;
	}
}

@media (min-width: 375px) and (max-width: 768px) {
	.datatrionicon-blob {
		width: 140px;
		height: 140px;
		font-size: 70px;
		line-height: 140px;
	}
}

@media screen and (max-width: 375px) {
	.datatrionicon-blob {
		width: 100px;
		height: 100px;
		font-size: 50px;
		line-height: 100px;
	}
}

.rotate.left {
	-moz-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
	transform: rotate(1deg);
}

.rotate.right {
	-moz-transform: rotate(-1deg) translate(1px,0px);
	-ms-transform: rotate(-1deg) translate(1px,0px);
	-o-transform: rotate(-1deg) translate(1px,0px);
	-webkit-transform: rotate(-1deg) translate(1px,0px);
	transform: rotate(-1deg) translate(1px,0px);
}

.stycke1bakgrund {
	background-color: #f1f1f1;
}

.stycke2bakgrund {
	background-color: #ffffff;
}

.stycke3bakgrund {
	background-color: #5ec683;
}
