html
{
	font-size: 62.5%;
}

body
{
	font-size: 1.8rem;
	font-family: "Open Sans", sans-serif;
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
	line-height: 1.2em;
	
}

.hidden {
	display: none;
}

.form h3 {
	margin-bottom: 2rem;
}

.form {
	width: 560px;
	max-width: 100%;
	margin:auto;
	text-align:left;
	margin-top: 2rem;
}

.form-group {
	margin-bottom: 2rem;
}

textarea {
	height: 300px;
}

.form label {
	display:block;
	margin-bottom: 0.5rem;
}

.form-control {
	box-sizing: border-box;
    font-family: inherit;
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ddd;
    color: rgb(31, 31, 31);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.04) 1px 1px 3px;
    transition: border-radius 200ms;
    padding: 8px 10px;
    border-radius: 4px;
}

.form-control:focus {
	 --tw-ring-inset: var(--tw-empty);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #027a37;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #027a37;
}

.form input[type="submit"] {
	    box-shadow: rgba(0, 0, 0, 0.04) 1px 1px 3px;
    transition: border-radius 200ms;
    height: unset;
    padding: 8px 10px;
    margin-top: 24px;
    min-height: 48px;
    border-radius: 4px;
    line-height: 20px;
    font-weight: 700;
    font-size: 16px;
    background-color: rgb(2, 122, 55);
    border: 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-family: inherit;
    font-style: normal;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    outline: none;
}

.video-wrapper {
    margin: 0;
}

.SliderImage {
	width: 100%;
}

p.caption {
	font-style: italic;
    font-size: 14px;
    color: #000;
    padding: 10px;
}

.MedarbetarList {
    display: flex;
    flex-wrap: wrap;
}

.borders {
	border-top: solid 1px #027a37;
	border-bottom: solid 1px #027a37;
}

footer h2 {
	font-size: 2rem;
	line-height: 2.5rem;
}

.grid-section .extraSpace .container .column:first-child {
	padding-right: 60px;
}

