/*
    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)
    
    
    --------------------------------------------
    
    NORDKOMFORT
    
    Light:
    rgba(244,242,243,1);
    #F4F2F3
    
    Warmgrey
    rgba(175, 171, 166, 1);
    #afaba6
    
    Blue:
    rgba(0,52,85,1);
    #003455

*/

:root {
    --color-blue: rgba(0,52,85,1);
    --color-lightgrey: rgba(244,242,243,1);
    --color-grey: rgba(175, 171, 166, 1); 
    --color-textblack: #111111; 
    --font-body: 'Arial', sans-serif;
    --font-head: 'Rozha One', serif;
}


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

body {
    line-height: 1.2;
    font-family: var(--font-body);
}

p {
    font-family: var(--font-body);
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-head);
    font-weight: 400;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    box-shadow: none;
}

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


.button.standard, .button, .sogning .btn.btn-normal {
    background: #ffffff;
    padding: 16px 40px;
    color: var(--color-textblack)!important;
    text-align: center;
    font-size: 15px;
    font-family: var(--font-body);
    font-weight: 400;
    text-transform: none;
    border: none!important;
}

.button.standard:hover, .button:hover, .sogning .btn.btn-normal:hover {
    background: #ffffff!important;
    color: var(--color-textblack)!important;
}

.btn.btn-normal {
    border-radius: 2.5rem;
}

.g-features-particle-item.btnBlue .button {
    background: var(--color-blue);
    color: #ffffff!important;
}


/*******************************************************************************
    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: var(--font-body);
    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: var(--font-body);
    color: #ffffff;
    display:block;
}

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

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

.slideshow-caption.uk-width-1-2 {
    padding: 50px;
    background: rgba(0, 52, 85, 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: 'Arial', 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;
}

.uk-slideshow>li.frontpageSliderVideo,
.frontpageSliderVideo > video.uk-position-absolute{
    position: relative!important;
}

.frontpageSliderVideo > video.uk-cover-object{
    width: calc(100% + 8px);
    object-fit: cover;
    top: 0;
    left: 0;
    transform: unset;
    margin-left: -4px;
}

.uk-slideshow>li.frontpageSliderVideo>img{
    display: none;
}

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

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

.searchResult a:nth-child(odd) .result {
    background: rgba(200, 200, 200, 0.2);
}

.searchResult .result h4 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
    font-family: var(--font-body);
}

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

.search-input {
    margin-bottom: 0;
}

.search-input input {
    border-radius: 15px;
    margin-bottom: 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
*******************************************************************************/

/* Generelt */
.g-features2-particle .g-content {
    padding: 0;
}

.g-particle-intro {
    padding: 0.938rem;
    margin-bottom: 40px;
}

.g-particle-intro .g-main-title {
    text-align: left;
    font-size: 34px;
    padding-bottom: 10px;
}

.g-particle-intro .g-introtext  {
    text-align: left;
    width: 100%;
    font-size: 18px;
}

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

.g-features-particle-title small {
    display: block;
    font-family: var(--font-body);
    font-size: 18px;
    margin-top: 5px;
}

/* Styling */

.g-features-particle-item.backgroundblue {
    background: var(--color-blue);
    color: #ffffff;
}

.g-features-particle-item.backgroundblue .g-content {
    padding: 40px;
}

.g-features-particle-item.backgroundblue .g-content .button {
    background: #ffffff!important;
    color: #000000!important;
}

.g-features-particle-item.textcenter,
.g-features-particle-item.textCenter {
    text-align: center;
}

.g-features-particle-item.textleft {
    text-align: left;
}

.g-features-particle-item.text {
    display:flex!important;
    align-items:center;
    width:100%;
}

.g-features-particle-item.text .g-content {
    position: relative;
    width: 100%;
}

/* Generelt */
.g-features2-particle img {
    width: 100%;
    max-width: 100%;
}


/* Forside (textimg3) */
.textimg3 .g-features-particle-button .button {
    background: none;
    color: var(--color-textblack)!important;
    padding: 0;
    text-decoration: underline;
}

.textimg3 .g-features-particle-button .button:hover {
    background: none!important;
}

.forside .textimg3 .g-features-particle-button .button {
    color: #ffffff!important;
}

