@charset "UTF-8";
/*
 Theme Name:   The7 Child - WM Boilerplate
 Description:  Child Theme of The7
 Author:       Wikström Media - FH
 Author URI:   http://wikstrommedia.fi
 Template:     dt-the7
 Version:      1.03
*/
/*
 * --------------------------
 * WM 7-1 SCSS - Version 1.1.1
 * --------------------------
 */
/* 1.1.1:
 * - Fixed Source Maps in libsass builds
 * - Moved breakpoint mixin to _mixin partial for consistency
 * (29.11.2017 FH)
*/
/* 1.1:
 * - Added global namespace variable
 * - Added some automation to text classes, check _type partial!
 * - Moved colours to map
 * - Made imports more platform agnostic
 * (26.11.2017 FH)
*/
/*  1.03:
 *  - Fixed mobile breakpoint
 *  - Added generic svg size classes
 */
@import url("https://fonts.googleapis.com/css?family=Muli:400,700");
@import url("https://use.typekit.net/ytd6tqq.css");
p {
  line-height: 25px;
  font-weight: 400;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 42px;
  line-height: 41px;
}

h6 {
  font-weight: normal;
}

a,
a:hover {
  color: #003500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.ww-h.--slogan h1, .ww-h.--slogan h2, .ww-h.--slogan h3, .ww-h.--slogan h4, .ww-h.--slogan h5, .ww-h.--slogan h6 {
  text-shadow: 2px 2px 8px #000000;
}
.ww-h.--bold h1, .ww-h.--bold h2, .ww-h.--bold h3, .ww-h.--bold h4, .ww-h.--bold h5, .ww-h.--bold h6 {
  font-weight: 600;
}

.ww-p .--bigger p {
  font-size: 22px;
}

#page h1, #page h2, #page h3, #page h4, #page h5, #page h6 {
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
}
#page p {
  font-family: "Muli", sans-serif;
}
#page .side-header {
  right: 0;
  left: 0;
  height: 170px;
  overflow: hidden !important;
  width: 100%;
  background: rgba(170, 185, 176, 0.83);
}

body #page #fancy-header {
  height: 80vh;
  min-height: 500px;
}

body.home #page header h1 {
  border-bottom: 2px solid !important;
}
body.home #page header h2 {
  text-align: center !important;
  margin-left: 0 !important;
}
body.home #page #fancy-header {
  height: 100vh;
}

body:not(.home) #fancy-header .fancy-title > span {
  display: block;
  text-align: left;
}

.side-header:not(.dividers) .main-nav {
  margin: 0 !important;
}

#main {
  background: #E9E3DF;
}
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
  color: #003500;
}
#main p,
#main li {
  color: #003500;
}
#main .vc_btn3, #main .wpcf7-submit {
  font-size: 22px;
  background: #003500;
  border-color: #003500;
  border-radius: 0;
  font-family: "Muli", sans-serif;
  color: white !important;
}
#main .vc_btn3:after, #main .wpcf7-submit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #003500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
#main .vc_btn3:hover, #main .wpcf7-submit:hover {
  background: #003500 !important;
}
#main .vc_btn3:hover:after, #main .wpcf7-submit:hover:after {
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
}
#main .ww-btn {
  font-size: 22px;
  padding: 14px 20px;
  border: 1px solid;
  text-decoration: none;
  display: inline-block;
  font-family: "Muli", sans-serif;
  line-height: normal;
  position: relative;
}
#main .ww-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #003500;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
#main .ww-btn:hover:after {
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
}
#main .ww-btn.--green {
  background: #003500;
  border-color: #003500;
  color: white;
}
#main .ww-btn.--center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#main .ww-link {
  font-family: "Muli", sans-serif;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
#main .ww-link.--green {
  color: #003500;
}
#main .ww-link:hover {
  color: #AAB9B0;
  text-decoration: underline;
}
#main .vc_gitem_row * {
  text-align: center !important;
}
#main .dt-btn {
  background: #003500 !important;
}
#main .center_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}
#main .no-color * {
  color: white !important;
}

.short_text {
  max-width: 650px;
}

.ww-section {
  margin-top: 70px;
}

.ww-introSection h2 {
  font-size: 48px;
  line-height: 54px;
}
.ww-introSection > div:first-child {
  padding-right: 15px;
}
.ww-introSection > div:last-child {
  padding-left: 15px;
  border-left: 2px solid #003500;
}

@media screen and (max-width: 980px) {
  .ww-3dStep.vc_custom_1551968167840 {
    padding: 5% !important;
  }
}

.ww-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

#bottom-bar {
  background: #E9E3DF;
  color: #003500;
}
#bottom-bar a {
  color: #003500;
}

.custom-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.fas.fa-plus,
.fas.fa-minus {
  color: #003500;
}

#page header li span {
  color: #ffffff;
  font-weight: lighter;
  font-family: "itc-avant-garde-gothic-pro";
}
#page header h1 {
  text-shadow: 2px 2px 8px #000000;
  padding-bottom: 12px;
  font-weight: 600;
}
#page header h2 {
  text-shadow: 2px 2px 8px #000000;
  font-weight: 300;
  text-align: left;
  margin-left: 12px;
}
#page header i.next-level-button {
  display: none;
}
@media (min-width: 1024px) {
  #page header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
#page.show-header .mixed-header .branding {
  display: none;
}
@media screen and (max-width: 1270px) {
  #page.show-header .side-header .header-scrollbar-wrap .branding {
    display: none;
  }
}
#page:not(.show-header) .branding a {
  padding: 30px 0 0 30px;
}
#page.show-header .header-scrollbar-wrap .branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#page.show-header .header-scrollbar-wrap .branding > a {
  z-index: 1;
}
@media screen and (min-width: 1675px) {
  #page.show-header .header-scrollbar-wrap .branding {
    position: absolute;
  }
}
@media screen and (max-width: 1388px) {
  #page.show-header .header-scrollbar-wrap .branding {
    margin-right: 2%;
  }
}
#page .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 1388px) and (min-width: 1175px) {
  #page .main-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
