@font-face {
  font-family: "responsivenav";
  src:url("icon/responsivenav.eot");
  src:url("icon/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("icon/responsivenav.ttf") format("truetype"),
    url("icon/responsivenav.woff") format("woff"),
    url("icon/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

body,div,
h1,h2,p,
ol,ul,li {
  margin: 0;
  padding: 0;
  border: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

html, body {
  height: 100%;
  min-height: 100%;
}


body {
  min-width: 290px;
  /*-webkit-font-smoothing: antialiased;*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background: #f8f8f8;
  color: #666;
  font: normal 120%/1.6 'Droid Serif', Georgia, Baskerville, serif;
}

.chromeframe {
	color: #c4c4c4;
	display: block;
	background-color: #393939;
	padding: 1em;

}

/* ------ Typography ------ */ 

h1, h2, h3, h4, button, #footer-text  {
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern";
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
}

h1, button, #footer-text  {
/* -webkit-font-smoothing: antialiased;*/
    /*font-family: josefin, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-	serif; */
    font-family: 'Open Sans','HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	color: #070707;
	font-style: normal;
	font-weight: 300;
}

h2, h3, h4 {
	font-family: 'Droid Serif',georgia,baskerville,serif;
	font-style: normal;
	font-weight: 700;
}

h1 {
  font-size: 2.6em;
  line-height: 1;
  margin-bottom: .76em;
  color:#84951A;
  width: 100%;
}

h2 {
  width: 100%;
  font-size: 1em;
  /*font-size: 1.5em;*/
  padding-bottom: .5em;
  margin: 2.3685em 0 1.579em;
  border-bottom: 1px solid rgb(203,203,203); /* IE 8 Fallback */
  border-bottom: 1px solid rgba(0,0,0, .2);
  /*line-height: 1.045em;*/
}

h3 {
	width: 100%;
	/*font-size: 1.5em;*/
	font-size: 1em;
	/*margin-top: 1.5675em; */
	/*margin-bottom: 1.045em;*/
	margin-top: 1.579em;
	margin-bottom: 1.579em;
	/*line-height: 1.045em;*/
}

h4 {
	margin-top: 1.579em;
	margin-bottom: 1.579em;
	font-family: 'Droid Serif',georgia,baskerville,serif;
	font-style: italic;
	font-weight: 400;	color: #666;
}

p i {
	font-family: 'Droid Serif',georgia,baskerville,serif;
	font-style: italic;
	font-weight: 400;
}

p em {
	font-family: 'Droid Serif',georgia,baskerville,serif;
	font-style: italic;
	font-weight: 400;
}

p {
  width: 100%;
  margin-bottom: 1.579em;
}

p.intro {
  /*font-size: 1.15em;*/
  /*color: #555;*/
  font-weight: normal;
  margin-top: 2.046em;
  margin-bottom: 2.046em;
  font-style: italic;
  
}

p strong {
	font-family: 'Droid Serif',georgia,baskerville,serif;
	font-style: normal;
	font-weight: 700;
	-webkit-font-smoothing: antialiased;
}

blockquote {
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	color: #889719;
	font-size: 1.25em;
	line-height: 1.25em; /* 30px */
	margin-top:1.25em;
	margin-bottom: 1.25em;
	margin-left: 1em;
}

#footer-text {text-align: center;}
#footer-text b, #footer-text strong {font-weight: 400;}
#footer-text h3 {
	font-family: 'Open Sans','HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
	color: #3b3b3b;
	font-style: normal;
	font-weight: 300;
	margin: 0 !important;

	}
#footer-text span {font-size: 90%;}
#footer-text span a {color: #878787;}


/* Custom bullet character */

ul {
    list-style: none;
    list-style-position: outside;
    text-indent: -1em;
    margin-bottom: 1.579em;
}

ul li {margin-bottom: 0.8em;}
 
ul li:before {
    content: '+\0000a0';
    font-weight: bold;
    color: #84951A;
}



a {
  color: #84951A;
  text-decoration: none;
}

a.no-link-color {
	color: #666;
}

.no-touch p a:hover {
	text-decoration: underline;
}


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

/* ------ Buttons ------ */ 

.btn {
	margin-top: 0em;
	margin-bottom: 2em;
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px; 
	font-style: normal;
	font-weight: 300;
	text-transform:uppercase;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.btn-green, .btn-green a { 
  color: #fff; 
  background-color: #84951A; 
  border-color: #84951A;
} 
 
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .btn-green:hover a
{ 
  color: #84951A; 
  background-color: #FFFFFF; 
  border-color: #84951A; 
  text-decoration: none; 
} 

.btn-lg {
	padding:.6em 1em .6em 1em;
	font-size: 1.1em;
	letter-spacing: .15em;
	line-height: 1.33;
	border-radius: 6px;
} 


/* ------ Header  ------ */
.header {
	width:100%;
	height:6em;
	clear: both;
	float: none;
	display: block;
}
	
/*	#headerlogo {
		margin-left:38px;
		margin-top:46px;
	}
*/
	
	.header#greenhead {
		background-color: #84951A;
		background-image: url(images/Adamsson_Lofgren_logo_x1.png);
		background-repeat: no-repeat;
		background-position: 2em center;
		transition: background-position .5s ease;
	}
	
/* ------ Main ------ */

.main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  padding: 3em 4em;
  /*position: fixed;*/
  overflow: hidden;
  overflow-y: scroll;
  /*border-top-left-radius: 5px;*/
  /*box-shadow: 0 0 15px rgba(0,0,0, .6);*/
  /*top: .8em;
  right: 0;
  bottom: 0;*/
  width: 76%;
  background: #fff;
/* height:100%;*/
}

#setting-area {
	max-width: 800px;	
}




