body, html {
  font-family: "Lato", sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #5a5a5a;
}

h1 {
  text-transform: uppercase;
}
h1 strong {
  font-weight: 900;
}
h1.xmas {
  text-transform: none;
}

h2 {
  text-transform: uppercase;
  line-height: 30px;
  margin: 0;
}
h2.xmas {
  text-transform: none;
}

h3 {
  font-size: 18px;
  font-weight: 900;
}
h3.xmas {
  font-weight: 600;
}

h4 {
  text-transform: uppercase;
}

h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}

p {
  font-family: "Open Sans", sans-serif;
}
p.intro {
  font-size: 16px;
  margin: 12px 0 0;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #fcac45;
  --bs-link-color-rgb: 252, 172, 69;
}
a.xmas {
  color: green;
}
a:hover, a:focus {
  text-decoration: none;
  color: #fcac45;
}
a.xmas:hover {
  color: green;
}

ul, ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}

.section-title hr {
  border-color: #fcac45 !important;
  border-width: 4px;
  width: 60px;
  float: left;
  clear: both;
}
.section-title hr.green-miljopolicy {
  border-color: #538135;
}
.section-title.center {
  padding: 30px 0;
}
.section-title.center h2,
.section-title.center .section-title h2 {
  font-weight: 300;
}
.section-title.center .line {
  border-top: 4px solid #fcac45;
  height: 10px;
  width: 60px;
  text-align: center;
  margin: 20px auto 0;
}
.section-title.center hr {
  border-top: 4px solid rgba(252, 172, 69, 0.34);
  width: 40px;
  text-align: center;
  margin-top: 10px;
  position: relative;
  left: 17%;
}

.clearfix {
  display: inline-block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.color {
  color: #fcac45;
}

.space {
  margin-top: 40px;
}

#tf-menu {
  padding: 20px;
  transition: all 0.8s;
  background-color: rgba(248, 248, 248, 0);
  border-color: rgba(231, 231, 231, 0);
}
#tf-menu a.navbar-brand {
  text-transform: uppercase;
  font-size: 22px;
  color: #fff;
  font-weight: 900;
}
#tf-menu .navbar-nav .nav-link {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}
#tf-menu .navbar-nav .nav-link.active, #tf-menu .navbar-nav .nav-link:active {
  color: #fcac45 !important;
  background-color: transparent;
  font-weight: 700;
}
#tf-menu .navbar-toggler {
  border-radius: 0;
  border-color: #fff;
  box-shadow: none;
}
#tf-menu .navbar-toggler:hover, #tf-menu .navbar-toggler:focus {
  background-color: #fcac45;
  border-color: #fcac45;
  box-shadow: none;
}

.on {
  background-color: #F18C34 !important;
  padding: 0 !important;
}

#tf-home {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  color: #000;
}
#tf-home.Spring {
  background-image: url("../img/start/sommarmosebacke.png");
}
#tf-home.Summer {
  background-image: url("../img/start/sommarmosebacke.png");
}
#tf-home.Autumn {
  background-image: url(../img/start/Utsikt2x.jpg);
}
#tf-home.Winter {
  background-image: url(../img/start/Utsikt2x.jpg);
}
@media only screen and (max-width: 992px) {
  #tf-home {
    background-attachment: scroll;
  }
}
#tf-home .overlay {
  height: 750px;
  background-attachment: fixed;
}
#tf-home p.lead {
  color: #000;
}
#tf-home .content {
    padding: 200px 10px 10px 0 !important;
}

.content {
  position: relative;
  padding: 10% 0 0;
}
@media only screen and (max-width: 992px) {
  .content {
    padding: 21% 0 0 !important;
  }
}

#tf-contentpage {
  color: #cfcfcf;
}
#tf-contentpage .overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  background-attachment: fixed;
  padding: 0;
  height: 75px;
}
#tf-contentpage p.lead {
  color: #e3e3e3;
}

a.fa.fa-angle-down {
  padding: 10px 15px;
  color: #fff;
  background: #fcac45;
  border: 2px solid #ffd6a1;
  border-radius: 50%;
  font-size: 24px;
  margin-top: 300px;
  transition: all 0.1s;
}
a.fa.fa-angle-down:hover {
  color: #fcac45;
  background: #ffd6a1;
  border: 2px solid #fcac45;
}