#page .main-nav > li {
  border-bottom: 2px solid white;
  position: static;
}
#page .main-nav .sub-nav {
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 65%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#page .main-nav .sub-nav-show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#page .main-nav .sub-nav li {
  display: inline-block;
  width: auto;
}
#page .main-nav .sub-nav li a {
  max-width: 100%;
}
#page .main-nav .sub-nav li a span {
  font-size: 16px;
}
@media screen and (max-width: 1111px) {
  #page .main-nav .sub-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
#page .close-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 45px;
  top: 108px;
  cursor: pointer;
  color: #ffffff;
  font-family: "itc-avant-garde-gothic-pro";
  font-weight: 400;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#page .close-nav:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#page .close-nav:hover {
  color: #003500;
}
#page .close-nav:hover:before {
  color: #003500;
}

.mixed-header .mini-wpml span {
  font-size: 14px;
  font-weight: 400 !important;
}

#page .menu-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 30px;
  top: 140px;
  background-image: url(/wp-content/uploads/2019/03/meny-ickon2x.png);
  background-position: center;
  background-size: cover;
  width: 63px;
  height: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#page .menu-toggle:hover {
  background-image: url(/wp-content/uploads/2019/03/meny-ickon-green2x.png);
}
#page .menu-toggle:hover .menu-toggle-text {
  color: #003500 !important;
}
#page .menu-toggle .lines-button {
  position: absolute;
  top: 0;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
}
#page .menu-toggle .lines-button .lines {
  display: none;
}
#page .menu-toggle .lines-button .menu-toggle-text {
  position: absolute;
  bottom: 0;
  margin-bottom: 0 !important;
  color: #ffffff;
  font-family: "itc-avant-garde-gothic-pro";
  font-weight: 400;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.show-header .menu-toggle {
  display: none !important;
}

#primary-menu .has-children .fas.fa-plus,
#primary-menu .has-children .fas.fa-minus {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 0;
  margin-left: 5px;
}
#primary-menu .has-children .fas.fa-plus::before,
#primary-menu .has-children .fas.fa-minus::before {
  font-size: 12px;
  color: #ffffff;
  vertical-align: text-top;
}

@media screen and (max-width: 1023px) {
  .sticky-header-overlay {
    background-color: none;
    background: none;
  }
}
.sub-downwards.dt-parent-menu-clickable .sub-nav > li:not(.has-children) > a {
  margin: 10px 14px 10px 14px;
  padding: 4px 4px 4px 4px;
}

#page .header-bar > .mini-widgets {
  position: fixed;
  right: 30px;
  top: 70px;
}
#page .header-bar > .mini-widgets .mini-wpml {
  margin: 0;
}
#page .header-bar > .mini-widgets .mini-wpml .wpml-ls-legacy-list-horizontal {
  border: none;
  padding: 0;
}
#page .header-bar > .mini-widgets .mini-wpml .wpml-ls-legacy-list-horizontal a {
  padding: 0;
}

#page .wpml-ls-display {
  background-color: #ffffff;
  color: #003500;
  font-family: "itc-avant-garde-gothic-pro";
  padding: 10px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}
#page .wpml-ls-display:hover {
  background-color: #003500;
  color: #ffffff;
}
#page .wpml-ls-display:hover:after {
  border-color: transparent #003500 transparent transparent;
}
#page .wpml-ls-display:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  top: 100%;
  right: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#page.show-header .masthead.mixed-header .header-bar > .mini-widgets {
  display: none;
}

#page.show-header .mini-widgets {
  top: 39px;
}
@media (max-width: 1533px) {
  #page.show-header .mini-widgets {
    top: 10px !important;
  }
}

body.admin-bar #page.show-header .mini-widgets {
  top: 71px;
}
@media screen and (max-width: 1190px) {
  body.admin-bar #page.show-header .mini-widgets {
    top: 50px;
  }
}

#page .dt-mobile-header #mobile-menu .menu-item .sub-nav-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#mobile-menu {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#mobile-menu li ul.sub-nav {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: unset;
  opacity: 0;
  height: 0;
  margin-bottom: 0;
}
#mobile-menu li ul.sub-nav li:last-child {
  padding-bottom: 9.5px;
}
#mobile-menu .menu-item .sub-nav-show {
  opacity: 1;
  height: 100%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 1023px) {
  .mobile-mini-widgets-in-menu .wpml-ls-legacy-list-horizontal {
    padding: 0;
  }
  .mobile-mini-widgets-in-menu .wpml-ls-legacy-list-horizontal a {
    padding: 0;
  }
}
.sub-downwards li.has-children > a {
  max-width: initial;
}