/* ------ Start page footer - stick footer to bottom! ------ */

body#startpage {
	background-color: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
}
#startpage h1 {font-size: 2.5em; line-height: 1.2; margin-bottom:1em;}

#startpage #wrap {min-height: 100%;}

#startpage .main {
	overflow:auto;
	padding-bottom: 6em; /* must be same height as the footer */
	width: 100%;
}  

#startpage #footer {
	position: relative;
	margin-top: -6em; /* negative value of footer height */
	height: 6em;
	clear:both;
	width: 100%;
	background-color: #eee;
	display: table;
	vertical-align: middle;
} 
#footer-text {
	vertical-align: middle;
	display: table-cell;
	/*padding: 1.2em;*/
	padding-left: 2em;
}

/* ------ Startpage columns ------ */
	
#startpage #setting-area {
	max-width: none;
	/*overflow: hidden;*/
	padding-top: 1em;
}
#startpage #col1 {
    /*height:200px;*/
  /*  display:block;*/
    /*width:474px;*/
    max-width: 45%;
    float:left;
    text-align: center;
}
#startpage #col2 {
/*	max-width: 50%;*/
/*	width: auto;*/
/*    display:block;*/
/*    float:left;*/
/*border: 1px solid rgba(177,67,67,0.58) ;*/
overflow: hidden;
padding: 0px 0em 0px 2em;
max-width: 42em;
}
#startpage #col1 img {
	max-width: 100%;
	height: auto;
}
#startpage #col2 h3 {margin-bottom: 0.7895em;}

#startpage #col2 li {
	margin-bottom: .5em
}

/* ------ Contact page fix ------ */

#contactpage .main {
/*	height: 100%;*/
overflow: auto;
min-height: 100%;
/* Smooth scrolling funkar inte om jag sätter detta på sidor med subnav? */
}


/* ------ Responsive menu ------ */

#menu.nav-collapse {
/*  position: absolute;*/
  position: relative;
  width: 24%;
  top: 7.5em;
  left: 0;
  float:left;
}

.nav-collapse ul {
  display: block;
  width: 100%;
  list-style: none;
  text-indent: 0;
  margin: 0;
}

.nav-collapse ul li {
  width: 100%;
  display: block;
  margin: 0;
}
.nav-collapse li:before {
	content: none;
}

.nav-collapse a {
  color: #1C1C1C;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background .3s ease;
  -moz-transition: background .3s ease;
  transition: background .3s ease;
  border-bottom: 1px solid rgb(203,203,203); /* Fallback lte IE8 */
  border-bottom: 1px solid rgba(0,0,0, .2);
  display: block;
  padding: .6em 2em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
#submenu.nav-collapse a {
	padding: 0.6em 0em;
	color:#ACACAC;
}
#submenu { padding-bottom: 2em;}

