body {
  background-color: #8CC63E;
}
body,
html {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
hr {
  border: 0;
  border-bottom: 1px dashed #ddd;
}
.slicknav_menuline {
  display: none;
}
#mobilemenu {
  display: none;
}
/****************************************************************/
/* BUTTONS / LINKS */
/****************************************************************/
a {
  color: #8CC63E;
}
a:hover {
  color: #8CC63E;
  text-decoration: underline;
}
/****************************************************************/
/* FONT/LIST STYLES */
/****************************************************************/
#PageHeader h1,
#leftcol h1,
.elementBox1 h1,
.elementBox2 h1,
.elementBox3 h1,
.elementNormal1 h1,
.elementNormal2 h1,
.elementNormal3 h1,
#PageHeader h2,
#leftcol h2,
.elementBox1 h2,
.elementBox2 h2,
.elementBox3 h2,
.elementNormal1 h2,
.elementNormal2 h2,
.elementNormal3 h2,
#PageHeader h3,
#leftcol h3,
.elementBox1 h3,
.elementBox2 h3,
.elementBox3 h3,
.elementNormal1 h3,
.elementNormal2 h3,
.elementNormal3 h3,
#PageHeader h4,
#leftcol h4,
.elementBox1 h4,
.elementBox2 h4,
.elementBox3 h4,
.elementNormal1 h4,
.elementNormal2 h4,
.elementNormal3 h4 {
  font-family: "bree-serif", sans-serif;
  font-weight: normal;
  color: #4c4c4c;
  margin: 5px 0 10px 0;
}
#PageHeader h1,
#leftcol h1,
.elementBox1 h1,
.elementBox2 h1,
.elementBox3 h1,
.elementNormal1 h1,
.elementNormal2 h1,
.elementNormal3 h1 {
  font-size: 32px;
  margin-bottom: 30px;
  color: #333;
}
#PageHeader h2,
#leftcol h2,
.elementBox1 h2,
.elementBox2 h2,
.elementBox3 h2,
.elementNormal1 h2,
.elementNormal2 h2,
.elementNormal3 h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #333;
  text-transform: uppercase;
  /*font-weight: 300;*/
}
#PageHeader h3,
#leftcol h3,
.elementBox1 h3,
.elementBox2 h3,
.elementBox3 h3,
.elementNormal1 h3,
.elementNormal2 h3,
.elementNormal3 h3 {
  font-size: 18px;
  margin-bottom: 15px;
}
#PageHeader h4,
#leftcol h4,
.elementBox1 h4,
.elementBox2 h4,
.elementBox3 h4,
.elementNormal1 h4,
.elementNormal2 h4,
.elementNormal3 h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
#PageHeader p,
#leftcol p,
.elementBox1 p,
.elementBox2 p,
.elementBox3 p,
.elementNormal1 p,
.elementNormal2 p,
.elementNormal3 p {
  font-size: 15px;
  line-height: 22px;
  font-family: 'Open Sans', sans-serif;
}
#PageHeader ul,
#leftcol ul,
.elementBox1 ul,
.elementBox2 ul,
.elementBox3 ul,
.elementNormal1 ul,
.elementNormal2 ul,
.elementNormal3 ul {
  /*margin: 0;
		padding: 0;*/
}
#PageHeader li,
#leftcol li,
.elementBox1 li,
.elementBox2 li,
.elementBox3 li,
.elementNormal1 li,
.elementNormal2 li,
.elementNormal3 li {
  /*list-style-image: url("/img/list-bullet.png");*/
  margin-bottom: 5px;
}
.LayoutCol2 .elementBox1 h2,
.LayoutCol2 .elementBox2 h2,
.LayoutCol2 .elementBox3 h2,
.LayoutCol2 .elementNormal1 h2,
.LayoutCol2 .elementNormal2 h2,
.LayoutCol2 .elementNormal3 h2 {
  font-size: 18px;
  margin-bottom: 15px;
}
.FormElement {
  color: #777;
}
.FormElement p {
  color: #777;
}
/****************************************************************/
/* FORMS */
/****************************************************************/
.formStyle1 .FormElementTitle {
  margin: 5px 0;
}
.elementBox1 .FormElementTitle {
  /*display: none;*/
  color: #fff;
}
.elementBox1 #skalvaeretomt {
  display: none;
}
.elementBox1 .submitarea {
  padding: 0;
  margin: 0;
}
.elementBox1 #submitknap {
  margin-top: 0px;
}
.elementBox1 .FormConfirmation {
  background: #8CC63E;
  padding: 10px;
}
button,
input {
  -webkit-appearance: none;
}
#submitknap {
  -webkit-appearance: none;
  width: 100%;
  border: 0;
  padding: 8px 20px;
  background: #8CC63E;
  font-family: "bree-serif", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