.ww-presentationBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ww-presentationBox:before {
  content: none;
}
.ww-presentationBox .wpb_single_image {
  margin: 0;
}
.ww-presentationBox h2 {
  line-height: 54px;
}
.ww-presentationBox__boxBorder {
  margin: 0;
  position: absolute;
  border: 2px solid;
}
.ww-presentationBox__boxBorderContainer {
  margin: 0;
}
.ww-presentationBox__boxBorder.--greenBorder {
  border-color: #003500;
}
@media (max-width: 767px) {
  .ww-presentationBox__boxBorder.--hideOnMobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .ww-presentationBox__boxBorder.--hideOnDesktop {
    display: none;
  }
}
.ww-presentationBox__textCol {
  padding: 60px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ww-presentationBox__textCol .vc_column-inner {
  height: 100%;
}
.ww-presentationBox__textCol .vc_column-inner .wpb_wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ww-presentationBox__textCol .vc_column-inner .wpb_wrapper .vc_btn3-container {
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}
.ww-presentationBox__textCol .vc_column-inner .wpb_wrapper .wpb_text_column, .ww-presentationBox__textCol .vc_column-inner .wpb_wrapper .wpb_raw_code {
  position: relative;
  z-index: 9;
}
.ww-presentationBox__textCol.--centerAlign {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ww-presentationBox__textCol.--centerAlign > .vc_column-inner > .wpb_wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ww-presentationBox.--viFinnsTill {
  background-image: url(/wp-content/uploads/2019/01/sandpapper.jpg);
  background-position: center;
  background-size: cover;
}
.ww-presentationBox.--viFinnsTill .ww-btn {
  margin-top: 60px;
  margin-right: 18px;
}

.ww-stepHeading .wpb_text_column {
  margin-bottom: -10px;
}
.ww-stepHeading .vc_column-inner {
  padding-top: 0 !important;
}

.ww-step1Section > .wpb_column > .vc_column-inner {
  padding-top: 0;
}

.materialBoxRow {
  padding-bottom: 20px;
}
.materialBox .vc_column-inner {
  padding: 0;
}
.materialBox .wpb_text_column {
  padding: 0 24px;
}
.materialBox hr {
  border: 1px solid #003500;
  margin-bottom: 10px;
}
.materialBox p:first-child {
  margin-bottom: 0;
}

.ww-step2Section {
  border: 2px solid #003500;
}
.ww-step2SectionPart {
  padding-bottom: 80px;
}
@media screen and (max-width: 990px) and (min-width: 550px) {
  .ww-step2Section .vc_col-sm-3 {
    width: 50%;
  }
}
.ww-step2SectionBox h3 {
  font-weight: 600;
}
@media screen and (max-width: 1300px) {
  .ww-step2SectionBox h3 {
    font-size: 20px;
  }
}
.ww-step2SectionBox p {
  line-height: 20px;
}
.ww-step2SectionBox a {
  font-weight: 600;
  text-decoration: none;
}

.ww-step3Section .wpb_column > .vc_column-inner {
  padding-top: 30px;
}
.ww-step3Section h6 {
  margin-bottom: 0;
}
.ww-step3Section hr {
  border: 1px solid #003500;
}
.ww-step3Section__box .vc_column-inner {
  padding-top: 15px;
}

.ww-step4Section {
  position: relative;
}
.ww-step4Section > .vc_row > .wpb_column > .vc_column-inner {
  padding: 0;
}
.ww-step4Section__imgCol > .vc_column-inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ww-step4Section__imgCol .wpb_single_image {
  margin-right: -45px;
  margin-left: 45px;
  margin-bottom: -45px;
}
.ww-step4Section .wpb_column:not(.ww-step4Section__imgCol) {
  z-index: 10;
}

.ww-step5Section {
  position: relative;
}
.ww-step5Section > .vc_row > .wpb_column > .vc_column-inner {
  padding: 0;
}
.ww-step5Section .wpb_column:not(.ww-step5Section__imgCol) {
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .ww-step5Section .ww-step5Section__imgCol .wpb_single_image.vc_align_center {
    text-align: right;
    padding-left: 10px;
  }
  .ww-step5Section .ww-step5Section__imgCol .wpb_content_element {
    margin-bottom: 15px;
  }
}

.ww-step6Section {
  position: relative;
}
.ww-step6Section > .vc_row > .wpb_column > .vc_column-inner {
  padding: 0;
}
.ww-step6Section .wpb_column:not(.ww-step6Section__imgCol) {
  z-index: 10;
}
.ww-step6Section .wpb_single_image {
  margin-top: -45px;
  margin-bottom: -45px;
  margin-right: -45px;
  margin-left: 45px;
}

.pseudoBorder {
  position: relative;
}
.pseudoBorder::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
  border: 2px solid #003500;
  z-index: 9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
}

.entry-meta .category-link {
  display: none;
}

.author-info {
  display: none;
}

.breadcrumbs {
  display: none;
}

.ww-frontPagePosts {
  padding: 2% 10%;
  position: relative;
  z-index: 9;
  text-align: center;
}
.ww-frontPagePosts__post {
  padding-bottom: 34px;
  margin-bottom: 34px !important;
  border-bottom: 2px solid #003500;
}
.ww-frontPagePosts.--mobile .ww-frontPagePosts__post .ww-frontPagePosts__post {
  border: 0;
  padding-bottom: 0;
}
.ww-frontPagePosts.--mobile .ww-frontPagePosts__post .pagination:not(.pagination-dots) li {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  list-style: none;
  height: 40px;
  width: 40px;
  background-size: cover;
}
.ww-frontPagePosts.--mobile .ww-frontPagePosts__post .pagination:not(.pagination-dots) li a {
  display: block;
  width: 100%;
  height: 100%;
}
.ww-frontPagePosts.--mobile .ww-frontPagePosts__post .pagination:not(.pagination-dots) li.prev {
  left: -10px;
  display: block;
  background-image: url(/wp-content/uploads/2019/03/arrow-down2x-e1551947006447.png);
}
.ww-frontPagePosts.--mobile .ww-frontPagePosts__post .pagination:not(.pagination-dots) li.next {
  right: -10px;
  background-image: url(/wp-content/uploads/2019/03/arrow-down2x-e1551947006447-1-e1551947150818.png);
}
.ww-frontPagePosts.--mobile .ww-frontPagePosts__post .pagination-dots a {
  border-radius: 0;
  border-color: #003500;
  color: #003500;
}

body.single-post #main {
  padding-top: 0;
}
body.single-post .page-title {
  display: none;
}

