/*
    FARVER
    
    Ivrig glæde: (rød)
    rgba(146,42,55,1)
    #922a37
    
    Hoptimisten: (dusty rosa)
    rgba(147,116,123,1)
    #93747b
    
    Mild: (grå med gul undertone)
    rgba(217,214,209,1)
    #d9d6d1
    
    Basisten: (Bordeaux rød)
    rgba(54,27,39,1)
    #361b27
    
    Sølv: (grå)
    rgba(204,206,204,1)
    #cccecc
    
    Horisonten: (lysgrå)
    rgba(238,237,237,1)
    #eeeded
    
    Mørkere grå:
    rgba(160,160,160,1)

*/


/*******************************************************************************
    GENERELT
*******************************************************************************/

body {
    line-height: 1.2;
}


h1, h2, h3, h4, .g-title {
    font-family: 'Tajawal', sans-serif;
    line-height: 1.2;
}

h3 {
    line-height: 1!important;
}

h4 {
    line-height: 1.0!important;
}

h1 {
    font-size: 40px;
    line-height: 1!important;
}

p {
    font-size: 18px!important;
}

.g-menu-item-title, #g-navigation .g-features2-particle-title, .forside #g-utility .g-features-particle-title {
    font-family: 'Tajawal', sans-serif;
}
 
.search-query::-webkit-input-placeholder, input[name="search"]::-webkit-input-placeholder {
    color:#000000!important;
    font-family: 'Tajawal', sans-serif;
}

.search-query::-moz-placeholder, input[name="search"]::-moz-placeholder {
    color:#000000!important;
    font-family: 'Tajawal', sans-serif;
}

.search-query::-ms-placeholder, input[name="search"]::-ms-placeholder {
    color:#000000!important;
    font-family: 'Tajawal', sans-serif;
}

.search-query::placeholder, input[name="search"]::placeholder {
    color:#000000!important;
    font-family: 'Tajawal', sans-serif;
}


.desktop {
    display: block;
}

.mobile {
    display: none;
}

.g-offcanvas-toggle {
    left: auto;
    right: 2.7rem;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    color: rgba(146, 42, 55, 1);
}


video {
    max-width:100%;
}


/* Tekst */

.forside #g-intro h3, .kollektioner .g-title.g-main-title {
    font-weight: 700;
    font-size: 40px;
    text-align: left;
}

.g-title-separator  {
    display: none;
}

/*******************************************************************************
    BUTTON
*******************************************************************************/

.btn-negative, .om-os .background-red .button {
    background: none!important;
    border: 2px solid #ffffff;
    text-shadow: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-family: 'Tajawal', sans-serif;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
}

.btn-negative:hover, .brochure .button:hover, .om-os .background-red .button:hover {
 background: #fff!important;
 color: #361b27!important;
}

.btn-normal, .view-login .btn-primary, .view-reset .btn-primary {
    background: none;
    border: 2px solid #361b27;
    text-shadow: none;
    padding: 10px 20px;
    color: #361b27;
    border-radius: 10px;
    font-family: 'Tajawal', sans-serif;
}

.btn-normal, .view-login .btn-primary:hover, .view-reset .btn-primary:hover {
    background: #361b27;
}

.forside #g-features .btn-normal, .forside #g-container-main .btn-normal {
    background: #ffffff;
}

.btn-dark, .textimg3 .button, .g-features-particle-button .button, .sogning .btn.btn-normal {
    background: #361b27!important;
    color: #ffffff!important;
    font-family: 'Tajawal', sans-serif;
    padding: 12px 30px;
    text-transform: none;
    text-align: center;
    border-radius: 2.5rem;
    border: none;
}

.btn-dark:hover, .textimg3 .button:hover, .g-features-particle-button .button:hover, .sogning .btn.btn-normal:hover {
    background: #922a37!important;
    color: #ffffff!important;
}

.g-features-particle-button .button {
    font-size: 20px;
}

.btn-white, a.button.standard, .background-red .button {
    background: #ffffff!important;
    color: #000000!important;
    font-family: 'Tajawal', sans-serif;
    padding: 12px 30px;
    text-transform: none;
    text-align: center;
    border-radius: 2.5rem;
}

.btn-white:hover, a.button.standard:hover, .background-red .button:hover {
    background: #361b27!important;
    color: #ffffff!important;
}

.g-slideshow .style2 .g-slideshow-buttons .button.standard {
    border: none;
}

/*******************************************************************************
    COL
*******************************************************************************/

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10 {
    height: auto;
    min-height: 1px;
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
}

.col-1 {
    width: 10%;
}

.col-2 {
    width: 20%;
}

.col-3 {
    width: 30%;
}

.col-4 {
    width: 40%;
}

.col-5 {
    width: 50%;
} 

.col-6 {
    width: 60%;
}

.col-7 {
    width: 70%;
}

.col-8 {
    width: 80%;
}

.col-9 {
    width: 90%;
}

.col-10 {
    width: 100%;
}

/*******************************************************************************
    COOKIE
*******************************************************************************/

#cookieInformerBooklet {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    height: auto;
    z-index: 9999;
}

#cookieInformerBooklet .content {
    color: #ffffff;
}

#cookieInformerBooklet .textContainer {
    width: calc(72% - 100px);
    margin-right: 100px;
    position: relative;
    float: left;
    display: block;
}

#cookieInformerBooklet .linkContainer {
    width: 28%;
    position: relative;
    float: left;
    display: block;
}

#cookieInformerBooklet h4, #cookieInformerBooklet p {
    margin-bottom: 0;
    font-family: 'Manuale', serif;
    line-height: 1.2;
}

#cookieInformerBooklet h4 {
    font-size: 26px;
}

#cookieInformerBooklet p {
    font-size: 15px!important;
}

#cookieInformerBooklet a {
    color: #ffffff;
}

#cookieInformerBooklet .cookie-button {
    border: 1px solid #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    margin-top:15px;
    cursor: pointer;
}

#cookieInformerBooklet .cookie-link {
    text-decoration: underline;
    font-size: 14px;
    margin-top: 17px;
    font-family: 'Manuale', serif;
    color: #ffffff;
    display:block;
}

#cookieInformerBooklet .contentContainer {
    float: left;
    width: 100%;
    position: relative;
    display: block;
    padding: 1.563rem;
    background: rgba(54,27,39, 0.8);
}


/*******************************************************************************
    CUSTOM SEARCH
*******************************************************************************/

.searchResult .result {
    display: block;
    width: 100%;
    float: left;
    padding: 10px;
}


.searchResult .result h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.searchResult .result p {
    font-size: 14px; 
    color: #361b27;
    margin-top: 2px;
    margin-bottom: 0.75rem;
}

.search-input input {
    border-radius: 15px;
    margin-bottom: 0;
}


.search #g-mainbar > .g-grid > .g-block > .g-content {
    margin: 0.625rem;
    padding: 0.938rem;
}

.search #g-mainbar .word label {
    font-size: 32px;
    font-family: 'Manuale', serif;
}

.search #g-mainbar .btn {
    background: rgba(63,133,102,1);
    border: 1px solid rgba(63,133,102,1);
    text-shadow: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-family: 'Tajawal', sans-serif;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    font-size: 16px;
}

input.search-query {
    padding-bottom: 1px;
}

.search-query-explained {
    display: none;
}

.sogning #g-intro {
    background: rgba(238,237,237,1);
}

.sogning #g-mainbar .g-grid {
    max-width: 100%;
}

.sogning .searchResult {
    margin-bottom: 50px;
}

.sogning .searchResult .row {
    margin-bottom: 30px;
}

.sogning .col-md-3, .sogning .col-md-9 {
    float: left;
    position: relative;
    display: block;
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}

.sogning .col-md-9 {
    width: 75%;
}

.sogning .col-md-9 .result {
    height: 177px;
    padding: 15px;
}

.sogning h4 {
    margin-bottom: 5px;
}

.sogning .row {
    margin-left: -15px;
    margin-right: -15px;
}

.sogning .gallery-o-item .galler-o-item-overlay {
    display: none;
}

.sogning .gallery-o-item-title {
    padding: 10px 0;
}

/*******************************************************************************
    PERSONSDATAPOLITIK
*******************************************************************************/

.persondatapolitik #g-mainbar {
    padding-top: 0;
}

.item-pagepersondatapolitik .item-image {
    max-height: 400px;
    overflow: hidden;
}

.persondatapolitik #g-intro, .persondatapolitik .standin-topimg {
    display: none;
}

.persondatapolitik .must-container {
    padding-left: 1.563rem;
    padding-right: 1.563rem;
}

.persondatapolitik .page-header {
    margin-top: 30px;
}


/*******************************************************************************
    FEATURES - PARTICLE
*******************************************************************************/

.produkter .g-features-particle-item {
    padding: 0 7px 20px;
    flex: 0 auto;
    float: left;
    position: relative;
    display: inline-block;
}

.produkter .g-features-particle-item h4 {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 700;
}

.produkter .g-features-particle-item a {
    line-height: 1.3;
    font-size: 14px;
    text-decoration: underline;
    color: #922a37;
}

.produkter .g-features-particle-item img {
    height: 200px;
}

.product .slideshow-images {
    height: 920px;
}

.g-features-particle, .g-features2-particle {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
}

#g-navigation .g-features-particle, #g-navigation .g-features2-particle {
    margin-left: -0.938rem;
    margin-right: -0.938rem;
    margin-bottom: 0;
}

.brochure-side #g-intro  {
    color: rgba(238,237,237,1);
}

#g-intro .brochure .g-title.g-main-title {
    font-weight: 700;
    font-size: 40px;
    text-align: left;
    margin-bottom: 20px;
    color: #361b27;
}

.brochure .g-features-particle-item {
    flex: 0 1 auto;
    width: calc(33.33% - 20px);
    margin-left: 30px;
    margin-top: -50px;
    float: left;
    margin-bottom: 50px;
}

.brochure .g-features-particle-item:first-child {
    margin-left: 0;
}

.brochure .g-features-particle-title {
    margin-top: 12px;
    margin-bottom: -12px;
    font-size: 24px;
}

.brochure .g-particle-intro, .brochure .g-grid {
    float: left;
    width: 100%;
    display: block;
}

.brochure .button {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
}

.brochure .g-block.g-features-particle-item .readmore-link {
    color: #361b27;
    text-decoration: underline;
    font-size: 1rem;
}


.todelt .g-features-particle-item > .g-content {
    padding: 0;
}

.todelt img {
    width: 100%;
}

.todelt .text {
    padding: 60px 50px;
    box-sizing: border-box;
}

.todelt .g-block {
    flex: 0 1 auto;
    float: left;
    position: relative;
    width: 50%;
}

.todelt.space .g-block {
    width:  calc(50% - 20px);
}

.todelt.space .g-grid .g-block:first-child {
    margin-right: 40px;
}

.tredelt.space .g-block {
    flex: 0 1 auto;
    width: calc(33.33% - 26.66px);
    margin-right: 40px;
}

.tredelt.space .g-grid .g-block:nth-child(2) {
    width: calc(33.33% - 26.66px);
}

.tredelt.space .g-grid .g-block:nth-child(3) {
    margin-right: 0;
    width: calc(33.33% - 26.66px);
}

.tredelt.space .g-content {
    margin: 0;
    padding: 0;
}

.large-text .g-features-particle-desc, .large-text p {
    font-size: 21px;
}

.left-text .g-features-particle-desc, .left-text p, .left-text .g-features-particle-title {
    text-align: left;
}

.left-text .g-features-particle-title {
    font-weight: 300;
}

.g-features-particle-item.medium, .todelt.space .g-features-particle-item.medium {
    width: calc(66.66% - 14px);
}

.g-features-particle-item.small, .todelt.space .g-features-particle-item.small {
    width: calc(33.33% - 26.66px);
}

.kolonne-2 .g-features-particle-desc {
    column-count: 2;
    column-gap: 40px;
}

.kolonne-2 .g-features-particle-title {
    width: 100%;
    margin-bottom: 20px;
}

.background-red {
    background: rgba(146,42,55,1);
    color: #ffffff;
    padding: 55px 50px;
}

.background-red a, .background-red a.button {
    color: #ffffff!important;
}