#tf-aboutus {
    padding: 80px 0;
}
#tf-aboutus.xmas {
  padding: 20px 0;
}

div.about-list {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
}
div.about-list .about-list-item-header {
  display: inline-block;
  width: 130px !important;
}

#tf-team {
  background: url(../img/03.jpg) center/cover no-repeat fixed;
  color: #fff;
}
#tf-team .overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  background-attachment: fixed;
  padding: 80px 0;
  height: auto;
}

#team {
  margin: 0 auto;
}
#team .item {
  padding: 0;
  margin: 15px;
  color: #fff;
  text-align: center;
}

img.img-circle.team-img {
  width: 120px;
  height: 120px;
  border: 4px solid transparent;
  transition: all 0.5s;
}

#tf-team .item .thumbnail:hover > img.img-circle.team-img {
  border: 4px solid #fcac45;
}
#tf-team .thumbnail {
  background: transparent;
  border: 0;
}
#tf-team .thumbnail .caption {
  padding: 9px;
  color: #f2f2f2;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  opacity: 1;
  border-radius: 0;
  background: #fff;
  transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #fcac45;
}

.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  background: #fcac45;
}

#tf-services {
  padding: 80px 0;
}
#tf-services i.fa {
  font-size: 40px;
  border: 4px solid #fcac45;
  width: 100px;
  height: 100px;
  padding: 27px 25px;
  margin-bottom: 10px;
  border-radius: 50%;
  transition: all 0.5s;
}
#tf-services i.fa.fa-mobile {
  font-size: 50px;
  padding: 20px 25px;
}
#tf-services .service:hover > i.fa {
  background: #fcac45;
  color: #fff;
}

#tf-clients {
  background: url(../img/04.jpg) center/cover no-repeat fixed;
  color: #fff;
}
#tf-clients .overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  background-attachment: fixed;
  padding: 80px 0;
}
#tf-clients .logo {
  height: 90%;
  width: 90%;
}

#clients .item {
  padding: 0;
  margin: 35px;
  color: #fff;
  text-align: center;
}

#tf-works {
  padding: 80px 0;
}
#tf-works li.pull-right {
  margin-top: 10px;
}
#tf-works i.fa {
  height: 30px;
  width: 30px;
  border: 1px solid #fcac45;
  font-size: 20px;
  padding: 5px;
  border-radius: 50%;
  color: #fcac45;
}

.categories {
  padding: 10px 0;
}

ul.cat li {
  display: inline-block;
}

ol.type li {
  display: inline-block;
  margin-left: 20px;
}
ol.type li:after {
  content: " | ";
  margin-left: 20px;
}
ol.type li:last-child:after {
  content: "";
}
ol.type li a {
  color: #222;
}
ol.type li a.active {
  font-weight: 700;
}

.isotope-item {
  z-index: 2;
  margin-right: -1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.isotope-hidden.isotope-item {
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  transition-duration: 0.8s;
}

.isotope {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: transform, opacity;
}

.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .hover-bg {
  height: 260px;
  overflow: hidden;
  position: relative;
}

.hover-bg .hover-text {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 25% 0;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  transition: all 0.5s;
}
.hover-bg .hover-text > h4 {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s;
}
.hover-bg .hover-text > small {
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s;
}
.hover-bg .hover-text > i {
  opacity: 0;
  transform: translateY(0);
  transition: all 0.3s;
}
.hover-bg:hover .hover-text {
  opacity: 1;
}
.hover-bg:hover .hover-text > h4 {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  transform: translateY(0);
}
.hover-bg:hover .hover-text > small {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  transform: translateY(0);
}
.hover-bg:hover .hover-text > i {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  transform: translateY(100%);
}

#tf-newscontainer {
  background: url(../img/news_1.jpg) center/cover no-repeat fixed;
  color: #fff;
}
#tf-newscontainer .overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  background-attachment: fixed;
  padding: 80px 0;
}

#news {
  padding: 30px 0;
}
#news .item {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
}
#news .item p {
  font-weight: 400;
  margin: 30px 0;
  color: #d1d1d1;
}