.ww-newsHeader {
  height: 600px;
  background-image: url(/wp-content/uploads/2019/02/nyheter-main.jpg);
}

.ww-newsContent {
  position: relative;
}
.ww-newsContent:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #003500;
}

.ww-newsFeaturedImage {
  margin-left: -100px;
  margin-right: -100px;
  margin-top: 40px;
}

.ww-newsBody {
  padding: 0 30px;
}

.ww-archiveContainer > .wpb_column > .vc_column-inner {
  padding: 30px;
}

.ww-archive__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ww-archive__post {
  text-align: center;
  width: 33.3333333333%;
}
.ww-archive__postInner {
  padding: 30px;
  padding: 30px;
}
.ww-archive__postInner:after {
  content: "";
  border-bottom: 2px solid #003500;
  display: block;
  width: 70%;
  margin: 0 auto;
  padding-top: 15px;
}

.ww-archivePagination ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ww-archivePagination li {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #003500;
  color: #003500;
  margin: 0 6px;
  font-family: "Muli", sans-serif;
}
.ww-archivePagination a {
  color: inherit;
  width: 100%;
  text-align: center;
}

.ww-galleryControls {
  margin-bottom: 22px;
  padding-bottom: 10px;
}
.ww-galleryControls__controlBtn {
  cursor: pointer;
  margin: 0px 12px 12px 0px;
}
.ww-galleryControls__controlBtn.--img-cat-btn {
  background: #AAB9B0 !important;
  color: #003500 !important;
  border: none !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  font-size: 18px !important;
}
.ww-galleryControls__controlBtn.--img-cat-btn::after {
  content: normal !important;
}
.ww-galleryControls__controlBtn.--img-cat-btn.active {
  background: #003500 !important;
  color: #FFF !important;
}
.ww-galleryControls.-models {
  display: none;
}
.ww-galleryControls.-main {
  border-bottom: 2px solid #003500;
}
.ww-galleryControls.-new {
  text-align: center;
}

.ww-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ww-gallery__galleryItem {
  width: 33.33333%;
  position: relative;
}
.ww-gallery__galleryItemInner {
  margin: 12px !important;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ww-gallery__galleryItemInner a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.ww-gallery__galleryItemOverlay {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  background: rgba(0, 53, 0, 0.8);
}
.ww-gallery__galleryItemOverlayInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  border: 2px solid white;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ww-gallery__galleryItemOverlayInner h4, .ww-gallery__galleryItemOverlayInner h5, .ww-gallery__galleryItemOverlayInner p {
  color: white !important;
  text-align: center;
}
.ww-gallery__galleryItemOverlayInner h5 {
  font-weight: 400;
}
.ww-gallery__galleryItem:after {
  content: "";
  display: block;
  margin-bottom: 100%;
}
.ww-gallery__galleryItem:hover .ww-gallery__galleryItemOverlay {
  opacity: 1;
}

#lightboxOverlay {
  background-color: #383838;
  opacity: 1;
}

#lightbox .lb-outerContainer.animating {
  background: #383838;
}
#lightbox .lb-outerContainer.animating .lb-container {
  border: 0;
}
#lightbox .lb-container {
  padding: 20px;
  background-color: #383838;
  border: 2px solid white;
  border-radius: 0;
}
#lightbox .lb-container img {
  border: 0;
  border-radius: 0;
}
#lightbox .lb-next, #lightbox .lb-prev {
  opacity: 1;
  width: 50%;
}
#lightbox .lb-prev {
  background-image: url(/wp-content/uploads/2019/03/left-arrow2x-e1551951516742.png);
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}
#lightbox .lb-next {
  background-image: url(/wp-content/uploads/2019/03/right-arrow2x-e1551951487812.png);
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
}
#lightbox .lb-dataContainer {
  width: 100% !important;
}
#lightbox .lb-dataContainer .lb-data .lb-details {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
#lightbox .lb-dataContainer .lb-number {
  display: none !important;
}
#lightbox .lb-dataContainer .lb-close {
  position: absolute;
  background-image: url(/wp-content/uploads/2019/03/close-x2x.png);
  top: 0;
  right: 5vh;
  width: 60px;
  height: 60px;
  background-size: contain;
}

