/*
Theme Name: Stagab
Theme URI: http://underscores.me/
Author: Caesar Dev
Author URI: http://www.caesardev.se
Description: Stagab
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stagab
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Stagab is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700,400|Cabin:400,700);
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	max-width: 100%;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: 'Open Sans';
	font-weight: 400;
	color: #404040;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #f2f2f2; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #8cc63f;
	-webkit-transition:all .3s ease-in 0;
	transition:all .3s ease-in 0;
}

a:visited {
	color: #8cc63f;
}

a:hover,
a:focus,
a:active {
	color: #000;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: right;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:#6a992c;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	font-size: 1.5rem;
	margin-left:10px;
	line-height: 3;
	-webkit-transition:color .3s ease-in 0;
	transition:color .3s ease-in 0;
}
.main-navigation a:hover {
	color:#000;
	text-decoration: underline;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
	float: left;
	position: absolute;
	top: 2.5em;
	left: -999em;
	z-index: 99999;
	background-color: #8cc63f;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
	color: #fff;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.textaligncenter {
	display: block;
	width: 100%;
	text-align: center;
}
.textalignright{
	text-align: right;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}




/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}



#page{
	width:100%;
	max-width: 1280px;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 80px;
}
#main{
	width:100%;
	max-width: 1100px;
	margin:0 auto;
	padding-top:50px;
}
body.home #main{
	padding-top:0;

}
#main.two-cols article{
	width: 50%;
	float: left;
	margin-top:30px;
	padding-right: 20px;
}
#main.two-cols article + article{
	padding-left: 30px;
	padding-right: 0;
	margin-top: 60px;
}
header#masthead{
	position: relative;
	background-image: url(images/header_nologo.png);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	height:0;
	padding-bottom: 32%;

}
/* body.home header#masthead{
	background-image: url(images/header.png);
	padding-bottom: 50%;
} */
ul#social-icons{
	padding:0;
	margin:0 auto;
	list-style: none;
	width:100%;
	max-width: 1100px;
	text-align: right;
}
ul#social-icons li{
	display: inline-block;
}
ul#social-icons li a{
	display: block;
	font: 0/0 a;
	text-shadow: none;
	color: rgba(0, 0, 0, 0);
	width: 32px;
	height: 32px;
	margin-left:10px;
}
ul#social-icons li#facebook a{
	background-image: url(images/facebook_icon.png);
}
ul#social-icons li#instagram a{
	background-image: url(images/instagram_icon.png);
}
ul#social-icons li#twitter a{
	background-image: url(images/twitter_icon.png);
}
ul#social-icons li#email a{
	background-image: url(images/email_icon.png);
}
ul#social-icons li#print a{
	background-image: url(images/print_icon.png);
}
#navigation-bar{
	width:100%;
	max-width: 1100px;
	margin:20px auto;
	background-color: #fff;
	padding:20px;
}
div.site-branding{
	display: inline-block;
	vertical-align: top;
}
div.site-branding h1.site-title{
	margin:0;
}
div.site-branding h1.site-title a{
	display: block;
	font: 0/0 a;
	text-shadow: none;
	color: rgba(0, 0, 0, 0);
	width: 141px;
	height: 37px;
	background: url('images/stagab_logotyp_small.png') no-repeat center center;
	margin:0;
}
div#header-title,
div#header-push{
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	background-color: rgba(140, 198,63, 0.77);
	text-align: center;
}
div#header-title{
	bottom:5%;
}
div#header-title h1{
	color:#fff;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 1;
	text-shadow: 2px 2px 2px #575757;
}
div#header-push h3{
	color:#fff;
	text-transform: uppercase;
	font-size: 26px;
	font-size: 2.6rem;
	text-shadow: 2px 2px 2px #575757;
	font-weight: 700;
	margin-bottom: 10px;
}
div#header-push p{
	margin-top: 0;
	width:350px;
	display: inline-block;
	color:#140c18;
}
.white-button,
div#header-push .shiny-button{
	display: inline-block;
	margin-top: 10px;
	vertical-align: top;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(209,231,178,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(209,231,178,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(209,231,178,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(209,231,178,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(209,231,178,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(209,231,178,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1e7b2',GradientType=0 );
	padding: 4px 22px;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	text-decoration: none;
	color:#140c18;
	font-weight: 700;
}
div#header-push:hover .shiny-button:hover{
	background: #8cc63f;
	color:#fff;
	-webkit-box-shadow:inset 0 0 0 2px #FFFFFF;
	box-shadow:inset 0 0 0 2px #FFFFFF;
}
.white-button{
	background: #fff;
	color:#000;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}
.white-button a{
	color:#000;
}
.white-button:visited{
	background: #fff;
	color:#000;
}
.white-button:hover,
.white-button:active{
	background: #8cc63f;
	color:#fff;
}
h1.entry-title{
	font-family: 'Cabin';
	text-transform: uppercase;
	margin-bottom: 0;
}
.entry-content{
	margin-top:0;
	padding-right:50px;
}
.entry-content p{
	margin: 10px 0 20px;
	line-height: 1.6;
}
#inline-logotype{
	display: inline-block;
	font: 0/0 a;
	text-shadow: none;
	color: rgba(0, 0, 0, 0);
	width: 141px;
	height: 37px;
	background: url('images/inline_logo.png') no-repeat center center;
	margin:0;
	vertical-align: top;
}
#maskinstyrning-inner{
	-webkit-box-shadow: 0 10px 40px 5px rgba(0,0,0,0.4);
	box-shadow: 0 10px 40px 5px rgba(0,0,0,0.4);
}
#maskinstyrning header{
	text-align: center;
	background-image: url(images/maskinstyrning.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	height:0;
	padding-bottom: 56%;
}
#maskinstyrning header h2{
	padding-top: 60px;
}
#maskinstyrning header h2,
#maskinstyrning header h3{
	color:#fff;
	text-transform: uppercase;
	font-size: 26px;
	font-size: 2.6rem;
	text-shadow: 2px 2px 2px #575757;
	font-weight: 700;
	margin: 0;
}
#maskinstyrning header i{
	font-size: 22px;
	font-size: 2.2rem;
	color:#fff;
	text-shadow: 2px 2px 2px #575757;
}
.shading-box{
	background: rgb(224,224,224);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQlIiBzdG9wLWNvbG9yPSIjZTBlMGUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNSUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyMyUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyNCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIyNiUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzMiUiIHN0b3AtY29sb3I9IiNlNGU0ZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzNCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzNCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzNiUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIzOCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1OSUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1OSUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MyUiIHN0b3AtY29sb3I9IiNjZmNmY2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2NSUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NCUiIHN0b3AtY29sb3I9IiNkOWQ5ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MSUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4MiUiIHN0b3AtY29sb3I9IiNlMmUyZTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NiUiIHN0b3AtY29sb3I9IiNlNGU0ZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NyUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4OCUiIHN0b3AtY29sb3I9IiNlOWU5ZTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5MyUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NSUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5NiUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI5OSUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmRmZGZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(224,224,224,1) 0%, rgba(224,224,224,1) 4%, rgba(221,221,221,1) 5%, rgba(221,221,221,1) 23%, rgba(224,224,224,1) 24%, rgba(224,224,224,1) 25%, rgba(226,226,226,1) 26%, rgba(228,228,228,1) 32%, rgba(230,230,230,1) 34%, rgba(233,233,233,1) 34%, rgba(233,233,233,1) 36%, rgba(237,237,237,1) 38%, rgba(239,239,239,1) 54%, rgba(237,237,237,1) 54%, rgba(237,237,237,1) 59%, rgba(234,234,234,1) 59%, rgba(234,234,234,1) 60%, rgba(207,207,207,1) 63%, rgba(217,217,217,1) 65%, rgba(217,217,217,1) 74%, rgba(219,219,219,1) 74%, rgba(221,221,221,1) 80%, rgba(224,224,224,1) 81%, rgba(226,226,226,1) 82%, rgba(228,228,228,1) 86%, rgba(233,233,233,1) 87%, rgba(233,233,233,1) 88%, rgba(241,241,241,1) 93%, rgba(241,241,241,1) 95%, rgba(245,245,245,1) 96%, rgba(247,247,247,1) 98%, rgba(254,254,254,1) 99%, rgba(253,253,253,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,224,224,1)), color-stop(4%,rgba(224,224,224,1)), color-stop(5%,rgba(221,221,221,1)), color-stop(23%,rgba(221,221,221,1)), color-stop(24%,rgba(224,224,224,1)), color-stop(25%,rgba(224,224,224,1)), color-stop(26%,rgba(226,226,226,1)), color-stop(32%,rgba(228,228,228,1)), color-stop(34%,rgba(230,230,230,1)), color-stop(34%,rgba(233,233,233,1)), color-stop(36%,rgba(233,233,233,1)), color-stop(38%,rgba(237,237,237,1)), color-stop(54%,rgba(239,239,239,1)), color-stop(54%,rgba(237,237,237,1)), color-stop(59%,rgba(237,237,237,1)), color-stop(59%,rgba(234,234,234,1)), color-stop(60%,rgba(234,234,234,1)), color-stop(63%,rgba(207,207,207,1)), color-stop(65%,rgba(217,217,217,1)), color-stop(74%,rgba(217,217,217,1)), color-stop(74%,rgba(219,219,219,1)), color-stop(80%,rgba(221,221,221,1)), color-stop(81%,rgba(224,224,224,1)), color-stop(82%,rgba(226,226,226,1)), color-stop(86%,rgba(228,228,228,1)), color-stop(87%,rgba(233,233,233,1)), color-stop(88%,rgba(233,233,233,1)), color-stop(93%,rgba(241,241,241,1)), color-stop(95%,rgba(241,241,241,1)), color-stop(96%,rgba(245,245,245,1)), color-stop(98%,rgba(247,247,247,1)), color-stop(99%,rgba(254,254,254,1)), color-stop(100%,rgba(253,253,253,1)));
	background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(224,224,224,1) 4%,rgba(221,221,221,1) 5%,rgba(221,221,221,1) 23%,rgba(224,224,224,1) 24%,rgba(224,224,224,1) 25%,rgba(226,226,226,1) 26%,rgba(228,228,228,1) 32%,rgba(230,230,230,1) 34%,rgba(233,233,233,1) 34%,rgba(233,233,233,1) 36%,rgba(237,237,237,1) 38%,rgba(239,239,239,1) 54%,rgba(237,237,237,1) 54%,rgba(237,237,237,1) 59%,rgba(234,234,234,1) 59%,rgba(234,234,234,1) 60%,rgba(207,207,207,1) 63%,rgba(217,217,217,1) 65%,rgba(217,217,217,1) 74%,rgba(219,219,219,1) 74%,rgba(221,221,221,1) 80%,rgba(224,224,224,1) 81%,rgba(226,226,226,1) 82%,rgba(228,228,228,1) 86%,rgba(233,233,233,1) 87%,rgba(233,233,233,1) 88%,rgba(241,241,241,1) 93%,rgba(241,241,241,1) 95%,rgba(245,245,245,1) 96%,rgba(247,247,247,1) 98%,rgba(254,254,254,1) 99%,rgba(253,253,253,1) 100%);
	background: -o-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(224,224,224,1) 4%,rgba(221,221,221,1) 5%,rgba(221,221,221,1) 23%,rgba(224,224,224,1) 24%,rgba(224,224,224,1) 25%,rgba(226,226,226,1) 26%,rgba(228,228,228,1) 32%,rgba(230,230,230,1) 34%,rgba(233,233,233,1) 34%,rgba(233,233,233,1) 36%,rgba(237,237,237,1) 38%,rgba(239,239,239,1) 54%,rgba(237,237,237,1) 54%,rgba(237,237,237,1) 59%,rgba(234,234,234,1) 59%,rgba(234,234,234,1) 60%,rgba(207,207,207,1) 63%,rgba(217,217,217,1) 65%,rgba(217,217,217,1) 74%,rgba(219,219,219,1) 74%,rgba(221,221,221,1) 80%,rgba(224,224,224,1) 81%,rgba(226,226,226,1) 82%,rgba(228,228,228,1) 86%,rgba(233,233,233,1) 87%,rgba(233,233,233,1) 88%,rgba(241,241,241,1) 93%,rgba(241,241,241,1) 95%,rgba(245,245,245,1) 96%,rgba(247,247,247,1) 98%,rgba(254,254,254,1) 99%,rgba(253,253,253,1) 100%);
	background: -ms-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(224,224,224,1) 4%,rgba(221,221,221,1) 5%,rgba(221,221,221,1) 23%,rgba(224,224,224,1) 24%,rgba(224,224,224,1) 25%,rgba(226,226,226,1) 26%,rgba(228,228,228,1) 32%,rgba(230,230,230,1) 34%,rgba(233,233,233,1) 34%,rgba(233,233,233,1) 36%,rgba(237,237,237,1) 38%,rgba(239,239,239,1) 54%,rgba(237,237,237,1) 54%,rgba(237,237,237,1) 59%,rgba(234,234,234,1) 59%,rgba(234,234,234,1) 60%,rgba(207,207,207,1) 63%,rgba(217,217,217,1) 65%,rgba(217,217,217,1) 74%,rgba(219,219,219,1) 74%,rgba(221,221,221,1) 80%,rgba(224,224,224,1) 81%,rgba(226,226,226,1) 82%,rgba(228,228,228,1) 86%,rgba(233,233,233,1) 87%,rgba(233,233,233,1) 88%,rgba(241,241,241,1) 93%,rgba(241,241,241,1) 95%,rgba(245,245,245,1) 96%,rgba(247,247,247,1) 98%,rgba(254,254,254,1) 99%,rgba(253,253,253,1) 100%);
	background: linear-gradient(to bottom,  rgba(224,224,224,1) 0%,rgba(224,224,224,1) 4%,rgba(221,221,221,1) 5%,rgba(221,221,221,1) 23%,rgba(224,224,224,1) 24%,rgba(224,224,224,1) 25%,rgba(226,226,226,1) 26%,rgba(228,228,228,1) 32%,rgba(230,230,230,1) 34%,rgba(233,233,233,1) 34%,rgba(233,233,233,1) 36%,rgba(237,237,237,1) 38%,rgba(239,239,239,1) 54%,rgba(237,237,237,1) 54%,rgba(237,237,237,1) 59%,rgba(234,234,234,1) 59%,rgba(234,234,234,1) 60%,rgba(207,207,207,1) 63%,rgba(217,217,217,1) 65%,rgba(217,217,217,1) 74%,rgba(219,219,219,1) 74%,rgba(221,221,221,1) 80%,rgba(224,224,224,1) 81%,rgba(226,226,226,1) 82%,rgba(228,228,228,1) 86%,rgba(233,233,233,1) 87%,rgba(233,233,233,1) 88%,rgba(241,241,241,1) 93%,rgba(241,241,241,1) 95%,rgba(245,245,245,1) 96%,rgba(247,247,247,1) 98%,rgba(254,254,254,1) 99%,rgba(253,253,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#fdfdfd',GradientType=0 );

}
#maskinstyrning .entry-content{
	margin-top: 0;
	padding: 20px 30px;
	color:#0a020e;
}
#maskinstyrning .entry-content p{
	font-style: italic;
	font-weight: 400;
}
#preview-maskiner{
	margin-top:80px;
	background-image: url(images/maskiner_bg.png);
	background-repeat: repeat-x;
	background-color: #8cc63f;
	padding-bottom: 40px;
}
#preview-maskiner h1{
	width:100%;
	max-width: 1100px;
	margin: 0 auto;
	font-family: 'Cabin';
	text-transform: uppercase;
	font-size: 38px;
	line-height: 1.8;
	margin-bottom: 40px;
}
#preview-maskiner h1:before{
	content: ' ';
	display: inline-block;
	background-image: url(images/maskin_ikon.png);
	width:90px;
	height:75px;
	margin-right: 20px;
	vertical-align: bottom;
}
#preview-maskiner #maskiner-inner{
	width:100%;
	max-width: 1100px;
	margin: 0 auto;
}
#maskiner-inner article{
	position: relative;
	float: left;
	margin-right: 3%;
	width:47%;
	padding:20px 30px;
	min-height: 360px;
	box-shadow: 0px 14px 26.68px 2.32px rgba(0, 0, 0, 0.25);
	padding-bottom: 120px;
	margin-bottom: 40px;

}
#maskiner-inner article:nth-of-type(2n){
	margin-right: 0%;
	margin-left: 3%;
}
#maskiner-inner article:nth-of-type(2n+1){
	clear:both;
}
#maskiner-inner article h3{
	font-family: 'Cabin';
	font-weight: 700;
	font-size: 28px;
	margin-top: 0;
}
.maskin-archive#maskiner-inner article h3{
	margin-bottom: 0;
}
.maskin-archive#maskiner-inner article p{
	margin-top:10px;
	font-size: 13px;
	font-size: 1.3rem;
	width:50%;
}
#maskiner-inner ul{
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: 'Cabin';
	font-size: 19px;
	line-height: 1.6;
}
#maskiner-inner img{
	position: absolute;
	right:0;
	top:10px;
}
#maskiner-inner a.white-button{
	position: absolute;
	z-index: 999;
	bottom: 30px;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#maskiner-more{
	text-align: center;
	text-transform: uppercase;
}
#maskiner-more h2{
	color:#fff;
	font-family: 'Cabin';
	font-size: 38px;
	font-size: 3.8rem;
	margin-top:60px;
	margin-bottom:4px;
	line-height: 1;
}
.maskiner-hidden{
	display: none;
}
#show-more{
	display: block;
	font: 0/0 a;
	text-shadow: none;
	color: rgba(0, 0, 0, 0);
	width: 97px;
	height: 97px;
	background: url('images/read_more_icon.png') no-repeat left top;
	background-size: 100% auto;
	margin: 20px auto -85px;
	-webkit-transition:none;
	transition:none;
}
#show-more:hover{
	background-position: 0 100%;
}
#front-page-lower{
	width:100%;
	max-width: 1100px;
	margin: 100px auto 30px;
}
#front-page-lower article{
	width:45%;
	float: left;
	margin-right:5%;
	padding-top:50px;
}
#front-page-lower article + article{
	margin-right:0%;
	margin-left:5%;
	padding-top:0px;
	text-align: center;
}
#front-page-lower article h3{
	text-align: center;
	font-size: 26px;
	margin-bottom: 10px;
}
#front-page-lower article em{
	text-transform: uppercase;
	line-height: 1.7;
	font-size: 18px;
	font-size: 1.8rem;
}
input[type="email"].input-button-combine,
input[type="text"].input-button-combine{
	border:2px solid #8cc63f;
	-webkit-border-radius: 18px 0 0 18px;
	border-radius: 18px 0 0 18px;
	padding: 4px 12px 4px 22px;
	width:60%;
}
input[type="submit"].button-input-combine{
	background:#8cc63f;
	box-shadow: none;
	border: 0;
	text-shadow: none;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px 20px;
	-webkit-border-radius: 0 18px 18px 0;
	border-radius: 0 18px 18px 0;
	font-weight: 700;
	color:#fff;
	text-transform: uppercase;
}
input[type="submit"].button-input-combine:hover{
	background: #fff;
	color:#8cc63f;
	-webkit-box-shadow:inset 0 0 0 3px #8cc63f;
	box-shadow:inset 0 0 0 3px #8cc63f;

}
footer#colophon{
	width:100%;
	max-width: 1100px;
	margin: 100px auto 30px;
	background-color: #8497b0;
	color:#000;
	padding: 40px;
		-webkit-box-shadow: 0 10px 40px 5px rgba(0,0,0,0.4);
	box-shadow: 0 10px 40px 5px rgba(0,0,0,0.4);
}
footer#colophon h2{
	display: block;
	font: 0/0 a;
	text-shadow: none;
	color: rgba(0, 0, 0, 0);
	width: 284px;
	height: 75px;
	background: url('images/stagab_logotyp_footer.png') no-repeat center center;
	float:left;
	margin-right: 60px;
}
footer#colophon div{
	float:left;
	margin-right: 60px;
	font-size: 14px;
}
footer#colophon div:last-of-type{
	margin-right: 0;
}
footer#colophon div a{
	color:#000;
}
footer#colophon div h3{
	text-transform: uppercase;
	margin:0;
}
#open-machine{
	display: none;
	position: relative;
	width: 100%;
	margin-bottom: 80px;
	background-color: #f1f1f1;
	-webkit-box-shadow: 0 10px 40px 5px rgba(0,0,0,0.4);
	box-shadow: 0 10px 40px 5px rgba(0,0,0,0.4);
	clear: both;
	padding:30px;
}
#open-machine h3{
	margin:0 0 10px 0;
	text-align: left;
}
#open-machine li{
	display: inline-block;
	vertical-align: bottom;
	width:180px;
	padding-left:10px;
	padding-right:10px;
	text-align: center;
	margin-bottom: 10px;
}
#open-machine li img{
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	max-height:130px;
	max-width:130px;
}
#open-machine li a{
	font-size: 14px;
	text-decoration: none;
	color:#000;
	font-family: 'Cabin';
	font-weight: 700;
}
#open-machine .close-machine{
	position: absolute;
	top:10px;
	right: 20px;
	display: block;
	font: 0/0 a;
	text-shadow: none;
	color: rgba(0, 0, 0, 0);
	width: 27px;
	height: 27px;
	background: url('images/close_icon.png') no-repeat center center;
	float:left;
	cursor: pointer;
}
.open-box:after{
	position: absolute;
	content: ' ';
	display: block;
	width:62px;
	height:38px;
	background: url('images/arrow_icon.png') no-repeat center center;
	bottom: -40px;
	left: 50%;
	margin-left: -31px;
}
#breadcrumbs,
#breadcrumbs a{
	color:#8cc63f;
	font-family: 'Cabin';
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	font-size: 1.8rem;
}
#breadcrumbs{
	display: block;
}
.machine-large{
	-webkit-box-shadow: 0 10px 40px 5px rgba(0,0,0,0.4);
	box-shadow: 0 10px 40px 5px rgba(0,0,0,0.4);
}
.type-referens,
.single-machine-left,
.single-machine-right{
	width:50%;
	float: left;
	padding-top:30px;
}
.type-referens{
	padding-left:20px;
	padding-right:20px;
}
.type-referens:nth-of-child(2n-1){
	clear: both;
}
.type-referens .entry-title{
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 10px;
}
.single-machine-left{
	padding-right: 30px;
}
.single-machine-right{
	padding-left: 30px;
}
#machine-left-title{
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 0;
}
#machine-movie-gallery-preview,
#machine-image-gallery-preview{
	width:50%;
	float: left;
}
#machine-movie-gallery-preview img,
#machine-image-gallery-preview img{
	width:200px;
	display: block;
	margin:0 auto;
}
#machine-movie-gallery-preview h3,
#machine-image-gallery-preview h3{
 	text-align: center;
 	text-transform: uppercase;
 	font-size: 16px;
 	font-size: 1.6rem;
 	margin-bottom: 4px;
}
#larger-images-info{
	display: block;
	clear: both;
	text-align: center;
	padding-top: 18px;
	font-weight:700;
	font-size: 14px;
	font-size: 1.4rem;
}
#downloadable-files{
	margin-top: 40px;
	background-color: #e8f4d9;
}
#downloadable-files h3{
	background-color: #8cc63f;
	padding:10px 0 10px 20px;
	color:#fff;
	text-transform: uppercase;
	font-size: 22px;

}
#downloadable-files ul{
	list-style: none;
	padding:0 10px;
	margin: 0;
	padding-bottom: 20px;
}
#downloadable-files ul li{
	clear: both;
	margin-bottom: 25px;
}
#downloadable-files ul li a{
	color:#2f2533;
	font-weight: 700;
}
#downloadable-files li:before{
	content: ' ';
	display: block;
	float: left;
	width:60px;
	height:60px;
	margin-right: 20px;
	background-image:url(images/pdf_icon.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#downloadable-files li.zip:before{
	background-image:url(images/zip_icon.png);
}
.single-machine-right h3{
	margin-top: 0;
	text-transform: uppercase;
	font-size: 24px;
	border-bottom: 5px solid #8cc63f;
}
.single-machine-right table tr td{
	padding: 4px 8px 4px 12px;
	font-size: 14px;
	font-size: 1.4rem;
}
.single-machine-right table tr:nth-child(2n-1){
	background-color: #dceec5;
}
#machine-share{
	clear: both;
	list-style: none;
	padding: 80px 0 0;
	margin: 0;
	text-align: center;
}
#machine-share li{
	display: inline-block;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	border: 2px solid #8cc63f;
	padding: 8px 8px;
	font-family: 'Cabin';
	text-transform: uppercase;
	margin-left:12px;
	margin-right:12px;
	margin-bottom:12px;
	box-shadow: 0px 2px 5.58px 0.42px rgba(0, 0, 0, 0.19);
}
#machine-share li a{
	text-decoration: none;
	color:#8cc63f;
	padding-left: 10px;
	padding-right: 10px;
}
#machine-share li a:before{
	content: ' ';
	display: inline-block;
	width:27px;
	height: 27px;
	background-image: url(images/facebook_green_icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:  auto 100%;
	vertical-align: bottom;
	margin-right: 5px;
}
#machine-share li#twitter a:before{
	background-image: url(images/twitter_green_icon.png);
	background-size: 26px auto;
}
#machine-share li#email a:before{
	background-image: url(images/mail_green_icon.png);
	background-size: 25px auto;
}
#machine-share li#print a:before{
	background-image: url(images/print_green_icon.png);
	background-size: 22px auto;
}
.entry-title a{
	color:#8cc63f;
		-webkit-transition:color .3s ease-in 0;
	transition:color .3s ease-in 0;

}
.entry-title a:hover{
	color:#000;
}
form input[type=submit]{
	font-size: 18px;
	font-size: 1.8rem;
}
@media screen and (max-width: 1130px) {
	ul#social-icons li#email{
		margin-right: 20px;
	}
	#front-page-lower,
	#preview-maskiner,
	#main{
		padding-left:40px;
		padding-right:40px;
	}
}
@media screen and (max-width: 1050px) {
	#maskiner-inner img{
		width:220px;
	}
	#maskiner-inner ul{
		font-size: 17px;
		font-size: 1.7rem;
	}
	.entry-content{
		padding-right: 10px;
	}
	#preview-maskiner{
		margin-top:40px;
	}
	footer#colophon .site-info div:first-of-type{
		clear: both;
		margin-top:30px;
	}
	footer#colophon .site-info div{
		margin-top:30px;
	}
	div#header-title h1{
		font-size: 40px;
		font-size: 4rem;
	}
	#machine-movie-gallery-preview{
		padding-left:10px;
	}
	#machine-image-gallery-preview{
		padding-right:10px;
	}
	div.site-branding h1.site-title{
		float:none;
		margin: 0 auto;
	}
	div.site-branding h1.site-title a{
		margin: 10px auto;
	}
	.main-navigation{
		float: none;
		text-align: center;
	}
	div.site-branding{
		display: block;
		margin: 0 auto;
	}
	.main-navigation li{
		float: none;
		display: inline-block;
	}

}
@media screen and (max-width: 900px) {
	#maskiner-inner article {
	  	margin-right: 1%;
  		width: 49%;
	}
	#maskiner-inner article:nth-of-type(2n) {
  		margin-right: 0%;
  		margin-left: 1%;
	}
	#front-page-lower,
	#preview-maskiner,
	#main{
		padding-left:20px;
		padding-right:20px;
	}
	#front-page-lower article {
  		width: 48%;
  		margin-right: 2%;
  	}
  	#front-page-lower article + article {
  		margin-right: 0%;
  		margin-left: 2%;
  	}
  	.main-navigation a{
  		font-size: 14px;
  	}
  	div#header-title h1{
		font-size: 30px;
		font-size: 3rem;
	}
	#social-icons{
		display: none;
	}

}
@media screen and (max-width: 850px) {
	#navigation-bar{
		margin: 10px 0;
	}
	div#header-push h3{
		margin-top:8px;
		font-size: 20px;
		font-size: 2rem;
	}
	h1.entry-title{
		font-size: 24px;
		font-size: 2.4rem;
	}
	#maskinstyrning header h2, #maskinstyrning header h3{
		font-size: 20px;
		font-size: 2rem;
	}
	#maskinstyrning .entry-content p{
		font-size: 14px;
		font-size: 1.4rem;
	}
	.main-navigation a{
		margin-left: 6px;
	}
	#downloadable-files h3{
		font-size: 18px;
		font-size: 1.8rem;
	}
	#downloadable-files ul li a{
		font-size: 13px;
		font-size: 1.3rem;
	}
	#downloadable-files li:before{
		width:40px;
		height:40px;
		margin-right: 10px;
	}
}
@media screen and (max-width: 800px) {

	.main-navigation a{
		line-height: 1.7;
	}
	#navigation-bar{
		padding:10px;
	}
	#maskiner-inner img{
		width:140px;
	}
	#maskiner-inner article{
		min-height: 310px;
		padding-bottom: 0;
	}
	.entry-content p{
		font-size: 14px;
		font-size: 1.4rem;
	}
	div#header-title {
  		bottom: -29%;
	}
	body #main{
		padding-top:100px;
	}
	div#header-title {
  		bottom: -39%;
	}
	body header#masthead{
		margin-top:90px;
	}

	#navigation-bar{
		margin-top:-70px;
		margin-bottom: 0;
	}


	.main-navigation li a{
		font-size: 16px;
	}
	div.site-branding{
		display: none;
	}
}
@media screen and (max-width: 750px) {
	.type-referens,
	.single-machine-left, .single-machine-right{
		width:100%;
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (max-width: 700px) {
	#main.two-cols article + article,
	#main.two-cols article{
		width:100%;
		float: none;
		padding-left:0;
		padding-right:0;
	}
	div#header-push p{
		margin-bottom: 10px;
		font-size: 14px;
	}
	div#header-push h3{
		margin-bottom: 5px;
	}
	#maskinstyrning header h2, #maskinstyrning header h3{
		font-size: 26px;
		font-size: 2.6rem;
	}
	#front-page-lower article,
	#maskiner-inner article{
		width: 100%;
		margin-left:0;
		margin-right:0;
		margin-top: 1px;
	}
	#maskiner-inner img{
		width: 240px;
	}
	#front-page-lower{
		margin-top: 0;
	}

	footer#colophon h2{
		width:70%;
		background-size: 100% auto;
	}
	#preview-maskiner h1{
		font-size: 27px;
		font-size: 2.7rem;
	}
}
@media screen and (max-width: 600px) {
	div#header-push{
		margin-bottom:-80px;
	}
	body.home #main{
		padding-top:100px;
	}

	#navigation-bar {
  		margin-top: -115px;
	}
	#maskiner-inner img{
		width:140px;
	}
	.maskin-archive#maskiner-inner article p{
		width:65%;
	}
	.main-navigation li a{
		font-size: 14px;
		font-size: 1.4rem;
	}
	body header#masthead {
  		margin-top: 120px;
	}
	div#header-title, div#header-push{
		padding-left:10px;
		padding-right:10px;
		padding-bottom:10px;
	}
	div#header-push {
  		margin-bottom: -163px;
	}
	body.home #main{
		padding-top: 140px;
	}
	div#header-push p{
		width:80%;
	}
	#maskinstyrning header h2, #maskinstyrning header h3{
		font-size: 20px;
		font-size: 2rem;
	}
	#front-page-lower article em{
		font-size: 16px;
		font-size: 1.6rem;
	}
	#maskinstyrning header h2{
		padding-top:20px;
	}
	div#header-title h1{
		font-size: 24px;
		font-size: 2.4rem;
	}
	#breadcrumbs, #breadcrumbs a{
		font-size: 14px;
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 400px) {



	#maskiner-inner article{
		padding: 5px 10px;

	}
	#maskiner-inner img{
		width:80px;
	}
	#preview-maskiner h1:before{
		width: 45px;
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center;
	}
}