.no-touch .nav-collapse a:hover { background: rgba(0,0,0, .1) }
.nav-collapse .active a { color: #1C1C1C; background: rgba(255,255,255, 1) }
.nav-collapse ul li:first-child a { border-top: 3px solid rgba(0,0,0, .2); }
.nav-toggle { display: none }


/* ------ Scrollbar ------ */

.main::-webkit-scrollbar {
  -webkit-appearance: none;
  background-color: rgba(0,0,0, .15);
  width: 8px;
  height: 8px;
}

.main::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: rgba(0,0,0, .4);
}


/* MEDIA QUERIES --------------------------------------- */

/* Desktops and laptops ---------------------------------- */
/* Startpage*/
@media only screen and (max-width : 90em) {
	
	body#startpage {
		font-size: 90%;
	}
	.header {min-height: 114px;}
}

/* Mobile and tablets ---------------------------------- */
/* Startpage: switch to 1 column */

@media screen and (max-width: 60em) {
	
	#startpage .header#greenhead {
		background-position: center center;
	}
	
	body#startpage {
		font-size: 120%;
	}
	
	#startpage #setting-area {
		max-width: none;
		overflow: auto;
	}
	#startpage #col1 {
	    /*height:200px;*/
	  /*  display:block;*/
	  	max-width: 100%;
	    width:100%;
	    margin: 0 auto;
	 /*   border: 1px solid rgba(177,67,67,0.58) ;*/
	    float:none;
   	    clear: both;
   		display: block;

	}
	#startpage #col2 {
	max-width: 40em;
	/*	width: auto;*/
	/*    display:block;*/
	/*    float:left;*/
	/*border: 1px solid rgba(177,67,67,0.58) ;*/
	overflow: auto;
	display: block;
	margin: 0 auto;
	padding-left:0;
/*	max-width: 42em;*/
	/* text-align: center; To center button*/
	}
	#startpage h1 {
	text-align: center;
	padding-bottom: 1em;
	border-bottom: 1px solid rgb(203,203,203); /* IE 8 Fallback */
	border-bottom: 1px solid rgba(0,0,0, .2);
	}
	#startpage button.btn { width: 100%; }
	#startpage #col2 li {text-indent:0;}
}


/* Mobile and Tablets ---------------------------------- */
/* Switch to hamburger menu */

@media screen and (max-width: 52em) {

	.header#greenhead {
		background-position: center center;
	}


  .js #menu.nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;

  }
  #menu.nav-collapse {
    top: 0;
    width: 100%;
    position: relative;
  }
  #menu.nav-collapse.opened { max-height: 9999px; background : url(images/LoA_green-bg.png);}
 /* #menu.nav-collapse a:hover { background: transparent }*/
  #menu.nav-collapse .active a { color:#fff; background: rgba(255,255,255, .2) }
  .no-touch #menu.nav-collapse a:hover { color: #fff; background: rgba(0,0,0, .2) }
  .nav-toggle {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    text-indent: -999px;
    position: relative;
    overflow: hidden;
    width: 70px;
    height: 55px;
    float: right;
    display: block;
    margin: -3em -2em 1em 0;
    
    
  }
  .nav-toggle:before {
    color: #444; /* Edit this to change the icon color */
    font-family: "responsivenav";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 28px;
    text-transform: none;
    position: absolute;
    content: "\2261";
    text-indent: 0;
    text-align: center;
    line-height: 65px;
    speak: none;
    width: 100%;
    top: 0;
    left: 0;
  }
  .nav-toggle.active:before {
    font-size: 24px;
    content: "\78";
  }
  .main {
    -webkit-overflow-scrolling: auto;
    box-shadow: none;
    padding: 3em 2em 2em;
    border-radius: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .main::-webkit-scrollbar { background-color: transparent }
}



/* Mobile only 	---------------------------------- */
/* Startpage */

@media screen and (max-width: 38em) {
	body#startpage {
		font-size: 100%;
	}
	#startpage h1 {
		font-size: 2em;
	}
}  


/* Mobile only ---------------------------------- */

@media screen and (max-width: 30em) {
	body {
		font-size: 100%;
	}
	h1 {
		font-size: 2.25em;
	}
	.main {
		padding: 3em 1.5em 2em;
	}
 }

 

@media screen and (-webkit-min-device-pixel-ratio: 1.3), screen and (min--moz-device-pixel-ratio: 1.3), screen and (-o-min-device-pixel-ratio: 2 / 1), screen and (min-device-pixel-ratio: 1.3), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {

  .header#greenhead {
		background-image: url(images/Adamsson_Lofgren_logo_x2.png);
		background-size: 220px 40px;
	}
}