@media (max-width: 1023px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
  }
  h2 {
    font-size: 32px;
    line-height: 34px;
  }
  .ww-presentationBox h2, .ww-introSection h2 {
    line-height: 44px;
  }
  #page header#fancy-header {
    height: 50vh !important;
  }
  #page header#fancy-header .fancy-title-head {
    margin-top: 75px;
  }
  .ww-newsHeader {
    height: 300px;
  }
  .ww-newsHeader > .wpb_column > .vc_column-inner {
    margin-top: 75px;
  }
  .mobile-header-bar {
    height: 75px;
    position: absolute !important;
    left: 0;
    right: 0;
    background-color: rgba(170, 185, 176, 0.86);
  }
  .mobile-branding {
    width: 40%;
    padding: 12px 18px;
  }
  .mobile-branding a {
    height: 100%;
  }
  .mobile-branding a img {
    height: 100% !important;
    width: auto;
  }
  .mobile-navigation {
    padding: 12px 18px;
  }
  .mobile-navigation .lines {
    display: none;
  }
  .mobile-navigation a {
    background-image: url(/wp-content/uploads/2019/03/meny-ickon2x.png);
    background-position: center;
    background-size: cover;
    width: 31.5px;
    height: 25px;
  }
  a.dt-mobile-menu-icon.floating-btn {
    background-image: url(/wp-content/uploads/2019/03/meny-ickon2x.png);
    background-color: transparent !important;
    background-position: center;
    background-size: cover;
    width: 63px;
    height: 50px;
  }
  a.dt-mobile-menu-icon.floating-btn .lines {
    display: none;
  }
  .dt-mobile-header {
    background: #AAB9B0;
  }
  .dt-mobile-header .mobile-main-nav li.act > a .menu-text {
    color: #003500 !important;
  }
  .dt-mobile-header .mobile-main-nav .menu-text {
    font-weight: lighter !important;
    font-family: "itc-avant-garde-gothic-pro" !important;
    color: #003500 !important;
  }
  .dt-mobile-header .mobile-main-nav .next-level-button {
    display: none;
  }
  .dt-close-mobile-menu-icon {
    top: 0 !important;
    width: 50px;
    height: 50px;
  }
  .dt-close-mobile-menu-icon span {
    width: 50px;
    height: 50px;
    background: #003500 !important;
  }
  #page .ww-langSwitcher {
    top: 12px;
    right: 0;
  }
  #ww-scrollDown {
    display: none;
  }
  #ww-designTool {
    top: 8% !important;
    left: 94% !important;
  }
  .ww-presentationBox__textCol {
    padding: 40px !important;
  }
  .ww-presentationBox h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .ww-frontPagePosts {
    padding: 2% 5%;
  }
  .ww-omOss > .vc_row {
    padding: 40px 40px;
  }
  #lightbox .lb-dataContainer .lb-close {
    position: fixed !important;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
  }
  #lightbox .lb-next {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  #lightbox .lb-prev {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ww-archive__post {
    width: 50%;
  }
  .ww-gallery__galleryItem {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hideOnMobile {
    display: none;
  }
  #fancy-header .fancy-title span {
    text-align: center !important;
  }
  #fancy-header .fancy-subtitle {
    text-align: center !important;
  }
  .ww-introSection > div:last-child {
    padding: 0;
    border: 0;
  }
  .ww-introSection > div:first-child {
    padding: 0;
  }
  .ww-introSection > div:first-child .wpb_text_column {
    border-bottom: 2px solid #003500;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .ww-introSection > div:first-child .wpb_text_column h2 {
    text-align: center !important;
  }
  .ww-presentationBox.--viFinnsTill {
    margin-left: -20px;
    margin-right: -20px;
  }
  .ww-presentationBox.--viFinnsTill .ww-btn {
    margin-top: 20px;
  }
  .ww-presentationBox.--reverseCollapse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ww-presentationBox .wpb_single_image {
    margin-left: -20px;
    margin-right: -20px;
  }
  .ww-presentationBox .vc_btn3-container {
    margin-left: auto;
  }
  .ww-archive__post {
    width: 100%;
  }
  .ww-gallery__galleryItem {
    width: 100%;
  }
  .ww-step4Section__imgCol .wpb_single_image, .ww-step6Section .wpb_single_image {
    margin-top: 0;
    margin-bottom: -45px;
    margin-right: -45px;
    margin-left: -45px;
  }
  .ww-step5Section .ww-step5Section__imgCol {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .ww-step2row__imgCol > .vc_column-inner > .wpb_wrapper > div:first-child {
    margin-right: -15px !important;
    margin-left: -15px !important;
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .ww-step2row__imgCol > .vc_column-inner > .wpb_wrapper > div:last-child:not(:first-child) {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 45px;
    margin-bottom: -15px;
  }
  .ww-step2row__imgCol.--left > .vc_column-inner > .wpb_wrapper > div:last-child {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 45px;
    margin-bottom: -15px;
  }
  .ww-omOss .wpb_single_image {
    margin-top: 0;
    margin-right: -95px;
    margin-left: -95px;
    margin-bottom: -45px;
  }
}
@media (max-width: 480px) {
  #ww-designTool {
    top: 8% !important;
    left: 90% !important;
  }
}
@media (max-width: 340px) {
  .ww-presentationBox h2 {
    font-size: 23px;
  }
}
@media (min-width: 768px) {
  .hideOnDesktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #ww-designTool {
    top: 10% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1351px) {
  #page .branding {
    max-width: 300px;
  }
}
@media screen and (max-width: 1388px) {
  #page .branding {
    max-width: 15%;
  }
}
@media (min-width: 1024px) and (max-width: 1219px) {
  .ww-langSwitcher {
    display: none;
  }
}
.ww-3dStep__heading {
  cursor: pointer;
}
.ww-3dStep__heading .wpb_text_column {
  margin: 0;
  position: relative;
}
.ww-3dStep__heading .wpb_text_column:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 27px;
  height: 25px;
  background-image: url(/wp-content/uploads/2019/03/arrow-down-e1551775283598.png);
  background-size: cover;
}
.ww-3dStep__heading.--active .wpb_text_column:after {
  background-image: url(/wp-content/uploads/2019/03/arrow-up-e1551775244265.png);
}
.ww-3dStep__body .wpb_text_column {
  margin-top: 30px;
  margin-bottom: 0;
}

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
          transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cc-revoke:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.cc-window.cc-banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
  text-align: center;
}

.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke,
  .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner,
  .cc-window.cc-floating,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

iframe.ww-iframeMap {
  width: 100%;
}

.ww-contactSection {
  padding: 30px;
}
.ww-contactSection > .wpb_column > .vc_column-inner {
  padding: 0;
}
.ww-contactSection a {
  color: inherit;
  text-decoration: underline;
}
.ww-contactSection a:hover {
  color: #AAB9B0;
}

@media screen and (max-width: 1300px) and (min-width: 768px) {
  .ww-contact__btns > .wpb_column {
    width: 50%;
  }
}