.textimg3 .g-content {
    padding: 0 15px;
}


/* To delt */
.todelt .g-features-particle-item {
    flex: 0 1 auto;
    float: left;
    display: block;
    position: relative;
    width: 50%;
}

.todelt .g-features-particle-item.size-40 {
    width: 40%;
}

.todelt .g-features-particle-item.size-60 {
    width: 60%;
}


.todelt .g-features-particle-title, 
.etdelt .g-features-particle-title {
    font-size: 34px;
    /*margin-bottom: 40px;*/
    margin-bottom: 25px;
}

.todelt .g-features-particle-desc,
.etdelt .g-features-particle-desc {
    font-size: 18px;
    margin-bottom: 30px;
}

.todelt .g-features-particle-item {
    padding: 0 15px;
}

/* Tre delt */

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

.g-features-particle-item.small, .g-features-particle-item.medium, .g-features-particle-item.large, .g-features-particle-item.xsmall, .g-features-particle-item.xmedium {
    flex: 0 1 auto;
    float: left;
    box-sizing: border-box;
    background-clip: content-box;
    padding: 0 15px;
}

.g-features-particle-item.small {
    width: 33.33%;
}

.g-features-particle-item.medium {
    width: 66.66%;
}

.g-features-particle-item.large {
    width: 100%;
}

.g-features-particle-item.xsmall {
    width: 20%;
}

.g-features-particle-item.xmedium {
    width: 80%;
}

.g-features-particle-item.xsmall .g-content, .g-features-particle-item.xmedium .g-content {
    padding: 0;
}

 .g-features-particle-item.medium .g-features-particle-title {
    font-size: 34px;
    margin-bottom: 12px;
}

.tredelt .g-features-particle-item.medium .g-features-particle-desc {
    font-size: 18px;
    margin-bottom: 36px;
}

/* Sofabygger */
.sofabygger .g-features-particle-item .link-text, .sofabygger .g-features-particle-button {
    width: 50%;
    float: left;
}

.sofabygger .todelt .g-features-particle-desc {
    margin-bottom: 0;
    margin-top: 20px;
}

.sofabygger .todelt .readmore-link {
    margin-top: 5px;
    text-decoration: underline;
    display: block;
}

.sofabygger .g-features-particle-item {
    padding: 0.938rem;
}

.sofabygger .g-features-particle-item .button {
    float: right;
}


/* Kontakt */


/*******************************************************************************
    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: var(--font-body);
    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;
}

.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: 34px;
    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;
    font-size: 18px;
    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;
}

/*******************************************************************************
    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-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 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: var(--color-lightgrey);
}

.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;
    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;
}

.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: var(--color-textblack);
}

.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"] {
    column-count: 2;
    column-gap: 40px;
}

.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-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;
}

.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;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
    font-size: 16px;
}

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

.sogning #g-intro {
    background: #f4f2f3;
}

.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;
}

/*******************************************************************************
    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
*******************************************************************************/

/* Menu */
#g-navigation .nav-a .platform-content {
    margin: 0;
    padding: 0;
}

#g-navigation .g-toplevel {
    width: auto;
    float: right;
}

#g-navigation .g-toplevel a, #g-navigation .g-menu-item-title {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 14px;
}

#g-navigation .g-main-nav {
    text-transform: uppercase;
}

/* Search */
#g-navigation .search-input-container {
    margin-top: 20px;
}

#g-navigation .search_input {
    background: #ffffff;
    border-radius: 20px;
    float: left;
    margin-top: -12px;
    width: 100%;
}

#g-navigation .search_icon {
    width: 20%;
    float: left;
}

#g-navigation .search_icon i {
    padding: 8px 0 0 10px;
}

#g-navigation .search-input-container input {
    width: 80%;
    float: left;
    border: none;
    height: 36px;
    padding: 3px 10px 3px 0;
    font-size: 12px;
    background: none;
    border-radius: 0;
}

#g-navigation .search-input-container input:hover {
    box-shadow: none;
}

#g-navigation .nav-social .social {
    text-align: right;
    float: left;
    font-size: 40px;
    line-height: 1.325;
}

#g-navigation .nav-social .social a {
    color: #ffffff;
}

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

.g-slideshow .style2 .g-slideshow-title {
    background: none;
    text-align: left;
    padding: 0;
}