#tf-testimonials {
  background: url(../img/05.jpg) center/cover no-repeat fixed;
  color: #fff;
}
#tf-testimonials .overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.73) 17%, rgba(0, 0, 0, 0.66) 35%, rgba(0, 0, 0, 0.55) 62%, rgba(0, 0, 0, 0.4) 100%);
  background-attachment: fixed;
  padding: 80px 0;
}

#testimonial {
  padding: 30px 0;
}
#testimonial .item {
  display: block;
  width: 100%;
  height: auto;
}
#testimonial .item p {
  font-weight: 400;
  margin: 30px 0;
  color: #d1d1d1;
}

.testimonial-teaser {
  margin: 10px;
  color: #5a5a5a;
}
.testimonial-teaser .testimonial-teaser-head {
  background-color: #fff;
}
.testimonial-teaser .testimonial-teaser-head img {
  max-width: 100%;
}
.testimonial-teaser .testimonial-teaser-content {
  padding: 20px;
  background-color: #ffd6a1;
  height: 130px;
}

ul.testimonial-ul li {
  color: #000;
  font-size: 12px;
  list-style-type: none;
  text-align: left;
}
ul.testimonial-ul li .fa {
  color: #fff;
}

#tf-contact {
  padding: 80px 0 120px 0;
}
#tf-contact .form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: none;
  transition: none;
}
#tf-contact .form-control:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: transparent;
}

label {
  float: left;
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

button.btn.tf-btn.btn-default {
  float: right;
  background: #fcac45;
  border: 0;
  border-radius: 0;
  padding: 10px 40px;
  color: #fff;
  text-transform: uppercase;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
}

nav#footer {
  background: #222;
  color: #fff;
  padding: 20px 0 15px;
}
nav#footer .fnav {
  vertical-align: middle;
}
nav#footer p {
  font-size: 12px;
  margin-top: 10px;
  color: #fff;
}

ul.footer-social li {
  display: inline-block;
  margin-right: 10px;
}

#footer i.fa {
  height: 30px;
  width: 30px;
  border: 2px solid #8c8c8c;
  font-size: 20px;
  padding: 4px 5px;
  border-radius: 50%;
  color: #8c8c8c;
  transition: all 0.5s;
}
#footer i.fa:hover {
  background: #fcac45;
  border-color: #fcac45;
  color: #fff;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  #tf-home,
  #tf-newscontainer,
  #tf-clients,
  #tf-testimonials,
  #tf-team {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  #tf-home,
  #tf-newscontainer,
  #tf-clients,
  #tf-testimonials,
  #tf-team {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  #tf-home,
  #tf-newscontainer,
  #tf-clients,
  #tf-testimonials,
  #tf-team {
    background-attachment: scroll;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  #tf-home,
  #tf-newscontainer,
  #tf-clients,
  #tf-testimonials,
  #tf-team {
    background-attachment: scroll;
  }
}
.google-maps {
  position: relative;
  padding-bottom: 75%;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (max-width: 768px) {
  .content {
    padding: 40% 0 0;
  }
}
@media (max-width: 603px) {
  #tf-menu.navbar-default {
    background-color: rgba(0, 0, 0, 0.79);
  }
  #tf-works li.pull-right,
  #tf-works li.pull-left {
    margin-top: 10px;
    float: none !important;
    text-align: center;
    display: block;
  }
  label {
    float: none !important;
  }
  .pull-left.fnav,
  .pull-right.fnav {
    float: none !important;
    text-align: center;
  }
  .hover-bg .hover-text {
    padding: 12% 10%;
  }
}
@media (max-width: 360px) {
  .hover-bg .hover-text {
    padding: 22% 10%;
  }
}
:root {
  --bs-link-color: #fcac45;
  --bs-link-color-rgb: 252, 172, 69;
  --bs-link-hover-color: #e09030;
  --bs-link-hover-color-rgb: 224, 144, 48;
}

html {
  scroll-behavior: smooth;
}

a,
a:hover,
a:focus {
  color: #e09030;
  text-decoration: none;
}

body {
  font-size: 16px;
}

.navbar-brand {
  padding: 0 15px 12px 15px;
}
@media screen and (max-width: 992px) {
  .navbar-brand img {
    max-width: 200px;
  }
}

