

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  
}
@media(max-width:767px) {
.doljmob {
    display: none;
}}
@media(min-width:768px) {
.doljdat {
    display: none;
}}
a {
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  color: #000;
}
a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  color: #e09c0b;
}
*, *:before, *:after {
  box-sizing: inherit;
}
p {
  margin-bottom: 15px;
}

.site {
  position: relative;
  overflow: hidden;
}

.nowrap {
white-space:nowrap;
}


body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
    font-family: Inter;
    font-size: 15px;
    line-height: 24px;
    word-spacing: 0.06rem;
    letter-spacing: -.0px;
    font-weight: 400;
    color: #232323;
    background: #121212;
    
    letter-spacing: -.1px;
    font-weight: 300;
}

.content-inner {
    background: #fff;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000;
    font-family: Inter;
    text-transform: none;
    line-height: 1.2;
    letter-spacing: -.1px;
    font-weight: 700;
    margin: 0 0 15px;
}
  
.h1, .h2, .h3 {
 /*       letter-spacing: -.06rem;*/
            font-weight: 800;
}

h1, .h1 {
  font-size: 52px;
font-size: 60px;
}
h2, .h2 {
  font-size: 42px;
    font-size: 40px;
}
h3, .h3 {
  font-size: 36px;
    /*  font-size: 34px; */
}
h4, .h4 {
  font-size: 32px;
    /*  font-size: 28px;*/
}
h5, .h5 {
  font-size: 24px;
}
@media(min-width:992px) {
h5, .h5 {
    font-size: 27px;
}}

h6, .h6 {
  font-size: 20px;
}



.single-post .entry-content .h4, .single-post .entry-content .h5, .single-post .entry-content .h6 {

}

.tt {
font-weight:600;
}
.em {
    margin-bottom: 3px;
}
.marginal {
    margin-bottom: 30px;
}
.vt {
color:#fff;
}
.uct {
text-transform:uppercase;
font-weight:500;
}

.ftitel {
    color: #f58622 !important;
}




.btn, button, .button, input[type="submit"] {
    transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    border-radius: 30px;
    font-weight: 500 !Important;
    color: #fff;
    background: #f58622;
    padding: 7px 20px;
    padding-right: 48px;
    line-height: 29px;
    font-size: inherit;
    padding-bottom: 7px;
    letter-spacing: -.03em;
    border: none;
    text-transform: none;
    z-index: 1;
    font-family: inherit;
    min-width: 145px;
    text-align: center;
}
.btn:after {
    /*transition: .3s ease;*/
    content: "";
    font-family: 'Material-Design-Iconic-Font';
    vertical-align: 0;
    position: absolute;
    height: 18px;
    width: 18px;
    transform: translateY(5px);
    right: 17px;
    border: 1px solid currentColor;
    display: flex;
    justify-content: center;
    border-radius: 30px;
}

.btn:before {
    /*transition: .3s ease;*/
    content: "";
    vertical-align: 0;
    position: absolute;
    height: 5px;
    width: 5px;
    right: 24px;
    transform: translateY(11px) rotate(45deg);
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
}



.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus, .btn.focus, .btn:active {
    color: #000 !important;
    background: #d9d9d9  !important;
}




img {
  width: auto;
  max-width: 100%;
  height: auto;
}
label {
  margin-bottom: 0;
}
table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  border-radius: 0;
}
table th {
  color: #000;
}
caption, td {
  font-weight: normal;
  text-align: left;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px;
}
th {
  font-weight: 700;
}
td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
  /*--- Definition Lists ---*/
}
dl {
  margin: 0 0 0 25px;
}
dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}
dl dd {
  line-height: normal;
  margin-bottom: 20px;
}
dl dd a {
  color: #000;
}
dl dd a:hover {
  color: #f58622;
}
code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  box-shadow: none;
}
ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: #f58622;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
ol {
  list-style: outside none decimal;
}
ul {
  padding: 0;
  margin: 0 0 15px;
}
ul li {
  list-style-position: inside;
}
blockquote {
  background-color: #dde1e4;
  border-left: 5px solid #000;
  font-size: 24px;
  line-height: normal;
  padding: 20px 26px;
  color: #000;
}
blockquote cite {
  font-style: normal;
  display: block;
  color: rgba(0, 0, 0, 0.33);
  font-size: 18px;
  margin-top: 12px;
}
dl + h2 + ul {
  padding-left: 35px;
}
dl + h2 + ul ul {
  padding-left: 35px;
}
dl + h2 + ul ul li {
  list-style: outside;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  color: rgba(0, 0, 0, 0.45);
  padding: 15px 24px;
  line-height: normal;
  font-size: 16px;
  letter-spacing: 0.016em;
  transition: all 300ms linear 0ms;
  width: 100%;
  outline: none;
}
select {
  height: 47px;
}
textarea {
  line-height: normal;
  padding-top: 14px;
  padding-bottom: 14px;
  height: 195px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
  outline: 0;
  border-color: #f58622;
}

.wpcf7-form .wpcf7-form-control-wrap textarea {
  height: 115px;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid {
  border-color: #f13c3c !important;
}
.wpcf7-form .wpcf7-response-output {
  border: medium none;
  font-style: italic;
  padding: 0;
  margin: 20px 0 0;
  text-align: center;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #398f14;
}
.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
  color: #f13c3c;
}
.wpcf7-form .ajax-loader {
  display: none !important;
}
.wpcf7-form .wpcf7-menu {
  display: block;
}
.wpcf7-form .wpcf7-menu select {
  background-color: transparent;
  appearance: none;
  position: relative;
  z-index: 99;
}
.wpcf7-form .wpcf7-menu select option {
  padding: 5px;
}
.select2 .select2-selection--single {
  border-radius: 4px;
  border: 1px solid #e7e8e9;
  height: 47px;
}
.select2 .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  line-height: 47px;
}
.select2 .select2-selection--single .select2-selection__arrow {
  right: 8px;
  top: 50%;
  transform: translate(0px, -50%);
}

form .select2-container--default {
  width: 100% !important;
}
form .select2-container--default .select2-selection {
  border: 1px solid #e7e8e9;
  height: 47px;
}
form .select2-container--default .select2-selection .select2-selection__rendered {
  line-height: 47px;
  padding-left: 15px;
}
form .select2-container--default .select2-selection .select2-selection__arrow {
  right: 10px;
  top: 50%;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__clear {
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  transform: translate(0px, -50%);
  width: 20px;
  color: #8f8f8f;
}
form .select2-container--default .select2-selection .select2-selection__placeholder {
  color: rgba(55, 55, 55, 0.87);
}
.select2-container.select2-container--open .select2-dropdown {
  border-color: #e7e8e9;
}
.select2-container.select2-container--open .select2-dropdown .select2-search__field {
  border: 1px solid #e7e8e9;
  padding-left: 15px;
  padding-right: 15px;
}
.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
  background-color: #f58622;
}
.nice-select {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.nice-select:after {
  content: "\f312";
  font-family: "Material-Design-Iconic-Font";
  font-size: 18px;
  color: #000;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translate(0px, -50%);
}
.nice-select span.current {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nice-select .option {
  text-overflow: ellipsis;
  overflow: hidden;
}
.nice-select.open .list {
  padding: 5px;
  width: 100%;
  max-height: 250px;
  overflow: auto;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  color: rgba(0, 0, 0, 0.87);
}
.nice-select .list .selected {
  color: #000;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  line-height: normal;
  list-style: none;
  outline: none;
  padding: 8px 24px;
  text-align: left;
  transition: all 0.2s;
  border-radius: 4px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f3f3f4;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

#site-header-wrap {
  position: relative;
  z-index: 999;
}
#site-header-wrap .site-branding {
  position: relative;
}
#site-header-wrap .site-branding a {
  line-height: 0;
  float: left;
  min-height: 34px;
    display: flex;
    align-items: center;
}
#site-header-wrap .site-branding a:not(.logo-light) {
  position: absolute;
  left: 0;
  opacity: 0;
}



@media screen and (min-width: 992px) {
#site-header-wrap .site-branding {
    z-index: 9;
    top: 0px;
    display: flex;
    transition: all .1s ease-in-out !important;
    min-height: 46px;
    align-items: center;
    margin-bottom: -30px;
}
}


@media (min-width: 992px) {
.site-branding a img {
height: 112px !important;
        pointer-events: none;
    }
}

@media (min-width: 992px) {
#headroom.headroom--down .site-branding a img, #headroom.headroom--up .site-branding a img {
height: 82px !important;
    }
}


@media (max-width: 991px) {
.site-branding a img {
        max-height: 66px !important;
    }
}



@media screen and (max-width: 991px) {
  #site-header-wrap .site-branding a {
    opacity: 0;
  }
  #site-header-wrap .site-branding a.logo-mobile {
    opacity: 1 !important;
  }
  #site-header-wrap #headroom {
    position: static !important;
    width:100%;
  }
}
#headroom.headroom--up, #headroom.headroom--down {
  transition: all 400ms linear 0ms;
}
#headroom.headroom--pinned:not(.headroom--top), #headroom.headroom--unpinned:not(.headroom--top) {
  left: 0;
  position: fixed !important;
  right: 0;
  top: 0;
  z-index: 1001;
}
#headroom.headroom--unpinned:not(.headroom--top) {
  transform: translateY(-200px);
}
#headroom.headroom--pinned:not(.headroom--top) {
  transform: translateY(0px);
}

ul.menu {
  list-style: none;
  margin: 0;
}
ul.menu ul {
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    transition: all 300ms linear 0ms !important;
  }
  .primary-menu > li {
    display: inline-block;
    vertical-align: middle;
    float: left;
    white-space: nowrap;
    margin: 0 16px;
  }
  .primary-menu > li > a {
    color: #000;
    display: block;
    font-weight: normal;
    position: relative;
    padding: 0;
  }
  .primary-menu > li:hover > a, .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
    color: #f58622;
  }
  .primary-menu > li.menu-item-has-children > a:after {
    content: "\f2f9";
    font-family: "Material-Design-Iconic-Font";
    padding-left: 4px;
    font-weight: normal;
  }
  .primary-menu > li .link-icon {
    margin-right: 6px;
  }
  .primary-menu .sub-menu {
    list-style: none;
    margin: 0;
  }
  .primary-menu .sub-menu {
    position: absolute;
    background: #fff;
    padding: 10px;
    top: 100%;
    left: 0;
    margin-top: 15px;
    min-width: 235px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    transition: all 300ms linear 0ms;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .primary-menu .sub-menu li a {
    color: rgba(0, 0, 0, 0.66);
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    font-family: inherit;
    padding: 13px 20px;
  }
  .primary-menu .sub-menu li > a:hover, .primary-menu .sub-menu li.current_page_item > a, .primary-menu .sub-menu li.current-menu-item > a, .primary-menu .sub-menu li.current_page_ancestor > a, .primary-menu .sub-menu li.current-menu-ancestor > a {
    color: #000;
    background-color: #e5e5e5;
  }
  .primary-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }
  .primary-menu li:hover, .primary-menu li.focus {
    overflow: visible;
  }
  .primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    margin-top: -10px;
    clip: inherit;
  }
}
@media screen and (max-width: 991px) {
  .main-navigation {
   background-color: rgba(255, 255, 255, .98);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    position: absolute;
    z-index: 1001;
    padding: 15px 20px;
    top: calc(100% + 30px);
    bottom: auto;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms linear 0ms;
    z-index: -1;
  }
  .main-navigation.navigation-open {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 999;
  }
  .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .primary-menu li {
    position: relative;
    list-style: none;
  }
  .primary-menu li a {
    display: block;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
  }
  .primary-menu > li > a {
    font-weight: 700;
  }
  .primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
    color: #f58622;
  }
  .primary-menu .sub-menu {
    position: relative;
    padding-left: 20px;
    display: none;
  }
  .primary-menu .sub-menu.submenu-open + .main-menu-toggle:before {
    height: 0;
  }
  .primary-menu li.focus > .sub-menu {
    visibility: visible;
    opacity: 1;
    max-height: none;
    overflow: visible;
  }
  .primary-menu-not-set {
    margin: 0;
    list-style: none;
  }
  .primary-menu-not-set a {
    display: block;
    padding: 10px 0;
    color: #000;
    font-weight: 600;
    font-size: 15px;
  }
  .primary-menu-not-set a:hover {
    color: #f58622;
  }

  #main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
    transition: all 300ms linear 0ms;
    content: "";
    background-color: #fff;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
  }
  #main-menu-mobile .btn-nav-mobile:before {
    transform: translatey(9px);
  }
   #main-menu-mobile .btn-nav-mobile:after {
    transform: translatey(-9px);
  }
  #main-menu-mobile .btn-nav-mobile.opened:before {
    transform: translatey(0px) rotate(45deg);
  }
  #main-menu-mobile .btn-nav-mobile.opened:after {
    transform: translatey(0px) rotate(-45deg);
  }
  #main-menu-mobile .btn-nav-mobile.opened span {
    display: none;
  }
  .main-menu-toggle {
    transition: all 300ms linear 0ms;
    cursor: pointer;
    display: inline-block;
    height: 19px;
    line-height: 19px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 10px;
    width: 19px;
  }
  .main-menu-toggle:before, .main-menu-toggle:after {
    content: "";
    position: absolute;
    background-color: #222;
  }
  .main-menu-toggle:before {
    height: 11px;
    left: 9px;
    top: 5px;
    width: 1px;
  }
  .main-menu-toggle:after {
    height: 1px;
    left: 4px;
    top: 10px;
    width: 11px;
  }
}

.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}
.entry-featured {
  position: relative;
}
.entry-featured .post-image {
  margin-bottom: 30px;
}
.entry-featured .post-image a {
  width: 100%;
}
.entry-featured .post-image a, .entry-featured .post-image span {
  display: inline-block;
}
.entry-featured .post-image img {
  width: 100%;
}
.entry-featured .entry-video, .entry-featured .cms-carousel {
  margin-bottom: 30px;
}

.single-hentry {
  margin-bottom: 60px;
}
.single-hentry:last-child {
  margin-bottom: 0;
}
.single-hentry .entry-title {
  font-size: 28px;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .single-hentry .entry-holder {
    padding-left: 0;
    padding-right: 0;
  }
}
.single-hentry .entry-more {
  margin-top: 30px;
}
.single-hentry .entry-more .cms-icon-plus {
  margin-right: 7px;
}
.single-hentry .entry-more a:hover i:before, .single-hentry .entry-more a:hover i:after {
  background-color: #e09c0b;
}
.single-hentry .entry-tags a:after {
  content: ",";
}
.single-hentry .entry-tags:last-child:after {
  content: "";
}
.single-hentry .entry-featured .post-image img {

}
.single-hentry .entry-meta li {

}
.entry-video iframe, .entry-video .wp-video {
  width: 100% !important;
}
.entry-meta li {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 6px;
  color: #616161;
}
.entry-meta li a {
  color: #f58622;
  font-weight: 500;
}
.entry-meta li a:hover {
  color: #e09c0b;
}
.entry-meta li + li {
  padding-left: 16px;
}
.entry-meta .fa-thumb-tack {
  margin-right: 4px;
}
.posts-pagination {
  text-align: center;
}
.posts-pagination .page-numbers {
  text-align: center;
  display: inline-block;
}
.posts-pagination .page-numbers + .page-numbers {
  margin-left: 16px;
}
.posts-pagination.style-default .page-numbers {
  height: 50px;
  width: 50px;
  line-height: 46px;
  border: 2px solid #000;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 6px 6px rgba(0, 0, 0, 0.16);
}
.posts-pagination.style-default .page-numbers.current, .posts-pagination.style-default .page-numbers:hover {
  color: #fff;
  background-color: #f58622;
  border-color: #f58622;
}

.single-post .single-hentry {
  margin-bottom: 0;
}
.single-post .entry-featured .post-image {
  margin-bottom: 35px;
}
.single-post #pagetitle h1.page-title {
  line-height: normal;
}
.single-post .entry-content h2 {

}
.single-post .entry-content h3 {

}
.single-post .entry-content p {
  margin-bottom: 23px;
  color:#000;
}
body.single-post {
    font-size: 15.5px;
}