.g-slideshow .style2 .g-slideshow-buttons .button {
    font-size: 14px;
}

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

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


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



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

#g-utility .button {
    background: var(--color-blue);
    color: #ffffff!important;
}

#g-utility .button:hover, #g-intro .button:hover, #g-above .button:hover {
    background: var(--color-lightgrey)!important;
    color: var(--color-blue)!important;
}

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



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


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


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


/*******************************************************************************
    FORSIDE
*******************************************************************************/

.forside .features-a .todelt {
    margin-top: 30px;
}

.forside #g-header {
    padding: 0;
}

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

#g-footer {
    padding-bottom: 0;
}

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

#g-footer .nav.menu li {
    display: block;
    float: left;
    padding: 0px 25px;
    margin: 0;
    border: none;
    line-height: 1.4;
    text-transform: uppercase;
}

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

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

#g-footer .nav.menu {
    float: right;
    width: auto;
}

#g-footer .footer-a .g-content {
    margin: 0;
    padding: 0;
    padding-right: 40px;
    margin-top: -75px;
    text-align: right;
}

#g-footer .byline {
    margin-top: -70px;
    padding-left: 10px;
}

#g-footer .social {

    float: left;
    font-size: 40px;
    line-height: 1.325;
}

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

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

@media only all and (max-width: 1200px) {
    
    /* Features */
    .g-features-particle-title, .g-features-particle-desc {
        margin-bottom: 20px!important;
    }
    
    .todelt .g-features-particle-desc {
        font-size: 15px;
    }
    
    .sofabygger.todelt .g-features-particle-item .button {
        font-size: 12px;
    }
    
    .sofabygger.todelt .g-features-particle-item .readmore-link {
        margin-top: -16px;
    }
    
     /* Kollektioner */
    .kollektion .gallery-o-item-title {
        margin-bottom: 25px;
    }
    
    /* Produkt side */
    .product-page .slideshow-select-image {
        height: 158px;
    }
    
    /* Footer */
    #g-footer {
        font-size: 0.9rem;
    }
  
   	/* Header */
    .g-slideshow .style2 .g-slideshow-desc, .g-slideshow .style2 .g-slideshow-title {
        font-size: 34px;
    }
    
}



@media only all and (max-width: 960px) {
    
    /* Features */
    .g-features-particle-item.backgroundblue .g-content {
        padding: 20px;
    }

    .todelt .g-features-particle-title, .tredelt .g-features-particle-item.medium .g-features-particle-title {
        font-size: 25px;
    }
    
    .todelt .g-features-particle-desc, .tredelt .g-features-particle-item.medium .g-features-particle-desc, .todelt .readmore-link {
        font-size: 15px;
    }
    
    .sofabygger.todelt .g-features-particle-desc, .sofabygger.todelt .readmore-link {
        font-size: 13px;
    }
    
    .sofabygger.todelt .button {
        padding: 12px 20px;
    }
    
    .g-features2-particle .button {
        font-size: 12px;
    }
    
    /* Kollektioner */
    .g-gallery-feature-kollektion .gallery-o-item-title {
        font-size: 0.9rem;
    }
    
    .kollektion .gallery-o-item-title {
        margin-bottom: 20px;
    }
    
    /* Produkt side */
    .product-page .slideshow-select-image {
        height: 121px;
    }
    
    /* Footer */
    #g-footer {
        font-size: 0.7rem;
    }
  
   	/* 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;
    }
    
}

@media only all and (max-width: 768px) {
    /* Offcanvas */
    .g-offcanvas-toggle {
        display: none;
    }
    
}