#submitknap:hover {
  /*background: #000;*/
}
/****************************************************************/
/* DIV'S & CONTAINERS */
/****************************************************************/
#pagecontainer {
  /*background-color: #f5f5f5;*/
  background: url("/img/watermark-big.png") #f5f5f5 no-repeat;
  background-position: 10% 0%;
}
#mainarea {
  max-width: 1040px;
  min-height: 450px;
  background: #fff;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  margin: 0 auto;
  padding: 0;
  overflow: auto;
  zoom: 1;
}
#mainarea table {
  width: 100%;
}
#canvas {
  padding: 0 10px;
  vertical-align: top;
}
#leftcol {
  width: 30%;
  float: left;
  padding: 30px 0px 30px 30px;
  vertical-align: top;
}
#canvasMenu {
  width: 70%;
  float: left;
  padding: 30px 15px;
  vertical-align: top;
}
#PageHeader {
  margin: 0 0 20px 0;
  margin-bottom: 30px;
}
.elementBox1 {
  background: #4c4c4c;
  color: #fff;
}
.elementBox1 h1,
.elementBox1 h2,
.elementBox1 h3,
.elementBox1 h4,
.elementBox1 p,
.elementBox1 a {
  color: #fff;
}
.elementBox2 {
  background: #ededed;
}
.elementBox2 p {
  font-family: "bree-serif", sans-serif;
  color: #4c4c4c;
}
.elementBox3 {
  background: #8CC63E;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.elementBox3 * {
  color: #fff !important;
}
.elementBox3 h1,
.elementBox3 h2,
.elementBox3 h3,
.elementBox3 h4,
.elementBox3 p,
.elementBox3 a {
  font-family: "bree-serif", sans-serif;
}
.elementBox3 a {
  text-decoration: underline;
}
.elementBox3 p {
  font-size: 18px;
  font-weight: 300;
}
.gridSplitRight .gridSplitRightLeft {
  width: 70%;
}
.gridSplitRight .gridSplitRightRight {
  width: 30%;
}
.flxInview {
  opacity: 0;
}
.flxGrid.gallery .elementImage {
  width: 70%;
  height: 70%;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}