.single-post .entry-content img {
  margin-top: 13px;
  margin-bottom: 13px;
}
.single-post .entry-meta {
  margin-bottom: 8px;
}
.single-post .entry-holder {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .single-post #pagetitle .page-title-content {
    width: 100%;
  }
}

.entry-social-share label {
  color: #000;
  font-size: 28px;
  line-height: 34px;
  margin-right: 26px;
}
.entry-social-share ul {
  margin: 0;
  list-style: none;
}
.entry-social-share ul li {
  display: inline-block;
  margin-bottom: 20px;
}
.entry-social-share ul li + li {
  margin-left: 16px;
}
.entry-social-share.item-share {
  border-top: 1px solid #f0f0f0;
  padding-top: 30px;
}
.entry-social-share.item-share ul li + li {
  margin-left: 10px;
}
.entry-social-share.item-share a:not(.btn) {
  padding: 0 15px;
}
.entry-social-share a:not(.btn) {
  font-size: 15px;
  display: inline-block;
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  line-height: 34px;
  padding: 0 21px;
}
.entry-social-share a:not(.btn).fb-social {
  color: #6a75c8;
  border-color: #6a75c8;
}
.entry-social-share a:not(.btn).fb-social:hover {
  color: #fff;
  background-color: #6a75c8;
}
.entry-social-share a:not(.btn).tw-social {
  color: #6abaf7;
  border-color: #6abaf7;
}
.entry-social-share a:not(.btn).tw-social:hover {
  color: #fff;
  background-color: #6abaf7;
}
.entry-social-share a:not(.btn).g-social {
  color: #f05660;
  border-color: #f05660;
}
.entry-social-share a:not(.btn).g-social:hover {
  color: #fff;
  background-color: #f05660;
}
.entry-social-share a:not(.btn).in-social {
  color: #2e82d9;
  border-color: #2e82d9;
}
.entry-social-share a:not(.btn).in-social:hover {
  color: #fff;
  background-color: #2e82d9;
}
.entry-social-share a:not(.btn).pin-social {
  color: #bd081c;
  border-color: #bd081c;
}
.entry-social-share a:not(.btn).pin-social:hover {
  color: #fff;
  background-color: #bd081c;
}
.entry-social-share a:not(.btn) span {
  margin-left: 20px;
}
.entry-social-share.style-default {
  margin-top: 68px;
  padding-bottom: 10px;
}
.entry-social-share.style-default ul {
  float: right;
}

@media screen and (max-width: 1199px) {
  .entry-social-share a:not(.btn) {
    padding: 0 !important;
    text-align: center;
    width: 40px;
  }
  .entry-social-share a:not(.btn) span {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .entry-social-share {
    text-align: center;
  }
  .entry-social-share label {
    display: none;
  }
  .entry-social-share ul {
    float: none;
  }
}


.entry-body p {
  margin-bottom: 25px;
}
.entry-body .h2, .entry-body .h3, .entry-body .h4, .entry-body .h5, .entry-body .h6, .entry-body p.h2, .entry-body p.h3, .entry-body p.h4, .entry-body p.h5, .entry-body p.h6 {
  margin-bottom: 8px;
}

.page-links span.page-links-title {
  margin-right: 10px;
}
.page-links > a, .page-links > span:not(.page-links-title) {
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 36px;
  font-size: 18px;
  font-weight: 500;
  background-color: #f58622;
  color: #fff;
  display: inline-block;
  text-align: center;
}
.page-links > a {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.33);
}
.page-links > a:hover {
  background-color: #f58622;
  color: #fff;
}

.widget {
  margin-bottom: 32px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget select {
  max-width: 100%;
}
ul.menu {
  list-style: none;
  margin: 0;
}

.widget_categories ul, .widget_nav_menu ul, .widget_pages ul, .widget_archive ul, .widget_meta ul {
  list-style: none;
  margin-bottom: 0;
}
#content .widget_categories ul ul ul ul ul, #content .widget_pages ul ul ul ul ul, #content .widget_nav_menu ul ul ul ul ul, #content .widget_meta ul ul ul ul ul {
  padding-left: 0;
}
#content .widget_categories ul li, #content .widget_nav_menu ul li, #content .widget_pages ul li, #content .widget_archive ul li, #content .widget_meta ul li {
  font-size: 0;
  line-height: 0;
}

#content .widget_categories ul li.current-cat > a, #content .widget_nav_menu ul li.current-cat > a, #content .widget_pages ul li.current-cat > a, #content .widget_archive ul li.current-cat > a, #content .widget_meta ul li.current-cat > a, #content .widget_categories ul li.current-cat-parent > a, #content .widget_nav_menu ul li.current-cat-parent > a, #content .widget_pages ul li.current-cat-parent > a, #content .widget_archive ul li.current-cat-parent > a, #content .widget_meta ul li.current-cat-parent > a, #content .widget_categories ul li > a:hover, #content .widget_nav_menu ul li > a:hover, #content .widget_pages ul li > a:hover, #content .widget_archive ul li > a:hover, #content .widget_meta ul li > a:hover {
  color: #000;
  text-decoration:underline;
}
#content .widget_categories ul.sub-menu li, #content .widget_nav_menu ul.sub-menu li, #content .widget_pages ul.sub-menu li, #content .widget_archive ul.sub-menu li, #content .widget_meta ul.sub-menu li {
  padding-left: 0;
}
#content .widget_categories .nice-select ul li, #content .widget_nav_menu .nice-select ul li, #content .widget_pages .nice-select ul li, #content .widget_archive .nice-select ul li, #content .widget_meta .nice-select ul li {
  font-size: 14px;
  line-height: normal;
}
.widget_recent_entries a, .widget_recent_comments a {
  font-size: 18px;
  line-height: 1.777;
  color: #000;
}


#secondary .widget:last-child {
  margin-bottom: 0;
}

