@charset "UTF-8";
#tf-about {
    padding: 80px 0;
}

@media (max-width: 991px) {
  #tf-about {
    padding: 140px 0;
  }
}
@media (max-width: 767px) {
  #tf-about {
    padding: 80px 0;
  }
}

#tf-menu.navbar-default {
  background-color: #F18C34;
}

.orange-bottom-border {
  border-bottom: 4px solid #fcac45;
}

.green-miljopolicy-bottom-border {
  border-bottom: 4px solid #538135;
}

ul.product-ul {
  list-style-type: none;
}
ul.product-ul li {
  padding-left: 10px;
}
ul.product-ul li i.fa {
  color: #F79239;
}

.glyphicon.product-icon,
.fa.product-icon {
  color: #F79239;
}

.well.product-sheet {
  background: none;
  border-color: #F79239;
  border-radius: 0;
  margin-top: 40px;
}

.produkt-carousel .thumbnail {
  border: 0;
  padding: 0;
}
.produkt-carousel .item {
  margin: 0;
}
.produkt-carousel img {
  width: 100%;
  height: auto;
}
.produkt-carousel .owl-page span {
  background-color: #ccc !important;
}
.produkt-carousel .owl-page.active span {
  background-color: #fcac45 !important;
}

.vt-blockquote {
  background: #f9f9f9;
  border-left: 10px solid #fcac45;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}
.vt-blockquote:before {
  color: #fcac45;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.vt-blockquote p {
  display: inline;
}

.vt-blockquote-miljopolicy {
  background: #f9f9f9;
  border-left: 10px solid #538135;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’";
}
.vt-blockquote-miljopolicy:before {
  color: #538135;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.vt-blockquote-miljopolicy p {
  display: inline;
}

.product-teaser {
  padding: 10px;
  transition: all 0.1s;
  color: #5a5a5a;
}
.product-teaser h4 .header-text {
  color: #5a5a5a;
  text-decoration: underline;
}
.product-teaser.hover-bg:hover {
  background-color: #fcac45;
  cursor: pointer;
  color: #5a5a5a;
}

ol {
  margin-left: 25px;
}

.accordion-button {
  background-color: #f5f5f5;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background-color: #f5f5f5;
  color: #333;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button::after {
  display: none;
}

.accordion-item {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 4px;
}

.accordion-body {
  background-color: #fff;
  padding: 15px;
}

#tf-newspage {
  padding: 80px 0;
}
@media (max-width: 991px) {
  #tf-newspage {
    padding: 140px 0;
  }
}
@media (max-width: 767px) {
  #tf-newspage {
    padding: 80px 0;
  }
}

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