.border-red {
    border: 7px solid rgba(146,42,55,1);
    padding: 47px 45px 50px;
}

.g-features-particle-item.background-white {
    background: rgba(255,255,255,1);
    padding: 50px;
}

.g-features-particle-item.border-black {
    border: 7px solid rgba(0,0,0,1);
    padding: 47px 50px 50px;
}

.g-features-particle-item.border-grey, .g-features2-particle.border-grey, .border-grey  {
    border: 7px solid #eeeded;
    padding: 47px 50px 50px;
}

.g-features-particle-item.smaller-headline .g-features-particle-title {
    font-size: 30px;
}

.g-features-particle-item .button {
    margin-top: 10px;
}

.g-features-particle-title, .g-features-particle-title a {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 1;
    color: #361b27;
    margin-top: 0px;
}

.g-features-particle-item span {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    display: block;
}

.todelt .img-150 img {
    width: 400px;
    margin: 0 auto;
    float: none;
    display: block;
}

.g-features-particle-item.small .g-features-particle-button .button {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    width: 230px;
    margin: 0 auto;
    display: block;
    float: none;
}

.g-features-particle-item span.readmore-link,.readmore-link {
    text-decoration: underline;
    font-size: 1rem;
}

.g-features-particle-image img {
    width: 100%;
}

.g-features2-particle .g-features-particle-item > .g-content p {
    line-height: 1.5;
}

/*******************************************************************************
    GALLERY - PARTICLE
*******************************************************************************/

.g-gallery-feature-kollektion .gallery-items .gallery-item {
    float: left;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 50px;
}

.g-gallery-feature-kollektion .gallery-items .gallery-item:nth-child(even) {
    margin-left: 50px;
}

.g-gallery-feature-kollektion .gallery-items .gallery-item.large {
    width: calc(62.5% - 31.25px);
}

.g-gallery-feature-kollektion .gallery-items .gallery-item.small {
    width: calc(37.5% - 18.75px);
}

.g-gallery-feature-kollektion .gallery-items .gallery-item img {
    width: 100%;
    z-index: 50;
    margin-bottom: 0!important;
}

.g-gallery-feature-kollektion .gallery-item-title {
    background: #93747b;
    margin-top: -72px;
    z-index: 100;
    position: absolute;
    width: 100%;
    color: #fff;
    font-family: 'Tajawal', sans-serif;
    font-size: 26px;
    text-align: left;
    padding: 10px 40px;
}

.g-gallery-feature .g-block {
    float: left;
    position: relative;
    width: 100%;
    display: block;
    flex: 0 1 auto;
    margin-bottom: 60px;
    margin-top: 24px;
}

.kollektioner .g-gallery-feature .g-block {
    margin-bottom: 0;
}


.kollektion .newProduct {
    position: absolute;
    z-index: 10;
    right: -15px;
    top: -22px;
  	padding: 0;
  	display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #c8ab31;
}

.kollektion .newProduct span {
    color: #ffffff;
  	font-family: Arial;
    font-weight: 700;
  	font-size: 22px;
  	padding: 0;
  	display: block;
  	line-height: 1!important;
  	height: 22px;
  	margin-top: 19px;
  	vertical-align: bottom;
  -webkit-appearance: none !important;
  text-size-adjust: none;
}

.g-gallery-feature-kollektion-text .g-gallery-feature-title, #g-intro .g-gallery-feature-kollektion-text .g-gallery-feature-title {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    display: inline-block; 
    float: left;
}

.g-gallery-feature .g-gallery-feature-kollektion-text .g-gallery-feature-title:after {
    display: none;
}

.g-gallery-feature-kollektion-text .g-gallery-feature-desc, #g-intro .g-gallery-feature-kollektion-text .g-gallery-feature-desc {
    text-align: left;
    color: #361b27;
    font-family: 'Tajawal', sans-serif;
    font-size: 28px;
    margin: 0 0 0 0;
    float: left;
    width: 100%;
}

.kollektioner #g-intro .moduletable, .kollektioner .g-gallery-feature {
    float: left;
    position: relative;
    display: block;
    width:100%;
    margin-left: 0;
    margin-right: 0;
}


.kollektion .gallery-o-item, .kollektion .gallery-o-item.small {
    width: calc(33.33% - 20px);
    float: left;
    position: relative;
}

.kollektion .gallery-o-item.medium {
    width: 100%;
    float: left;
    position: relative;
    height: 242px;
    margin-bottom: 63px;
    padding: 20px 50px;
}

.kollektion .gallery-o-item .btn {
    float: left;
    color: #fff;
}

.kollektion .gallery-o-item.large {
    width: calc(66.66% - 10px);
    float: left;
    position: relative;
    height: 363px;
}

.kollektion .gallery-o-item.overlay:before {
    background: rgba(147,116,123,1);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.kollektion .gallery-o-item.overlay div {
    position: relative;
    z-index: 100;
}

.kollektion .gallery-o-item.empty, .kollektion .gallery-o-item.empty2, .kollektion .gallery-o-item.large2 {
    display: none;
}


.kollektion .gallery-o-item:nth-child(3n+0), .kollektion .gallery-o-item:nth-child(3n-1) {
    margin-left: 30px;
}

.kollektion .gallery-o-item img {
    width: 100%;
    margin-bottom: 0!important;
}

.kollektion .gallery-o-item-title {
    text-align: left;
    margin-bottom: 34px;
    color: rgba(54,27,39,1);
    font-weight: 300;
    text-decoration: underline;
    margin-top: 10px;
}

.kollektion .gallery-o-item .galler-o-item-overlay {
    display: none;
    
}

/*.kollektion .gallery-o-item:hover .galler-o-item-overlay {
    background: rgba(144,39,55,0.8);
    width: 100%;
    height: 242px;
    float: left;
    position: absolute;
    display: block;
    color: #ffffff;
    line-height:242px;
    font-size: 22px;
    text-decoration: underline;
}*/

.kollektion .gallery-o-item.medium:hover .galler-o-item-overlay {
    height: 242px;
}

.kollektion .gallery-o-item.large:hover .galler-o-item-overlay {
    height: 547px;
    line-height: 547px;
}


.kollektion .gallery-o-item-text-title h4 {
    font-weight: 700;
    text-align: left;
    color: rgba(147,116,123,1);
    font-size: 28px;
    margin-bottom: 10px;
}

.kollektion .gallery-o-item-text-title h4 {
    font-weight: 700;
    text-align: left;
    color: rgba(147,116,123,1);
    font-size: 28px;
    margin-bottom: 10px;
}

.kollektion .overlay .gallery-o-item-text-title h4 {
    color: #ffffff;
}

.kollektion .gallery-o-item-text {
    line-height: 1.2;
    text-align: left;
    font-size: 18px;
}

.kollektion .button {
    display: inline-block;
    float: left;
    margin-top: 7px;
    margin-right: 15px;
}

.g-features-particle .nykategori .g-features-particle-image {
    position:relative;   
}

.g-features-particle .newcategory .g-features-particle-image {
    position:relative;   
}

.g-features-particle .nykategori .g-features-particle-image::after {
  content: "NY";
  background-color: #c8ab31;
  color: white;
  font-weight: bold;
  font-family: arial;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  right: 18px;
  transform: translate(50%, -50%);
  z-index: 1;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width:60px;
  height:60px;
}

.g-features-particle .newcategory .g-features-particle-image::after {
  content: "NEW";
  background-color: #c8ab31;
  color: white;
  font-weight: bold;
  font-family: arial;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  right: 18px;
  transform: translate(50%, -50%);
  z-index: 1;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width:60px;
  height:60px;
}

/*******************************************************************************
    OUR TEAM - PARTICLE
*******************************************************************************/
.g-our-team .g-our-team-item, .g-our-team-slider .g-our-team-item, .g-our-team-slideset .g-our-team-item {
    border: none;
}

.g-our-team .g-block {
    flex: 0 1 auto;
    width: 25%;
}

.g-our-team, .g-our-team-slider, .g-our-team-slideset {
    text-align: left;
}

.g-our-team .g-info-container, .g-our-team-slider .g-info-container, .g-our-team-slideset .g-info-container {
    padding: 0;
    padding-top: 10px;
}

.g-our-team-position {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
}

.g-our-team-name {
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    margin-top: 0;
    line-height: 1.3;
}

.g-our-team-social a {
    display: block;
    line-height: 1.3;
}

.g-our-team-item {
    margin-bottom: 50px;
}

.g-our-team-image {
    margin-bottom: 10px;
}


/*******************************************************************************
    PRODUCT PAGE - PARTICLE
*******************************************************************************/

.product-page .slideshow-select-image {
    width: 100%;
    height: 206px;
    margin-bottom: 30px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

.section.color {
    padding-top: 41px;
}

.section.color {
    line-height: 1.2;
    font-size: 18px;
}

.section.color .col-5:first-child {
    padding-left: 0;
}

.section.color .col-5:last-child {
    padding-right: 0;
}

.product-page .product_colors {
    margin-top: 10px;
    width: 100%;
    display: block;
    float: left;
}

.section.color p {
    font-size: 12px!important;
}

.section.color a {
    text-decoration: underline;
}

.product_colors .product_color {
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 12px 12px 0;
}

.product_colors .product_color:nth-child(6n) {
    margin-right: 0;
}

.product-page .uk-dotnav {
    display: none;
}

.product-page .uk-dotnav li {
    opacity: 0.7;
}

.product-page .uk-dotnav li.uk-active {
    opacity: 1;
}

.uk-slidenav-position .uk-slidenav {
	background: none;
	color: rgba(146, 42, 55, 0.7)!important;
	font-size: 30px;
}

.product-page h3 {
    font-weight: 700;
}

.product-page .product-top, .product-page .product-bottom {
    float: left;
    display: block;
    width: 100%;
    padding: 3rem 0;
}

.product-page .product-top {
    background: #eeeded;
}

.product-page .product_title {
    margin-bottom: 5px;
    display: block;
    float: left;
    width: 100%;
}

.product-page .product_title h1,.product-page .product_title p, .product-page .product_title span {
    display: inline-block;
    float: left;
}

.product-page .product_title h1 {
    padding-right: 30px;
    margin-right: 30px;
    line-height: 1;
}

.product-page .product_title span {
    margin: 0.75rem 30px 1.5rem 0;
    padding: 0px 16px;
}

.product-page .product_title p {
    font-size: 24px;
    line-height: 1.4;
}

.product-page .nav.menu > div {
    float: left;
    padding: 2px 14px;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    line-height: 1;
}


.product-page .nav.menu > div a {
    color: rgba(146,42,55,1);
    line-height: 1;
}

.product-page .nav.menu > div.active {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}


.product-page .nav.menu > div.active a {
    font-weight: 700;
    color: #000;
}

.product-page #g-mainbar {
    padding: 0;
}


.product_menu {
    position: relative;
}

.product-page .product_katalog a {
    display: inline-block;
    float: left;
    width: calc(25% - 30px);
    margin-right: 50px;
    margin-left: 0;
}


.productMenu-left{
    position: absolute;
    left: -30px;
    cursor: pointer;
}

.productMenu-right {
    position: absolute;
    right: -30px;
    cursor: pointer;
}

.productMenu-left.disabled, .productMenu-right.disabled {
    cursor: auto;
    color: rgba(1,1,1,.2);
}

.productMenu {
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin-top: -19px;
}

.productMenu-scroll {
    height: 40px;
}

.product_opstilling {
    margin-bottom: 30px;
}

/*******************************************************************************
    MODULE CATEGORY
*******************************************************************************/
.moduletable .nav.menu, .moduletable .mostread, .moduletable .latestnews, .moduletable .archive-module, .moduletable .relateditems, .moduletable .categories-module, .moduletable .category-module, .moduletable .latestusers, .moduletable .unstyled {
    border: none;
}

.categoryarticle-item {
    width: 50%;
    float: left;
    position: relative;
    box-sizing: border-box;
    margin-top: -200px;
}

.categoryarticle-item:first-child {
    padding-right: 20px;
}


.categoryarticle-item:last-child {
    padding-left: 20px;
}

.mod-articles-category-title, .nyheder .page-header h2 a  {
    color: #ffffff;
    font-size: 26px;
    font-family: 'Tajawal', sans-serif;
    margin-top: 20px;
    display: block;
    float: left;
    width: 100%;
}

.mod-articles-category-title:hover, .nyheder .page-header h2 a:hover  {
    color: #ffffff;
}

.category-module p, .nyheder .items-leading p {
    color: #ffffff;
    margin: 0.2rem 0;
}

.category-module img {
    width: 100%;
}

.forside #g-container-main .date, .nyheder .items-leading .date {
    background: #fff;
    border-radius: 0 10px 0 0;
    padding: 2px 10px;
    color: rgba(54,27,39,1);
    float: left;
    width: 100px;
    margin-top: -23px;
    z-index: 100;
    position: relative;
    font-weight: 700;
}