.tagcloud a {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  color: #000 !important;
  display: inline-block;
  font-size: 14px !important;
  letter-spacing: 0.035em;
  line-height: 32px;
  padding: 0 12px;
  margin-bottom: 15px;
  margin-right: 9px;
}
.tagcloud a:hover {
    color: #fff !important;
    border-color: #f58622;
    background-color: #f58622;
}
embed, iframe, object {
  max-width: 100%;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {

}
.wp-caption .wp-caption-text {
  font-size: 0.875em;
  font-style: italic;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-caption {
  display: block;
}


.logged-in-as a {
  color: #616161;
}
.logged-in-as a:hover {
  color: #f58622;
}

.cms-grid .item-featured img {
  width: 100%;
}
.cms-grid .cms-grid-inner {
  position: relative;
}
.cms-grid .item-title a {
  color: inherit;
}
.cms-grid .item-title a:hover {
  color: #f58622;
}
@media screen and (max-width: 991px) {
  .cms-grid .cms-grid-inner {
    margin: 0 -15px !important;
  }
  .cms-grid .cms-grid-inner .grid-item {
    padding: 15px !important;
  }
  .cms-grid .cms-grid-inner .grid-item .grid-item-inner {
    margin-top: 0 !important;
  }
}
.cms-grid .cms-grid-pagination {
  margin-top: 35px;
}
.cms-grid .item-featured a {
  display: block;
}
.grid-filter-wrap {
  margin-bottom: 38px;
}
.grid-filter-wrap span {
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  margin: 10px 0;
  padding: 0 16px;
  transition: all 300ms linear 0ms;
  text-transform: capitalize;
  color: rgba(0, 0, 0, 0.33);
}
.grid-filter-wrap.align-left span:first-child {
  padding-left: 0;
}
.grid-filter-wrap.align-right span:last-child {
  padding-left: 0;
}
.grid-filter-wrap.filter-secondary span.active, .grid-filter-wrap.filter-secondary span:hover {
  color: #000 !important;
}
.grid-filter-wrap.filter-primary span.active, .grid-filter-wrap.filter-primary span:hover {
  color: #f58622 !important;
}
.grid-filter-wrap.filter-small {
  margin-bottom: 48px;
}
.grid-filter-wrap.filter-small span {
  font-family: inherit;
  font-weight: 500;
  font-size: 15px;
}
.grid-filter-wrap.filter-general {
  border-bottom: 1px solid #101010;
  position: relative;
  margin-bottom: 38px;
  padding-bottom: 14px;
}
.grid-filter-wrap.filter-general:before {
  content: "";
  height: 1px;
  background-color: #3f3f3f;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}
.grid-filter-wrap.filter-general .filter-item {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.66);
}
.grid-filter-wrap.filter-general .filter-item.active, .grid-filter-wrap.filter-general .filter-item:hover {
  color: #f58622 !important;
}
.select-filter-wrap.nice-select, .select-order-wrap.nice-select {
  min-width: 160px;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 21px;
  display: inline-block;
  width: inherit;
  border: none;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
  font-size: 15px;
}
.select-filter-wrap.nice-select:after, .select-order-wrap.nice-select:after {
  content: "\f2f9";
  right: 15px;
  font-size: 15px;
}
.select-order-wrap {
  margin-left: 15px;
}
.item-order {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.owl-nav {
  text-align: center;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  color: #a2a2a2;
  display: inline-block;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
  transition: all 300ms linear 0ms;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  color: #000;
}
.owl-dots {
  text-align: center;
  margin-top: 35px;
}
.owl-dots .owl-dot {
    border-radius: 20px;
    background: #a2a2a2;
    display: inline-block;
    height: 20px;
    margin: 0 7px;
    width: 20px;
    transition: all 300ms linear 0ms;
}

@media(max-width:767px) {
.owl-dots .owl-dot {
    margin: 0 12px;
}}


.omdome-karusell .owl-dots .owl-dot {
    background-color: rgba(255, 255, 255, .27);
}

.owl-dots .owl-dot.active {
  background-color: #f58622;
}


.cms-gallery-carousel {
  border-radius: 5px;
  overflow: hidden;
}
.cms-gallery-carousel .cms-gallery-item-inner {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.cms-gallery-carousel .owl-nav {
  position: absolute;
  bottom: 5px;
  right: 16px;
}
.cms-gallery-carousel .owl-nav .owl-prev, .cms-gallery-carousel .owl-nav .owl-next {
  color: #fff;
  font-size: 22px;
}
.cms-gallery-carousel .owl-nav .owl-prev i:before {
  content: "\f2ea";
}
.cms-gallery-carousel .owl-nav .owl-next i:before {
  content: "\f2ee";
}
.list-style1 {
  margin: 0;
}
.list-style1 li {
  line-height: 1.827;
  font-family: 'AvenirNext-DemiBold';
}
.entry-content .page-links {
  clear: left;
  padding-top: 10px;
}
.entry-content .page-links a {
  margin-left: 10px;
}
.is-parallax .site-content {
  transform: translate3d(0, 0, 0) !important;
}
.is-parallax .site-content .content-inner.rm-parallax {
  transform: translate3d(0, 0, 0) !important;
}


@media screen and (min-width: 1280px) {
  body .container {
    max-width: 1200px;
    width: 100%;
  }
  .content-has-sidebar.float-right {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
  }
  .content-has-sidebar.float-right + #secondary {
    padding-right: 55px;
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
  }
}

@media screen and (max-width: 1199px) {
  body .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #primary + #secondary {
    margin-top: 60px;
  }
}
.site-content {
  padding: 85px 0;
  position: relative;
}

.widget .widget-content ul {
  margin: 0;
  list-style: none;
}
.vc_column_container > .theiaStickySidebar > .vc_column-inner {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.vc_row.vc_row-fluid > .wpb_column {
  z-index: 2;
}
























/*Extra css*/


.produkttext {
    pointer-events: none;
    text-shadow: -1px 0.5px 3px rgba(0, 0, 0, .24);
    background: #f58622;
    margin-bottom: 0 !important;
}
.produkttext .h5 {
    font-size: inherit;
    text-align: center;
    color: #fff;
    padding: 21px 7.5px;
    font-weight: 600;
}

.produktgrid > div > div > div {
    background: #fff;
    border: 1px solid #ededed;
    margin-bottom: 30px;
}

.wpb_single_image.produktbild {
    text-align: center !important;
    margin-bottom: 0px !important;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.produktbild img {
    transition: .2s;
    padding: 47px 35px;
    max-height: 190px;
}
.wpb_single_image.produktbild.storrepb img {
    padding: 35px 35px;
}

.produktgrid > div > div > div:hover img {
    transform: scale(1.03);
}

section.vc_section.produktseg {
    background: #f6f6f6;
    padding-top: 90px;
    padding-bottom: 60px;
    margin-bottom: 120px;
}


section.vc_section.ejmarg {
    margin-bottom: 0px !important;
}


.altfarg {
    background: #e6ebee !important;
}

.usvideo iframe {
    max-height: 273px;
}

@media(min-width:992px) {
.usvideo iframe {
    max-height: 203px;
}}




section.vc_section.infoseg {
    background: #f6f6f6;
    padding-top: 70px;
    padding-bottom: 50px;
}



.fsbild {
margin-bottom:0px !important;
}








section.vc_section.kptseg {
    background-size: cover;
    background-position: center center;
position:relative;
padding-top:80px;
padding-bottom:50px;
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
section.vc_section.kptseg {
    min-height: 380px;
    height: 45vh;
    max-height: 600px;
}}


@media (max-width: 991px) {
section.vc_section.kptseg {
    padding-bottom: 120px;
}}

/*
@media (min-width: 992px) {
section.vc_section.kptseg:after {
    content: "";
    position: absolute;
    bottom: -21%;
    left: 0;
    height: 40%;
    width: 120%;
    background: #fff;
    z-index: 1;
    transform: skewY(3deg);
}}

@media (max-width: 991px) {
section.vc_section.kptseg:after {
    content: "";
    position: absolute;
    bottom: -21%;
    left: 0;
    height: 40%;
    width: 120%;
    background: #fff;
    z-index: 1;
    transform: skewY(3deg);
}}*/

section.vc_section.kptseg.ff {
padding-top:40px;
padding-bottom:10px;
margin-bottom:15px;
}

section.vc_section.kptseg:before {
content:"";
position:absolute;
background:#000;
height:100%;
	width:100%;
top:0;
left:0;
opacity:.04;
}
section.vc_section.kptseg.ff:before {
opacity:.6;
}

section.vc_section.kptseg:after {

}


.kptseg .h6 {
color:#fff;
margin-bottom:9px;
}
.kptseg .h3, .kptseg .h1 {
color:#fff;
letter-spacing: -.1rem;
}
.kptseg .h3:last-child {
margin-bottom: 0 !important;
}
@media(max-width:1050px)  {
.kptseg .h1 {
font-size:36px;
}}
@media(max-width:767px)  {
.kptseg .h1 {
font-size:28px;
}}

.kptseg .h1:after {
    content: "";
    height: 6px;
    width: 100%;
    background: #f58622;
    display: block;
    margin-top: 6px;
}

.kptseg .vc_row.wpb_row.vc_row-fluid {
    width: 100%;
}

.kptseg .wpb_text_column.wpb_content_element {
    margin-bottom: 0px !important;
}
.kptseg .wpb_text_column.wpb_content_element > div {
display:table;
}

@media(min-width:768px)  {
.kptseg .wpb_text_column.wpb_content_element {
    margin-bottom: 60px !important;
}}






.vc_row.wpb_row.vc_row-fluid.faqrow, .graseg > .vc_row.wpb_row.vc_row-fluid {
    max-width: 1200px !important;
}

.vc_row.wpb_row.vc_row-fluid.faqrow {
display: flex;
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
.faqrow > div > div > div {
    padding: 40px;
}}
.faqrow > div > div > div {
    background: #f5f5f5;
border: 1px solid #9c9c9c;
    padding: 20px;
height:100%;
}
.faqrow > div > div {
height:100%;
}
.faqrow > div {
margin-bottom:30px;
}

.faqrow > div > div > div .wpb_text_column  {
    margin-bottom: 0px;
    line-height: 20px;
min-height:240px;
}
.faqrow > div > div > div .wpb_text_column .h6 {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 14px;
}



section.vc_section.genseg.mittrow {
    background: #f5f5f5;
    padding-top: 75px;
    padding-bottom: 50px;
    margin-bottom: 70px;
}

@media(Min-width:992px) {
section.vc_section.genseg.mittrow {
    background: #f5f5f5;
    padding-top: 105px;
    padding-bottom: 90px;
    margin-bottom: 120px;
}}

.gencol .vc_row-fluid > div > div > .wpb_wrapper {
    position: relative;
	}

.gencol > div > div {
    position: relative;
box-shadow: 0px 0px 2px rgba(0, 0, 0, .22);
padding:5px;
background:#fff;
	}
.wpb_text_column.wpb_content_element.ginfodiv {
    margin-bottom: 0 !important;
    padding: 10px 10px;
    padding-top: 15px;
font-size:16px;
line-height:26px;
}
.gendiv .h6 {
    border-bottom: 1px solid #adadad;
    display: inline-block;
    margin-bottom: 10px;
}


.contdiv.cent {
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 24px;
}




	
	section.vc_section.graseg.fs {
    background: #f5f5f5;
    padding-top: 65px !important;
    padding-bottom: 35px;
margin-bottom:85px;
}


.owl-carousel .owl-dots.disabled {
    display: block;
}
.owl-stage, .owl-stage > div {
    display: flex;
}

.omdome-karusell {
margin-bottom:30px;
}

.omdome-div {
    background: #fff;
    border-radius: 8px;
    padding: 22px 14px;
    padding-bottom: 13px;
}

@media(min-width:768px) {
.omdome-div {
    font-size: .83rem;
    line-height: 1.2rem;
    word-spacing: normal;
}}


.omdome-text {
    margin-bottom: 4px;
    margin-bottom: 38px;
}

@media(max-width:767px) {
.omdome-text {
    margin-bottom: 38px;
}}

.omdome-titel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 6px;
}

@media(max-width:767px) {
.omdome-titel {
    bottom: 13px;
}}

@media(max-width:767px) {
.omdome-logo {
margin-bottom:15px;
}}

.omdome-logo {
    min-height: 69px;
    margin-bottom: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:767px) {
.omdome-logo {
    min-height: 96px;
}}

.omdome-logo img {
    max-height: 60px;
    max-width: 180px;
    display: inline-block !important;
    width: auto !important;
}







.omdomediv {
    padding: 20px;
    background: #fff;
font-style:italic;
}
@media(min-width:992px) {
.omdomediv {
    padding: 50px 60px;
    background: #fff;
font-size:17px;
line-height:27px;
}}

.omdomediv img {
height:44px;
margin-bottom:16px;
}


@media(min-width:992px) {
.partners-bild {
    margin: 0 -50px;
    width: calc(100% + 100px);
    display: inline-block;
}}

@media(max-width:991px) {
.partners-bild {
    margin: 0 -15px;
    width: calc(100% + 30px);
    display: inline-block;
}}







.sikoner img {
    max-height: 70px;
}
@media(max-width:991px) {
.sikoner img {
    max-height: 70px;
}}


.sikoner {
margin-bottom:18px !important;
}
.sikondiv {
margin-bottom:0 !important;
}
.sikondiv .h6 {
margin-bottom:10px;
font-weight:500;
font-size:19px;
}

.ikoncont > .wpb_column > div > .wpb_wrapper {
    background: #f5f5f5;
    padding: 20px;
height:100%;
}
@media(min-width:1200px) {
.ikoncont > .wpb_column > div > .wpb_wrapper {
    padding: 40px 36px;
}}

@media(min-width:768px) {
.ikoncont > .wpb_column {
    width: 33.33%;
}}

.ikoncont > .wpb_column {
    margin-bottom: 30px;
}

@media(min-width:768px) {
.ikoncont > .wpb_column > div {
height:100%;
}}
.ikoncont {
display:flex;
flex-wrap:wrap;
}



section.vc_section.omcbildseg {
 padding-bottom:1px;
}

section.vc_section.omcbildseg > div {
display:flex;
margin-bottom:70px;
margin-bottom:60px;
}

@media(min-width:768px) {
section.vc_section.omcbildseg > div {

}}


@media(max-width:991px) {
section.vc_section.omcbildseg > div {
    flex-wrap: wrap;
    margin: 0;
}}
@media(max-width:991px) {
section.vc_section.omcbildseg > div:not(:last-child) {
margin-bottom:50px;
}}
@media(min-width:992px) {
section.vc_section.omcbildseg > div:last-child {
margin-bottom:30px;
}}


@media(max-width:991px) {
section.vc_section.omcbildseg > .mobord {
display:flex;
flex-wrap:wrap;
}}
@media(max-width:991px) {
section.vc_section.omcbildseg > .mobord > div:nth-child(1) {
order:2;
}}

section.vc_section.omcbildseg > div > div {
width: 100% !important;
}


@media(min-width:768px) {
.omcbildcol > div.vc_column-inner {

}}

@media(min-width:992px) {
.omcbildcol .wpb_single_image {
margin-bottom:0 !Important;
text-align:right !Important;
}}
@media(min-width:992px) {
.mobord .omcbildcol .wpb_single_image {
text-align:left !Important;
}}


.omctextcol {
    align-items: center;
    display: flex;
}

@media(max-width:991px) {
.omctextcol .vc_column-inner {
padding: 0;
}}
@media(min-width:992px) {
.omctextcol .vc_column-inner {
padding: 30px 0px;
}}
@media(min-width:1200px) {
.omctextcol .vc_column-inner {

}}

@media(min-width:992px) {
.omctextdiv.hoger {
padding-left:50px;
}}
@media(min-width:992px) {
.omctextdiv.vanster {
padding-right:50px;
}}

@media(min-width:1700px) {
.mobord .omctextdiv {
margin-right:0;
margin-left:auto;
}}

.omctextdiv {
    margin-bottom: 0 !Important;
 /*   font-size: 15px;*/

}

.omctextdiv h5 {
margin-bottom:0 !Important;
}

.omctextdiv h4 {
margin-bottom: 18px;
}
.omctextdiv p:nth-child(2) {
margin-bottom: 25px;
}






















@media(min-width:768px) {
.fsomdiv {
    padding-top: 15px;
}}

@media(min-width:768px) {
.fsomdiv.van {
    max-width: 577px;
}}

@media(min-width:768px) {
.fsomdiv.hog {
    max-width: 577px;
margin-left:auto;
}}

.fsomdiv iframe {
    height: 129px;
    width: 229px;
border-radius:6px;
}





.fsintrodiv {
max-width: 820px;
}

.fsintrodiv.cent {
max-width: 820px;
margin-left:auto;
margin-right:auto;
}


.fsintrorow {
max-width: 820px !important;
}

.olist p, ul.olist li {
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 53px;
    font-size: 20px;
    font-weight: 500;
}
.olist p:before, ul.olist li:before {
    display: inline-block;
    content: "";
    height: 28px;
    width: 28px;
    background-size: cover;
    background-image: url(/wp-content/uploads/Ikon-4.png);
    position: absolute;
    left: 0;
}




body.home .mittrow > div > div  {

}


section.mittrow, .vc_row-fluid.mittrow, .mittrow  {
margin-bottom:55px;
}

section.mmittrow, .vc_row-fluid.mmittrow, .mmittrow  {
margin-bottom:95px;
}

@media(min-width:992px) {
section.mittrow, .vc_row-fluid.mittrow, .mittrow  {
/*margin-bottom:105px;*/
}}

.ombild img  {
max-height:220px;
}












section.vc_section.introfsseg {
    padding-top: 90px !important;
    padding-bottom: 100px;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.home section.vc_section.introfsseg {

}


.rutrow > .vc_column_container > .vc_column-inner {
padding-left:0 !important;
padding-right:0 !important;
}
.rutrow {
padding-left:15px !important;
padding-right:15px !important;
}

section.vc_section.rutseg {
    margin-bottom: 70px;
}

@media(max-width:991px) {
section.vc_section.rutseg {
    margin-bottom: 20px;
}}




.nyhetgrid {
    margin-bottom: 55px;
}

.ntitel {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight:600;
}
body #content .ntitel a {
color: inherit;
}
body #content .ntitel a:hover {
opacity:.8;
}

body #content .ntitel a:after {
	    font-size: 18px;
    content: "\f301";
    right: 15px;
    font-family: "Material-Design-Iconic-Font";
    font-size: 18px;
font-weight:300;
margin-left:12px;
}

.ndatum {
    margin-bottom: 15px;
    text-transform: uppercase;
}





.fsbildrow {
    background: #e6ebee;
    color: #1b335f;
    margin: 0 !important;
    margin-bottom: 30px !important;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .22);
    display:flex;
    flex-wrap:wrap;
align-items:center;
}
.fsbildrow > .vc_column_container > .vc_column-inner {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.fsbildrow > .vc_column_container {
display:flex;
align-items:center;
}

.wpb_text_column.wpb_content_element.fsbilddiv {
    margin-bottom: 0 !important;
}
.fsbilddiv {
padding:20px;
}
@media(min-width:992px) {
.fsbilddiv {
padding: 20px 50px;
}}

.fsbilddiv .h5 {
    font-weight: 600;
 /*   color: #f58622;*/
    margin-bottom: 20px;
}



.fsprodrow {
    padding-left: 5px;
    padding-right: 5px;
 /*   padding-bottom:75px;*/

}

body:not(.home) .fsprodrow {

}

@media(min-width:768px){
.fsprodrow {
display:flex;
flex-wrap:wrap;
align-items:stretch;
}}
.fsprodrow > div {
display:flex;
margin-bottom:5px;
}
.fsprodrow > div > div {
padding-left:10px !important;
padding-right:10px !important;
margin-bottom:30px;
}
.fsprodrow > div > div > div {
height: 100%;
    background: #f58622;
    transition: .2s ease;
}

.fsprodrow > div > div > div:hover {
    background: #ff9858;
}

.fsprodrow .vc_row-fluid > div > div > .wpb_wrapper {
position:relative;
}
@media(min-width:768px) and (max-width:1200px) {
.fsprodrow > div {
width: 50%;
flex: 0 0 50%;
}}



.fsprodbild {
text-align:center !important;
overflow:hidden;
margin-bottom:0 !important;
position:relative;
}
.fsprodbild:before {
content:"";
position:absolute;
height:50%;
width:100%;
left:0;
bottom:0;
background:linear-gradient(to top,#000 0%,transparent 100%);
z-index:2;
pointer-events:none;
}



@media(max-width:767px){
.fsprodbild {
margin-bottom:0 !Important;
}}



 .fsprodbild img {
transition: .2s;
}
 .fsprodbild:hover img {
    transform: scale(1.03);
}
@media(max-width:767px) {
.fsprodbild img {

}}



.wpb_text_column.wpb_content_element.fsprodcont {
    margin-bottom: 0;
    padding: 30px 30px;
    font-size: 15px;
    line-height: 22px;
    min-height:150px;
}

@media(min-width:768px) {
.wpb_text_column.wpb_content_element.fsprodcont {
    min-height:180px;
}}

.fsprodcont .h5 {
    color: #fff;
    font-weight: 600;
    text-shadow: -1px 2px 3px rgba(0, 0, 0, .10);
    }

.fsprodtext, .fsprodtext p, .fsprodtext p a {
    margin-bottom: 0 !Important;
        font-size:0px;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 3;
    transition: .2s ease;
}

.fsprodrow > div > div > div:hover .fsprodtext:after {
    transform: translateX(4px);
}

.fsprodtext:after {
    content: "";
    left: 30px;
    bottom: 30px;
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 60px;
    transition: .2s ease;
    background: #fff;
    background-image: url(/wp-content/uploads/Svart-pil.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center center;
}

.fsprodrow > div > div > div:hover .fsprodtext:after {
/*opacity:1;
transform:translatey(30px) translatex(0px);
transition-delay:.2s !important;
transition:.2s ease;*/
}



.fsprodtext > div {
/*z-index:1;
position:relative;*/
}
.fsprodtext .h5 {
display:inline-block;
padding-bottom:5px;
font-size:22px;
color:#fff;
margin-bottom:16px;
}
.fsprodtext .h6 {
color:#fff;
text-transform:uppercase;
font-size:14px;
line-height:23px;
margin-bottom:10px;
}






.content-construction-company .entry-featured img {
    border-radius: 0px;
}



.cent {
text-align:center;
}
.titmarg {
margin-bottom:60px !important;
}

.rotseg {
padding-bottom: 50px !Important;
padding-top: 70px;
}

@media(max-width:991px) {
.rotseg {
padding-top: 60px;
padding-bottom:40px !important
}}

body:not(.home) .rotseg {
padding-top: 30px;
}


.wpb_content_element.fsintrotext {
    font-size: 17px;
    line-height: 23px;
    font-weight: 500;
    max-width: 400px;
}
@media(min-width:992px) {
.fsintrotext {

}}

.fsintrotext h3.h4, .prodtit {
font-size:30px;
}
 
.vc_section.sidebarseg > .vc_row-fluid > div:first-child > div:first-child .vc_row-fluid:first-child .fsintrotext:first-child h3.h4 {
border-bottom: 1px solid #e4e4e4;
    padding-bottom: 9px;
    margin-bottom: 30px;
}

@media(Max-width:767px) {
.fsintrotext h3.h4, .prodtit {
font-size:30px;
}}


.fsintrobild img {
}

@media(min-width:992px) {
.fsintrobild {
        width: calc(100% + 100px);
        margin-top: 51px;
        margin-left: -51px;
    }}

.fsintrotext h4 {
    font-size: 22px;
    margin-bottom: 6px;
}




.vc_section.fsintroseg {
    margin-bottom: 50px;
}

@media(max-width:991px) {
.vc_section.fsintroseg {
    margin-top: -50px;
margin-bottom:30px;
}}






.trow {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, .12);
    border-radius: 8px;
    margin: 0;
    margin-bottom: 30px;
overflow:hidden;
}

.trow > .vc_column_container > .vc_column-inner {
padding:0 !important;
}

.trow .wpb_single_image {
margin-bottom:0 !important;
}
.trow .tndiv {
padding:30px;
margin-bottom:0!Important;
}

@media(max-width:991px) {
.trow .wpb_single_image {
text-align:center !important;
}}
@media(max-width:991px) {
.trow .wpb_single_image img {
max-height:100px;
margin-bottom:15px;
margin-top:-15px;
}}







.kpdiv {
margin-bottom: 45px !important;
    font-size: 15px;
    line-height: 20px;
}
.kpdiv p {
    margin-bottom: 5px;
}

.kptit {
font-size: 19px;
    color: #fff;
    padding: 14px 15px;
    font-weight: 500;
    margin: -15px;
    margin-bottom: 20px !important;
    background: #f58622;
}

.kpdiv {
    background: #f5f5f5;
    padding: 15px;
}








.olist {
    margin-bottom: 18px;
}

.olist i {
    background: #f58622;
    color: #fff;
    height: 24px;
    width: 24px;
    border-radius: 30px;
    font-size: 17px;
    line-height: 24px;
text-align:center;
position:absolute;
	left:0;
top:0px;
}

@media(max-width:767px) {
.olist i {

}}

.olist li {
    position: relative;
    padding-left: 40px;
    max-width: 400px;
    display: inline-block;
    margin-right: 17px;
font-size:18px;
font-weight:400;
}

.obild {
    border-radius: 8px;
    overflow: hidden;
}

.odiv h3 {
    margin-bottom: 30px;
}

.klogos .wpb_single_image img {
    box-shadow: 0px 0px 7px rgba(0, 0, 0, .12);
    border-radius: 5px;
}

@media (max-width: 991px) {
.klogos .wpb_single_image img {
    max-height: 83px;
}}

@media (min-width: 768px) {
.okdiv {
text-align:right;
}}


.okrow iframe {
width:100%;
border-radius:7px;
overflow:hidden;
box-shadow: 0px 0px 7px rgba(0, 0, 0, .12);
}
@media (max-width: 767px) {
.okrow iframe {
max-height:300px;
}}


.okrow {
    padding-bottom: 50px;
    padding-top: 65px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    background: #f3f3f3;
}
@media (max-width: 767px) {
.okrow {
padding-top:50px;
padding-bottom:35px;
}}


.okrow .titmarg h6 {
    margin-bottom: 11px;
    font-weight: 600;
}

.prisff {
    max-width: 336px;
}





.nrow {
    padding-bottom: 75px;
    padding-top: 15px;
}

@media (min-width: 992px) {
.nrow {
padding-bottom:125px;
padding-top:0;
}}

@media (max-width: 767px) {
.nrow {
padding-top:15px;
padding-bottom:35px;
}}



section.vc_section.aintrotjanstercurv {
    padding: 0 !important;
    display: flex;
    justify-content: center;
}
section.vc_section.aintrotjanstercurv > div {
    display: flex;
    align-items: flex-end;
    max-width: 100% !important;
    width: 100%;
}

section.vc_section.aintrotjanstercurv > div > .vc_column_container>.vc_column-inner {
padding:0px !important;
}

.aintrotjanstercurv .wpb_raw_html {
    margin-bottom:0px;
}
.bcurv {
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden ! Important;
    bottom: -1px;
    fill:#fff;
}
.aintrotjanstercurv.gra .bcurv path {
    fill: #f6f6f6;
}



/*
@media(min-width:992px) {
.fintrorow > div {
    max-width: 1215px;
}}
@media (min-width: 1800px) {
.fintrorow > div {
    max-width: 1540px !important;
}}
@media (min-width: 2000px) {
.fintrorow > div {
    max-width: 1640px !important;
}}
*/

.fintrorow .vc_col-sm-9 {

}


.fintrorow > div {
    width: 100%;
z-index:9;
}

/*
@media (min-width:768px) {
.fintrorow > div > :nth-child(1) {
    order: 2;
}}
@media (min-width:768px) {
.fintrorow > div > :nth-child(2) {
    order: 1;
}}*/

.fintrokdiv {
    font-size: 12.7px;
    margin-bottom: 22px !important;
font-weight: 400;
}
.fintrokdiv p {
display:none;
}
.fintrokdiv h6 {
    margin-bottom: 1px;
font-size:21px;
}



.fintrobild {
    margin-bottom: -22px !important;
}

@media(min-width:992px) {
.fintrobild {
/*    order: 1;
    max-width: 26%;
    padding-right: 25px;*/
    margin-bottom: -74px !important;
}}

.fintrobild img {
    max-height: 460px;
}

@media(max-width:991px) {
.fintrobild img {
    max-height: 220px;
}}





.nice-select .option {
    padding: 8px 11px;
}




.nyhetertitel.cent {
    margin-bottom: 50px;
}

.nyhetertitel h3.h6 {
    font-weight: 300;
    font-size: inherit;
    letter-spacing: inherit;
    margin-bottom: 10px;
}

.nhwrap {
    border-radius: 2px;
    background: #fff;
    overflow: hidden;
/*box-shadow: 0px 0px 5px rgba(0, 0, 0, .08);*/
}

.nhwrap .item-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 21px;
}


.nhbild {
    margin-bottom: 0px;
margin-bottom:20px;
}
.nd {
 /*   padding: 15px;*/
}


@media(min-width:768px) {
.introfsbild {
    text-align: right !important;
width:calc(100% + 20px);
}}

.introfsbild img {
max-height:250px;
}


.home .fsintrorow h6 {
    margin-bottom: 20px;
    font-weight: 400;
    /* font-size: 21px; */
}







.fintroseg {
    margin-top: 40px !important;
}

.fintrorow {
position:relative;
    background-size: cover;
    background-position: center center;
display:flex;
justify-content:center;
margin:0;
}

.fintrorow .wpcf7 {
background: #f1f1f1;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 29px;
    max-width: 400px;
margin-bottom:0;
margin-right:0;
margin-left:auto;
}
@media(min-width:992px) {
.fintrorow .wpcf7 {
padding-bottom:50px;
}}

@media(max-width:991px) {
.fintrorow .wpcf7 {
padding: 20px;
margin-left:0;
}}

@media(min-width:992px) {
.fintrorow > div > div:nth-child(2) > div > div {

}}


section.fintrorow:after {
content:"";
position:absolute;
top:0;
left:0;
height:100%;
width:100%;
opacity:.05;
background:#000;
}

/*
@media(min-width:992px) {
section.fintrorow:before {
    content: "";
    position: absolute;
    bottom: -22%;
    left: 0;
    height: 42%;
    width: 120%;
    background: #fff;
    z-index: 1;
    transform: skewY(6deg);
}}

@media(max-width:991px) {
section.fintrorow:before {
    content: "";
    position: absolute;
    bottom: -22%;
    left: 0;
    height: 42%;
    width: 120%;
    background: #fff;
    z-index: 1;
    transform: skewY(6deg);
}}
*/

@media(min-width:992px) {
section.fintrorow {
padding-top:40px !important;
    background-position: 50% 50%;
    min-height: 700px;
    height: 74vh;
    max-height: 800px;
}}


@media(max-width:991px) {
.fintrorow {
        padding-top: 160px ! Important;
        padding-bottom: 0px !important;
        background-position: 48% 100%;
        min-height: 500px;
    }}




.fintrodiv .btn:before {
    transform: translateY(10.5px) translateX(.5px) rotate(135deg);
}

 .fintrodiv h1 {
    margin-bottom: 17px;
    font-weight:700;
    color:#fff;
}
@media(min-width:768px) {
 .fintrodiv h1 {

}}
@media(min-width:1280px) {
 .fintrodiv h1 {

}}
@media(min-width:1800px) {
 .fintrodiv h1 {

}}
@media(max-width:767px) {
 .fintrodiv h1 {
    font-size: 32px;
    margin-bottom:8px;
}}
@media(max-width:500px) {
 .fintrodiv h1 {
font-size:28px;
}}

 .fintrodiv h2,  .fintrodiv .h6 {
    font-weight: 600;
    font-size: 17.5px;
    margin-bottom: -1px !important;
}

.fintrodiv p:not(:last-child) {
    margin-bottom: 30px;
    color: #fff;
    max-width: 718px;
    margin-left: auto;
    margin-right: auto;

    max-width: 657px;
    font-size: .95rem;
    line-height: 1.4rem;
}

@media(max-width:991px) {
.fintrodiv p:not(:last-child) {
margin-left:0;
}}

@media(max-width:767px) {
.fintrodiv p:not(:last-child) {
    margin-bottom: 18px;
}}




.fintrodiv > div .fintrotext {
display:flex;
flex-wrap:wrap;
}
@media(min-width:992px) {
.fintrodiv > div .fintrotext {
/*    max-width: 74%;
    order: 2;*/
}}
@media(max-width:991px) {
.fintrodiv > div .fintrotext {
    order: 2;
}}


.fintrodiv > div {

}

.fintrodiv p:not(:last-child), .fintrodiv h1 {
text-shadow: 0 2px 6px rgba(35, 31, 32, .45);
}

.fintrorow .doljmob .uct {
font-size:26.5px;
text-align:right;
white-space:nowrap;
}





@media(max-width:767px) {
.fintrodiv p:last-child {

}}
@media(min-width:768px) {
.fintrodiv {
    max-width:930px;
}}
@media(min-width:1200px) {
.fintrodiv {
    max-width: 930px;
}}


@media (min-width: 992px) {
.fintrodiv {
margin-right:auto;
margin-left:auto;
text-align:center;
margin-bottom:-92px !Important;
}}

@media (max-width: 991px) {
.fintrodiv {
margin-bottom:0px !Important;
}}

.fintrodiv {
animation: fadeInDown 0.9s ease-in-out;
}

@keyframes fadeInDown {
    from {
        opacity:0;
        transform: translatey(6px);
    }
    to {
        opacity:1;
        transform: translatey(0);
    }
}


.fintrorow .recaptcha {
    display: inherit;
line-height:11px;
font-size: 8.4px;
margin-top:3px;
}
.fintrorow .accep {
    display: inherit;
float:left;
padding-right:8px;
}

@media (min-width: 992px) {
.wpcf7 .row > .col-lg-6:first-child {
padding-right:5px;
}}
@media (min-width: 992px) {
.wpcf7 .row > .col-lg-6:nth-child(2) {
padding-left:5px;
}}

.wpcf7 .col-lg-12 {
}
.wpcf7 .row:not(:nth-child(2)) {
padding-bottom:6px;
}
p.h6.fktit {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 26px;
    line-height: 20px;
    font-size: 18px;
    max-width: 259px;
}

@media(max-width:991px) {
p.h6.fktit {
display:none;
}}




body .fintrorow input:not([type="submit"]), body .fintrorow select, body .fintrorow .nice-select {
border:none !important;
color: #8b8b8b;
    line-height: 18px;
font-size:13.5px;
}

@media(max-width:767px) {
body .fintrorow input:not([type="submit"]), body .fintrorow select, body .fintrorow .nice-select {
font-size:16px;
}}

[data-name="regnr"]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/wp-content/uploads/reg-sv.jpg);
    background-size: contain;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    height: 100%;
    width: 20px;
}
[name="regnr"] {
padding-left:30px !important;
}