.navbar-nav > .show > a, .navbar-nav > .show > a:hover, .navbar-nav > .show > a:focus {
  background-color: transparent;
}

.dropdown-menu .dropdown-item {
  color: #000;
}

.img-responsive, .img-fluid {
  max-width: 100%;
  height: auto;
}

#tf-works .container {
  min-height: 450px;
}

@media (max-width: 603px) {
  #tf-menu {
    background-color: #F79239 !important;
  }
}
@media (max-width: 991px) {
  .product-links-focus {
    margin-top: 40px;
  }
}
.btn {
  border-radius: 0;
}

.btn-orange {
  color: #fff;
  background-color: #F79239;
}

.btn-orange-transparent {
  background: none;
  color: #F79239;
  border-color: #F79239;
}
.btn-orange-transparent:hover {
  color: #fff;
  border-color: #fff;
}

.orange {
  color: #fcac45;
}

.green-miljopolicy {
  color: #538135;
}

.portfolio-item {
  padding-left: 15px;
}
.portfolio-item .screenshot-image {
  margin-top: 15px;
}
.portfolio-item .logo-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
}
.portfolio-item .logo {
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200px;
}

.product-page-header-image .logo-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
}
.product-page-header-image .logo {
  padding-left: 20px;
  padding-top: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
}

.certificate-section {
  margin-top: 20px;
}

#news .owl-item {
  min-height: 220px;
}
@media (max-width: 1199px) {
  #news .owl-item {
    min-height: 250px;
  }
}
#news .owl-item .read-more {
  position: absolute;
  bottom: 0;
}

#content-container {
  margin-bottom: 80px;
}

.heading-button-bar {
  margin-top: 25px;
}

nav#footer p {
  color: #ffffff;
}

footer .navbar {
  margin-bottom: 0;
}
footer .navbar-text-versioning {
  font-size: 8px;
}
footer .navbar-text {
  margin-bottom: 5px;
  margin-top: 5px;
}
footer .navbar-text span {
  margin-left: 15px;
  margin-right: 15px;
  font-weight: 600;
}
footer .navbar-fixed-bottom {
  min-height: 20px;
  margin-top: 20px;
  border-width: 2px 0 0;
}
footer .navbar-default {
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
  background-color: #e8e8e8;
}
@media (min-width: 768px) {
  footer span:first-child {
    margin-left: 0;
  }
}

.navbar-static-top {
  font-weight: 600;
  border-bottom: 1px solid #000;
  background-color: #e8e8e8;
}

.scrollUp {
  transform: translateY(-80px);
}

.input-validation-error {
  background-color: #f2dede !important;
  border-color: #ebccd1;
}

#cookie-consent {
  background-color: white;
  border-top: 2px solid #F79239;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #cookie-consent {
    padding-bottom: 40px;
  }
}

.display-none {
  display: none;
}

.admin-body {
  padding-top: 70px;
  padding-bottom: 60px;
}

.navbar-fixed-top.navbar-default {
  background-color: #e8e8e8;
  border-width: 0 0 2px;
  box-shadow: none;
}

.admin-body .navbar-toggler {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.admin-body .navbar-toggler:hover, .admin-body .navbar-toggler:focus {
  background-color: #fcac45;
  border: none;
  box-shadow: none;
  cursor: pointer;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255%2C255%2C255%2C1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

footer .navbar-default {
  box-shadow: none;
}

footer .navbar-text span {
  font-weight: normal;
}

.login-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.login-card {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 40px 48px 36px;
  width: 100%;
  max-width: 400px;
}
.login-card .form-control {
  border-radius: 2px;
  height: 40px;
}
.login-card label {
  font-weight: 600;
  font-size: 13px;
  color: #555;
}
.login-card ul {
  list-style-type: none;
}
.login-card li {
  marker: none;
}

.login-logo {
  display: block;
  margin: 0 auto 24px;
  max-width: 160px;
}

.login-title {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #555;
  margin-bottom: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-login {
  width: 100%;
  height: 40px;
  background-color: #F79239;
  color: #fff;
  border: none;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  margin-top: 8px;
}
.btn-login:hover {
  background-color: #e0832a;
  color: #fff;
}

/*# sourceMappingURL=main.css.map */