.category-module .readmore {
    color: #000;
    text-decoration: underline;
}

/*******************************************************************************
    COM CATEGORY
*******************************************************************************/

#g-container-main .items-row p.readmore .btn {
    padding: 10px 60px;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 10px;
    text-transform: none;
    font-weight: 300;
    font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
}

.leading-0, .leading-1 {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-right: 20px;
    margin-bottom: 60px;
}

.leading-1 {
    padding-right: 0px;
    padding-left: 20px;
}

.nyheder #g-mainbar {
    padding-bottom: 0;
    padding-top: 0;
}

.nyheder .items-row  {
    width: auto;
    float: left;
}

.nyheder .items-row .row {
    width: 33.33%;
    float: left;
}

.nyheder .nav-stacked div {
    width: 33.33%;
    float: left;
    margin-bottom: 20px;
}

.nyheder #g-mainbar .g-grid {
    width: 100%!important;
    float: left;
    position: relative;
    display: block;
}

.nyheder .leading-news {
    position: relative;
    width: 100%;
}

.nyheder .blognyheder {
    background: rgba(146,42,55,1);
    color: #ffffff;
}

.nyheder .page-header h2 a {
    margin-top: 0;
}

.nyheder .readmore {
    color: #361b27;
    text-decoration: underline;
    text-transform: none;
}

.nyheder .leading-news .readmore {
    color: #ffffff;
}

.nyheder .title h2 {
    font-size: 2.4rem;
    margin-bottom: -30px;
}

.nyheder .second-news {
    position: relative;
    float: left;
    width: 100%;
    padding: 3rem 0;
}

.nyheder .second-news p, .nyheder .second-news h5, .nyheder .mainbar-bottom-a p {
    display: none;
}


.nyheder .second-news .date, .nyheder .mainbar-bottom-a .date {
    background: rgba(146,42,55,1);
    border-radius: 0 10px 0 0;
    padding: 2px 10px;
    color: #fff;
    float: left;
    width: 100px;
    margin-top: -23px;
    z-index: 100;
    position: relative;
    font-weight: 700;
}

.nyheder .second-news .page-header h2 a, .nyheder .mainbar-bottom-a .mod-articles-category-title {
    color: #000;
    font-size: 18px;
    margin-top: 5px;
    line-height: 1;
}

.nyheder .second-news .page-header h2 {
    margin-top: 5px;
    margin-bottom: 0;
}

.nyheder .second-news .readmore {
    color: #000;
    text-decoration: underline;
    text-transform: none;
}

.nyheder .links-news {
    background: rgba(238,237,237, 1);
    color: #000;
    padding: 3rem 0;
    float: left;
    position: relative;
    width: 100%;
}

.nyheder .links-news h3 {
    font-size: 28px;
}

.nyheder .links-news h4 {
    margin-bottom: 0;
    line-height: 1.1;
}

.nyheder .links-news a {
    text-decoration: underline;
    line-height: 1;
    color: #000000;
}

.nyheder .links-news .date {
    color: rgba(146,42,55,1);
    font-weight: 700;
}

.nyheder .must-container, .nyheder .mainbar-bottom-a > .g-content {
    padding: 1.563rem;
}

.nyheder .item-pagenyheder {
    margin-top: -98px;
}

.nyheder.view-article .item-pagenyheder div[itemprop="articleBody"],
.nyheder.view-article .item-pagenyheder .newsImg.desktop {
    /*column-count: 2;
    column-gap: 40px;*/
  	width: calc(50% - 20px);
    float: left;
    position: relative;
    margin-bottom: 50px;
}

.nyheder.view-article .item-pagenyheder div[itemprop="articleBody"] {
    margin-right: 40px;
}

.nyheder.view-article .item-pagenyheder .newsImg.desktop img {
  width: 100%;
}

.nyheder.view-article .item-pagenyheder div[itemprop="articleBody"] p:first-child {
    margin-top: 0;
}

.nyheder.view-article .item-pagenyheder div[itemprop="articleBody"] img {
    width: 100%;
}

.nyheder .item-image img {
    width: 100%;
}

/* Mainbar bottom */

.nyheder .mainbar-bottom-a {
    float: left;
    position: relative;
    display: block;
}

.nyheder .mainbar-bottom-a .categoryarticle-item {
    margin-top: 0px;
}

.nyheder .mainbar-bottom-a .categoryarticle-item {
    width: 33.33%;
    float: left;
    position: relative;
    box-sizing: border-box;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
}

.nyheder .mainbar-bottom-a .categoryarticle-item:first-child {
    padding-right: 20px;
    padding-left: 0;
}

.nyheder .mainbar-bottom-a .categoryarticle-item:last-child {
    padding-right: 0;
    padding-left: 20px;
}

.nyheder .mainbar-bottom-a {
    background: #eeeded;
}

.nyheder .mainbar-bottom-a a, .nyheder .mainbar-bottom-a .mod-articles-category-title  {
    color: #361b27;
}

.nyheder.view-category .mainbar-bottom-a {
    display: none;
}

.nyheder .moduletable .category-module {
    padding: 0;
}

.nyheder.view-article .page-header {
    margin-bottom: 25px;
}

.nyheder.view-article h2 {
    margin: 0;
    font-size: 36px;
}

.nyheder.view-article .news-date {
    color: rgba(147,116,123,1);
}

.nyheder.view-article h5 {
    font-size: 24px;
    line-height: 1.2;
    font-family: 'Tajawal', sans-serif;
    font-weight: 700;
}

.nyheder.view-article p {
    line-height: 1.4;
}

.nyheder.view-article .item-pagenyheder {
    margin-bottom: 20px;
}


/*******************************************************************************
    SEARCH
*******************************************************************************/
.search #g-mainbar > .g-grid > .g-block > .g-content {
    margin: 0.625rem;
    padding: 0.938rem;
}

.search #g-mainbar .word label {
    font-size: 32px;
    font-family: 'Tajawal', sans-serif;
}

.search #g-mainbar .btn {
    background: rgba(54,27,39,1);
    border: 2px solid rgba(54,27,39,1);
    text-shadow: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-family: 'Tajawal', sans-serif;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    font-size: 16px;
}

input.search-query {
    padding-bottom: 5px;
}

/*******************************************************************************
    COM - LOGIN
*******************************************************************************/

.view-login .well, .view-reset .well {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    
}

.view-login #g-mainbar .row-fluid .span12 > div {
    padding: 50px;
    width: calc(50% - 20px);
    float: left;
}

.view-login #g-mainbar .row-fluid .span12 > div.login {
    border: 7px solid #eeeded;
    margin-right: 40px;
}

.view-login #g-mainbar .row-fluid .span12 > div:last-child {
    background: #922a37;
    color: #fff;
}

.view-login #g-mainbar .row-fluid .span12 > div:last-child a {
    color: #fff;
}

.view-login .btn.btn-primary {
    margin: 0;
}

.view-login .login .well fieldset .control-group {
    margin: 20px 0 0 0;
}

.view-login .login .well fieldset .control-group:first-child {
    margin: 0;
}

.view-login .nav-tabs {
    margin: 0;
}



/*******************************************************************************
    OFFCANVAS
*******************************************************************************/

#g-offcanvas, #g-offcanvas #g-mobilemenu-container ul {
    background: #822531;
}

#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
    border: none;
}

#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container.btn-white {
    padding: 5px;
    width: 80%;
    float: none;
    display: block;
    margin: 0 auto;
}

#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
    background: none;
}

/*******************************************************************************
    NAVIGATION
*******************************************************************************/



.logo-container {
    -webkit-flex: 0 13%;
    -moz-flex: 0 13%;
    -ms-flex: 0 13%;
    flex: 0 13%;
    width: 13%;
}

.nav-menu {
    -webkit-flex: 0 35%;
    -moz-flex: 0 35%;
    -ms-flex: 0 35%;
    flex: 0 35%;
    width: 35%;
}

.nav-a {
    -webkit-flex: 0 52%;
    -moz-flex: 0 52%;
    -ms-flex: 0 52%;
    flex: 0 52%;
    width: 52%;
}

#g-navigation {
    color: #000000;
    background: rgba(255,255,255,1);
}

#g-navigation .g-dropdown-column .g-block {
    background: rgba(1,1,1,.95);
}

#g-navigation .logo-container .g-logo {
    float: left;
}

#g-navigation .nav-menu > .g-content {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-features2-particle .g-features2-particle-title a {
    color: #361b27;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.9rem;
}

.g-features2-particle .g-features2-particle-title {
    margin-top: 12px;
}

#g-navigation .g-main-nav .g-toplevel > li {
    margin: 0 0.3rem;
}

#g-navigation .moduletable.top-search {
    width: 130px;
}


.search-mobile-container, #g-navigation .nav-a .g-content > div:first-child {
    display: none;
    width: 0%;
}

#g-navigation .nav-a .g-content > div {
    width: auto;
    float: left;
    position: relative;
    flex: 0 1 auto;
    margin-top: 0;
    padding-top: 0;
}

#g-navigation .nav-a .g-content {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

#g-navigation .platform-content, #g-navigation .moduletable, #g-navigation .widget {
    margin: 0;
    padding: 0;
}

#g-navigation .g-particle, #g-navigation .g-content {
    padding-top: 0;
    padding-bottom: 0;
}

/* Features */
#g-navigation .g-features2-particle .g-features2-particle-icon {
    margin-right: 5px;
}

#g-navigation .g-features2-particle.style2 {
    width: 360px;
    padding-left: 10px;
}

#g-navigation .g-features2-particle.style2 .g-features2-particle-item {
    flex: 0 1 auto;
    padding-right: 15px;
}

#g-navigation .g-main-nav .g-toplevel > li:hover > .g-menu-item-container, #g-navigation .btn-white:hover  {
    color: rgba(146,42,55,1)!important;
}

#g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
    color:#ffffff;
}

#g-navigation .btn-white {
    background: none!important;
}

.g-menu-item-type-separator {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

.g-menu-item-type-separator .g-menu-item-container {
    border-bottom: 5px solid rgba(255, 255, 255, 0.2)!important;
    height: 0;
    margin-top: 20px!important;
    margin-bottom: -3px!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}

.g-menu-item-type-separator .g-menu-item-title {
    display: none;
}

.g-main-nav .g-standard .g-sublevel > li:nth-child(5) > .g-menu-item-container {
    border-bottom: 0!important;
}

/* Language */
#g-navigation .lang-inline {
    margin-top: 14px;
    padding-left: 6px;
}

div.mod-languages ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.mod-languages ul.lang-inline li {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}


/* Nav bot */
#g-navigation .g-grid:nth-child(2) {
    
}

.nav-bot-a {
    position: absolute;
}

.nav-bot-a .g-content {
    padding: 0;
    margin-top: 0;
}

#g-navigation .g-social {
    line-height: 58px;
}

#g-navigation .g-social a {
    background: #ffffff;
    font-size: 38px;
    padding: 2px 8px;
    padding-left: 0;
}

#g-navigation .g-social a:first-child {
    padding-left: 14px;
}

#g-navigation .g-social a:last-child {
    padding-right: 14px;
}


/*******************************************************************************
    HEADER
*******************************************************************************/

.slideshow-caption.uk-width-1-2 {
    padding: 60px;
    background: rgba(146, 42, 55, 0.7);
}

.g-slideshow .style2 .g-slideshow-desc, .g-slideshow .style2 .g-slideshow-title {
    background: none;
    color: #ffffff!important;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 50px;
    font-family: 'Tajawal', sans-serif;
}