.fintrorow .wpcf7 label {
    width: 100%;
    font-weight: 500;
    font-size: 10px;
    margin-bottom: -3px;
    display: block;
}











@media (max-width:991px) {
.ctad p {
max-width:300px;
}}

.ctarow {
    padding: 24px 0px;
color:#fff;
margin-bottom:0 !Important;
}

@media (min-width:768px) {
.ctad p:first-child {
    display: inline-block;
    margin-bottom: 0;
font-size: 18px;
}}

@media (min-width:768px) {
.ctad p:last-child {
     float: right;
    display: inline-block;
margin-top:-5px;
}}

.ctad .btn {
    background: #fff;
    color: initial;
}





























.cms-custom-menu-layout1 li a {
    background-color: #f58622;
    color: #fff;
}



.doljdiv {
display: none !important;
}




.wpcf7 form .wpcf7-response-output {
font-size: 12px !important;
    border: 1px solid #f2f2f2 !important;
}

@media (max-width: 991px) {
.wpcf7 .col-lg-6 {
padding-left: 15px !important;
padding-right: 15px !Important;
}
}




.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f58622;
    color: #fff;
    font-size: 13px;
    line-height: 29px;
    border-width: 1px;
    margin-top: 32px;
    min-height: 35px;
    width: calc(100% - 130px);
    margin-left: 0;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    text-align: left;
    font-size: 15px;
margin-top:9px;
margin-bottom:0;
}

.wpcf7-spinner {
    margin-left: 3px;
float:right;
background-color: rgba(0, 0, 0, .12);
}


@media (max-width: 767px) {
body {

}
}


.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .vc_section.vc_section-has-fill+.vc_section {
  /*  padding-top: 0;*/
}














.ensamrow {
padding-top: 50px;
padding-bottom: 50px;
}


.fullcrow > .vc_col-sm-12 {
max-width: 100% !Important;
}
.fullrow > .vc_col-sm-12 {
max-width: 100% !Important;
padding: 0 !important;
}
.brow > .vc_col-sm-12 {
max-width: 1270px !Important;
}
.fullrow > .vc_col-sm-12 > .vc_column-inner {
padding: 0 !Important;
}


section.vc_section.kortrow > .vc_row-fluid {
/*max-width: 1000px;*/
}


section.vc_section.fullrow > .vc_row-fluid {
max-width: 100%;
}

.vc_section {
    margin: inherit;
}


.sbrow > .vc_row-fluid > .vc_col-sm-9 > .vc_column-inner > .wpb_wrapper > .vc_row-fluid {
margin-bottom: 40px;
}
.sbrow > .vc_row-fluid > .vc_col-sm-9 > .vc_column-inner > .wpb_wrapper > .vc_row-fluid:last-child {
margin-bottom: 0px;
}





@media (min-width: 768px) {
.kontcol {
    border-left: 1px solid #e4e4e4;
	padding-left: 15px;
}}

@media (min-width: 992px) {
.kontcol {
	padding-left: 30px;
}}


@media (max-width: 767px) {
.kontcol .kontaktdiv {
    border-top: 1px solid #e4e4e4;
	padding-top: 30px;
margin-bottom: 50px;
}}




.kontaktdiv {
line-height: 31px;
	}

.kontaktdiv i {
    font-size: 14px;
}





.kontaktrow {
    padding-top: 100px;
    padding-bottom: 70px;
}


.levrow {
    padding-bottom: 70px;
    border-top: 1px solid #ededed;
    padding-top: 70px;
}

@media (max-width: 991px) {
.levrow {
    padding-top: 50px;
padding-bottom:35px;
}}













.single #primary, .content-row #primary {
    padding: 0px;
}

.entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12, .post-type-content-inner > .vc_row.vc_row-fluid > .vc_col-sm-12  {
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
}

.entry-content > .vc_row.wpb_row.vc_row-fluid, .post-type-content-inner > .vc_row.wpb_row.vc_row-fluid {
position: relative;
margin-left: auto;
margin-right: auto;
}


@media (min-width: 992px) {
.entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12, .post-type-content-inner > .vc_row.vc_row-fluid > .vc_col-sm-12, .entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12 {
    max-width: 1040px;
}
	 }

@media (min-width: 2000px) {
.entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12, .post-type-content-inner > .vc_row.vc_row-fluid > .vc_col-sm-12, .entry-content > .vc_row.vc_row-fluid > .vc_col-sm-12 {
    max-width: 1600px;
}
	 }

.vc_col-has-fill>.vc_column-inner, .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 0;
}


.grecaptcha-badge {
display: none !Important;
}

.wpcf7 p.recaptcha {
    font-size: 10px;
    max-width: 412px;

    line-height: 15px;
    margin-top: -1px;
    margin-bottom: 10px;

}
body #content p.recaptcha a {
color:#000;
}

.kontaktfrow .recaptcha {
    color: rgba(238, 238, 238, 0.728);
    margin-bottom: 15px;
    text-align: right;
    max-width: 800px;
    margin-left: auto;
    padding-left: 30px;
}






.titeldiv {
    text-align: center;
    margin-bottom: 50px !important;
}

.titeldiv p {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.titeldiv h4 {
    color: #f58622;
    margin-bottom: 5px;
}

ol li {
    list-style-type: none;
    padding-left: 23px;
    position: relative;
    margin-bottom:12px;
}
ol li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    border: 1px solid #8f8b8b;
}



.borderr img {
    border-radius: 8px;
}

@media (max-width: 991px) {
.bildhoger {
text-align: left !important;
}
	}

.br img, .bildhoger img {
box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    max-height: 400px;
    border-top: 2px solid #f58622;
    background-color: #fff;
    padding: 35px;
}

.bildborder img {
box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    border-radius: 3px;
    max-height: 400px;
    border-top: 2px solid #f58622;
overflow: hidden;
}


.omsidabilder .wpb_single_image img {
    max-height: 360px;
    -webkit-box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    border: 6px solid #f4f4f4;
}

.omsidabilder {
    height: 309px;
    margin-bottom: 30px;
}

.omsidabilder .wpb_single_image {
    left: 0;
    right: 0;
    text-align: center;
}

.omsidabilder .wpb_single_image:nth-child(1) {
    position: absolute;
    z-index: 6;
}
.omsidabilder .wpb_single_image {
    left: 0;
    right: 0;
    text-align: center;
}
.omsidabilder .wpb_single_image:nth-child(2) {
    position: absolute;
    top: 120px;
    left: -150px;
    z-index: 6;
}








.topbar ul {
    display: inline-block;
    margin-bottom: 0;
list-style-type: none;
}
@media(max-width:1240px)  {
.topbar ul {

}}