.ww-contactForm input, .ww-contactForm textarea, .ww-contactForm select {
  max-width: 100%;
  background: #E9E3DF;
  border: 1px solid #003500;
  color: #003500;
  font-family: "Muli", sans-serif;
}
.ww-contactForm input[type=file] {
  border: none;
}
.ww-contactForm .ww-select span:after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: -5px;
  width: 13.5px;
  height: 28px;
  background-image: url(/wp-content/uploads/2019/03/arrow-up-down2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ww-contactForm input[type=checkbox], .ww-contactForm input[type=radio] {
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  position: relative;
}
.ww-contactForm input[type=checkbox]:checked:after, .ww-contactForm input[type=radio]:checked:after {
  content: "✖";
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 0.9;
  left: 0.5px;
  color: #003500;
}
.ww-contactForm .wpcf7-list-item {
  display: block;
}
.ww-contactForm .wpcf7-not-valid-tip {
  display: block;
}
.ww-contactForm label {
  color: #003500;
  font-family: "Muli", sans-serif;
  font-weight: bold;
}
.ww-contactForm h5 {
  border-bottom: 2px solid #003500;
  margin-top: 30px;
}
.ww-contactForm__extendedForm {
  border: 1px solid #003500;
  padding: 12px 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ww-contactForm__extendedFormHeading {
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
.ww-contactForm__extendedFormHeading:after {
  content: "";
  width: 27px;
  height: 25px;
  background-image: url(/wp-content/uploads/2019/03/arrow-down-e1551775283598.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.ww-contactForm__extendedFormHeading.--showMoreActive:after {
  background-image: url(/wp-content/uploads/2019/03/arrow-up-e1551775244265.png);
}
.ww-contactForm__extendedFormHeading > label {
  display: block;
  position: relative;
  z-index: 99;
}
.ww-contactForm__extendedFormHeading .wpcf7-form-control-wrap.is_extended, .ww-contactForm__extendedFormHeading .wpcf7-form-control-wrap[data-name=is_extended] {
  display: none;
}
.ww-contactForm__extendedFormContent {
  padding-top: 20px;
}

.contactBar {
  text-align: center;
  background: #AAB9B0 !important;
  height: 100px;
  width: 100%;
  padding-top: 60px;
}
.contactBar h3 {
  color: #003500;
}
.contactBar img {
  max-width: 32px;
  vertical-align: middle;
}

.ww-omOss h2 {
  line-height: 54px;
}
.ww-omOss > .vc_row {
  padding: 40px 60px;
}
.ww-omOss > .vc_row > .wpb_column > .vc_column-inner {
  padding-top: 0;
}
.ww-omOss .wpb_single_image {
  margin-top: -60px;
  margin-right: -95px;
}

#main > .wf-wrap {
  position: static !important;
}

body.home #page header h1, body.home #page header h2 {
  color: #003500;
  text-shadow: none;
}

#page #ww-scrollDown {
  position: absolute;
  width: 57.75px;
  height: 103.5px;
  top: 85vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
  background-image: url(/wp-content/uploads/2019/03/scroll-ikon2x.png);
  background-position: center;
  background-size: cover;
}
#page #ww-scrollDown a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 103.5px;
  color: transparent;
  text-decoration: none;
}

#page #ww-designTool {
  position: absolute;
  width: 57.75px;
  height: 103.5px;
  top: 85vh;
  left: 97%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
  background-image: url(/wp-content/themes/wm-boilerplate-old/img/3d-icon-green.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /* &:hover {
    a {
      color: white;
    }
  } */
}
#page #ww-designTool a {
  position: absolute;
  left: -123px;
  top: 35px;
  width: 111px;
  font-size: 20px;
  right: 0;
  height: 103.5px;
  color: #003500;
  text-decoration: none;
}