.g-slideshow .style2 .g-slideshow-title {
    font-weight: 700;
}

.g-slideshow .style2 .g-slideshow-buttons .button.standard {
    width: 60%;
    margin: 0 auto;
    position: relative;
    float: none;
    display: block;
}

.g-slideshow .g-overlay-container {
    padding-right: 1.563rem!important;
    padding-left: 1.563rem!important;
}

.uk-dotnav-contrast>*>*, .uk-dotnav-contrast>.uk-active>* {
    background: rgba(146, 42, 55, 0.7)!important;
}



/*******************************************************************************
    INTRO
*******************************************************************************/

#g-intro div .g-grid {
    margin-top: 0!important;
}

.forside .intro-a .g-features-particle-item {
    padding: 0;
}

.forside .intro-a .g-features-particle-item .g-content {
    padding: 0;
}

.forside .intro-a .g-features-particle-item:last-child, .kollektioner .intro-a .g-features-particle-item:last-child {
    margin-right: 0px;
}

.forside .intro-a .g-features-particle .g-features-particle-title a {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 5px;
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 300;
}

.forside .intro-a .g-features-particle-title a {
    text-align: center;
}

.forside  .intro-a .g-features-particle-image img, .forside .intro-a .g-features-particle-title a {
    float: left;
    width:100%;
}

.intro-a .g-tilte {
    margin-top: 0;
}

.intro-a .g-features-particle, .intro-a .g-features2-particle {
    margin-bottom: 0;
}


.sofabygger #g-intro {
    background-image: url("/images/troels/3D/3d-bygger_modular-sofa.gif");
    background-position: center;
    position: relative;
}

.sofabygger #g-intro:before {
    background-color: rgba(255,255,255,0);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.sofabygger #g-intro .img-150 .g-features-particle-desc {
    display: none;
}

.sofabygger #g-intro .g-features-particle-title span {
    font-weight: 300;
    margin-top: 5px;
    display: block;
}

.kollektioner #g-intro {
    background: #eeeded;
}

.kollektioner .g-introtext {
    font-size: 26px!important;
    margin-top: 8px;
}

.kollektioner .g-introtext {
    width: 100%;
    text-align: left;
    font-size: 24px;
}

.kollektioner .g-features-particle-title {
    font-size: 34px;
    text-align: left;
    margin-top: 10px;
    float:left;
    width: 100%;
}

.kollektioner .g-features-particle-desc {
    width: 100%;
    float: left;
    text-align: left;
}

.kollektioner .g-features-particle-item .g-content {
    padding: 0 0.469rem;
}

.kollektioner .g-features-particle-item:first-child .g-content {
    padding-left: 0;
    padding-right: 0.938rem;
}

.kollektioner .g-features-particle-item:last-child .g-content {
    padding-right: 0;
    padding-left: 0.938rem;
}

.kollektioner #g-intro .g-features-particle-item .g-content {
    padding: 0;
}

.kollektioner #g-intro .g-features-particle-item {
    flex: 0 1 auto;
    width: calc(25% - 22.5px);
    margin-right: 30px;
}

.kollektioner #g-intro .g-features-particle-item:last-child {
    margin-right: 0;
}

.kollektioner .g-features-particle .g-features-particle-button {
    margin-top: 5px;
}



.kollektion #g-intro .intro-b > .g-content {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.tema1 .button, .tema-Urban, .tema2 .button, .tema-Minimalisme, .tema3 .button, .tema-Young {
    border-radius: 0;
    float: left;
    text-transform: uppercase;
    padding: 6px 18px;
    color: #ffffff;
    font-size: 20px;
}

.tema1 .button, .tema-Urban, .tema2 .button, .tema-Minimalisme, .tema3 .button, .tema-Young {
    font-size: 12px;
    padding: 4px 10px;
}
.product-page .product_title span {
    font-size: 16px;
    margin-top: 19px;
    padding: 4px 10px;
}

.tema1 .g-features-particle-button, .tema2 .g-features-particle-button, .tema3 .g-features-particle-button {
    width: 100%;
    float: left;
}

.tema1 .button, .tema-Urban {
    background: #8C7F7F!important;
}

.g-features-particle .tema1 .g-features-particle-title a {
    color: #8C7F7F;
}

.tema2 .button, .tema-Minimalisme {
    background: #000000!important;
}

.g-features-particle .tema2 .g-features-particle-title a {
    color: #000000;
}

.tema3 .button,.tema-Young {
    background: rgba(146,42,55,1)!important;
}

.g-features-particle .tema3 .g-features-particle-title a {
    color: rgba(146,42,55,1);
}

.fabrikken #g-intro {
    background-image: url(/images/troels/fabrikken/fabrikken_topfoto_1920x500.jpg);
    background-position: center;
    position: relative;
    z-index: 0;
    padding-bottom: 0;
}

.fabrikken #g-intro:before {
    background-color: rgba(255,255,255,0.85);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.fabrikken #g-intro h1 {
    margin-bottom: 0;
    margin-top: 100px;
}

.fabrikken #g-intro h3 {
    font-size: 32px;
}

.kontakt #g-intro {
    background: #361b27;
    color: #ffffff;
}

.kontakt #g-intro a {
    color: #ffffff;
}

.kontakt #g-intro h3 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 100px;
}

.kontakt #g-intro h2 {
    font-size: 40px;
    font-weight: 300;
}

.kontakt .col-5 {
    padding-left: 0;
}


.om-os #g-intro {
    background: #eeeded;
}

.om-os #g-intro .g-features-particle-item.text {
    padding-top: 148px;
}

.om-os #g-intro .g-features-particle-item.text .g-content {
    padding-left: 30px;
    padding-right: 0;
}

.job #g-intro {
    background: rgba(238,237,237,1);
}

.job #g-intro .g-features-particle-title {
    font-size: 34px;
    margin-bottom: 30px;
}

.job-contact {
    display: block;
    margin-top: 60px;
}

/*******************************************************************************
    FEATURES
*******************************************************************************/

.forside .features-a .g-title {
    width: 100%;
}

.forside .g-features2-particle.textimg3 .g-grid {
    width: 50%;
    float: left;
    position: relative;
}

.forside #g-features .g-features2-particle.textimg3 .g-block {
    flex: 0 1 auto;
}

.forside .g-features-particle-item.image1 {
    width: 70%;
    margin-left: 30%;
}

.forside .g-features-particle-item.image2, .forside .g-features-particle-item.image3 {
    float: right;
    position: relative;
    display: block;
    width: 60%;
}

.forside .g-features-particle-item.image1 .g-features-particle-button, .forside .g-features-particle-item.image2 .g-features-particle-button, .forside .g-features-particle-item.image3 .g-features-particle-button {
    display: none;
}

.forside .g-features-particle-item.image3 {
    padding-left: 20px;
}

.forside .g-features-particle-item.image2 {
    width: 40%;
}

.forside .g-features-particle-item.image2 .g-features-particle-title {
    margin-left: 30px;
}

.forside .g-features-particle-image, .forside .link-text {
    width: 100%;
    float: left;
}

.forside .tekst .g-features-particle-image {
    width: 350px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}
    

.forside .g-features-particle-item.image1 .g-content, .forside .g-features-particle-item.image2 .g-content, .forside .g-features-particle-item.image3 .g-content, .forside .g-features-particle-item.image3 .g-content {
    padding: 0;
    margin: 0;
}

.forside .g-features-particle-item.image1 img, .forside .g-features-particle-item.image2 img, .forside .textimg3 .g-features-particle-item.tekst img {
    width: auto;
}

.forside .g-features-particle-item.image1 {
    margin-top: -12px;
}

.forside #g-features .g-features-particle-image img, .forside #g-features .g-features-particle-title a {
    float: right;
}

.forside #g-features h3 {
    font-weight: 700;
    font-size: 40px;
}

.forside #g-features .g-features-particle-title {
    color: #361b27;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: left;
    line-height: 20px;
    float: left;
}

.forside .g-features-particle-item.image1 h4 {
    width: 100%;
}

.forside #g-features .tekst .g-features-particle-title {
    display: none;
}


.forside #g-features .textimg3 .g-grid:last-child .g-content-child {
    border: 7px solid #ffffff;
    padding: 80px;
    margin-top: -12px;
    float: left;
    width: 100%;
    margin-left: 14px;
}

.forside #g-features .textimg3 .g-grid:last-child p {
    font-size: 26px;
    line-height: 1.3;
}

.forside #g-features .textimg3 .g-grid:last-child img {
    margin-top: 12px;
    margin-bottom: 12px;
    height: 200px;
}

.forside #g-features .g-features-particle-button {
    float:left;
    width: 100%;
}

.forside #g-features .textimg3 .button {
    width: 70%;
    margin: 0 auto;
    float: none;
    display: block;
    font-size: 20px;
    margin-bottom: 14px;
}

.forside #g-features .galler-o-item-overlay {
    display: none;
}

.forside #g-features .g-features-particle-image:hover .galler-o-item-overlay {
    display: block;
    background: rgba(146,42,55,0.7);
    float: left;
    position: absolute;
    display: block;
    color: #ffffff;
    font-size: 22px;
    text-decoration: underline;
    text-align: center;
}

.forside #g-features .image1 .g-features-particle-image:hover .galler-o-item-overlay {
    width: 403px;
    height: 250px;
    line-height: 250px;
}

.forside #g-features .image2 .g-features-particle-image:hover .galler-o-item-overlay {
    width: 200px;
    height: 200px;
    right: 0;
    padding-top: 70px;
}

.forside #g-features .image3 .g-features-particle-image:hover .galler-o-item-overlay {
    width: 325px;
    height: 325px;
    line-height: 325px;
}

.kollektioner #g-features {
    background: rgba(204, 206, 204, 1);
}


.fabrikken #g-features {
    background: #ffffff;
    padding-bottom: 0;
}

.fabrikken #g-features .todelt .g-grid:first-child .g-features-particle-title, .fabrikken #g-utility .todelt .g-grid:first-child .g-features-particle-title  {
    margin-top: 50px;
    margin-bottom: 20px;
}

.fabrikken #g-features .background-red .g-features-particle-title {
    color: #ffffff;
}

.fabrikken #g-features .g-features-particle-title {
    margin-bottom: 15px;
}

.om-os #g-features {
    background: #ffffff;
    padding-bottom: 0;
}

.om-os #g-features .g-block > .g-content {
    padding-bottom: 0;
    margin-bottom: 0;
}

.om-os #g-features .g-features-particle, .om-os #g-features .g-features2-particle {
    margin-bottom: 40px;
}

.om-os #g-features .g-features-particle-title {
    margin-bottom: 15px;
}

.job #g-features {
    background: rgba(217, 214, 209, 1);
}



/*******************************************************************************
    UTILITY
*******************************************************************************/

.forside #g-utility .g-features-particle-title a {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
}

.forside #g-utility .g-features-particle-desc {
    font-size: 22px;
    line-height: 1.3;
}

.forside #g-utility .background-red .g-features-particle-title a, .forside #g-utility .background-red .g-features-particle-title {
    font-size: 40px;
    text-align: center;
    margin-top: 5px;
}

.forside #g-utility .background-red .g-features-particle-desc {
    text-align: center;
}

.forside #g-utility .background-red .button {
    width: 70%;
    margin: 0 auto;
    float: none;
    position: relative;
    display: block;
    color: #000000!important;
    margin-top: 40px;
}

.forside #g-utility .background-red .button:hover {
    color: #ffffff!important;
}

.forside #g-utility .todelt > .g-grid:first-child {
    margin-bottom: 75px;
}

.sofabygger #g-utility {
    background: rgba(217,214,209,1);
    color: #361b27;
}

.sofabygger #g-utility a {
    color: #361b27;
}

.sofabygger .g-features-particle-item .link-text {
    width: 50%;
    float: left;
}

.sofabygger #g-utility .g-features-particle-item a.button {
    font-weight: 400;
    float: right;
    font-size: 16px;
    margin-top: 0;
    font-weight: 700;
}

.sofabygger #g-utility .g-features-particle-title {
    margin-bottom: 20px;
    color: #361b27;
}

.sofabygger #g-utility .utility-a {
    display: none;
}