.topbar .tbh > li {
margin-left:5px;
    line-height: 43px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.topbar .tbh > li:nth-child(2) {
margin-left:0px !important;
}

.topbar .tbh > li > a.fbtn, .topbar .tbh > li > a.abtn  {
     line-height: 26px;
    cursor: pointer;
    font-family: inherit;
    font-weight: 400;
    font-size: 13.2px;
    display: block;
    padding: 0px 9px;
    border-radius: 2px;
    min-width: 119px;
    position: relative;
    background: #d9d9d9;
    text-align: center;
}

@media(max-width:1200px) {
.headroom--down .tbh > li > a.fbtn, .headroom--down .tbh > li > a.abtn, .headroom--up .tbh > li > a.fbtn, .headroom--up .tbh > li > a.abtn {

}}

.topbar a.fbtn {
    display: inline-block;
    border: 0.6px solid #f58622;
    background: #f58622;
Color: #fff;
}
.topbar .abtn {
}
.topbar .tbh > li > a:after {
    font-size: 18px;
    content: "\f301";
    right: 9px;
    font-family: "Material-Design-Iconic-Font";
    font-size: 14px;
    font-weight: 300;
    margin-left: 12px;
    vertical-align: -1px;
}

.topbar .tbh > li > a:hover, .topbar .tbh > li > a:focus, .fbtn:hover, .fbtn:focus, .page-id-17481 .topbar .tbh > li > a {
    background: #f58622;
    color: #fff;
    border-color: inherit;
}






.topbar .tbv li {
    display: inline-block;
padding-right: 15px;
}

.topbar > .container > ul > li > a { 
    color: #777070 !important;
}
.topbar ul li a strong { 
color:#fff !important;
}

.topbar .tbh {
    margin: 0 -30px;
    float: left;
    user-select: none;
}


.tbh img {
    height: 11.4px;
    margin-top: -2px;
    margin-right: 14px;
}
.tbh img.telik {
    height: 16px;
    margin-top: -4px;
    margin-right: 12px;
}







.wpb_text_column.wpb_content_element.cent.service-div {
    font-size: 1.06rem;
}


.banrow {
    padding-bottom: 100px;
}




.distrow {
    padding-bottom: 60px;
}

.distrow > .vc_col-sm-12 {
max-width: 1270px !important;
}










.tjanst .tlank {
content:"";
 position: absolute;
 height: 100%;
    width: 100%;
top: 0;
left: 0;
font-size: 0px;
    display: none;
z-index: 99;
}


section.distrow > div.tjansterrow {
    max-width: 930px;
}

@media (max-width: 991px) and (min-width: 600px) {
.tjansterrow > .vc_col-sm-3 {
width: 50% !important;
    display: inline-block;
    float: left;
}
}





.tjansterrow .vc_column-inner {

}


.tbild img {
    border-radius: 100%;
    border: 6px solid #e7e7e7de;
    height: 129px;
}

.tbild {
    margin-bottom: -35px !important;
    text-align: center !important;
}
.tjansterrow > .tjanst .wpb_text_column {
background: #f58622;
color:#fff;
padding: 50px 20px;
padding-top:65px;
border-radius:8px;
}


.tjanst {
margin-bottom: 30px !important;
}

.tjanst .tjanstdiv {
    color: #fff !important;
    position: relative;
    overflow: hidden;
    height: 400px;
    background: linear-gradient(transparent,rgba(0,0,0,.5));
}

.tjanst .tjanstdiv .tjanstcont {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 0;
    padding: 30px 30px;
    height: 100%;
    transition: .6s;
   transform: translateY(0%);
}

@media (max-width: 991px) {
.tjanst .tjanstdiv .tjanstcont {
display: none;
}}




.tjanst .tjanstdiv h5 {
    font-size: 18px;
color:#fff;
    margin-bottom: 5px;
}

@media (max-width: 991px) {
.tjanst .tjanstdiv h5 {
    font-size: 22px;
}}

.tjanst .tjanstdiv .tjanstcont h4 {
    margin-bottom: 0;
    position: absolute;
    bottom: 28px;
    left: 30px;
    width: calc(100% - 60px);
    color: #fff;
    font-size: 22px;
}

@media (min-width: 992px) {
.tjanst .tjanstdiv .tjansthover {
    padding: 20px 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2b2b2b;
    transition: transform .6s;
    transform: translateY(100%);
}
}

@media (max-width: 991px) {
.tjanst .tjanstdiv .tjansthover {
    padding: 20px 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0%);
background: linear-gradient(transparent,rgba(0,0,0,.5));
}
}



.tjanst .tjanstdiv h5 {
margin-bottom: 15px;
}
.tjansthcont {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 60px);
}


@media (min-width: 992px) {
.tjanst .tjanstdiv:hover .tjanstcont {
    transform: translateY(-100%);
}}

@media (min-width: 992px) {
.tjanst .tjanstdiv:hover .tjansthover {
    transform: translateY(0%);
}}


.tjanst .btn {
margin-top: 11px;
color:#fff;
}

.tjanst .btn:focus, .tjanst .btn:hover, .tjanst .btn:focus::after, .tjanst .btn:hover::after {
    color: #403d3d !important;
}

















.omcont {
    overflow: hidden;
    min-height: 400px;
    font-weight: 300;
    background-size: cover !important;
    background-position: 50% 21% !important;
    position: relative;
    color: #fff;
margin-bottom: 0 !important;
}

.omcont .btn {
    margin-top: 20px;
color:#fff;
}

.omcont h5 {
    color: #fff;
}
.omcont > div {
    position: absolute;
    z-index: 9;
    max-width: 430px;
    padding: 30px;
    padding-bottom: 21px;
    width: 100%;
    bottom: 0;
}




















.omrow .omdiv {
text-align: center;
}
.omdiv h2 {
    position: relative;
    margin-bottom: 50px !important;
    max-width: 342px;
}
.omdiv em {
    color: #f58622;
    border-bottom: 2px solid;
    font-style: normal;
}


.omdiv i {
    background: #f58622;
    color: #fff;
    height: 34px;
    width: 34px;
    border-radius: 30px;
    font-size: 28px;
    line-height: 34px;
    margin-left: 16px;
}





.knappdiv .btn {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    width: calc(50% - 10px);
}

.knappdiv {
    margin-top: 30px;
    text-align: center;
    margin-left: -5px;
    margin-right: -5px;
}






.nyhetbild {
    height: 250px;
    background-size: cover !Important;
    display: block;
}


@media (min-width: 992px) {
.introtext p {
    max-width: 900px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
	}


.relateradeinlagg {
margin-top: 70px;
padding-top: 70px;
    padding-bottom: 60px;
    background: #f5f5f5;
}

.relateradeinlagg .container {
    padding-left: 30px;
    padding-right: 30px;
}

.vc_wp_custommenu {
    margin-bottom: 0;
}

.anstalldbild {
    height: 288px;
    margin-bottom: 0 !important;
    background-size: cover;
    background-position: 100% 22%;
}

@media (max-width: 1150px) {
.anstalldbild {
    height: 360px;
}
	}

.nyhetrow {
    padding-bottom: 70px;
    padding-top: 70px;
}

.usnyhetbild {
position: relative;
}

.usnyhetbild:before {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.68),rgba(0, 0, 0, 0.28));
    position: absolute;
}

.usnyhet {
padding: 30px;
padding-bottom: 26px;
    position: absolute;
    bottom: 0;
}

.nyhetp {
    text-transform: uppercase;
    font-size: 18px;
margin-bottom: 0;
}

.nyhetp a {
    color: #fff !important;
}
.nyhetp a:after {
    font-family: fontawesome;
    content: "\f105";
    line-height: 4px;
    padding-right: 10px;
    font-weight: 300;
    padding-left: 6px;
    font-size: 17px;
}

.datum {
list-style-type: none;
    margin-bottom: 5px;
    position: absolute;
    top: 26px;
    left: 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: inherit;
    letter-spacing: .8px;
    font-size: 13px;
    color: #fff;
}


.ominfobild {
    background-size: cover !important;
    height: 270px;
margin-bottom:0 !important;
}

@media (min-width: 992px) {
.ominfobild {
height: 430px;
    margin-right: -150px;
}
	}

.ominfo {
     padding-top: 70px;
    padding-bottom: 70px;
}

.ominfocta {
    background: #0073bb;
    padding: 30px;
color:#fff;
}
.ominfocta h4 {
color:#fff;
}
.ominfocta .btn {
color:#fff !important;
border-color:#fff;
}

@media (min-width: 992px) {
.ominfocta {
    margin-left: -50px;
    margin-top: 70px;
    height: 290px;
}
	}

@media (min-width: 992px) {
.ominfocta .btn {
position: absolute;
	bottom: 60px;
}
	}



.wpb_content_element {
    margin-bottom: 30px;
}


.kartkon .wpcf7 {
    padding: 30px;
}

.wpcf7 label {
width: 100%;
}




@media screen and (max-width: 991px) {
.primary-menu > li.current_page_item > a, .primary-menu > li.current-menu-item > a, .primary-menu > li.current_page_ancestor > a, .primary-menu > li.current-menu-ancestor > a {
    color: #f58622;
}}

@media screen and (min-width: 992px) {
#site-header-wrap #headroom .primary-menu .menydoljdator {
    display: none !important;
}
}



.karta iframe {
    border: 0;
    filter: url(data:image/svg+xml;utf8,#grayscale);
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;
}

.entry-content > .uur > .vc_col-sm-4 > .vc_column-inner, .entry-content > .uur > .vc_col-sm-8 > .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
padding-top: 0px;
padding-bottom:30px;
}


footer .widget_nav_menu ul li {
margin-bottom:13px;
}

@media(min-width:768px) {
footer .widget_nav_menu ul li {
margin-bottom:6px;
}}


footer .widget_nav_menu ul li a{
    line-height: 25px;
    font-weight: 600;
    display: flex;
    align-items: center;
    min-height: 32px;
    width: 100%;
}

@media(min-width:768px) {
footer .widget_nav_menu ul li a{
white-space:nowrap;
}}

footer .widget_nav_menu ul li a:hover{
text-decoration: underline;
}

footer .widget_nav_menu ul li:last-child {

}

.fom .btn {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400 !important;
height:29px;
}






@media (min-width: 768px) and (max-width: 1200px) {
.col-xl-3 {

}
}



@media (min-width: 992px) {
.fkontakt img {
max-height: 21px;
}
	}



.kontaktformular > h6 {
    margin-bottom: 15px;
}

.kontaktformular > p {
    margin-bottom: 15px;
}



.kontaktpcont h6 {
    font-size: 15px;
    margin-bottom: 10px;
}


.kontaktpcont p {
    margin-bottom: 0;
    line-height: 19px;
    font-size: 13px;
}

.kontaktpcont h6 span {
    display: block;
    font-weight: 300;
    font-size: 11px;
    line-height: 15px;
}

.kontaktpcont {
    display: inline-block;
    padding: 15px;
    padding-top: 0;
vertical-align: 48%;
}
.kontaktpbild {
    display: inline-block;
    padding: 15px;
    vertical-align: 178%;
}

.kontaktpbild img {
height: 77px;
}

.kontaktperson > h6 {
    background: #fff300;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.kontaktperson {
    background: #fff;
    box-shadow: 0 0px 11px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 11px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0px 11px rgba(0, 0, 0, 0.2);
margin-bottom: 30px;
}


.error404 .pref {
display: none;
}


.titelrow {
    text-align: center;
    margin-bottom: 30px !important;
}



#us .tbudskap {
background:#fff;
}

.tbudskap {
    height: 280px;
    padding: 30px;
position: relative;
}

.tbudskap h4 {
text-align: center;
margin-top: 59px;
}










@media screen and (min-width: 992px) {
.mainheader .main-navigation {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
    position: relative;
    width: 100%;
}
}

@media screen and (min-width: 992px) {
.mainheader .main-navigation > ul {
float:none;
display: inline-flex;
}
}





.kontaktperson-div {
    text-align: center;
}

.kontaktperson-bild {
    margin-bottom: 23px;
    position: relative;
    display: inline-block;
}

.kontaktperson-bild img {
    border: 2px solid #e4e4e4;
    border-radius: 100%;
    max-height: 150px;
}


.linkedin-lank {
    font-size: 0px;
    position: absolute;
    left: 9px;
    top: 9px;
    display: inline-block;
    height: 28px;
    width: 28px;
    transition:.3s ease;
        filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.05));
}
.linkedin-lank:hover {
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.4));
}

.linkedin-lank:before {
    content: "";
    background-image: url(/wp-content/uploads/Linkedin.png);
    width: 100%;
    height: 100%;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}




.banseg {
    padding-bottom: 90px;
    padding-top: 120px !important;
text-align:center;
background-size:cover;
background-position:center center;
background-position: 0% 31%;
position:relative;
}


@media (min-width: 992px) {
.banseg {
}}
@media (min-width: 1600px) {
.banseg {
    padding: 100px 0 !important;
}}

@media (max-width: 767px) {
.banseg {
    background-position: 31% 31%;
}}
.banseg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    opacity: 0;
}


.bandiv {
    max-width: 866px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}
.bandiv :last-child {

}
.bandiv .btn:last-child {

}


.bandiv h2, .bandiv h3 {
margin-bottom:30px;
}
@media(Max-width:767px) {
.bandiv h2, .bandiv h3 {
font-size:26px;
}}

.bandiv *:not(.btn) {
color:#fff;

margin-bottom:30px;
}
.bandiv .btn:hover {
border-color:#fff !important;
}

.bandiv .banknappar > .btn {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 5px !important;
    background: #f58622;
    color: #fff;
}

.bandiv h6 {
    margin-bottom: 40px;
}






.fom {
    max-width: 364px;
}

.sc {
font-size:34px;

margin-right:20px;

}
.sc .zmdi-facebook-box {

}
.sc:hover, .sc:focus {
color: #bebebe !important;
}
.sc b {
display:none;
}


a.f-tel {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 23px;
}
a.f-tel:before {
    content: "";
    height: 18px;
    width: 18px;
    background-image: url(/wp-content/uploads/ikon-tele.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
    transform: translateY(1px);
}

a.f-tel:hover {
text-decoration:underline;
}

@media (max-width: 767px) {
.footercol {
position:relative;
}
}
@media (min-width: 768px) {
.footercol {
        display: inline-block;
        vertical-align: top;
        max-width: 30%;
        flex: 0 0 30%;
        position: relative;
        font-weight: 500;
        font-size: 17px;
    }
}

@media (min-width: 1100px) {
.footercol:not(:nth-child(1)) {
padding-left:80px;
}
}

@media (min-width: 1100px) {
.footercol:nth-child(1) > section {
max-width:395px;
}
}

@media (min-width: 768px) {
.footercol:nth-child(1) > section .textwidget > p:nth-child(1){
        font-size: .80rem;
        line-height: 1.2rem;
    }
}

.footercol:nth-child(1) > section .textwidget > p:nth-child(1){
font-weight:300;
}


@media (min-width: 768px) and (max-width: 991px) {
.footercol {
/*    max-width: 50%;
    display: inline-flex;
    flex: 0 0 50%;*/
}
}

@media (min-width: 768px) and (max-width: 991px) {
.footercol:last-child {
/*    -ms-flex: 100%;
    flex: 0 0 100%;
    max-width: 100%;
display: block;*/
}
}


@media (min-width: 768px) {
.footercol:nth-child(1) {
padding-left:15px;
    -ms-flex: 0 0 40% !important;
    flex: 0 0 40% !important;
    max-width: 40% !important;
}
}


@media (max-width: 767px) {
.footercol {
margin-bottom: 80px !Important;
}
}
@media (max-width: 991px) {
.footercol:last-child {
margin-bottom: 0px !Important;
}
}




.pfooter .row {
    margin: 0;
}

.pfooter {
    padding: 50px 15px;
    padding-bottom: 35px;
    min-height: 161px;
    border-bottom: 1px solid rgba(237, 237, 237, 0.12);
    background: #0c223f;
}

@media (max-width: 991px) {
.pfooter .col-lg-5 {
    margin-bottom: 15px;
}
	}
@media (max-width: 991px) {
.pfooter {
padding-bottom: 50px;
}
	}

.pfooter h4 {
color: #fff;
    margin-bottom: 4px;
}
.pfooter h6 {
    color: rgba(255, 255, 255, 0.34);
    font-size: 20px;
}





.mfooter {
    font-weight: 400;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 99;
    float: left;
    background: #121212;
    color: #FFF;
}

@media(max-width:920px) {
.mfooter {

}}



.mfooter a {

}

.mftop {
  
}

@media(min-width:768px) {
.mfooter .mftop .container {
    padding-left: 30px;
    padding-right: 30px;
}}

@media(max-width:1700px) {
.mfooter .mftop .row {
/*margin: 0 auto;
    max-width: 1280px;
*/
}}

.mfooter .mftop .row {

}

.mfooter .mftop .footercont {
    width: 100%;
    padding-top: 85px;
    padding-bottom: 45px;
}

@media(min-width:992px) {
.mfooter .mftop .footercont {
        display: flex;
        padding-top: 120px;
        padding-bottom: 80px;
    }}



.flogos img {
display:inline-block;
height: 45px;
}

.flogos img:first-child {
margin-right:20px;
}











.mfooter a:hover {
    color: #afafaf;
}

.footerlogo {
    width: 100%;
    display: block;
    margin-bottom:13px;
}

.footerlogo img {
    height: 41px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:768px) {
.footerlogo img {
    height: 61px;
}}

@media (min-width:1100px) {
.footerlogo img {
        margin-top: -28px;
    }
}

.mfooter .footer-widget-title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 21px;
}