.box {
	padding: 2rem;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.box:after {
	content: "";
	background: rgba(0,0,0,0.2);
	position:absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.box:hover:after {
	background: none;
}

.medarbBox {
	display:flex;
	
}

.medarbBox .round {
	width: 200px;
	height: 100%;
}

.grid-section .box a {
	color: #fff;
	font-size: 36px;
	text-decoration: none;
	position:relative;
	z-index: 1;
}

.flex .row {
	display:flex;
	flex-wrap:wrap;
}

.flex .row .dark,
.flex .row .green {
	height: 100%;
}

.grid-section .dark {
	background: #f1f1f1;
    padding: 30px;
}

.grid-section .green {
	background: #027a37;
    padding: 30px;
}

.grid-section .green *,
.grid-section .green p.ingress{
	color: #fff;
}

.container.wide {
	width: 1440px;
	max-width: 100%;
}

.container.wide .ingress {
	width: 1170px;
	max-width: 100%;
	margin:auto;
}

.grid-section {
	margin-top: 60px;
}

.grid-section a {
	text-decoration: underline;
	color: #027a37;
}

.grid-section a.button {
	color: #fff;
	text-decoration: none;
}

.grid-section .container {
	width: 1440px;
	max-width: 100%;
}

.grid-section .container p.ingress {
	font-size: 2rem;
	margin-bottom: 1rem;
	text-align: left;
	width: auto;
}

.grid-section .container .column {
	padding-left: 15px;
    padding-right: 15px;
}

.grid-section .container .row {
	margin-bottom: 30px;
}

.grid-section p,
.grid-section h2 {
	margin-bottom: 1rem;
}

footer a:hover
{
	color: #fff;
	text-decoration:underline;
}

.footerIcon {
    margin-right: 10px;
    position: relative;
    top: 8px;
}

nav > ul li a, nav > ul li span
{
	padding-left: 18px;
	padding-right: 18px;
}

.startPageHeaderLink
{
	margin-top: 60px;
}

.MedarbetarList .col-md-3
{
	margin-bottom: 30px;

}

.newsTop
{
	border-bottom: solid 2px #027a37;
}

.container
{
	max-width: 1170px;
}

h1
{
	  font-weight: 600;
}

h2
{
	font-weight: 600;
	font-size: 3rem;
	line-height: 3.5rem;
}

h3
{
	font-weight: 600;
	font-size: 1.8rem;
	text-transform: uppercase;
}

p {
	margin-bottom: 10px;
}

p,a
{
	color: #333;

}

a:hover,
a:active,
a:focus
{
	color: #027a37;
	text-decoration: underline;
}

.brands .row {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

.brands .row img {
	max-width: 200px;
}

.startReferensWrapper
{
	padding-top: 35px;
	padding-bottom: 35px;
	
}

.StartReferenser
{
	line-height: 0;  
  /*-webkit-column-count: 3;
  -webkit-column-gap:   30px;
  -moz-column-count:    3;
  -moz-column-gap:      30px;
  column-count:         3;
  column-gap:           30px;  */
	display:flex;
	flex-wrap:wrap;
 	width: 85%;
	margin: auto;
	margin-top: 40px;
}

.startReferens
{

	position:relative;
	margin: 15px;
	width: 31%;
}



.startReferens img
{
	display:block;
}

.startReferens .referensTextWrapper {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    font-size: 2.3rem;
    color: #fff;
    text-align: center;
    z-index: 99;
}

.startReferens .kategori
{
	font-size: 2.0rem;
	text-transform: uppercase;
	
}

.startReferens::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0,0, 0, 0.2) none repeat scroll 0% 0%;
}

.startReferens:hover::after
{
	background: rgba(0,0, 0, 0) none repeat scroll 0% 0%;
}


nav > ul li a, nav > ul li span
{

}

header > .container > .row
{
	 display: flex;
}

header > .container > .row > div
{
	align-self: flex-end;
}

.toggle span, .toggle span::before, .toggle span::after, .toggle .cross.open span::before, .toggle .cross.open span::after
{
	background-color: #333;
}

.topHeaderTextWrapper {
    top: 50%;
    transform: translate(-0%, -50%);
    position: absolute;
    z-index: 99;
    width: 100%;
    max-width: 1170px;
	text-align:center;
}

.topHeaderTextWrapper h2
{
	color: #fff;
	font-size: 3.0rem;
	text-transform:uppercase;
	
}

.topHeaderTextWrapper p
{
	color: #fff;
	font-size: 6.5rem;
	line-height: 1.3em;

}

.container.Full
{
	width: 100%;
	margin: 0;
	max-width: 100%;
	
}

.container.Full.noMargin
{
	padding: 0;
}

.container .row.noMargin
{
	margin: 0;
}

.container .col-md-6,
.container .col-md-12
{
	padding: 0;
	margin: 0;
}

.topImage
{
	width: 100%;
	display:block;
}

.greenBg
{
	background-color: #027a37;
	text-align:center;
	display:flex;
	align-items: center;
  justify-content: center;
}

.greenBg > div
{
	max-width: 85%;
}

.greenBg h2,
.greenBg p,
.greenBg a
{
	color:#fff;
	font-size: 3.0rem;
}

.greenBg h2
{
	font-size: 2.0rem;
	margin-bottom: 45px;
}

.greenBg a,
.textRuta a
{
	font-size: 1.6rem;
	position:relative;
	top: 50px;
	padding-left: 50px;
	padding-right: 50px;
}


.flex
{
	display:flex;
}

.textRuta
{
	position:relative;
}

.textRuta img
{
	width: 100%;
	display:block;
}

.textRuta::after
{
	content: "";
position: absolute;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.3);
top: 0;
}

.textRutaWrapper
{
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 99;
	
	text-align: center;
}

.textRutaWrapper h2
{
	color: #fff;
	font-size: 2.0rem;
	text-transform: uppercase;
}

.textRutaWrapper p
{
	color: #fff;
	font-size: 3.0rem;
}

.textRutaWrapper a.blue
{
	background-color: #0388fe;
}

.textRutaWrapper a.blue:hover
{
	background-color: #037be6;
}

.textRutaWrapper a.red
{
	background-color: #e21f1d;
}

.textRutaWrapper a.red:hover
{
	background-color: #d51e1c;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.startTjansterRow {
	background-color: #eeeeee;
	margin-top: 0;
}

.startTjansterRow > div
{
	margin-top: 60px;
	margin-bottom: 60px;
}

.startTjansterRow h2
{
	margin-bottom: 1rem;
	font-size: 36px;
	line-height: 1.2em;
}

.startTjansterRow img
{
	margin-top: 20px;
	margin-bottom: 35px;
}

.startTjansterRow .col-md-15
{
	display:flex;
	flex-direction: column;
}

.tjanstImageWrapper
{
	min-height: 153px;
}

.tjanstImageWrapper
{
	text-align: center;
display: flex;
align-items: center;
justify-content: center;

}

.startTjansterRow .tjanstTextWrapper
{
 	margin: 30px;
 	
 	margin-bottom: 30px;
	min-height: 210px;
 
}