.ww-singleProduct #page #main {
  padding-top: 170px;
}
.ww-singleProduct #page .side-header.slide-out {
  position: absolute;
  top: 0;
}
.ww-singleProduct #page .side-header.slide-out .close-nav {
  display: none;
}
@media (min-width: 1024px) {
  .ww-singleProduct #page #content {
    padding-top: 70px;
  }
}
@media (min-width: 900px) {
  .ww-singleProduct #page .ww-productPageIntro > .wpb_column:first-child {
    padding-right: 50px;
  }
}
.ww-singleProduct #page .ww-productPageIntro > .wpb_column:first-child h1 {
  margin-bottom: 30px;
}
.ww-singleProduct #page .ww-galleryLink a, .ww-singleProduct #page .ww-designToolLink a {
  text-decoration: none;
  font-weight: 700;
}
.ww-singleProduct #page .ww-galleryLink a:before, .ww-singleProduct #page .ww-designToolLink a:before {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/wm-boilerplate-old/img/galleri-ikon.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 15px;
}
.ww-singleProduct #page .ww-designToolLink a:before {
  background-image: url(/wp-content/themes/wm-boilerplate-old/img/3d-icon-green.png);
}
.ww-singleProduct #page .ww-singleProduct__tabs {
  margin-bottom: 60px;
}
.ww-singleProduct #page .ww-singleProduct__tabs .vc_tta-tab a {
  background-color: transparent;
  color: #003500;
  border-color: #003500;
  border-width: 2px;
  border-radius: 0;
  padding: 10px 20px;
}
.ww-singleProduct #page .ww-singleProduct__tabs .vc_tta-tab.vc_active a {
  background-color: #003500;
  color: #FFFFFF;
}
.ww-singleProduct #page .ww-singleProduct__tabs .vc_tta-tab.vc_active a:after {
  content: none;
}
.ww-singleProduct #page .ww-singleProduct__tabs .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background-color: transparent;
  border: 3px solid #003500;
}
.ww-singleProduct #page .ww-singleProduct__tab a {
  text-decoration: none;
}
.ww-singleProduct #page .ww-singleProduct__tab .vc_tta-panel-body {
  padding: 30px 20px 0;
  background-color: #E9E3DF;
}
.ww-singleProduct #page .ww-singleProduct__tab .vc_tta-panel-heading {
  background-color: transparent;
  border-width: 0 0 3px 0;
  border-bottom: 3px solid #003500;
  border-radius: 0;
  margin: 0;
}
.ww-singleProduct #page .ww-singleProduct__tab .vc_tta-panel-heading a {
  color: #003500;
  font-weight: 400;
}
.ww-singleProduct #page .ww-singleProduct__tab:last-child .vc_tta-panel-heading {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .ww-singleProduct #page .ww-singleProduct__tab.vc_active {
    border-bottom: 3px solid #003500;
  }
}
.ww-singleProduct #page .ww-singleProduct__tab.vc_active .vc_tta-panel-heading {
  background-color: #003500;
}
.ww-singleProduct #page .ww-singleProduct__tab.vc_active .vc_tta-panel-heading a {
  color: #FFFFFF;
}
.ww-singleProduct #page .ww-singleProduct__tab#utforanden {
  /* .vc_tta-panel-body {
      @media ( min-width: 768px ) {
          margin-bottom: -15px;
      }
  } */
}
.ww-singleProduct #page .ww-singleProduct__tab#utforanden .wpb_text_column {
  margin-bottom: 10px;
}
.ww-singleProduct #page .ww-singleProduct__tab#rackesmodeller .ult-item-wrap.slick-slide {
  outline: none;
  padding: 30px;
}
@media (min-width: 768px) {
  .ww-singleProduct #page .ww-singleProduct__tab#rackesmodeller .ult-item-wrap.slick-slide {
    margin: 50px 60px 30px;
  }
}
@media (max-width: 767px) {
  .ww-singleProduct #page .ww-singleProduct__tab#rackesmodeller .ult-item-wrap.slick-slide {
    margin: 0;
    padding: 60px 0 0;
  }
}
.ww-singleProduct #page .ww-singleProduct__tab#rackesmodeller .ult-item-wrap.slick-slide a {
  margin-top: 40px;
  display: block;
}
.ww-singleProduct #page .ww-singleProduct__tab#rackesmodeller h2 {
  margin-bottom: 1rem;
}
.ww-singleProduct #page .ww-singleProduct__tab#rackesmodeller .wpb_single_image.-mobile {
  margin: 1rem 0 2rem 0 !important;
}
@media (min-width: 992px) {
  .ww-singleProduct #page .ww-singleProduct__tab#rackesmodeller .wpb_single_image.-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .ww-singleProduct #page .ww-singleProduct__tab#rackesmodeller .wpb_single_image.-desktop {
    display: none;
  }
}
.ww-singleProduct #page .ww-singleProduct__tab#rackesmodeller .slick-arrow {
  font-size: 50px !important;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .ww-singleProduct #page .ww-singleProduct__tab#rackesmodeller .slick-arrow {
    top: 20px;
    font-size: 30px !important;
  }
}
.ww-singleProduct #page .ww-singleProduct__tab#rackesmodeller .slick-arrow.slick-prev {
  left: 0;
  background-image: url(/wp-content/uploads/2019/03/arrow-down2x-e1551947006447.png);
}
@media (max-width: 767px) {
  .ww-singleProduct #page .ww-singleProduct__tab#rackesmodeller .slick-arrow.slick-prev {
    left: 20px;
  }
}
.ww-singleProduct #page .ww-singleProduct__tab#rackesmodeller .slick-arrow.slick-next {
  right: 0;
  background-image: url(/wp-content/uploads/2019/03/arrow-down2x-e1551947006447-1-e1551947150818.png);
}
@media (max-width: 767px) {
  .ww-singleProduct #page .ww-singleProduct__tab#rackesmodeller .slick-arrow.slick-next {
    right: 20px;
  }
}
.ww-singleProduct #page .ww-singleProduct__tab#rackesmodeller .slick-arrow.slick-disabled {
  visibility: hidden;
}
.ww-singleProduct #page .ww-singleProduct__tab#rackesmodeller .slick-arrow i {
  color: transparent;
}
.ww-singleProduct #page .ww-singleProduct__tab#rackesmodeller .slick-dots {
  margin-bottom: 10px;
}
.ww-singleProduct #page .ww-singleProduct__tab#rackesmodeller .slick-dots li i {
  background-color: #AAB9B0;
  color: transparent !important;
  border: 3px solid #003500;
  border-radius: 100%;
  opacity: 1;
}
.ww-singleProduct #page .ww-singleProduct__tab#rackesmodeller .slick-dots li.slick-active i {
  background-color: #003500;
}
.ww-singleProduct #page .ww-singleProduct__tab#material {
  /* a {
      text-decoration: none;
  } */
}
.ww-singleProduct #page .ww-singleProduct__tab#material .ww-materialDisplay {
  margin: 0 0 30px;
  padding-right: 30px;
  background-color: #FFFFFF;
  /* > .wpb_column:first-child > .vc_column-inner {
      padding-right: 15px;
  }
  > .wpb_column:last-child > .vc_column-inner {
      padding-let: 15px;
  } */
}
.ww-singleProduct #page .ww-singleProduct__tab#material .ww-materialDisplay > .wpb_column > .vc_column-inner {
  padding: 30px 0 30px 30px;
}
.ww-singleProduct #page .ww-singleProduct__tab#material .ww-materialDisplay > .wpb_column > .vc_column-inner .wpb_single_image {
  margin-bottom: 15px;
}
.ww-singleProduct #page .ww-singleProduct__tab#material .ww-materialDisplay > .wpb_column > .vc_column-inner .wpb_text_column {
  margin-bottom: 0;
}
.ww-singleProduct #page .ww-singleProduct__tab#tillvaltillbehor {
  /* a {
      text-decoration: none;
  } */
}
.ww-singleProduct #page .ww-singleProduct__tab#tillvaltillbehor .vc_tta-panel-body {
  overflow: visible;
}
.ww-singleProduct #page .ww-singleProduct__tab#tillvaltillbehor .wpb_column:first-child {
  padding-right: 60px;
}
@media (min-width: 768px) {
  .ww-singleProduct #page .ww-singleProduct__tab#tillvaltillbehor img {
    -webkit-transform: translateX(35px);
            transform: translateX(35px);
  }
}
.ww-singleProduct #page .ww-singleProduct__tab.-sadel#rackesmodeller .wpb_text_column {
  margin-bottom: 10px;
}
.ww-singleProduct #page .ww-premiumHeader {
  margin-top: -70px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1023px) {
  .ww-singleProduct #page .ww-premiumHeader {
    margin-top: -95px;
  }
}
@media (min-width: 768px) {
  .ww-singleProduct #page .ww-premiumHeader {
    border-right: 50px solid #E9E3DF;
    border-left: 50px solid #E9E3DF;
  }
}
.ww-singleProduct #page .ww-premiumHeader > .wpb_column {
  position: static;
}
.ww-singleProduct #page .ww-premiumHeader > .wpb_column #ww-scrollDown {
  top: auto;
  bottom: 20px;
}
.ww-singleProduct #page .ww-premiumHeader h1 {
  text-shadow: 2px 2px 8px #000000;
  font-size: 70px;
  font-weight: 600;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .ww-singleProduct #page .ww-premiumHeader h1 {
    font-size: 30px;
  }
}
.ww-singleProduct #page .ww-premiumParalax {
  height: 500px;
}
@media (min-width: 1023px) {
  .ww-singleProduct #page .ww-premiumParalax > .wpb_column {
    width: 50%;
  }
}
.ww-singleProduct #page .ww-premiumParalax > .wpb_column h2, .ww-singleProduct #page .ww-premiumParalax > .wpb_column h3 {
  color: #FFFFFF;
  text-shadow: 2px 2px 8px #000000;
}
.ww-singleProduct #page .ww-premiumParalax > .wpb_column h2 {
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 767px) {
  .ww-singleProduct #page .ww-premiumParalax > .wpb_column h2 {
    font-size: 30px;
  }
}
.ww-singleProduct #page .ww-presentationBox__textCol.-textRight {
  padding: 40px 20px !important;
}
.ww-singleProduct #page .ww-presentationBox__textCol.-textLeft {
  padding: 50px 20px 50px 35px !important;
}
.ww-singleProduct #page .ww-presentationBox__textCol h2 {
  line-height: 1;
}
.ww-singleProduct #page .ww-premiumBottomBanner {
  margin-bottom: -70px;
  height: 600px;
}
@media (min-width: 768px) {
  .ww-singleProduct #page .ww-premiumBottomBanner > .wpb_column {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .ww-singleProduct #page .ww-loftIntroText h1 {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .ww-singleProduct #page .ww-loftOptions > .wpb_column {
    margin-bottom: 60px;
  }
}
.ww-singleProduct #page .ww-loftOptions .wpb_single_image {
  margin-bottom: 30px;
}
.ww-singleProduct #page .ww-loftOptions .ww-presentationBox__textCol {
  padding: 0 60px !important;
}
.ww-singleProduct #page .ww-loftOptions .ww-presentationBox__textCol h3 {
  line-height: 1;
  height: 50px;
}
.ww-singleProduct #page .ww-loftOptions__expanded {
  display: none;
}
.ww-singleProduct #page .ww-loftOptions__readMore {
  position: relative;
  width: 200px;
  cursor: pointer;
  background: transparent;
  border: 2px solid #003500;
  color: #003500;
  padding: 10px 36px 12px 12px;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