.mkd .row {
margin: 0 -15px;
}


.mkd {
    width: 100%;
    font-size: 10px;
    padding: 24px 15px;
    padding-top: 0;
}

.footerkontakt {
 
}






body .container {
	max-width:1200px;
		max-width:1100px;
}


@media (min-width: 1500px) {
body .container {
/*max-width:1430px;*/
}
	}
@media (min-width: 1600px) {
body .container {
/*max-width:1530px;*/
}
	}
@media (min-width: 1700px) {
body .container {
/*max-width:1630px;*/
}
	}
@media (min-width: 1800px) {
body .container {
max-width:1730px;
max-width: 1530px;
}
	}
@media (min-width: 2000px) {
body .container {
max-width:1810px;
max-width: 1630px;
}
	}

@media (min-width: 2200px) {
body .container {
max-width:2010px;
}
	}





















.form-popup .wpcf7-form .wpcf7-response-output {
    font-size: 11px !Important;
}

.form-popup .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    padding-top: 0px !important;
    margin-top: 0;
    padding-bottom: 10px;
}

.form-popup .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok:before {
display: none;
}









.wpcf7-list-item {
    margin: 0 0 0 1em;
}
.wpcf7-list-item > label {
    line-height: 17px;
    font-size: 11px;
}

.wpcf7 p {
margin-bottom: 0;
}




@media (min-width: 992px) and (max-width: 1200px) {
.uur > .vc_col-sm-9 {
width: 70%;
}
	}

@media (min-width: 992px) and (max-width: 1200px) {
.uur > .vc_col-sm-3 {
width: 30%;
}
	}

.uur > .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper > .wpb_text_column {
margin-bottom: 0 !Important;
}




.single-post .ptrow {
    height: auto;    background: rgba(1, 80, 166, 1);
}




.ptrow:before {
background: rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    content: "" !important;
border-radius:8px;
	}

.ptrow > div {
    padding: 0 15px;
}




.ptseg {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center center;
}




.ptrow {
padding: 30px 0px;
}


/*
@media (max-width: 1999px) {
.vc_section > .vc_row-fluid.ptrow {
    max-width: 1210px;
}}
@media (min-width: 2000px) {
.vc_section > .vc_row-fluid.ptrow {
    max-width: 1440px;
}}*/


@media (min-width: 768px) {
.ptdiv, .cms-breadcrumb {
padding: 0 15px;
}
	}


.ptdiv {
    width: 100%;
    position: relative;
    margin-bottom: 0px !important;
    overflow: hidden;
display:flex;
align-items:center;
/*justify-content:center;*/
	}

.ptdiv h1 {
font-size:30px;
color:#fff;
	}



.pgrow {
    background: #f58622;
display:flex;
flex-wrap:wrap;
align-items:center;
padding: 15px 0px;
}


.ptrow > div > div {
    height: 360px;
    background-position: center center;
    background-size: cover;
position:relative;
}
.ptrow > div > div:before {
content:"";
	position:absolute;
left:0;
top:0;
height:100%;
width:100%;
background:#000;
opacity:.018;
}
@media(max-width:991px) {
.ptrow > div > div {
    height: 300px;
}}

@media(min-width:768px) {
.cms-breadcrumb {
text-align:right;
}}

.cms-breadcrumb {
    margin-bottom: 0px;
}

.cms-breadcrumb > li {
    display: inline-block;
    position: relative;
    color: #fff;
text-transform:lowercase;
}
.cms-breadcrumb > li:not(:last-child) {
    padding-right: 20px;
}

body #content .cms-breadcrumb > li > a {
    color: #fff;
}
.cms-breadcrumb > li:not(:last-child):after {
    content: "";
    position: absolute;
    right: 9px;
    height: 12px;
    bottom: 5px;
    width: 1px;
    background: #fff;
opacity:.26;
    transform: skew(-13deg);
}
.wpb_text_column.wpb_content_element.bcrumbs {
    margin-bottom: 0;
}




.frow > .vc_col-sm-12 {
max-width: 100% !important;
padding: 0 !Important;
}

.frow > .vc_col-sm-12 > .vc_column-inner  {
padding: 0 !Important;
}







.omrow {
    padding-top: 20px;
    padding-bottom: 25px;
}

@media(max-width:991px) {
.omrow {
margin-top:-40px;
}}


.produktionrow {
    padding-bottom:100px;
}






.tdiv {
text-align: center;
}
.tdiv h5 {
    font-weight: 400;
color:#fff;
}








@media (max-width: 991px) {
header {
    position: relative;
}
}

.lg-sub-html {
display: none !important;
}

.cms-image-gallery .grid-sizer {
display: none !Important;
}


.style1 .row .cms-image-item {
    overflow: hidden;
    max-height: 200px;
    padding: 15px !important;
    padding-bottom: 0 !important;
    margin-bottom: 15px !important;
}

.style1 .row .cms-image-item > a {
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
position: relative;
max-height: 185px;
}
.style1 {
    box-shadow: none !important;
margin: -15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
.style1 .row {
    margin: 0 !important;
}
	}



#secondary .widget {
    margin-bottom: 35px !important;
    border-radius: 0px;
    padding: 0px;
}

.widget-title {
    font-size: 20px !important;
    margin-bottom: 15px !important;
    font-weight: 400 !Important;
    line-height: 1.1 !important;
    text-transform: none !important;
}


@media(min-width:992px) {
.single-post section#recent-posts-widget-with-thumbnails-3 {
    padding-top: 67px !important;
    padding-top: 0px !important;
}}
section#recent-posts-widget-with-thumbnails-3 > div {
    border: 1px solid #ededed;
}










.next.page-numbers, .prev.page-numbers {
    padding-left: 10px !important;
    padding-right: 10px !Important;
    background-color: #fff !important;
}

.page-numbers {
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
background-color:#fff !important;
}


.page-numbers:hover, .page-numbers.current {
    color: #fff !important;
    background-color: #d62728 !important;
}





table td:nth-child(1){
background:#fafafa;
}
table td:nth-child(2){
background:#fff;
}

table td {
    border-top: none !important;
    padding: 6px 10px 6px 10PX;
min-width: 150px;
}

@media (min-width: 768px) {
table td {
    width: 50%;
}
	}

table {
box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
}



.vc_row[data-vc-full-width] {
    overflow: auto !important;
}

div#content .container.content-container {
    max-width: 100%;
}
 
 
#secondary .wpb_animate_when_almost_visible {
opacity: 1;
}



@media (min-width: 992px) {
.entry-featured .post-image {

}
}

.entry-featured .post-image {

	position: relative;
}

.entry-featured .post-image:before {
background: linear-gradient(to bottom,rgba(0, 0, 0, 0.12) 24%,rgba(0, 0, 0, 0) 72%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    content: "" !important;
    z-index: 0;
}

.content-general-construction .entry-meta .right {
 display: none;
}

h2.kt {
font-size: 20px;
    margin-bottom: 10px;
    font-weight: 300;
}

.kontaktr {
padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
margin-bottom: 10px !important;
}





@media (min-width: 992px) {
.entry-content > .uur, .post-type-content-inner > .uur > .vc_col-sm-12 {
max-width: 100%;
}
	}


@media (min-width: 992px) {
.entry-content > .uur, .post-type-content-inner > .uur > .vc_col-sm-12 {
    max-width: 1200px;
width: calc(100% - 60px);
margin-bottom: 100px;
}
	}

@media (min-width: 1600px) {
.entry-content > .uur, .post-type-content-inner > .uur > .vc_col-sm-12 {
    max-width: 2000px;
width: calc(100% - 60px);
margin-bottom: 100px;
}
	}


.vc_section > .vc_row-fluid {
margin-left: auto;
margin-right: auto;
    max-width: 1215px;
}
@media(max-width:1799px) {
.vc_section > .vc_row-fluid {
    max-width: 1170px;
    max-width: 1070px;
}}
@media(min-width:1800px) {
.vc_section > .vc_row-fluid {
    max-width: 1500px;
}}

@media(min-width:992px) {
.vc_section.sidebarseg > .vc_row-fluid {
    /* z-index: 99; */
display: flex;
    /* flex-wrap: wrap; */
    /* position: relative; */
    /* margin-top: 29px; */
    transform: rotate(-4deg);
}}

@media(min-width:992px) and (max-width:1180px) {
.vc_section.sidebarseg > .vc_row-fluid {
    padding: 0 50px;
}}


@media(max-width:1999px) {
body:not(.home) .vc_section.rotseg > .vc_row-fluid {
    max-width: 1210px;
}}

.vc_section.smalcon > .vc_row-fluid {
    max-width: 1100px;
}

@media (min-width: 2000px) {
.vc_section > .vc_row-fluid {
max-width: 1600px;
}
}

/*
@media (min-width: 2000px) {
.vc_row-fluid.fintrorow > div {
max-width: 1600px;
}
}*/


.kontaktsb {
    margin-bottom: 60px;
    font-size: 19px;
}

@media(min-width:768px) {
.sidebarseg .h6, body #content .sidebarseg .vc_col-sm-4 p.recaptcha a:not(.btn) {
color:#fff;
}}

@media(min-width:768px) {
.sidebarseg input[type=submit].btn-block {
    background: #1b335f;
}}



.kontaktsb a:hover, .kontaktsb a:focus {
    color: #f58622;
}

@media(min-width:768px) {
.sidebarseg .vc_col-sm-4 .kontaktsb a:hover, .sidebarseg .vc_col-sm-4 .kontaktsb a:focus {
    color: #0b375d;
}}


[data-name="acceptance-672"]  {
margin-bottom:6px !important;
}

.sidebarkp .recaptcha {
    line-height: 14px;
    width: calc(100% + 10px);
    margin-bottom: 7px !important;
}



@media(Min-width:992px) {
.vc_section.sidebarseg > .vc_row-fluid > div.vc_col-sm-8 {
    padding-right: 15px;
    padding-top: 70px;
}}

@media(Min-width:992px) {
.vc_section.sidebarseg > .vc_row-fluid > div.vc_col-sm-12 {
    padding-top: 70px;
}}

@media(Min-width:992px) {
.vc_section.sidebarseg > .vc_row-fluid > div.vc_col-sm-4 {
    position: relative;
    display: flex;
}}

@media(Min-width:992px) {
.vc_section.sidebarseg > .vc_row-fluid > div.vc_col-sm-4 > div {
    display: flex;
}}

@media(Min-width:992px) {
.vc_section.sidebarseg > .vc_row-fluid > div.vc_col-sm-4 > div > div {
    background: #f58622;
    color:#fff;
    padding: 5px 30px;
    padding-top: 70px;
    max-width: 319px;
    width:100%;
}}


@media(max-width:920px) {
.vc_section.sidebarseg > .vc_row-fluid > div:last-child {
margin-top:50px;

}}
@media(max-width:920px) {
.vc_section.sidebarseg > .vc_row-fluid > div {
width:100%;
}}




section.vc_section.sidebarseg {
    padding-top: 0px !important;
    padding-bottom: 0px;
    overflow: hidden;
    background: #fff;
    min-height:222px;
}

@media(min-width:992px) {
section.vc_section.sidebarseg {
    transform: rotate(4deg);
        width: calc(100% + 100px);
    margin: 0 -50px;
        margin-top: -68px;
}}

@media(max-width:991px) {
section.vc_section.sidebarseg {
padding-top:35px !important;
}}

@media(min-width:2000px) {
section.vc_section.sidebarseg {
    min-height:282px;
}}


section.vc_section.sidebarseg:before {
    content: "";
    position: absolute;
    width: 130%;
    left: -2%;
    height: 0%;
    /* z-index: 999999999; */
    display: block;
    /* background: #fff; */
}


@media(min-width:992px) {
section.vc_section.sidebarseg {

    margin-top: -68px;
}}



@media(max-width:991px) {
section.vc_section.sidebarseg {
padding-bottom:30px;
}}


.sidebarseg > div > div:last-child iframe {
    height: 184px;
width:100%;
border-radius:7px;
overflow:hidden;
box-shadow: 0px 0px 7px rgba(0, 0, 0, .12);
}

.sidebarseg > div > div:last-child > div > div > div:last-child iframe {
 /*   filter: url(data:image/svg+xml;utf8,#grayscale);
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;*/
}

@media(min-width:768px) and (max-width:920px)  {
.sidebarseg > div > div iframe {
height:300px !important;
}}



.wpcf7 {
     margin-bottom: 30px;
}

@media(min-width:1000px) {
.wpcf7 {

}}
@media(max-width:920px) {
.page-id-48 .wpcf7 {
margin-bottom:30px;
}}










@media (min-width: 992px) {
#content {
padding-top: 105px;
}
}


@media (max-width: 991px) {
#content {
	padding-top: 72px;
}
}




@media (max-width: 991px) {
.topbar .tbh {
display: none !Important;
}
		}


@media screen and (max-width: 991px) {
#site-header-wrap {
    position: fixed;
    width: 100%;
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
}
}

@media (min-width: 992px) {
#site-header-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
	}

@media screen and (min-width: 992px) {
.mainheader {
    position: relative;
    display: flex;
    align-items: center;
}
}



@media screen and (max-width: 991px) {
.main-navigation {
        border-top: none;
        padding: 0px 0px !important;
        right: -15px;
        top: calc(100% + 0px) !important;
        transition: .5s !important;
        height: 1000px !important;
        display: block;
        width: 83%;
        transform: translateX(120%);
        opacity: 1;
        left: auto;
    }
	}

@media screen and (max-width: 991px) {
.main-navigation.navigation-open {
    transform: translateX(0px);
}
}

@media (max-width: 991px) {
.main-navigation:after {
    background: rgba(0, 0, 0, 0.63);
    position: absolute;
    width: 200%;
    height: 100%;
    top: 0;
right: -200%;
    display: block;
    content: "" !important;
opacity:0;
transition: .15s ease;
}
}
@media (max-width: 991px) {
.main-navigation.navigation-open:after {
opacity:1;
}
}

@media screen and (max-width: 991px) {
#site-header-wrap .primary-menu li a {
    padding-bottom: 8px;
    padding-left: 30px !important;
    border-top: 1px solid #ededed;
    font-size: 20px;
    font-weight: 500;
    line-height: 37px;
    color: #000;
}
}