.flxGrid.gallery .elementImage img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
/****************************************************************/
/* TOP */
/****************************************************************/
#top {
  width: 100%;
  background: #fff;
}
#top .inner {
  max-width: 1040px;
  height: auto;
  margin: 0 auto;
  overflow: auto;
  zoom: 1;
}
#top .inner #logo {
  position: relative;
  width: 33%;
  float: left;
  margin: 12px 0 8px 0;
  padding: 0;
  bottom: auto;
}
#top .inner #logo img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#top .inner #callBox {
  width: 67%;
  padding: 15px 0;
  float: right;
}
#top .inner #callBox .inner {
  color: #333;
  font-size: 15px;
  text-align: right;
  font-family: "bree-serif", sans-serif;
  margin: 0;
  padding: 0;
}
#top .inner #callBox .inner a {
  color: #333;
}
#topMenu {
  width: 100%;
  height: 50px;
  background-color: #4c4c4c;
  border-bottom: 6px solid #8CC63E;
}
#topMenu .inner {
  max-width: 1040px;
  height: 44px;
  margin: 0 auto;
}
#topMenu .inner #menuline {
  position: relative;
  z-index: 1000;
  float: right;
  right: auto;
  bottom: auto;
}
#topMenu .inner #menuline li a {
  font-family: "bree-serif", sans-serif;
  font-weight: normal;
  display: block;
  line-height: 44px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #fff;
  float: left;
  background: none;
  transition: none;
}
#topMenu .inner #menuline li a:hover {
  background: url("/img/menu-hover-green.png") bottom center no-repeat;
  text-decoration: none;
}
#topMenu .inner #menuline li .active {
  background: url("/img/menu-hover-green.png") bottom center no-repeat;
}
#topMenu .inner #menuline #mi_1 a {
  background: url("/img/home-icon.png") no-repeat center center;
  text-indent: -9999px;
}
/*********************************************************/
/* SLIDER
/*********************************************************/
#sliderWrapper {
  width: 100%;
  height: 380px;
  margin: 0 auto;
  overflow: hidden;
}
#sliderWrapper #homeSliderOuter {
  position: relative;
  max-width: 1040px;
  height: 100%;
  margin: 0 auto;
  background-color: #ededed;
}
#sliderWrapper #homeSliderOuter #prev,
#sliderWrapper #homeSliderOuter #next {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  margin-top: -40px;
  right: 0px;
  transition: all 1000ms ease;
  cursor: pointer;
  background-image: url(/img/slider_next.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  z-index: 1200;
}
#sliderWrapper #homeSliderOuter #prev {
  left: 0px;
  background-image: url(/img/slider_prev.png);
  background-repeat: no-repeat;
  background-position: center;
}
#sliderWrapper #homeSliderOuter:hover #prev,
#sliderWrapper #homeSliderOuter:hover #next {
  opacity: 1;
}
#sliderWrapper #homeSliderOuter #homeSlider {
  width: 100%;
  margin: auto;
  height: 100%;
}
#sliderWrapper #homeSliderOuter #homeSlider .slide {
  max-width: 1040px;
  height: 380px;
  width: 100%;
}
#sliderWrapper #homeSliderOuter #homeSlider .slide .inner {
  position: relative;
  overflow: hidden;
}
#sliderWrapper #homeSliderOuter #homeSlider .slide .inner .info a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#sliderWrapper #homeSliderOuter #homeSlider .slide .inner .info h2 {
  position: absolute;
  bottom: 81px;
  right: 30px;
  display: inline-block;
  color: #fff;
  padding: 8px 25px 12px 25px;
  font-size: 31px;
  font-weight: normal;
  font-family: "bree-serif", sans-serif;
  background: #8CC63E;
  opacity: 0.9;
}
#sliderWrapper #homeSliderOuter #homeSlider .slide .inner .info .content {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  color: #fff;
  padding: 8px 25px 12px 25px;
  font-size: 31px;
  clear: both;
  background: #000;
  font-family: "bree-serif", sans-serif;
  opacity: 0.8;
}
/****************************************************************/
/* TESTIMONIALS */
/****************************************************************/
/* Frontpage */
.bx-wrapper .bx-pager {
  background: #fff;
  margin-top: -3px;
  margin-bottom: 0px;
  padding-top: 10px !important;
  bottom: auto;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.bx-wrapper .bx-prev:hover {
  left: 0px;
}
.bx-wrapper .bx-prev {
  left: 0px;
}
.bx-wrapper .bx-viewport {
  background: #8CC63E;
}
.bx-wrapper .bx-next:hover {
  right: 0px;
}
.bx-wrapper .bx-next {
  right: 0px;
}
.bx-wrapper .bx-controls-direction a {
  margin-top: -8px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  border: none;
  background: #eee;
  margin: 0 3px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #8CC63E;
  border: none;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  float: none;
}
.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
  position: relative;
  color: #fff !important;
  background: transparent;
  font-size: 0;
  margin: 0;
}
.bx-wrapper .bx-next:before,
.bx-wrapper .bx-prev:before {
  position: relative;
  display: block;
  font-family: 'FontAwesome';
  content: '\f104';
  color: #fff !important;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 26px;
  line-height: 30px;
  vertical-align: top;
  z-index: 99999;
}
.bx-wrapper .bx-prev:before {
  content: '\f105';
}
#testimonials {
  max-width: 1040px;
  min-height: 105px;
  margin: 0 auto;
  background: #8CC63E;
  clear: both;
}
#testimonials .slick-dots {
  bottom: -20px;
}
#testimonials .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 3px;
}
#testimonials .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #f2f2f2;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#testimonials .slick-dots li.slick-active button {
  background: #8CC63E;
}
#testimonials .slide {
  /*width: auto;
		max-width: @siteWidth;*/
  padding: 20px 50px 25px;
}
#testimonials .slide .text {
  max-width: 760px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-family: "bree-serif", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 100;
  color: #fff;
}
#testimonials .slide .text a {
  color: #fff;
}
#testimonials .slide .text a:hover {
  text-decoration: none;
}
#testimonials .slide .text p {
  font-family: "bree-serif", sans-serif;
  font-size: 22px;
  line-height: 28px;
  font-weight: 100;
  margin: 0;
  color: #fff;
}
#testimonials .slide .text h3 {
  font-family: "bree-serif", sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  margin: 0px;
  float: right;
}
#testimonials .slide .text .linkWrapper {
  position: relative;
  display: inline-block;
  width: 100px;
  bottom: 0px;
  clear: both;
}
#testimonials .slide .text .linkWrapper .link {
  background: #8CC63E;
  display: inline-block;
  height: 30px;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 15px 0px 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  clear: both;
  color: #fff;
}
/* Testimonials page */
.testimonialItem {
  border-top: 1px dashed #ddd;
  padding: 30px 0;
}
.testimonialItem img {
  float: left;
  max-height: 100px;
  margin-right: 15px;
  margin-bottom: 10px;
  margin-top: 5px;
}
/****************************************************************/
/* LEFT MENU */
/****************************************************************/
#leftmenu {
  width: auto;
  max-width: 259px;
  margin: 0;
  padding: 0;
}
#leftmenu li {
  display: block;
}
#leftmenu li.active a {
  padding: 12px 15px 12px 24px;
  background-color: #8CC63E;
  color: #fff;
}
#leftmenu li a {
  display: block;
  margin-bottom: 3px;
  font-family: "bree-serif", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  padding: 12px 15px;
  background-color: #ededed;
  text-decoration: none;
}
#leftmenu li a:hover {
  padding: 12px 15px 12px 24px;
  background-color: #8CC63E;
  color: #fff;
}
/****************************************************************/
/* FOOTER */
/****************************************************************/
#footer {
  width: 100%;
  min-height: 272px;
  background: #4c4c4c;
}
#footer .inner {
  max-width: 1040px;
  min-height: 220px;
  margin: 0 auto;
  color: #ccc;
  font-family: "bree-serif", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  padding-top: 30px;
}
#footer .inner a {
  color: #ccc;
  text-decoration: none;
}
#footer .inner h3 {
  font-family: "bree-serif", sans-serif;
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
}
#footer .inner h4 {
  color: #fff;
  font-weight: normal;
}
#footer .inner .column {
  width: 25%;
  float: left;
  padding: 40px 0;
  padding-left: 30px;
}
#footer .inner #footermenu a {
  display: inline-block;
  color: #ccc;
  font-family: "bree-serif", sans-serif;
  font-size: 14px;
  font-weight: 300;
  clear: both;
}
#footer #footerLogo {
  width: 190px;
}
#bottombar {
  max-width: 1040px;
  margin: 0 auto;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  clear: both;
}
#bottombar a {
  font-size: 11px;
  text-transform: uppercase;
  color: #71a130;
}
#bottombar p {
  font-size: 14px;
}
@media all and (max-width: 960px) {
  .gridSplitRight .gridSplitRightLeft {
    width: 60%;
  }
  .gridSplitRight .gridSplitRightRight {
    width: 40%;
  }
  #personaleTable td {
    display: block;
    height: 250px;
    width: 25%;
    text-align: center;
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
  }
  #personaleTable td img {
    width: 134px !important;
    height: 200px !important;
  }
}
@media all and (max-width: 768px) {
  #sliderWrapper,
  #testimonials,
  .bx-wrapper {
    display: none;
  }
  #leftcol {
    width: 100%;
    float: none;
    padding: 30px;
  }
  #leftcol #leftmenu {
    max-width: 100%;
  }
  #canvasMenu {
    width: 100%;
    float: none;
  }
  #personaleTable td {
    display: block;
    width: 33%;
    text-align: center;
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
  }
  #personaleTable td img {
    width: 134px !important;
    height: 200px !important;
  }
}
@media all and (max-width: 660px) {
  .gridSplitRight .gridSplitRightLeft {
    width: 100%;
  }
  .gridSplitRight .gridSplitRightRight {
    width: 100%;
  }
  #personaleTable td {
    display: block;
    width: 50%;
    text-align: center;
    float: left;
    padding: 0 5px;
    margin-bottom: 15px;
  }
  #personaleTable td img {
    width: 134px !important;
    height: 200px !important;
  }
}
@media all and (max-width: 900px) {
  .js #menuline {
    display: none;
  }
  .js .slicknav_menuline {
    display: block;
  }
  #menuline {
    display: none;
  }
  #mobilemenu {
    display: block;
    position: relative;
    z-index: 9999;
  }
}
/*# sourceMappingURL=site-v2.css.map */