
.tws--texbar-hide {
  display: none;
}

/* --- FOOTER BILD --- */
.fabrikk--footer {
    padding: 0px 0 80px;
  background: #5c5c5c;
  color: #fff;
}
.fabrikk--footer a {
  color: #fff;
}
.fabrikk--footer::before {
  background-image: url('https://cdn.abicart.com/shop/30076/files/Ekostaket/Ekostaket-greyfooter.jpg');
  background-size: cover;
  background-position: center;
  display: block;
  width: 100%;
  content: "";
	padding: 0 0 25.7%;
  margin-bottom: 40px;
}
  
/* --- HERO BILD FULLBREDD --- */

  @media (min-width: 1200px) {
.startpage .container {
  width: 100%;
  padding-right: 0;
	padding-left: 0;
}
.startpage .fabrikk--content {
  max-width: none;
}
    body:not(.startpage) .fabrikk--content-wrapper {
    	max-width: none;
      width: 100%;
    }
    body:not(.startpage) .fabrikk--content {
    	max-width: 1400px;
      width: 100%;
      padding: 10px 5px 40px;
    }
.startpage .tws-container--tws-custom-html,
.startpage .slot--component-container .tws-container--tws-newsletter-subscribe, 
.startpage .slot--component-container .tws-container--tws-articles-two,
.startpage .slot--component-container .tws-container--tws-custom-html,
.startpage .fabrikk--footer .container {
				margin: 0 auto; 
        max-width: 1400px;
        padding-right: 15px;
				padding-left: 15px;
    }

}


/* --- NEWSLETTER POPUP --- */

.tws-newsletter-subscribe--dialog .tws-newsletter-subscribe--html-before {
  max-width: 460px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.tws-newsletter-subscribe--dialog .tws-newsletter-subscribe--before-sending {
  background: #ebd730;
  padding: 20px 10px;
}

.tws-newsletter-subscribe--dialog .tws-newsletter-subscribe--before-sending button#submit {
    background: #EC881A;
}

.tws-newsletter-subscribe--html-before h1,
.tws-newsletter-subscribe--html-before p {
	/*color: #000;*/
}

@media(min-width:768px) {
.tws-newsletter-subscribe--html-before h1::before, 
.tws-newsletter-subscribe--html-before h1::after {
  background-color: #e1e1e1;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 10%;
}
.tws-newsletter-subscribe--html-before h1::before {
right: 8px;
margin-left: -50%;
}
.tws-newsletter-subscribe--html-before h1::after {
left: 8px;
margin-right: -50%;
}
 }

@media (min-width: 768px){
.modal-dialog {
    width: 700px;
    margin: 30px auto;
}
  .tws-newsletter-subscribe--dialog .tws-newsletter-subscribe--html-before {
    max-width: 615px;
  }
}