@media screen and (max-width: 991px) {
.primary-menu .sub-menu {
    padding-left: 5px;
    background-color: #f58622;
}
}

.main-menu-toggle {
    right: 0;
    top: 0;
    height: 54px;
    width: 54px;
background:#ededed;
}

.main-menu-toggle:before {
top: 19px;
height: 17px;
left: 27px;
width: 1px;
}

.sub-menu.submenu-open .main-menu-toggle:before {
top: 19px;
height: 17px;
left: 27px;
width: 1px;
}

.main-menu-toggle:after {
width: 17px;
top: 27px;
left: 19px;
height: 1px;
}

@media screen and (max-width: 991px) {
.current-menu-item.menu-item-has-children .main-menu-toggle:before, .current-menu-item.menu-item-has-children .main-menu-toggle:after {
    background-color: #000;
}
}

@media (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li > a {
        padding: 0 0px;
        /* padding-bottom: 8px; */
        height: 70px;
        display: flex;
        align-items: center;
        color: #fff;
        text-transform: none;
        font-weight: 500;
        font-size: 17px;
        transition: all .1s ease-in-out !important;
    }
	}

@media (min-width: 992px) {
.single-post #site-header-wrap #headroom .primary-menu > li > a {

}
	}

@media (min-width: 992px) {
#site-header-wrap #headroom.headroom--up .primary-menu > li > a, #site-header-wrap #headro#headroomom.headroom--down .primary-menu > li > a {

}
	}

@media screen and (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li:hover a:before, .primary-menu > li.current-menu-item > a:before, #site-header-wrap #headroom .primary-menu > li.current-page-ancestor > a:before {
display:block !important;
content:"";
position:absolute;
left:0;
bottom:0px;
width:100%;
height:2px;
background: #dedede !important;
opacity:0;
}
	}

@media screen and (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li.current-menu-item > a, body:not(.home) #site-header-wrap #headroom .primary-menu > li.current-page-ancestor:not > a {
color: #3b3b34 !important;
}
	}
@media screen and (min-width: 992px) {
body:not(.home) #site-header-wrap #headroom .primary-menu > li.current-menu-item > a, body:not(.home) #site-header-wrap #headroom .primary-menu > li.current-page-ancestor > a {
opacity:.85;
}
	}


@media screen and (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li:hover > a, #site-header-wrap #headroom .primary-menu > li:focus > a, #site-header-wrap #headroom .primary-menu > li:hover a, #site-header-wrap #headroom .primary-menu > li:active > a {

opacity:.85;
}
	}




section.no-results h1.page-title {
    font-weight: 300 !important;
    letter-spacing: 0px;
    font-size: 34px;
}



body.search article {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

body.search nav.posts-pagination {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

body.search #content section.no-results {
    background-color: #fff;
    padding: 0px;
    box-shadow:none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -ktml-box-shadow: none;
    -moz-box-shadow: none;
min-height: 280px;
}



b, strong {
    font-weight: 600;
}
.entry-body strong, .entry-body b {
    font-weight: 500;
}



body.search #content {
padding-top: 85px;
}

body.search aside {
display: none;
}

body.search .cms-breadcrumb {
visibility: hidden;
}


body.search .entry-featured {
display: none;
}

body.search section {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    -ms-flex: 0 0 100% !important;
}



body.search .entry-meta {
display: none;
}

body.search .single-hentry .entry-meta li {
    padding: 0px;
	margin-bottom: 0px;
}




ul.post-type-button .btn:before {
display: none !important;
}

body.search .btn:hover {
    background-color: transparent !Important;
    border: none !important;
    color: #000;
}





li.sorting .orderby {
    padding: 4px 5px 4px 0;
    background-color: transparent;
    border-right: none;
    border-top: none;
    border-bottom: none;
}




li.sorting .orderby span:after {
content: "" !important;
}

.filter-wrap > li {
    border-right: 1px solid #e3e3e3;
}


.filter-wrap > li span {
    position: relative;
color: #000;
}

.filter-wrap {
margin-bottom: 0px;
}


@media screen and (min-width: 992px) {
#main-menu-mobile {
display: none;
}
	}


@media screen and (max-width: 991px) {
#main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
    background-color: #fff;
    height: 1px;
    width: 34px;
}
	}

@media screen and (max-width: 991px) {
#main-menu-mobile .btn-nav-mobile {
    font-size: 0px;
    text-transform: uppercase;
    color: inherit;
    width: 65px;
    position: relative;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
}
}

@media screen and (max-width: 991px) {
#site-header-wrap #main-menu-mobile {
position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 100%;
}}

@media screen and (max-width: 991px) {
#site-header-wrap .site-branding {
min-height: 72px;
        height: 72px;
        display: flex;
        align-items: center;
        transform: translateY(13px);
    }
}

@media screen and (max-width: 991px) {
#site-header-wrap .site-branding a {
    line-height: 60px !important;
}
}

#site-header-wrap .site-branding a {
    transition: 0s !important;
}




input:not([type="submit"]):focus, textarea:focus, select:focus, .nice-select:focus {
    background-color: #fff;
    border-color: #f3f4f6;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}


.nyhetscont {
padding-top: 15px;
}

@media (max-width: 991px) {
.nyhetscont {
    padding: 15px;
    padding-bottom: 0;
}
	}
	
@media (min-width: 992px) {
.nyhetsbild {
    width: 30%;
    flex: 0 0 30%;
    display: block;
    float: right;
}
	}

.nyhetsgrid {
    margin: 0 15px 0 15px;
max-width: 800px;
}

.nyhetsgrid .grid-item {
padding: 0 !important;
margin-bottom: 15px; 
transition: .2s;
top: 0;
}



.nyhetsgrid .grid-item:hover {
top: -7px;
}

@media (min-width: 992px) {
.nyhetsgrid .cms-grid-inner .grid-item {
    padding-left: 20px !important;
}
	}

.nyhetsgrid .cms-grid-inner .grid-item {
	    border-radius: 2px;
    -webkit-box-shadow: 0 0px 11px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 11px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 11px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}


.entry-social-share ul li {
    margin-bottom: 0px;
}

.content-general-construction .entry-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.entry-social-share ul li + li {
    margin-left: 1px;
    margin-bottom: 0px;
}



.single-post #main.site-main {    overflow: hidden;
}

.single-post .entry-content > .vc_row-fluid > .wpb_column, .single-post .entry-content > .vc_row-fluid > .wpb_column > .vc_column-inner{
padding-left:0 !important;
padding-right:0 !important;
}



.nyhettitel {
    margin-bottom: 26px;
    font-weight:700;
}

.post-type-archive .entry-holder .btn {
margin-top:21px;
}


@media(max-width:991px) {
.single-post div.entry-body, .hfeed div.entry-holder {
    padding: 30px 15px;
}}

.single-hentry div.entry-holder h4 a {
color:#fff;
}

.single-post .entry-featured .post-image {
    margin-bottom: 30px !important;
    overflow: hidden;
}

@media(max-width:991px) {
.single-post .entry-featured .post-image {
overflow:hidden;
    margin-bottom: 0px !important;
}}

@media(max-width:991px) {
.entry-featured {
margin: 0 15px;
}}

.entry-body > h1 {
    font-size: 36px;
    margin-bottom: 30px;
}


.wp-caption-text {
    text-align: left;
}

.content-general-construction .entry-social-share {
    padding: 0 0px !important;
text-align: left !important;

}


.content-general-construction .entry-content-bottom {
    padding-top: 0px;
    border-top: 1px solid #ededed;
    margin: 0 0px;
    margin-bottom: -15px;
}

.fb-social {
    color: #6a75c8 !important;
}



.fa-chevron-left:before {
    content: '\f2ea' !important;
font-family: Material-Design-Iconic-Font;
}

.fa-chevron-right:before {
    content: '\f2ee' !important;
	font-family: Material-Design-Iconic-Font;
}



.zmdi-facebook:before {
    content: "\f082";
font-family: FontAwesome;
}



.entry-social-share a:not(.btn):hover {
    color: initial !important;
}


.content-general-construction .entry-social-share a:not(.btn) {
    width: 25px;
    line-height: 56px;
height: 10px;
}

.entry-social-share a:not(.btn) {
border: none !Important;
    background-color: transparent !important;
}

.mfp-wrap .mfp-container .mfp-arrow {
    background-color: transparent;
}



.cms-gallery-slider-wrap .slider-nav .thumb {
    margin-top: 15px;
}

.cms-gallery-slider-wrap .slider-nav {
    margin-bottom: 15px;
}


.nyhetskarusell .cms-grid-inner .grid-sizer {
    display: none;
}

.grid-filter-wrap {
    margin-bottom: 30px;
}

.grid-filter-wrap.filter-secondary span.active, .grid-filter-wrap.filter-secondary span:hover {
color: #0073bb !important;
}

.grid-filter-wrap.filter-secondary span:before {
    width: 100%;
    height: 1px;
    background: #eee;
    content: "";
    display: block !Important;
    bottom: 0;
    left: 0;
    position: absolute;
}

.grid-filter-wrap.filter-secondary span.active:before, .grid-filter-wrap.filter-secondary span:hover::before {
    width: 100%;
    height: 2px;
    background: #0073bb;
}

.grid-filter-wrap span {
    font-size: 15px;
    line-height: 39px;
    border-radius: 30px;
    font-weight: 300;
    padding: 0 15px;
    margin-left: 2px;
    margin-right: 2px;
    letter-spacing: 0.1px;
    text-transform: none;
    padding-top: 2px;
    margin-top: 0;
    color: #000;
    position: relative;
}



.vc_wp_custommenu .widgettitle {
    font-size: 20px;
}

.widgettitle {
    font-size: inherit;
    font-weight: 600;
    line-height: 1.1;
    color: #1b335f;
}

.widget_recent_entries .widgettitle {
    margin-bottom:0px;
}




.site-content {
    padding-top: 50px;
    padding-bottom: 0px;
}


body:not(.home) .site-content {
}





.rpjc_widget_cat_recent_posts li a {
    font-weight: 600 !important;
}

.rpjc_widget_cat_recent_posts li a:hover {
text-decoration: underline;
}

section#static_block_widget-5 .wpb_text_column.wpb_content_element {
margin-bottom: 0px !important;
}

section#text-6.widget.widget_text {
margin-bottom: 0px !important;
}


.site-footer .widget_nav_menu ul.menu li a:hover {
text-decoration: underline;
}

#content .widget_nav_menu ul li a {
font-size: 14px;
    line-height: 27px;
}


footer strong {
    font-weight: 600;
    color: #5d5d5d;
}



a {
color: inherit;
}

body #content .wpb_text_column a:not(.btn) {
/*color: #b85617;*/
}

body #content .wpb_text_column a:not(.btn):hover {
    color: #f58622;
}

body.single-blogg #content a:not(.btn), 
body.single-post #content a:not(.btn) {
color: #f58622;
}



body #content .kpdiv a {
color: inherit;
}










ul.socialt {
    list-style-type: none;
    margin-bottom: 0px;
}

ul.socialt li {
background: #00438c;
    width: 100%;
    max-width: 110px;
    position: relative;
}

ul.socialt li:hover {
background-color: #0057b5;
}


ul.socialt i {
    font-size: 16px;
    color: #fff;
    border-right: 1px solid rgba(237, 237, 237, 0.078);
    height: 37px;
    width: 37px;
    line-height: 39px;
    position: absolute;
    left: 0;
    text-align: center;
}

ul.socialt a {
    font-weight: 300;
    line-height: 38px;
    display: block;
    text-align: right;
    padding-right: 10px;
    font-size: 12px;
}

ul.socialt i.fa-linkedin {
padding-left: 10px;
}

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












@media screen and (min-width: 992px) {
.primary-menu ul.sub-menu:before {
    content: '' !important;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 30px;;
    display: block !important;
    pointer-events:none;
}}

@media screen and (min-width: 992px) {
.primary-menu ul.sub-menu {
    margin-top: 0px !Important;
    box-shadow: -1px 0px 14px 3px rgba(0, 0, 0, 0.12);
    min-width: 210px !Important;
transition: bottom 0.5s;
overflow: visible;
background:#fff !important;
z-index:99;
}
}

@media screen and (min-width: 992px) {
.primary-menu .sub-menu li a {
    line-height: 32px;
    font-size: 15px !Important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    text-transform: none;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: inherit;
    letter-spacing: 0;
    color: #8c8d8c;
}
}

@media screen and (min-width: 992px) {
.primary-menu .sub-menu li:last-child a {
    border-bottom: 0px solid #eee;
}
}


@media screen and (min-width: 992px) {
.primary-menu .sub-menu {
    background: #fff !Important;
	overflow: hidden;
}
}





@media screen and (min-width: 992px) {
#headroom {
    padding: 0 !Important;
    background-color: #121212;
    box-shadow: 0 0px 7px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    width: 100%;
    transition: all .3s !important;
    height: inherit;
    display: flex;
    flex-wrap: wrap;
}
}




@media screen and (max-width: 991px) {
#headroom {
    background-color: #121212;
}}

#headroom.headroom--up, #headroom.headroom--down {
        background: rgba(18, 18, 18, .69);
        backdrop-filter: blur(11px);
}
@media screen and (min-width: 992px) {
#headroom.headroom--down {
/*transform:translatey(-100%);*/
}}



@media screen and (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li {
margin: 0 0px !important;
background-color: transparent;
}
}
@media screen and (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li:not(:last-child) {
margin-right:15px !important;
}
}
@media screen and (min-width: 1200px) {
#site-header-wrap #headroom .primary-menu > li:not(:last-child) {
margin-right:55px !important;
}
}


@media screen and (min-width: 992px) {
#site-header-wrap #headroom .primary-menu > li:last-child a {

}
	
}




.samarb {
margin-bottom: 0;
    display: flex;
    flex-direction: inherit;
    flex-wrap: wrap;
    align-content: center;
    font-size: 8.6px;
    line-height: 16px;
    margin-left: 13px;
    color: #000;
    border-left: 1px solid #d3d3d3;
    max-height: 74px;
    min-height: 36px;
    padding-left: 16px;
    display:none;
}
.samarb span {
    width: 100%;
margin-top: -3px;
}
@media(max-width:991px) {
#site-header-wrap .site-branding .samarb {
    height: 52px;
    padding-left:10px;
}}
@media(max-width:991px) {
#site-header-wrap .site-branding .samarb {
font-size:7.8px;
}}

#site-header-wrap .site-branding .samarb img {
    height: 29px;
    padding: 0;
}

@media(max-width:991px) {
#site-header-wrap .site-branding .samarb img {
    height: 18px;
}}

@media(max-width:991px) {
#site-header-wrap .site-branding .samarb {
    max-height: 40px;
margin-left:10px;
}}





#site-header-wrap .row {
    width: 100%;
    margin: 0;
position: relative;
}


@media screen and (min-width: 992px) {
.primary-menu > li.menu-item-has-children > a:after {
    line-height: 0;
    vertical-align: -1px;
    padding-left: 6px;
display: inline-block !Important;
}
}

	


.kinfo {
    position: relative;
    display: flex;
    font-size: 15px;
    line-height: 26px;
}


@media(min-width:992px) {
.kinfo a {
    line-height: 26px;
    cursor: pointer;
    font-family: inherit;
    font-weight: 500;
    font-size: 17px;
    display: block;
    padding: 8px 52px;
    position: relative;
    background: #f58622;
    color: #fff !important;
    text-align: center;
    display: flex;
    align-items: center;
    letter-spacing: -.03rem;
}}
@media(min-width:992px) {
.kinfo a:hover, .kinfo a:focus {
background: #1b335f;
}}

@media(min-width:992px) {
.kinfo a:after {
content: "";
    background-image: url(/wp-content/uploads/vit-arrow.png);
    background-size: cover;
    height: 9px;
    width: 17.5px;
    margin-left: 15px;
    vertical-align: -1px;
}}