.startTjansterRow .tjanstTextWrapper a
{
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 50%;
transform: translate(-50%, -50%);
}

.newsListWrapper
{
	background-color: #eeeeee;
	padding-top: 35px;
	padding-bottom: 35px;
	
}

.newsListWrapper > h2,
.startReferensWrapper > h2
{
	text-align:center;
	text-transform: uppercase;
	color: #027a37;
	font-size: 4.5rem;
	font-weight: 300;
	margin-top: 35px;
}

.newsList {
   
    width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center; 
}

.newsList .News {
   
    margin-bottom: 30px;
    position: relative;
	background-color: #fff;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
}

.newsList .News h3
{
	color: #333333;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.newsList .News .readMoreLink
{
	color:#e21f1d;
	margin-top: 35px;
	display:block;
}

.newsList img
{
	display:block;
	width: 100%;
}

.News .wrapper {
    padding: 30px;
	background-color: #fff;
}

p.date
{
	font-size: 1.5rem;
	color: #666666;
}

.moreNewsWrapper
{
	text-align:center;
}

footer
{
	background-color: #027a37;
	padding-top: 30px;
	padding-bottom: 30px;
}

footer p,footer a, footer h2
{
	color: #fff;
}

footer h2
{
	text-transform: uppercase;
	margin-bottom: 35px;
}

h1.textPageHeader
{

	font-size: 7.0rem;
	border-bottom: solid 4px #027a37;
	margin-bottom: 30px;
	padding-bottom: 30px;
	margin-top: 60px;
	display: inline-block;
	line-height: 1.2em;
}


.center
{
	text-align:center;
}

p.ingress
{
	font-size: 3.0rem;
	color: #626262;
	margin-bottom: 40px;
}

.ContentPane 
{
	margin-bottom: 60px;
}

.ContentPane .twoColumns
{
	 -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
	-webkit-column-gap: 15px; /* Chrome, Safari, Opera */
    -moz-column-gap: 15px; /* Firefox */
    column-gap: 30px;
	
}

.contactPersonsPane
{
	background-color: #027a37;
	padding-top: 50px;
	padding-bottom: 50px;
}

.referensContactPane
{
	background-color: #eeeeee;
}



.contactPersonsPane h2
{
	text-align: center;
	font-size: 4.0rem;
	color: #fff;
	text-transform: uppercase;
	margin-top: 35px;
	margin-bottom: 35px;
}

.referensContactPane h2
{
	color: #027a37;
}

.contactPersonsPane ul
{
	display: flex;
	flex-wrap: wrap;
 	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
	
}

.contactPersonsPane ul li
{
	width: 31%;
	background-color: rgb(255, 255, 255);
	margin-bottom: 30px;
	position: relative;
	max-width: 330px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 30px;
	padding-left: 60px;
	padding-right: 60px;
}

.contactPersonsPane h3
{
	font-size: 2.0rem;
	text-align:center;
	margin-top: 15px;
	margin-bottom: 25px;
}

.ProductImageGallery
{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ProductImageGallery img
{
	width: 25%;
}

.referensTextPane
{
	display:flex;
}

.referensTextPane > div
{
	padding: 0;
}

.referensTextPane img
{
	width: 100%;
	display: block;
}

.referensText 
{
	background-color: #eeeeee;
}

.referensText .referensTextWrapper
{
	
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 45px;
	padding-right: 45px;
}

.grid-item {
    width: 45%;
	margin: 15px;
}

.FilterWrapper {
    text-align: center;
}

.FilterWrapper button.selected, .FilterWrapper button:hover {
    background-color: #027a37;
    cursor: pointer;
	color: #fff;
}

.FilterWrapper button {
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 20px;
    padding-bottom: 15px;
    
    text-transform: uppercase;
    font-size: 1.6rem;
    background-color: transparent;
    outline: none;
    border: none;
    transition: all .2s ease-in-out;
    border: solid 3px #027a37;
    letter-spacing: 1px;

}

.referenserWrapper
{
	background-color: #eee;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align:center;
}


.referenserWrapper .kategori
{
	font-weight: 900;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.referenserWrapper h2
{
	font-size: 2.7rem;
}

.referenserWrapper a:hover
{
	color: #333;
	text-decoration: none;
}

.referensNavRight
{
	text-align:right;
}

.referensNav
	{
		width: 100%;
	}
	
	.referensNavLeft
	{
		float:left;
		
	}
	
	.referensNavRight
	{
		float:right;
	}
	
	.referensNav
	{
		font-size: 1.8rem;
		text-transform: uppercase;
		padding-top: 30px;
		padding-bottom: 30px;
		background-color: #fff;
	}
	
	.referensNavLeft img
	{
		position: relative;
		top: 12px;
		margin-right: 10px;
	}
	
	.referensNavRight img
	{
		position: relative;
		top: 12px;
		margin-left: 10px;
	}

.MedarbetarNamn
{
	font-weight: 600;
}



@media (max-width: 1920px) {
	
.greenBg p,
.greenBg a
{
	color:#fff;
	font-size: 2.2rem;
}
	
.textRutaWrapper p
{
	font-size: 2.2rem;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
	
}

@media (max-width: 1570px) {

	.StartReferenser {
		width: 100%;
	}
	
}
	
@media (max-width: 1282px) {
	
	.startReferens {
		width: 47%;
	}
}
	
@media (max-width: 996px) {
	
	.startReferens {
		width: 100%;
	}
}

@media (max-width: 820px) {
	
	header
	{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.box {
		margin-bottom: 30px;
	}
	
	.medarbBox {
		display:block;
	}
	
	.brand
	{
		width: 140px;
		height: 89px;
	}
	
	.carousel-indicators 
	{
		display: none;
	}
	
	.topHeaderTextWrapper
	{
		position:relative;
		transform: none;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.topHeaderTextWrapper h2
	{
		color: #333;
		font-size: 2rem;
	}
	
	.topHeaderTextWrapper p
	{
		color:#333;
		font-size: 1.8rem;
	}
	
	.greenBg,
	.flex
	{
		display:block;
	}
	
	.greenBg > div
	{
		max-width: 100%;
	}
	
	.greenBg h2
	{
		margin-bottom: 20px;
		padding-top: 20px;
		
	}
	
	.greenBg p, .greenBg a
	{
		font-size: 1.6rem;
	}
	
	.greenBg p, .textruta p
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	
	/*.container .col-md-6, .container .col-md-12
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.container .row.noMargin
	{
		margin-left: -15px;
		margin-right: -15px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.container.Full.noMargin
	{
		margin: 0 auto;
		padding: 0 20px;
		width: auto;
	}*/
	
	.textRutaWrapper
	{
		position: static;
		transform: none;
	}
	
	.textRutaWrapper h2
	{
		margin-top: 10px;
	}
	
	.textRutaWrapper h2,
	.textRutaWrapper p
	{
		color: #333;
		margin-bottom: 10px;
	}
	
	.greenBg a, .textRuta a
	{
		position: static;
		display:block;
		
	}
	
	.newsListWrapper > h2
	{
		font-size: 2.2rem;
	}
	
	.newsList
	{
		width: 100%;
	}
	
	h1.textPageHeader
	{
		font-size: 4rem;
	}
	
	p.ingress {
    	font-size: 2rem;
		margin-bottom: 15px;
	}
	
	.ContentPane
	{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-gap: 0px;
		column-gap: 0px;
		padding: 15px;
	}
	
	h3
	{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.contactPersonsPane h2
	{
		font-size: 2.2rem;
	}
	
	.contactPersonsPane ul li
	{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.FilterWrapper button
	{
		font-size: 1.2rem;
    	text-transform: initial;
    	padding: 10px;
    	margin-bottom: 10px;
	}
	
	.FilterWrapper
	{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.referenserWrapper .kategori
	{
		font-size: 0.9rem;
	}
	
	.referenserWrapper h2 {
    	font-size: 1.2rem;
	}
	
	.grid-item
	{
		width: 50%;
		margin: 0;
		margin-bottom: 10px;
	}
	
	.ReferensListaPane.grid.container
	{
		padding: 0;
	}
	
	.referensTextPane
	{
		display: block;
	}
	
	.ProductImageGallery
	{
		display:block;
	}
	
	.ProductImageGallery img
	{
		width: 100%;
	}
	
	.startPageHeaderLink {
    	margin-top: 15px;
		margin-bottom: 30px;
	}
	
	.startPageHeaderLink a {
		font-size: 1.2rem;
	}
	
	.textRuta::after {
		background: none;
	}
	
	.brands .row img {
		max-width: 100px;
	}
	
	.MedarbetarList .col-md-3 {
    	width: 50%;
	}
	
	.carousel-control img, .carousel-control .icon-next, .carousel-control .icon-prev {
		top: 30% !important;
	}
	
}

@media (max-width: 560px) { 
	.brands .column {
		width: 50%;
	}
	
	 .col-md-15 {
        width: 100%;
        float: left;
    }
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 1200px) {
  .StartReferenser {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 1000px) {
  .StartReferenser {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  .StartReferenser {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
@media (max-width: 400px) {
  .StartReferenser {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