.sofabygger #g-utility .sofabygger {
    margin: 0;
}

.sofabygger #g-utility .g-title {
    display: none;
}

.sofabygger #g-utility .g-features-particle-desc {
    margin-top: 20px;
}

.sofabygger #g-utility .readmore-link {
    margin-top: 5px;
}

.fabrikken #g-utility {
    background: rgba(54,27,39,1);
    color: #ffffff;
}

.fabrikken #g-utility .g-features-particle-title {
    color: #ffffff;
}

.kollektioner #g-utility .g-features-particle-desc {
    font-size: 26px!important;
}

.kollektioner #g-utility .g-features-particle-button {
    margin-top: 0;
    float: right;
}

.kollektioner #g-utility .g-features2-particle.todelt {
    margin-bottom: 0;
    margin-top: -25px;
}

.om-os #g-utility {
    padding-top: 0;
}

.om-os #g-utility .g-block > .g-content {
    padding-top: 0;
    margin-top: 0;
}

.om-os #g-utility .g-features-particle .g-grid, .om-os #g-utility .g-features2-particle .g-grid {
    margin-bottom: 40px;
}

.om-os #g-utility .g-features-particle-title {
    margin-bottom: 15px;
}

.om-os #g-utility .background-red {
    text-align: center;
}

.om-os #g-utility .background-red .g-features-particle-title {
    font-size: 36px;
    color: #ffffff;
}

.om-os #g-utility .background-red .button {
    padding: 10px 50px;
    border-radius: 2.5rem;
}

.kontakt #g-utility .g-title.g-main-title {
    text-align: left;
    padding: 0 15px;
}


/*******************************************************************************
    TESTIMONIALS
*******************************************************************************/



/*******************************************************************************
    EXPANDED
*******************************************************************************/


/*******************************************************************************
    ABOVE
*******************************************************************************/


/*******************************************************************************
    CONTAINER MAIN
*******************************************************************************/


/*******************************************************************************
    FOOTER
*******************************************************************************/

#g-footer a {
    color: #ffffff;    
}

#g-footer .footer-a {
    padding-top: 30px;
}

#g-footer .nav.menu {
    border: none;
    padding: 0;
    float: left;
}

#g-footer .nav.menu li {
    display: block;
    float: left;
    padding: 0px 39px;
    margin: 0;
    border: none;
    border-right: 2px solid #ffffff;
    line-height: 1.4;
}

#g-footer .nav.menu li:first-child {
    padding-left: 0;
}

#g-footer .nav.menu .item-135 {
    display: none;
}

#g-footer .nav.menu li:last-child {
    border-right: 0;
}

#g-footer .g-content {
    margin: 0 0.625rem;
    padding: 0 0.938rem
}

#g-footer .g-social.social {
    float: right;
    font-size: 48px;
    margin-top: -80px;
}

#g-footer .btn-white {
    width: 110px;
    margin-top:-30px;
    padding: 8px 10px;
    font-weight: 700;
    margin-left: 20px;
}

#g-footer .footer-menu {
    margin-top: -49px;
}

#g-footer > .g-container > .g-grid:last-child {
    margin-top: -32px;
}

#g-footer img {
    width: 110px;
    margin: 0 auto;
    display: block;
    float: left;
    margin-top:28px;
}


/*******************************************************************************
    ERROR
*******************************************************************************/
.outline-_error #g-header, .outline-_error #g-header a {
    color: #361b27;
}

/*******************************************************************************
    MEDIA
*******************************************************************************/

@media only all and (max-width: 1200px) {
    /* Gallery Particle */
    .kollektion .gallery-o-item-title {
        margin-bottom: 25px;
    }
    
    .background-red, .border-red, .border-grey, .border-black, .text {
        padding: 30px!important;
    }
    
    .forside .g-features-particle-item.image2 .g-features-particle-title {
        margin-left: 0px;
    }
    
    /* Product side */
    .product-page .slideshow-select-image {
        width: 100%;
        height: 162px;
        margin-bottom: 31px;
    }
    
    .section.color {
        padding-top: 23px;
        font-size: 15px;
    }
    
    .product_colors .product_color {
        width: 48px;
        height: 48px;
        margin: 0 10px 10px 0;
    }
    
    .productMenu {
        margin-top: -20px;
    }
    
    .product .slideshow-images {
        height: 770px;
    }
    
    /* Brochure - Particle (features) */
    .brochure .g-features-particle-title {
        font-size: 20px;
    }
    
    /* Kollektioner */
    
    .kollektioner .g-features-particle-title,.kollektioner .g-features-particle-title a {
        font-size: 26px;
        margin-top: -4px;
        margin-bottom: 8px;
    }
    
    .kollektioner .g-features-particle .g-features-particle-button {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    
    /* Navigation */
    #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-features2-particle .g-features2-particle-title a {
        font-size: 0.7rem;
    }
    
    #g-navigation .nav-a .g-content > div:nth-child(2) {
        width: 265px;
    }
    
    #g-navigation .search-input-container  {
        width: 120px;
    }
    
    #g-navigation .lang-inline {
        padding-left: 12px;
    }
    
    
    .lang-inline a {
        font-size: 0.7rem;
    }
        
    
    /* Header */
    .g-slideshow .style2 .g-slideshow-desc, .g-slideshow .style2 .g-slideshow-title {
        font-size: 34px;
    }
    
    /* Features */
    .forside #g-features .textimg3 .g-grid:last-child .g-content-child {
        padding: 40px;
    }
    
    .forside #g-features .textimg3 .button {
        width: 80%;
    }
    
    .forside #g-features .textimg3 .g-grid:last-child img {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    .forside #g-features .textimg3 .button {
        margin-bottom: 0;
    }
    
    .forside #g-features .image1 .g-features-particle-image:hover .galler-o-item-overlay {
        width: 318px;
        height: 199px;
        line-height: 199px;
    }
    
    .forside #g-features .image2 .g-features-particle-image:hover .galler-o-item-overlay {
        width: 182px;
        height: 182px;
        padding-top: 60px;
    }
    
    .forside #g-features .image3 .g-features-particle-image:hover .galler-o-item-overlay {
        width: 253px;
        height: 253px;
        line-height: 253px;
    }
    /* Intro */
    .g-features-particle-item.small .g-features-particle-button .button {
        font-size: 11px;
        width: 170px;
    }
    
    .sofabygger #g-intro .border-black {
        padding: 50px 30px!important;
    }
    
    .job #g-intro .g-features-particle-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
    
    .job-contact {
        margin-top: 30px;
    }
    .kontakt #g-intro h3 {
        margin-top: 57px;
    }
    
    .kontakt #g-intro .col-5 {
        width: 40%;
    }
    .kontakt #g-intro .col-5:last-child {
        width: 60%;
    }
    
    /* Utility */
    .sofabygger #g-utility .g-features-particle-button .button {
        font-size: 16px;
    }
    
    .forside #g-utility .background-red .g-features-particle-title a, .forside #g-utility .background-red .g-features-particle-title {
        margin-top: 0px;
    }
    
    .kollektioner #g-utility .g-features-particle-desc {
        font-size: 20px!important;
    }
    
    /* Features */
    .fabrikken #g-features .todelt .g-grid:first-child .g-features-particle-title, .fabrikken #g-utility .todelt .g-grid:first-child .g-features-particle-title {
        margin-top: 6px;
        margin-bottom: 10px;
    }
    
    .fabrikken #g-features .g-features-particle-title {
        font-size: 32px;
    }
    
    .om-os .large-text .g-features-particle-title {
        font-size: 34px;
    }
    
    .om-os .large-text .g-features-particle-desc, .large-text p {
        font-size: 17px;
    }
    
    
    /* todelt*/
    .forside #g-utility .g-features-particle-title a {
        font-size: 26px;
    }
    
    .forside #g-utility .g-features-particle-desc {
        font-size: 20px;
    }
    
    .forside #g-utility .background-red .g-features-particle-title {
        font-size: 36px;
    }
    
    .forside #g-utility .g-features-particle-desc {
        font-size: 18px;
    }
    
    .forside #g-utility .background-red .button {
        width: 80%; 
        font-size: 16px;
    }
    
    /* Footer */
    #g-footer, #g-footer p {
        font-size: 0.85rem!important;
    }
    
    #g-footer .btn-white {
        margin-left: 0;
    }
    
    #g-footer img {
        margin-top: 22px;
    }
    
    #g-footer .g-social.social {
        font-size: 40px;
    }
    
    #g-footer .g-social a {
        padding: 0;
    }
}