@media(max-width:991px) {
.kinfo {
    right: 69px;
    display: flex !important;
    position: absolute !important;
    top: 23px;
    font-weight: 500;
    letter-spacing: -.03rem;
}}
@media(max-width:991px) {
.kinfo img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    height: 17px;
}}

@media(min-width:992px) {
.kinfo img {
    display: none;
}}

.kinfo > div {
position:relative;
}

@media(max-width:991px) {
.kinfo a {
    padding-left: 23px;
    display: flex;
    align-items: center;
    color: #fff !important;
}}

@media screen and (max-width: 991px) {
.kinfo > div:not(:last-child) {
margin-right:15px;
padding-right:15px;
}}
@media screen and (min-width: 992px) {
.kinfo > div:not(:last-child):before {
content:"";
position:absolute;
right:0;
top:5px;
height:calc(100% - 9px);
width:1px;
background:#ededed;
}}

.kinfo > div a:nth-child(1) {
    margin-bottom: 0;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.kinfo > div a:nth-child(2) {
    margin-top: -8px;
    display: block;
margin-bottom:0;
    font-weight: 400;
display:none;
}





@media screen and (min-width: 992px) {
.topbar {
    z-index: 99;
    font-size: 15px;
    width: 100%;
    padding-top: 12px;
    padding-right: 0px;
    font-weight: 300;
    letter-spacing: -.03rem;
}
	}


.headercont {
position:relative;
width:100%;
}
@media screen and (min-width: 992px) {
.headercont {
        display: flex;
        flex-direction: column;
        transition: .4s ease;
        width: 73%;
        width:80%;
        padding-top: 23px;
    }
}
@media screen and (min-width: 992px) {
.headroom--down .headercont, .headroom--up .headercont {
/* padding-top:34px; */
width:100%;
}}



header .container {
    position: relative;
}

@media (min-width: 992px) {
header .container {
    display: flex;
    align-items: stretch;
    justify-content: center;
        padding-left: 30px;
    padding-right: 30px;
}}

@media (max-width: 991px) {
header .container {
padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
}

.menybar {
    margin-right: 0px;
    margin-left: auto;
    display: flex;
}










ol {
    list-style: inside circle;
    padding-left: 0;
    position: relative;
}

ol li {
list-style-type: none;
    padding-left: 23px;
    position: relative;
    display: inline-block;
}

@media (max-width: 991px) {
ol li {
    width: 100%;
}
	}

.gdpr ol li {
    width: 100% !important;
}

ol li:last-child {
    padding-bottom: 0px;
}



.pcontdiv {
    max-width: 680px;
}


div.widget.widget_recent_entries ul span {
display: block;
font-weight: 300;
font-size: 12px;
}


div.widget.widget_archive ul a:before {
font-family: Material-Design-Iconic-Font;
content: "\f332";
margin-right: 6px;
padding: 2px;
padding-left: 4px;
border-radius: 2px;
padding-right: 4px;
background-color: #ededed;
}



div.widget.widget_archive ul {
border: 1px solid rgba(0, 0, 0, 0.11);
border-top: none;
}

.uur .widget.widget_recent_entries ul li a {
line-height: 25px;
color: #000;
font-weight: 300;
font-size: 14px;
}




.widget.widget_recent_entries ul li:first-child {
padding-top: 0px;
}

div.widget.widget_recent_entries ul li {
    list-style-type: none;
    background-color: #fff;
    border-bottom: 1px solid #c4c4c4;
}

div.widget.widget_recent_entries ul li:last-child {

}
body #content div.widget.widget_recent_entries ul li a {
    padding-bottom: 6px;
    padding-top: 6px;
display:block;
font-size:inherit;
color:Inherit;
line-height:inherit;
font-weight:400;
}


div.widget.widget_recent_entries ul {
margin-bottom: 0px;
}



div.widget.widget_archive ul li {
padding-left: 20px;
padding-top: 0px;
padding-bottom: 0px;
border-bottom: 1px solid rgba(0, 0, 0, 0.11);
height: 52px;
line-height: 63px !important;
}

div.widget.widget_nav_menu ul li:last-child a {
margin-bottom: 0 !Important;
}

#content .widget_nav_menu ul {
position: relative;
overflow: hidden;
}





#content .ordlista .widget_nav_menu ul li a {
    font-size: 15px;
    line-height: 29px;
    display: block;
    padding-right: 35px;
    position: relative;
    max-width: 380px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-id-19682 #content .ordlista .widget_nav_menu ul li a {
    font-size: 23px;
      padding-top: 19px;
    padding-bottom: 19px;
}

#content .ordlista .widget_nav_menu ul li:not(:last-child) a {
    border-bottom: 1px solid rgba(37, 63, 85, .14);
}

#content .ordlista .widget_nav_menu ul li a:after {
    content: "\f2fb";
    font-family: "Material-Design-Iconic-Font";
    padding-left: 30px;
    vertical-align: -2.7px;
    position: absolute;
    right: 0;
    font-size: 30px;
}

#content .widget_nav_menu ul li.current_page_item a {
    text-decoration: underline;
}






@media (max-width: 991px) {
nav#site-navigation li.current-site-item > a, nav#site-navigation li.current-page-ancestor > a {
    background-color: #f5f5f5 !important;
}
	}

@media (max-width: 991px) {
#site-header-wrap .primary-menu li:first-child a {
border: none !Important;
}
}

#cms-grid-blog .cms-grid-inner .grid-item {

}

.nice-select {
padding-right: 15px !Important;
}

.nice-select:after {
    font-size: 18px;
    color: #000;
content: "\f2f9";
    right: 15px;
    top: 53%;
    transform: translate(0px, -53%);
}




#secondary .widget.taggardiv {
    margin-bottom: 0px !important;
}


section:not(.widget_nav_menu) .widget-content ul li {
    margin-bottom: 0px;
    box-shadow: none;
    overflow: hidden;
    padding: 15px;
    padding-bottom: 5px;
}

.widget-content ul li a {

}


body #content.site-content .widget-content .widget-content > ul li a:hover, .sidebar-style-construction-company #secondary .widget.widget_recent_entries a:hover {
color:#f58622 !important;
}




.single-post #content, .single-blogg #content{
background-color: #fff;
    padding-top: 151px;
    padding-bottom: 50px;
}



@media (min-width: 992px) {
.single-post #content {

}
	}

@media (max-width: 991px) {
.single-post #content, .single-blogg #content {
padding-top: 100px;
padding-bottom:30px !Important;
}
	}


@media screen and (max-width: 991px) {
#primary + #secondary {
margin-top: 10px;
/*padding: 0 30px;*/
}}

.zmdi-linkedin:before {
 content: "\f08c";
    font-family: FontAwesome;
}



.archive .content-container {
    max-width: calc(1240px - 60px) !important;
    width: calc(100% - 60px) !important;
    padding: 0;
}
.archive .content-container, .single-post .content-container, .single-blogg .content-container {
padding-top: 50px;
	padding-bottom: 50px;
}



#rpwwt-recent-posts-widget-with-thumbnails-3 img {
    margin-top: 0;
    margin-bottom:15px;
}

.widget-content ul li span.rpwwt-post-title {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 7px;
    color: #272626;
    font-weight: 600;
    letter-spacing: .2px;
    display:flex;

    font-size: 12.5px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.rpwwt-post-excerpt {
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
}

.rpwwt-widget ul li img {
    margin-bottom: 15px;
}

span.rpwwt-post-excerpt-more {
    font-size: 8px;
}




@media(min-width:1200px) {
aside.widget-area.widget-has-sidebar {
    padding-left: 30px;
}}

.archive .content-container .content-row {
    margin: 0;
    padding-right: 30px;
    padding-left: 30px;
}

.single-hentry {
    margin-bottom: 25px;
    position: relative;
overflow: hidden;
}

.single-hentry .entry-title {
    font-size: 32px !Important;
    font-weight: 600 !Important;
    color: #fff !Important;
    text-transform: none;
    z-index: 9999;
    position: relative;
    margin-bottom: 15px !important;
}

.single-hentry .entry-title a {
    color: #000;
}

.single-hentry .entry-more {
    margin-top: 0;
}

.single-hentry .entry-featured .post-image a:before {
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0.12) 24%,rgba(0, 0, 0, 0) 72%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    content: "" !important;
    z-index: 0;
}




.single-post h1.page-title {
    font-size: 27px !important;
    line-height: 38px !important;
    font-weight: 300 !important;
}

.content-general-construction .entry-meta li, .hfeed .entry-meta li {
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding-left: 0px;
    margin-bottom: 0px;
    font-family: inherit !important;
}

.content-general-construction .entry-meta {
    border-bottom: none;
    padding-bottom: 0px;
    top: 28px;
    position: absolute;
}

.content-general-construction .entry-content {
border-top: none;
}


.content-general-construction .entry-content-bottom label {
text-transform: none;
font-weight: 300;
color: #000;
vertical-align: 8%;
display: inline-block !important;
}

.entry-content-bottom .label {
display: inline-block !important;
}



.error-404 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media screen and (min-width: 992px) {
.single-post #primary {
padding-left:0px;
}
	}

@media screen and (min-width: 992px) {
.single-post #secondary {
    padding-top: 0px !important;
    padding-right: 0px;
    padding-left: 30px;
}
	}

@media screen and (min-width: 992px) {
.single-post #secondary {
padding-top: 0px !important;
    max-width: 30%;
    flex: 0 0 30%;
    -ms-flex: 0 0 30%;
padding-right: 30px;
	padding-left:30px;
}
	}

@media screen and (min-width: 1200px) {
.single-post #secondary {
	padding-left: 45px;
}
	}

@media screen and (min-width: 992px) {
.single-post .row.content-row, .single-blogg .row.content-row {
    max-width: 1210px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
	}


#wp-admin-bar-dashboard, #wp-admin-bar-theme-options, #wp-admin-bar-swa-import, #wp-admin-bar-mlk, #wp-admin-bar-wp-logo, #wp-admin-bar-comments, #wp-admin-bar-new-content, .entry-edit-link, #wp-admin-bar-duplicate-post, #wp-admin-bar-gp, #wp-admin-bar-vc_inline-admin-bar-link {
display: none !important;
}



@media screen and (max-width: 1199px) {
.content-general-construction .entry-social-share {
    margin-top: -3px;
}
}




@media screen and (max-width: 1199px) {
.content-general-construction .entry-content-bottom .label {
    display: inline-block;
}
}

@media screen and (max-width: 1199px) {
.content-general-construction .entry-content-bottom label {
    margin-bottom: 0px;
}
}

@media screen and (max-width: 1199px) {
.content-general-construction .entry-social-share li {
    margin: 0 5px 0px 0;
}
}




.wpcf7-form .wpcf7-form-control-wrap {
    margin-bottom: 17px;
    display: block;
}

.wpcf7 .vc_col-sm-6 {
z-index: 9;
}

@media (max-width: 991px) {
.wpcf7 .vc_col-sm-6 {
padding: 0 !important;
}
	}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select, .nice-select {

}

body input:not([type="submit"]), body textarea, body select, body .nice-select {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.2px;
    color: #393939;
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 6px;
    padding-bottom: 9px;
    background-color: #fff !important;
    font-family: inherit;
    border-radius: 2px;
}



body .kontaktfrow input:not([type="submit"]), body .kontaktfrow textarea, body .kontaktfrow select, body .kontaktfrow .nice-select {
    color: rgba(238, 238, 238, 0.728);
    border-color: rgba(238, 238, 238, 0.22) !important;
}

@media (min-width: 992px) {
body .kontaktfrow input:not([type="submit"]), body .kontaktfrow textarea, body .kontaktfrow select, body .kontaktfrow .nice-select {
margin-bottom: 25px;
}
}

footer input:not([type="submit"]), footer textarea, footer select, footer .nice-select {
    color: #fff;
}

body input:not([type="submit"]):hover, body input:not([type="submit"]):focus, body textarea:hover, body textarea:focus {
 
}


.fintrorow textarea {
    height: 65px !important;
}


form .input-filled {
    text-align: right;
}



input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    margin-bottom: 15px;
margin-top:5px;
    color: #fff;
    background: #f58622;
    border: none;
    padding-left: 15px !important;
    padding-right: 15px !important;
    line-height: 31px;
    padding: 5px 0px;
    padding-bottom: 5px;
    font-size: 15px;
    opacity: 1;
    display: inline-block;
    min-width: 102px;
    width: inherit;
    text-align: center;
    font-weight: 500 !important;
    text-transform: none;
    letter-spacing: -.3px;
width:100%;
border-radius:2px;
}
.kpdiv input[type=button].btn-block, .kpdiv input[type=reset].btn-block, .kpdiv input[type=submit].btn-block {
    margin-top: 15px;
margin-bottom: 0px;
}

.kontaktfrow .btn-block {
    background: transparent !important;
    border: 1px solid rgba(238, 238, 238, 0.22) !important;
    color: inherit !important;
    float: right;
    color: #fff !important;
}
.kontaktfrow .btn-block:hover {
    background: #f58622 !important;
color:#fff !Important;
border-color: #f58622 !important;
}



.nice-select .option.selected {
    font-weight: 400;
}

.nice-select.open .list {
    padding: 0px;
    margin-top: 5px;
}


h3.iat {
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #e81e33;
    line-height: 28px;
}

div.wpcf7 input[type="file"] {
    border: none !important;
    padding-left: 0px;
    outline: none !important;
    line-height: 14px;
}

html{
	    overflow: auto!important;
}





@media (min-width: 768px) {
#primary {
    padding-left: 15px;
    padding-right: 15px;
}
}

@media (max-width: 767px) {
#primary {
    padding-left: 0px;
    padding-right: 0px;
}
}




.nyhetskarusell .owl-nav .owl-prev, .nyhetskarusell .owl-nav .owl-next {
    color: #000 !important;
    opacity: 1;
    font-size: 21px;
    border-radius: 100%;
    background: transparent;
    height: 37px;
    line-height: 41px !important;
    width: 37px;
}

.nyhetskarusell .zmdi-chevron-right:before {
 height: 20px;
width: 20px;
}
.nyhetskarusell .zmdi-chevron-left:before {
height: 20px;
width: 20px;
}

.nyhetskarusell .owl-dots {
text-align: left;
    width: 100%;
    margin-left: -4px;
    display: block !important;
}

.nyhetskarusell .owl-nav {
    max-width: 240px;
    width: 100%;
    float: right;
    padding-top: 15px;
    position: absolute;
    right: 0;
display: none;
}

.relateradeinlagg .owl-nav {
    max-width: 90px;
    width: 100%;
    padding-top: 15px;
    position: absolute;
    right: 0;
}

.nyhetskarusell .owl-nav > div:hover {
    color: #0073bb !important;
    border-color: #0073bb;
}

.nyhetskarusell .owl-prev {
    position: absolute;
    left: 0;
}
.nyhetskarusell .owl-next {
    position: absolute;
    right: 0;
}

.owl-carousel .owl-dots, .owl-carousel .owl-nav {
  
}




@media (min-width: 992px) {
footer .col-xl-3 > section {
margin-bottom: 35px !important;
}
	}


a:hover, a:focus {
    color: inherit;
}


.footercopy {
    text-align: center;
    /* padding: 5px 30px; */
    padding-bottom: 0px;
    font-size: 13px;
    color: #bfbebe;
}

@media (min-width: 768px) {
.footercopy {
    text-align: right;
}
}




.footercopy ul {
 margin-bottom:0;
}
.footercopy ul li {
display:inline-block;
/*margin-left: 8px;
    margin-right: 8px;*/
    list-style-type: none;
margin-bottom:5px;
}

.footercopy ul li p {
    margin-bottom: 0;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #a6a6a6;
    letter-spacing: 0;
}
.footercopy img {
    height: 9px;
    vertical-align: -.7px;
    margin-left: 6px;
}















#wpadminbar {
opacity:0;
}
#wpadminbar:hover {
opacity: 1;
}
html.js_active {
    margin-top: 0px !important;
    background: #121212;
}

@media (max-width: 991px) {
#wpadminbar {
display: none;
}
	}