@media only all and (max-width: 767px) {
    
    /* Generelt */
    .mobile {
        display: block;
    }
    
    .desktop {
        display: none;
    }
    
    /* Order */
    /* Safari 6.1+ */
    div#myRedDIV   {-webkit-order: 2;}
    div#myBlueDIV  {-webkit-order: 4;}
    div#myGreenDIV {-webkit-order: 3;}
    div#myPinkDIV  {-webkit-order: 1;}
    
    /* Standard syntax */
    div.frontpageText {
        order: 2;
        -webkit-order: 2;
    }
    div.frontpageImg {
        order: 1;
        -webkit-order: 1;
    }
    
    .frontpageText .button {
        display: none;
    }
    
    .frontpageText .g-features-particle-title {
        text-align: center;
    }
    
    .g-features-particle-item.frontpageText {
        margin-bottom: 10px;
    }
    
    /* Offcanvas */
    .g-offcanvas-toggle {
        display: block;
        right: 2rem;
        left: auto;
        margin-top: -5px;
        color: #1a1a1a;
    }
    
    /* Navigation */
    #g-navigation .g-container {
        width: 100%;
        padding: 0;
    }
    
    #g-navigation .nav-a .g-content {
        padding: 0;
        margin: 0;
    }
    
    #g-navigation .search-input-container {
        margin-top: 12px;
    }
    
    #g-navigation .search-mobile-container {
        position: absolute;
        top: 2px;
        right: 42px;
    }

    #g-navigation .search-mobile {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 18px;
    }

    #g-navigation .search-mobile:before {
        content: "\f002";
        color: #000000;
        position: absolute;
        float: left;
    }
    
    #g-navigation .g-logo {
        padding: 0;
    }
    
    #g-navigation .g-logo img {
        float: left;
    }
    
    .g-offcanvas-toggle {
        right: 27px;
    }
    
    #g-navigation .nav-a form.search-input {
        width: 100%;
        background: var(--color-grey);
        float: left;
        height: 60px;
        display: none;
    }
    
    #g-navigation div.search_input {
        margin: 10px auto 0;
        float: none;
        height: 36px;
        width: 200px;
    }
    
    .nav-social {
        display: none;
    }
    
    /* Slideshow */
    .g-slideshow .style2 .g-slideshow-title {
        font-size: 24px;
    }
    
    .g-slideshow .button.standard {
        padding: 8px 40px;
        font-size: 14px;
    }
    
    /* Features */
    .tredelt .g-features-particle-item.small, .tredelt .g-features-particle-item.medium, .tredelt .g-features-particle-item.large,
    .todelt .g-features-particle-item.small, .todelt .g-features-particle-item.medium, .todelt .g-features-particle-item.large {
        width: 100%;
    }
    
    .g-features-particle-item.small .g-content {
        padding: 0;
    }
    
    .todelt .g-features-particle-item {
        width: 100%!important;
    }
    
    .tredelt .g-features-particle-item img {
        width: 100%;
    }
    
    .g-features-particle .g-features-particle-button, .g-features2-particle .g-features-particle-button, .g-features-particle .g-features-particle-subs, .g-features2-particle .g-features-particle-subs {
        margin-top: 10px;
    }
    
    .g-features-particle-item.xsmall {
        width: 40%;
    }
    
    .g-features-particle-item.xmedium {
        width: 60%;
    }
    
    .g-features-particle-item.medium .g-features-particle-title {
        font-size: 26px;
    }
    
    .textimg3.g-features2-particle .button, .g-gallery-feature-kollektion .gallery-o-item-title {
        font-size: 16px;
    }
    
    /* Kollektioner */
    .kollektion .gallery-o-item, .kollektion .gallery-o-item.large {
        width: 100%;
        margin-left: 0!important;
        height: auto;
    }
    
    .kollektion .gallery-o-item-title {
        margin-bottom: 30px;
    }
    
    /* Produkt side */
    .col-8.slideshow {
        width: 60%;
    }
    
    .product-page .col-2 {
        width: 40%;
        padding-right: 0;
    }
    
    .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;
    }
    
    
    /* Footer */
    .footer-menu-b, .footer-a {
        width: 50%;
        flex: 0 1 auto!important;
        position: relative;
        float: left;
        display: block;
        flex-basis: auto;
        margin-top: -70px;
    }
    
    #g-footer .footer-menu-b .nav.menu li {
        float: none;
        padding: 0;
        font-size: 1rem;
        line-height: 1.5;
    }
	
    #g-footer .g-social.social {
		float: none;
		z-index: 1000;
		position: relative;
	}
	
    #g-footer .footer-menu-b .nav.menu {
        float: left;
        padding-top: 28px;
    }
    
    #g-footer .footer-a .g-content {
        margin-top: 0;
    }
    
    #g-footer .footer-a p {
        line-height: 1.5;
        font-size: 1rem;
    }
    
    #g-footer .byline {
        padding-left: 0;
        margin-top: -20px;
    }
    
    #g-footer .byline img {
        margin-left: 12px;
    }
    
    #g-footer .nav.menu {
        padding-left: 12px;
    }
    
    #g-footer .footer-a .g-content {
        padding-right: 25px;
    }
    
    #g-footer .footer-logo .g-content {
        padding: 0;
    }
    
    /* Søgning */
    .sogning .col-md-3, .sogning .col-md-9 {
        width: 100%;
    }
    
    .sogning .col-md-9 .result {
        height: auto;
        padding: 0;
    }
  
  	/* 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;
    }
    
}

@media only all and (max-width: 550px) {
	/* 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;
    }
}


@media only all and (max-width: 480px) {
    
    /* Slideshow */
    .uk-width-1-2, .uk-width-2-4, .uk-width-3-6, .uk-width-5-10 {
        width: 100%;
    }
    
    .uk-cover-background.uk-position-cover {
        opacity: 0.5;
    }
    
    /* Feature */
    .g-features-particle-item.xsmall {
        width: 30%;
    }
    
    .g-features-particle-item.xsmall .g-content {
        padding: 0;
    }
    
    .g-features-particle-item.xmedium {
        width: 70%;
    }
    
    .g-features-particle-item.frontpageImg .g-content, .g-features-particle-item.frontpageImg .g-features-particle-image, .g-features-particle-item.frontpageImg {
        height: 210px;
    }
    
    .g-features-particle-item.frontpageImg img {
        max-height: 100%;
        max-width: 100%;
        height: auto;
        width: auto;
        margin: 0 auto;
        float: none;
        display: block;
    }
    
    .g-features-particle-item.text > .g-content > .g-features-particle-desc:last-child {
        margin-bottom: 0!important;
    }
    
    .g-features2-particle .button {
        font-size: 15px;
    }
    
    .textimg3.g-features2-particle .button, .g-gallery-feature-kollektion .gallery-o-item-title {
        margin-top: 10px;
    }
    
    /* Produkt side */
    .product-page .slideshow-select-image {
        width: 100%;
        height: 250px;
        display: block;
        float: left;
        margin-bottom: 30px;
    }
    
    .product-page .col-2 {
        width: 100%;
        height: auto;
        padding: 0 15px;
    }
    
    .col-8.slideshow {
        display: none;
    }
    
    .product_slideshow .uk-cover-background.uk-position-cover {
        opacity: 1;
    }
    
    /* Header */
    #g-header {
        padding: 1rem 0;
    }
    
    /* Features */
    #g-features {
        padding: 1rem 0;
    }
    
    /* Intro */
    #g-intro {
        padding: 1rem 0;
    }
    
    /* Footer */
    #g-footer .footer-logo img {
        padding: 0 2px;
    }
    
    
}