@media only all and (max-width: 960px) {
    
    .g-features-particle-button .button {
        font-size: 18px;
        margin-top: 0;
    }
    
    /* Cookie */
    #cookieInformerBooklet p, #cookieInformerBooklet .cookie-link {
        font-size: 12px;
    }
    
    #cookieInformerBooklet .textContainer {
        width: calc(70% - 100px);
    }
    
    #cookieInformerBooklet .linkContainer {
        width: 30%;
    }
    
    /* Particle - Gallery */
    
    .kollektion .gallery-o-item-title {
        margin-bottom: 18px;
    }
    
    
    /* Brochure - Particle (features) */
    .brochure .g-features-particle-title {
        font-size: 15px;
    }
    
    .brochure .g-features-particle-button .button {
        font-size: 13px;
    }
        
    /* Com - Category */
    .nyheder .second-news .page-header h2 a, .nyheder .mainbar-bottom-a .mod-articles-category-title {
        font-size: 15px;
    }
    
    .nyheder .second-news .readmore, .nyheder .mainbar-bottom-a .mod-articles-category-title{
        font-size:14px;
    }
    
    /* Produkt */
    
    .product-page .slideshow-select-image {
        height: 123px;
        margin-bottom: 32.33px;
    }
    
    .product_colors .product_color {
        width: 33px;
        height: 33px;
        margin: 0 14px 18px 0;
    }
    
    .product-page h3 {
        font-size: 20px;
    }
    
    .product .slideshow-images {
        height: 630px;
    }
    
    /* Login */
    
    .view-login .form-horizontal .control-label, .form-horizontal .controls {
        width: 50%;
        float: left;
        margin: 0;
    }
    
    .view-login .form-horizontal .control-label {
        padding-right: 10px;
    }
    
    .view-login .controls input {
        max-width: 100%;
    }
    
    .view-login .login .well fieldset .control-group {
        margin: 10px 0 0 0;
        width: 100%;
    }
    
    .view-login .login .well fieldset .control-group:nth-child(4) .controls {
        width: 100%;
    }
    
    .view-login .btn.btn-primary {
        float: right;
    }
    
    /* Kollektioner */
    .kollektioner .g-features-particle-title, .kollektioner .g-features-particle-title a {
        font-size: 19px;
        margin-top: 0;
        margin-bottom: 6px;
    }
    
    .kollektioner .g-features-particle-desc {
        font-size: 14px!important;
    }
    
    
    /* Navigation */
    #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-features2-particle .g-features2-particle-title a {
        font-size: 0.5rem;
    }
    
    .lang-inline a {
        font-size: 0.5rem;
    }
    
    #g-navigation .g-main-nav .g-toplevel > li {
        margin: 0 0.15rem;
    }
    
    #g-navigation .g-features2-particle.style2 .g-features2-particle-item {
        padding-right: 8px;
    }
    
    #g-navigation .nav-a .g-content > div:nth-child(2) {
        width: 215px;
    }
    
    #g-navigation .nav-a .g-content > div:nth-child(3) {
        width: 85px;
    }
    
    #g-navigation .search-query {
        height: 35px;
        width: 85px;
    } 
    
    #g-navigation .search-input-container  {
        max-width: 100%;
    }
    
    #g-navigation .search-input-container input  {
        height: 32px;
        margin-top: 7px;
        max-width: 100%;
    }
    
    #g-navigation .lang-inline {
        padding-left: 7px;
        margin-top: 13px;
    }
    
    /* Header */
    .slideshow-caption.uk-width-1-2 {
        padding: 20px 30px;
    }
    
    .g-slideshow .style2 .g-slideshow-desc, .g-slideshow .style2 .g-slideshow-title {
        font-size: 27px;
    }
    
    /* Features */
    .forside #g-features .textimg3 .g-grid:last-child p {
        font-size: 19px;
    }
    
    .forside #g-features .textimg3 .g-grid:last-child img {
        margin-top: 9px;
        margin-bottom: 10px;
        height: auto;
    }
    
    .forside #g-features .textimg3 .g-grid:last-child .g-features-particle-button {
        margin-top: 5px;
    }
    
    .forside #g-features .textimg3 .g-grid:last-child h2 {
        margin-top: 0px;
        margin-bottom: 15px;
        font-size: 25px;
    }
    
    .forside #g-features .textimg3 .button {
        width: 100%;
    }
    
    .forside #g-features .textimg3 .g-grid:last-child .g-content-child {
        padding: 30px;
    }
    
    .forside #g-features .textimg3 .button {
        font-size: 16px;
    }
    
    .forside #g-features .image1 .g-features-particle-image:hover .galler-o-item-overlay {
        width: 251px;
        height: 157px;
        line-height: 157px;
    }
    
    .forside #g-features .image2 .g-features-particle-image:hover .galler-o-item-overlay {
        width: 143px;
        height: 143px;
        padding-top: 45px;
    }
    
    .forside #g-features .image3 .g-features-particle-image:hover .galler-o-item-overlay {
        width: 195px;
        height: 195px;
        line-height: 195px;
    }
    
    /* Intro */
    .g-features-particle-item.small .g-features-particle-button .button {
        font-size: 11px;
        width: 110px;
    }
    
    /* Utility */
    .forside #g-utility .background-red .g-features-particle-title a, .forside #g-utility .background-red .g-features-particle-title {
        font-size: 24px;
    }
    
    .kollektioner #g-utility .g-features-particle-desc {
        font-size: 16px!important;
        margin-top: 7px;
    }
    
    .kollektioner .g-features-particle-item.small .g-features-particle-button .button {
        font-size: 11px;
        width: 120px;
    }

    .sofabygger #g-utility .g-features-particle-desc, .sofabygger #g-utility .readmore-link {
        font-size: 13px;
    }
    
    .sofabygger #g-utility .g-features-particle-button .button {
        font-size: 11px;
        padding: 8px 25px;
        margin-top: -10px;
    }
    
    .sofabygger #g-utility .readmore-link {
        margin-top: 0px;
    }
    
    .sofabygger #g-utility .g-features-particle-item a.button {
        font-size: 11px;
    }
    
    .om-os .large-text .g-features-particle-title, .om-os .border-grey .g-features-particle-title {
        font-size: 24px;
    }
    
    .om-os .large-text .g-features-particle-desc, .large-text p, .om-os .border-grey .g-features-particle-desc, .border-grey p {
        font-size: 14px;
    }
    
    .om-os #g-utility .background-red .g-features-particle-title {
        font-size: 23px;
    }
    
    .om-os #g-utility .background-red .g-features-particle-desc {
        font-size: 15px;
    }
    
    
    
    /* To delt */
    .forside #g-utility .g-features-particle-title a {
        font-size: 21px;
        line-height: 1.2;
        display: block;
        margin-bottom: 10px;
    }

    .forside #g-utility .g-features-particle-desc {
        font-size: 14px!important;
    }
    
    .forside #g-utility .background-red .button {
        margin-top: 20px;
    }

    .forside #g-utility .background-red .g-features-particle-title {
        font-size: 25px;
    }
    
    .forside #g-utility .background-red .button {
        width: 100%;
        font-size: 14px;
    }
    
    .forside #g-utility .utility-a .text {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    /* Footer */
    #g-footer, #g-footer p {
        font-size: 0.68rem!important;
    }
    
    #g-footer .nav.menu li {
        padding: 0px 25px;
    }
    
    #g-footer .g-social.social {
        margin-top: -50px;
        font-size: 32px;
    }
    
    #g-footer img {
        margin-top: 0px;
    }
    
    #g-footer .btn-white {
        width: 65px;
        padding: 4px 10px;
        font-size: 11px;
        margin-left: 8px;
    }
    
    #g-footer .g-social.social {
        margin-top: -77px;
    }
    
    #g-footer .footer-logo {
        padding-top: 20px;
    }
    
    
    #g-footer .footer-a {
        padding-top: 24px;
    }
}

@media only all and (max-width: 768px) {
    
    .g-offcanvas-toggle {
        display: none;
    }
    
    #g-navigation .g-features2-particle.style2 {
        padding-left: 0px;
    }
}