.ww-singleProduct #page .ww-loftOptions__readMore:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 16px;
  width: 27px;
  height: 25px;
  background-image: url(/wp-content/uploads/2019/03/arrow-down-e1551775283598.png);
  background-size: cover;
  background-position: center;
}
.ww-singleProduct #page .ww-loftOptions__readMore span:last-child {
  display: none;
}
.ww-singleProduct #page .ww-loftOptions__readMore.-active span:last-child {
  display: inline;
}
.ww-singleProduct #page .ww-loftOptions__readMore.-active span:first-child {
  display: none;
}
.ww-singleProduct #page .ww-loftOptions__readMore.-active:after {
  background-image: url(/wp-content/uploads/2019/03/arrow-up-e1551775244265.png);
}
.ww-singleProduct #page .ww-tillvalSubheading {
  margin-bottom: 20px;
}
.ww-singleProduct #page .ww-tillvalSubheading h3 {
  font-size: 30px;
}
.ww-singleProduct #page .ww-tillvalGrid {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .ww-singleProduct #page .ww-tillvalGrid .vc_column-inner .wpb_column .wpb_wrapper {
    padding: 0 10px;
  }
}
.ww-singleProduct #page .ww-tillvalGrid .wpb_single_image > .wpb_wrapper, .ww-singleProduct #page .ww-tillvalGrid .vc_single_image-wrapper, .ww-singleProduct #page .ww-tillvalGrid img {
  width: 100%;
}
.ww-singleProduct #page .ww-tillvalGrid .wpb_text_column {
  padding-right: 20px;
}/*# sourceMappingURL=style.css.map */