@media only all and (max-width: 420px) {
    
    /* Footer */
    
    #g-footer .footer-logo img {
        padding: 0 4px;
    }
    
    
}

@media only all and (max-width: 375px) {
    
    /* Feature */
    .todelt .g-features-particle-title, .tredelt .g-features-particle-item.medium .g-features-particle-title {
        font-size: 22px;
    }
    
    .g-features-particle-item.xsmall, .g-features-particle-item.xmedium {
        width: 100%;
    }
    
    .g-features-particle-item.xsmall img {
        width: 150px;
        margin: 0 auto;
        display: block;
        position: relative;
        float: none;
    }
    
    
     /* Produkt side */
    .product-page .slideshow-select-image {
        width: 100%;
        height: 200px;
    }
    
    /* Footer */
    /*#g-footer .footer-a p, #g-footer .footer-menu-b .nav.menu li {
        font-size: 0.8rem;
    }
    */
    .footer-menu-b, .footer-a {
        width: 100%;
        text-align: left;
    }
    
    #g-footer .footer-a .g-content {
        text-align: left;
        padding-left: 28px;
        margin-top: 15px;
    }

    #g-footer .footer-logo img {
        padding: 0 6px;
    }
    
}

@media only all and (max-width: 320px) {
    
    /* Footer */
    #g-footer .footer-logo img {
        padding: 0 10px;
    }
    
}

/*******************************************************************************
    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%;
    }
}