@media only all and (max-width: 767px) {
    
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10 {
        width: 100%;
    }
    
    .text {
        padding: 0!important;
    }
    
    /* Persondata */
    .persondatapolitik .page-header {
        margin-top: 0px;
    }
    
    /* Cookie */
    #cookieInformerBooklet p, #cookieInformerBooklet .cookie-link {
        font-size: 12px;
    }
    
    #cookieInformerBooklet .textContainer, #cookieInformerBooklet .linkContainer {
        width: 100%;
        margin-right: 0;
    }
    
    #cookieInformerBooklet .cookie-button, #cookieInformerBooklet .cookie-link {
        width: 100%;
    }
    
    /* Out team */
    .g-our-team .g-block {
        width: 100%;
    }
    
    /* Brochure - Particle (features) */
    .brochure .g-features-particle-item {
        margin-left: 0;
        margin-top: -10px;
    }
    
    .brochure .g-features-particle-item:first-child {
        margin-top: -30px;
    }
    
    .brochure .g-features-particle-item:last-child {
        margin-bottom: 0px;
    }
    
    .brochure .g-features-particle-title {
        font-size: 22px;
    }
    
    .brochure .g-features-particle-button .button {
        font-size: 16px;
    }
    
    /* Produkt */
    
    .product-page .col-2 {
        width: 40%;
        padding-right: 0;
    }
    
    .col-8.slideshow {
        width: 60%;
    }
    
    .product-page .slideshow-select-image {
        width: 77px;
        height: 84px;
        float: left;
        margin-bottom: 15px;
    }
    
    .product-page .slideshow-select-image:nth-child(2n -1) {
        margin-right: 15px;
    }
    
    .section.color .col-5 {
        padding: 0;
        margin-bottom: 20px;
    }
    
    .product_colors .product_color {
        width: 60px;
        height: 60px;
        float: left;
        margin: 0 14px 14px 0;
    }
    
    .product-page h3 {
        font-size: 26px;
    }
    
    .productMenu {
        height: 50px;
        margin-top: -20px;
    }
    
    .product-page .product_katalog a {
        width: 100%;
        margin: 0;
    }
    
    .product .slideshow-images {
        height: auto;
    }
    
    /* Particle - Gallery */
    
    .kollektion .gallery-o-item, .kollektion .gallery-o-item.small {
        width: 100%!important;
        margin-left: 0!important;
        margin-bottom: 30px;
    }
    
    .g-gallery-feature-kollektion-text .g-gallery-feature-desc, #g-intro .g-gallery-feature-kollektion-text .g-gallery-feature-desc {
        line-height: 1.2;
        margin-top: -5px;
    }
    
    .kollektion .gallery-o-item.large {
        height: auto;
    }
    
    /* Com - Category */
    .nyheder .leading-0, .nyheder .leading-1 {
        width: 100%;
        padding: 0!important;
        margin-top: 0;
    }
    .nyheder .mainbar-bottom-a .categoryarticle-item {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    
    .nyheder h2 {
        text-align: center;
    }
    
    .nyheder .pre-leading-news {
        height: 106px;
    }
    
    .second-news .items-row .item {
        margin-bottom: 40px;
    }
    
    .nyheder .second-news .page-header h2 a , .nyheder .mainbar-bottom-a .mod-articles-category-title {
        text-align: left;
        font-size: 22px;
    }
    
    .nyheder .nav-stacked div {
        width: 50%;
    }
    
    .nyheder .nav-stacked div:last-child {
        display: none;
    }

    .nyheder .page-header h2 a {
        text-align: left;
    }
    
    .nyheder .mainbar-bottom-a .categoryarticle-item {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .nyheder.view-article .item-pagenyheder div[itemprop="articleBody"] {
        column-count: 1;
        column-gap: 0;
    }
    
    .nyheder.view-article h2 {
        text-align: left;
    }
    
    /* Login */
    
    .view-login #g-mainbar .row-fluid .span12 > div {
        width: 100%;
    }
    
    .view-login #g-mainbar .row-fluid .span12 > div.login {
        margin: 0 0 40px;
    }
    
    /* Generelt */
    .desktop {
        display: none;
    }
    
    .mobile {
        display: block;
    }
    
    .g-offcanvas-toggle {
        display: block;
    }
    
    /* Button */
    .btn-white, a.button.standard, .background-red .button {
        padding: 7px 30px;
    }
    
    /* Navigation */
    #g-navigation .g-container {
        width: 100%;
    }
    
    #g-navigation .g-container {
        width: 100%;
        padding: 0;
    }
    
    #g-navigation .g-logo, #g-navigation .g-logo img, #g-navigation .g-logo svg {
        float: left;
    }
    
    #g-navigation .g-logo img {
        position: relative;
        margin-top: 0;
        margin-left: 0;
    }
    
    #g-navigation .g-logo svg {
        width: 100px;
    }
    
    #g-navigation .g-content {
        padding: 13px;
    }
    
    #g-navigation .nav-a {
        background: #fff;
    }
    
    #g-navigation .nav-a > .g-content > .platform-content {
        width: 100%;
    }
    
    #g-navigation .nav-a > .g-content > .moduletable {
        width: 100%;
    }
    
    #g-navigation .nav-a .mod-languages, #g-navigation .nav-a .form-search {
        display: none;
    }

    #g-navigation .nav-a .moduletable .g-features2-particle {
        margin: 0 auto 0;
        width: 238px;
        position: relative;
        float: none;
    }
    
    #g-mobilemenu-container .g-toplevel li.btn-white {
        border-radius: 0;
        background: #fff;
        text-align: left;
        padding: 0;
    }
    
    #g-mobilemenu-container .g-toplevel li.btn-white a.g-menu-item-container {
        color: #cccecc!important;
    }
    
    #g-navigation .nav-a .g-content {
        margin: 5px 0 0 0;
        padding:0;
    }
    
    #g-navigation .nav-a .g-content > .moduletable, #g-navigation .nav-a .platform-content {
        margin-right: 0;
    }
    
    #g-navigation .nav-a .platform-content .search-query {
        width: 100%;
    }
    
    #g-navigation .nav-a .platform-content .lang-inline li {
        padding: 0 6px;
    }
    
    #g-navigation .nav-a .moduletable .g-features2-particle-title {
        font-size: 11px;
    }
    
    #g-navigation .nav-a .platform-content .finder:before {
        margin-right: 6px;
    }
    
    .g-features-particle .g-features-particle-item, .g-features2-particle .g-features-particle-item, .g-features-particle .g-features2-particle-item, .g-features2-particle .g-features2-particle-item {
        margin-bottom: 0;
    }
    
    #g-navigation .g-content {
        padding: 0;
        margin: 0;
    }
    
    #g-navigation .g-logo {
        margin-top: 5px;
        margin-bottom: 0px;
    }
    
    .g-features2-particle .g-features2-particle-title {
        margin-bottom: 10px;
    }
    
    .g-offcanvas-toggle {
        right: 2rem;
        left: auto;
        margin-top: -5px;
    }
    
    #g-navigation .nav-a .g-content > div:first-child {
        display: block;
        width: 100%;
    }
    
    #g-navigation .search-mobile-container {
        position: absolute;
        top: -28px;
        right: 46px;
    }
    
    #g-navigation .nav-a .g-content > div:nth-child(2) {
        position: absolute;
        right: 0;
    }

    #g-navigation .search-mobile {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 18px;
    }
    
    #g-navigation .search-mobile:before {
        content: "\f002";
        color: rgba(146, 42, 55, 1);
        position: absolute;
        float: left;
    }
    
    #g-navigation .nav-a .g-content > div:nth-child(3)  {
        /*background: rgba(238,237,237,1);
        padding: 15px 0;*/
    }
    
    #g-navigation .nav-a .g-content > div:nth-child(3) > div  {
        /*width: 320px;
        position: relative;
        margin: 0 auto;
        float: none;*/
    }
    
    #g-navigation .nav-a form.form-search, #g-navigation .nav-a .search-input-container {
        width: 240px;
        position: relative;
        margin: 0 auto;
        float: none;
        padding: 15px 0;
    }
    
    #g-navigation .nav-a .top-search {
        background: rgba(238,237,237,1);
    }
    
    
    #g-navigation .nav-a .platform-content .findertop-search:before {
        position: absolute;
        margin-left: -20px;
    }
    
    #g-navigation .nav-a .g-content > .moduletable, #g-navigation .nav-a .platform-content {
        margin-left: 0;
    }
    
    #g-navigation .nav-a > .g-content div:last-child {
        margin: 0 auto;
    }
    
    #g-navigation .nav-a .g-content > div:nth-child(3), #g-navigation .nav-a .top-search {
        width: 100%;
    }
    
    #g-navigation .nav-a .search-input {
        width: 100%;
        display: none;
        background: rgba(238,237,237,1);
        margin-bottom: 0;
    }
    
    #g-offcanvas #g-mobilemenu-container ul.g-slide-out > li > .g-menu-item-container.btn-white {
        display: none;
    }
    
     #g-navigation .search-input-container input  {
        height: auto;
        margin-top: 0px;
    }
    
    .lang-inline a {
        font-size: 1rem;
    }
    
    
    /* Header */
    .slideshow-caption.uk-width-1-2 {
        padding: 20px 20px;
    }
    
    .g-slideshow .style2 .g-slideshow-desc, .g-slideshow .style2 .g-slideshow-title {
        font-size: 18px;
    }
    
    .g-slideshow .style2 .g-slideshow-buttons .button.standard {
        width: 90%;
    }
    
    .g-slideshow .style2 .g-slideshow-buttons .button {
        font-size: 0.9rem;
    }
    
    /* Intro */
    .forside #g-intro h3,.kollektioner #g-intro .g-title.g-main-title {
        font-size: 32px;
        line-height: 1.3;
    }
    
    .forside .intro-a .g-features-particle .g-features-particle-title {
        font-size: 12px;
    }
    
    .forside .intro-a .g-features-particle-item {
        padding-right: 10px;
    }
    
    .fabrikken #g-intro {
        padding: 0;
    }
    
    .kollektioner .g-particle-intro {
        margin-bottom: 25px;
    }
    
    .kollektioner #g-intro .g-introtext {
        margin-top: 0;
        font-size: 19px;
    }
    
    .kollektioner .g-title.g-main-title {
        margin-top: -10px;
    }
    
    .fabrikken #g-intro h1 {
        font-size: 28px;
    }
    
    .fabrikken #g-intro h3 {
        font-size: 22px;
    }
    
    .fabrikken #g-intro h1 {
        margin-top: 30px;
    }
    
    .kontakt #g-intro .intro-a > .g-content {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .om-os #g-intro .intro-a .g-content {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .om-os #g-intro .intro-b .g-content {
        margin-top: 0;
        padding-top: 0;
    }
    
    .om-os #g-intro .intro-b .g-content h2 {
        margin-bottom: 0;
        margin-top: 15px;
    }
    
    .om-os #g-intro .intro-b .g-content p {
        margin-top: 5px;
    }
    
    .om-os #g-intro {
        padding: 0;
    }
    
    .om-os #g-intro .g-features-particle-item.text .g-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .sofabygger #g-intro {
        background: #ffffff;
        padding: 0;
    }
    
    .sofabygger #g-intro .g-container {
        width: 100%;
    }
    
    .sofabygger #g-intro .g-container .intro-a > .g-content {
        padding: 0;
        margin: 0;
    }
    
    .sofabygger #g-intro .g-features-particle-item.background-white .g-content {
        /*padding: 110px 0 10px;*/
        padding: 3rem 0;
    }
    
    .sofabygger #g-intro .g-features-particle-item.background-white .g-content, .sofabygger #g-intro .g-features-particle-item.border-black .g-content {
        margin: 0 auto;
        padding-left: 1.563rem;
        padding-right: 1.563rem;
    }

    .sofabygger #g-intro .g-features-particle-item.border-black .g-content {
        /*border-top: 7px solid #922a37;
        padding-top: 30px;*/
    }
    
    .sofabygger #g-intro .g-features-particle-item.border-black {
        border: none;
        padding: 22px 0 0 0!important;
    }
    
    .sofabygger #g-intro .img-150 .g-features-particle-desc {
        display: block;
        width: 60%;
        float: left;
        position: relative;
        font-size: 22px;
        box-sizing: border-box;
        padding-right: 10px;
    }
    
    .sofabygger #g-intro .img-150 .g-features-particle-desc span {
        font-size: 16px;
        color: rgba(160,160,160,1);
        margin-top: 54px;
        width: 200%;
    }
    
    .sofabygger #g-intro .img-150 .g-features-particle-image {
        display: block;
        width: 40%;
        float: left;
        position: relative;
    }
    
    .sofabygger #g-intro .g-features-particle-item.small .g-features-particle-button .button {
        display: none;
    }
    
    .sofabygger #g-intro .g-features-particle-item.background-white {
        padding: 0;
        margin-bottom: 15px!important;
        background-image: url(http://www.troels.itpilot-dev.dk/images/troels/3D/3D_baggrunds-foto_1920x800.jpg);
        background-position: center;
        position: relative;
        z-index: 0;
    }
    
    .sofabygger #g-intro .g-features-particle-item.background-white:before {
        background-color: rgba(255,255,255,0.85);
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
    
    .sofabygger #g-intro .g-features-particle-item.background-white p {
        display: none;
    }
    
    .brochure-side #g-intro {
        padding: 0;
        background: rgba(238,237,237,1);
    }
    
    .job #g-intro, .job #g-features {
        padding: 0;
    }
    
    .kontakt #g-intro {
        padding-top: 0;
    }
    
    .kontakt #g-intro h3 {
        margin-top: 0px;
    }
    
    /* Features */
    .forside #g-features h3 {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 40px;
    }
    
    .forside .g-features2-particle.textimg3 .g-grid {
        width: 100%;
    }
    
    .forside #g-features .g-features2-particle.textimg3 .g-features-particle-item.image1, .forside .g-features-particle-item.image1 {
        width:100%;
        margin-bottom: 0px;
        margin-left: 0;
    }
    
    .forside #g-features .g-features2-particle.textimg3 .image2,.forside #g-features .g-features2-particle.textimg3 .image3 {
        width:50%;
        margin-bottom: 0px;
    }
    
    .forside #g-features .textimg3 .g-grid:last-child .g-content-child {
        border: none;
    }
    
    .forside #g-features .textimg3 .g-grid:last-child .g-content {
        padding-left: 0;
        padding-right: 0;
    }
    
    .forside #g-features .g-features-particle-item > .g-content {
        padding: 0;
    } 
    
    .forside #g-features .g-features-particle-image img {
        width: 100%;
    }
    
    .forside #g-features .image2 img {
        float: left;
    }
    
    .forside #g-features .image3 img {
        float: left;
    }
    
    .forside .g-features-particle-item.image3 {
        padding-left: 0px;
    }
    
    .forside #g-features .g-features-particle-title a {
        text-align: left;
        float:left;
        width: 100%;
    }
    
    .forside #g-features .g-features-particle-item.tekst {
        border: none;
        margin-top: 40px;
    }
    
    .forside #g-features .textimg3 .g-grid:last-child h2 {
        display: none;
    }
    
    .forside #g-features .image1 .g-features-particle-image:hover .galler-o-item-overlay {
        width: 100%;
        height: 269px;
        line-height: 269px;
    }
    
    .forside #g-features .image2 .g-features-particle-image:hover .galler-o-item-overlay, .forside #g-features .image3 .g-features-particle-image:hover .galler-o-item-overlay {
        width: 100%;
        height: 430px;
        line-height: 430px;
        padding-top: 0;
    }
    
    .forside .g-features-particle-item.image1 .g-features-particle-button, .forside .g-features-particle-item.image2 .g-features-particle-button, .forside .g-features-particle-item.image3 .g-features-particle-button {
        display: block;
    }
    
    .forside #g-features .textimg3 .g-grid:last-child .g-content-child {
        padding: 0;
    }
    
    .forside #g-features .textimg3 .g-features-particle-desc {
        display: none;
    }
    
    .forside #g-features .tekst .g-features-particle-title {
        display: block;
    }
    
    .forside #g-features .tekst .g-features-particle-image {
        background: #ffffff;
        display: block;
        float: left;
        width: 100%;
    }
    
    .forside #g-features .tekst .g-features-particle-image img {
        display: block;
        float: none;
        width: 80%;
        margin: 0 auto;
    }
    
    .forside #g-features {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    
    .forside #g-features .g-features-particle-button {
        margin-top: -5px;
        margin-bottom: 25px;
    }
    
    .forside #g-features .textimg3 .g-grid:last-child .g-content-child {
        margin-left: 0;
    }
    
    .kollektioner #g-features .g-features-particle-desc {
        font-size: 28px;
    }
    
    .kollektioner .g-features-particle-item.small .g-features-particle-button .button {
        width: 90%;
        font-size: 22px;
    }
    
    .kollektioner #g-features .g-features-particle-button {
        float: none;
    }
    
    .kollektioner .g-features-particle-item .g-content {
        padding: 0!important;
    }
    
    .kollektioner #g-features .features-a {
        margin-bottom: -25px;
    }
    
    .fabrikken #g-features {
        padding-top: 0;
    }
    
    .om-os #g-features .g-features2-particle {
        margin-bottom: 0;
    }
    
    .om-os #g-features {
        padding: 15px 0 0 0;
    }
    
    /* Utility */
    .forside #g-utility .button {
        width: 80%;
        float: none;
        position: relative;
        margin: 0 auto;
        display: block;
        
    }
    
    .forside #g-utility .todelt > .g-grid:first-child, .forside #g-utility .todelt {
        margin-bottom: 0;
    }
    
    .fabrikken #g-utility, .om-os #g-utility {
        padding: 0;
    }
    
    .kollektioner #g-utility .g-features-particle-desc {
        font-size: 28px!important;
        line-height: 1.2;
    }
    
    .kollektioner .g-features-particle-item.small .g-features-particle-button .button {
        width: 90%;
        font-size: 22px;
    }
    
    .kollektioner #g-utility .g-features-particle-button {
        float: none;
    }
    
    .om-os #g-utility .g-features-particle .g-grid, .om-os #g-utility .g-features2-particle .g-grid {
        margin-bottom: 0;
    }
    
    .om-os #g-utility .g-features-particle, .om-os #g-utility  .g-features2-particle {
        margin-bottom: 0;
    }
    
    .om-os #g-utility .todelt .g-grid:last-child .g-features-particle-item:last-child {
        margin-bottom: 15px!important;
    }
    
    .sofabygger #g-utility {
        padding-top: 25px;
    }
    
    .sofabygger #g-utility .g-title {
        display: block;
        text-align: left;
        font-size: 40px;
        font-weight: 700;
    }
    
    .sofabygger #g-utility .g-features-particle-title {
        font-size: 32px;
        margin-top: 15px;
    }
    
    .sofabygger #g-utility .link-text {
        display: none;
    }
    
    .sofabygger #g-utility .g-features-particle-item a.button {
        float: none;
        margin: 0 auto;
        display: block;
        width: 100%;
        max-width: 300px;
        font-size: 26px;
        padding: 14px 25px;
    }
    
    .om-os #g-utility .background-red .g-features-particle-desc {
        display: none;
    }
    
    .om-os #g-utility .background-red .g-features-particle-title {
        font-size: 34px;
    }
    
    .om-os .large-text .g-features-particle-desc, .large-text p, .om-os .border-grey .g-features-particle-desc, .border-grey p {
        font-size: 1rem;
    }
    
    .kontakt #g-utility {
        padding-top: 20px;
    }
    
    
    
    /* Todelt */
    .g-features-particle-item {
        width: 100%!important;
        margin-right: 0!important;
        margin-bottom: 50px!important;
    }
    
    
    .kolonne-2 .g-features-particle-desc {
        column-count: 1;    
    }
    
    .todelt .g-block {
        width: 100%;
    }
    
    .todelt .text {
        padding: 0;
    }
    
    .sofabygger .g-features-particle-item .link-text {
        width: 100%;
    }
    
    /* Kollektioner */
    .kollektioner .g-features-particle-title, .kollektioner .g-features-particle-title a {
        font-size: 26px;
    }
    
    .kollektioner .g-features-particle-desc {
        font-size: 18px!important;
        margin-bottom: 20px;
    }
    
    
    /* Footer */
    #g-footer, #g-footer p {
        font-size: 0.9rem!important;
    }
    
    #g-footer .g-block {
        flex: 0 1 auto;
        width: 50%;
        float: left;
    }
    
    #g-footer .g-social.social {
        font-size: 60px;
        margin-top: -30px;
        float: left;
    }
    
    #g-footer .footer-a .custom {
        position: absolute;
        font-size: 18px;
        margin-top: -54px;
        line-height: 1.5;
    }
    
    #g-footer .footer-b {
        min-height: 40px;
    }
    
    #g-footer .footer-c {
        margin-top: 40px;
    }
    
    #g-footer .btn-white {
        width: 110px;
        padding: 8px 10px;
        font-size: 14px;
        margin-left: 19px;
        margin-top: -44px;
    }
    
    #g-footer .g-social.social {
        margin: 12px auto 0;
        float: left;
        position: relative;
        display: block;
        width: 104px;
    }
    
    #g-footer .g-social a {
        padding: 0;
    }
    
    #g-footer .fa {
        font-size: 55px;
    }
    
    #g-footer img {
        margin-top: -13px;
    }
    
    #g-footer .footer-a p {
        line-height: 1.39;
    }
    
    
    #g-footer .byline {
        margin-top: 50px;
    }
    
    /* Søgning */
    .sogning .col-md-3, .sogning .col-md-9 {
        width: 100%;
    }
    
    .page_search {
        display: none;
    }
    
    .all_page_search {
        width: 300px;
    }
    
    .sogning .col-md-9 .result {
        height: auto;
        padding: 0;
    }
  
  	.nyheder.view-article .item-pagenyheder div[itemprop="articleBody"], .nyheder.view-article .item-pagenyheder .newsImg.desktop {
    	width: 100%;
      margin-right: 0;
  	}
  
  .nyheder.view-article h2 {
    margin-top: 30px;
  }
}

