.modal-body {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.fabrikk--top-bar {
    background: #1a3429 !important;
}
.tws-newsletter-subscribe--subscribe-button:hover {
    background-color: #0f2a1a;
}
.tws-newsletter-subscribe--subscribe-button .ladda-label{
  color:white !important;}

@media (min-width:768px){
.tws-newsletter-subscribe--subscribe-button {
    background-color: #194d33;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
}
}
@media (max-width:768px){
.tws-newsletter-subscribe--subscribe-button {
    background-color: #194d33;
    color: #fff;
    padding: 10px 20px;
    font-size: 6px;
    border-radius: 5px;
}
}

.fabrikk--footer--made-by {
 	display: none !important;
}

  @media (min-width: 1200px) {
.container {
  width: 100%;
}
.fabrikk--content {
  max-width: none;
  padding: 40px 20px 80px;
    }
    
 }

@media (min-width:768px) {
/*-----LOGOTYPE-----*/
.slot--logo {
   margin: 0;
   padding: 0;
}

.slot--logo .tws-logo {
   margin: 0;
}

/*-------MENU------*/
body .tws-top-menu .navbar-nav {
   max-width: none;
}
.tws-mega-menu--buttons {
   position: static;
   top: 0;
}
.tws-mega-menu--search-button {
   float:left;
}
}
.fabrikk--top-bar {
    background: #4f7065;
}
body .tws-top-menu .navbar-nav {
    text-align: center;
}