@media only all and (max-width: 550px) {
    
    
    /* Produkt */
    .product-page .col-8.slideshow {
        display: none;
    }
    
    .product-page .product_title h1 {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-top: 0px;
        border: none;
        position: relative;
        margin-bottom: 15px;
    }
    
    .product-page .product_title span, .product-page .product_title p {
        margin-bottom: 80px;
    }
    
    .product-page .product_title span {
        margin-right: 25px;
    }
    
    .product-page .product_title p {
        font-weight: 700;
    }
    
    .product-page .slideshow-select-image {
        width: 100%;
        margin: 0;
        margin-bottom: 30px;
        height: 300px;
    }
    
    .product-page .col-2 {
        width: 100%;
        padding-right: 15px;
    }
    
    .product_colors .product_color {
        width: 52px;
        height: 52px;
    }
    
    /* Com - Category */
    .nyheder .title h2 {
        font-size: 1.8rem;
        line-height: 1.3;
    }
    
    .nyheder .nav-stacked div {
        width: 100%;
    }
    
    .nyheder .page-header h2 a {
        font-size: 24px;
    }
    
    .nyheder.view-article h4 {
        font-size: 20px;
    }
    
    .nyheder.view-article h2 {
        font-size: 30px;
    }
    
    /* Login */
    .view-login #g-mainbar .row-fluid .span12 > div {
        padding: 30px;
    }
    
    /* Header */
    .slideshow-caption.uk-width-1-2 {
        display: none;
    }
    
    .g-slideshow .uk-dotnav {
        display: none;
    }
    
    .forside #g-header .uk-slidenav-position, .forside #g-header .uk-slidenav-position .uk-slideshow, .forside #g-header .uk-slidenav-position .uk-slideshow .g-slideshow-item, .forside #g-header .uk-slidenav-position .uk-slideshow .g-slideshow-item canvas {
        height: 210px!important;
    }
    
    /* Intro */
    .forside #g-intro {
        padding: 0;
    }
    
    .forside .intro-a .g-features-particle-item {
        width: 100%;
        padding-right: 0;
    }
    
    .forside .intro-a .g-features-particle .g-features-particle-title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    
    .fabrikken #g-intro h1 {
        font-size: 28px;
        margin-top: 20px;
    }
    
    .fabrikken #g-intro h3 {
        font-size: 22px;
    }
    
    .sofabygger #g-intro .img-150 .g-features-particle-desc {
        font-size: 16px;
    }
    
    .sofabygger #g-intro .img-150 .g-features-particle-desc span {
        font-size: 16px;
    }
    
    /* Features */
    .forside #g-features {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .forside #g-features .g-features-particle-button {
        margin-top: -12px;
        margin-bottom: 10px;
    }
    
    .forside #g-features .g-features-particle-item.tekst {
        margin-top: 25px;
    }
    
    .forside #g-features .g-features-particle-title {
        text-align: left;
    }
    
    /*.forside #g-features .g-features2-particle.textimg3 .image2, .forside #g-features .g-features2-particle.textimg3 .image3 {
        width: 100%;
        margin-bottom: 0px;
    }
    
    .forside #g-features .g-features-particle-item.tekst {
        margin: 0!important;
    }
    
    .forside #g-features .textimg3 .g-grid:last-child .g-content-child {
        padding-top: 0;
    }
    
    .forside #g-features .g-features-particle-item img {
        padding: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
    .forside #g-features .g-features-particle-item.tekst {
        border: none;
    }
    
    .forside #g-features .g-features-particle-item.tekst .g-features-particle-desc, .forside #g-features .g-features-particle-item.tekst .g-features-particle-image {
        display: none;
    }*/
    
    .om-os #g-features .g-features-particle-title,.om-os #g-utility .g-features-particle-title {
        font-size: 32px;
    }
    
    /* Utility */
    .forside #g-utility {
        padding: 0;
    }
    
    .forside #g-utility .g-features-particle-title {
        font-size: 24px;
        text-align: center;
    }
    
    .om-os #g-utility .background-red .g-features-particle-title {
        font-size: 28px;
    }
    .sofabygger #g-utility .g-features-particle-item a.button {
        font-size: 22px;
    }
    
    /* To delt */
    .g-features-particle-title {
        font-size: 38px;
    }
    
    .g-features-particle-item span {
        font-size: 26px;
    }
    
    .todelt .img-150 img {
        width: 85%;
    }
    
    .g-features-particle-item.small .g-features-particle-button .button {
        font-size: 14px;
        width: 210px;
    }
    
    /* Footer */
    #g-footer .footer-a .mobile {
        margin-top: -25px;
    }
    
}

@media only all and (max-width: 500px) {
    
    /* Button */
    .btn-dark, .textimg3 .button, .g-features-particle-button .button {
        padding: 12px 30px 8px;
    }
    
    .sofabygger #g-utility .g-features-particle-item a.button {
        padding: 14px 25px 10px;
    }
    
    .om-os #g-utility .background-red .button {
        padding: 10px 50px 6px;
    }
    
    .tema1 .button, .tema-Urban, .tema2 .button, .tema-Minimalisme, .tema3 .button, .tema-Young {
        padding: 8px 10px 2px;
    }
    
    /* Produktside */
    .productMenu-left, .productMenu-right {
        position: relative;
        float: left;
        width: 50%;
        left: 0;
        right: 0;
    }
    
    .productMenu-right {
        text-align: right;
    }
    
    .productMenu {
        position: relative;
        float: left;
        width: 80%;
        margin-left: 10%;
        margin-top: -39px;
        z-index: 100;
    }
    
    /* Features */
    .forside #g-features .image1 .g-features-particle-image:hover .galler-o-item-overlay, .forside #g-features .image2 .g-features-particle-image:hover .galler-o-item-overlay, .forside #g-features .image3 .g-features-particle-image:hover .galler-o-item-overlay {
        display: none;
    }
    
    /* Intro */
    .kontakt #g-intro h3, .kontakt #g-intro h2 {
        font-size: 32px;
    }
    
    .kontakt #g-intro p {
        font-size: 16px!important;
    }
    
    /* Utility */
    .sofabygger #g-utility .g-features-particle-item a.button {
        max-width: 100%;
    }
}

@media only all and (max-width: 420px) {
    
    /* Produkt */
    .product-page .slideshow-select-image {
        height: 230px;
    }
    
    .product_colors .product_color {
        width: 70px;
        height: 70px;
    }
    
    .product_colors .product_color:nth-child(6n) {
        margin-right: 15px;
    }
    
    .product-page .product_title p {
        font-size: 18px;
    }
    
    .product-page .product_title span {
        margin-right: 12px;
        font-size: 16px;
    }
    
    .product-page .product_title h1 {
        margin-top: -10px;
    }
    
    .product-page .product_title span, .product-page .product_title p {
        margin-bottom: 70px;
    }
    
    /* Login */
    .view-login #g-mainbar .row-fluid .span12 > div {
        padding: 30px;
    }
    
    .view-login .form-horizontal .control-label {
        font-size: 14px;
    }
    
    /* Intro */
    .forside #g-intro h3 {
        margin-bottom: 0;
    }
    
    .kontakt #g-intro p {
        font-size: 14px!important;
    }
    
    .sofabygger #g-intro .img-150 .g-features-particle-desc span {
        font-size: 14px;
    }
    
    /* Footer */
    
    #g-footer .btn-white {
        width: 90px;
    }
    
    #g-footer .fa {
        font-size: 45px;
    }
}

@media only all and (max-width: 374px) {
    
    /* Intro */
    .kontakt #g-intro .col-5,.kontakt #g-intro .col-5:last-child {
        width: 100%;
    }
    
    .kontakt #g-intro p {
        font-size: 18px!important;
    }
    .sofabygger #g-intro .img-150 .g-features-particle-desc span {
        font-size: 12px;
    }
    
    /* Utility */
    .kollektioner #g-utility .g-features-particle-desc {
        font-size: 24px!important;
    }
    
    .kollektioner .g-features-particle-item.small .g-features-particle-button .button {
        font-size: 18px;
    }
    
    /* Footer */
    #g-footer, #g-footer p {
        font-size: 0.8rem!important;
    }
    
    #g-footer .footer-a p {
        line-height: 1.57;
    }
    
    #g-footer .g-social.social {
        margin: 16px auto 0;
    }
    
    #g-footer .footer-a > .g-content {
        padding-left: 0;
    }
    
    #g-footer .footer-a .mobile {
        margin-top: -24px;
    }
}

/*******************************************************************************
    CONTAINER
*******************************************************************************/

.c-content {
    margin: 0.625rem;
    /*padding: 0.938rem;*/
}

.must-container, .nyheder .mainbar-bottom-a .g-content, #cookieInformerBooklet .content {
    width: 75rem;
    margin: 0 auto;
    float: none;
    flex: 0 1 auto;
}


@media only all and (max-width: 74.938rem) and (min-width: 60rem) {
    .must-container, .nyheder .mainbar-bottom-a .g-content, #cookieInformerBooklet .content {
        width: 60rem;
    }
}

@media only all and (max-width: 59.938rem) and (min-width: 48rem) {
    .must-container, .nyheder .mainbar-bottom-a .g-content, #cookieInformerBooklet .content {
        width: 48rem;
    }
}

@media only all and (max-width: 47.938rem) and (min-width: 30.062rem) {
    .must-container, .nyheder .mainbar-bottom-a .g-content, .sofabygger #g-intro .g-features-particle-item.background-white .g-content, .sofabygger #g-intro .g-features-particle-item.border-black .g-content, #cookieInformerBooklet .content {
        width: 30rem;
    }
}

@media only all and (max-width: 30rem) {
    .must-container, .nyheder .mainbar-bottom-a .g-content, .sofabygger #g-intro .g-features-particle-item.background-white .g-content, .sofabygger #g-intro .g-features-particle-item.border-black .g-content, #cookieInformerBooklet .content {
        width: 100%;
    }
}

