/*******************************************************************************
 ! TEXT
*******************************************************************************/

h1, h2, h3, h4, h5, h6, p {
    line-height: 1.25;
}

h1, h2, h3, h4, h5, h6 {
    color: #6f6f10;
}

p {
    font-size: 17px;
}

h2,
h3.g-title {
    color: #6f6f10;
    font-size: 42px;
}

.dekstop {
    display: block;
}

.tablet,
.mobile {
    display: none;
}

.chronoforms6_credits {
    display: none;
}


/*******************************************************************************
 ! SCROLL
*******************************************************************************/

::-webkit-scrollbar {
 width: 8px;
 height: 8px;
}
::-webkit-scrollbar-thumb {
 background: #dada4e;
 border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{
 background: #f9d4ff;
}
::-webkit-scrollbar-track{
 background: #ffffff;
 border-radius: 10px;
 box-shadow: inset 7px 10px 12px #f0f0f0;
}


/*******************************************************************************
 ! BUTTON
*******************************************************************************/

.button {
    background: #dada4e;
    color: #ffffff;
    height: 56px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 56px;
    text-align: center;
    border-radius: 0;
    font-size: 20px;
    font-family: "Roboto Condensed";
    text-transform: none;
}

.button:hover {
    background: #6f6610;
}

/*******************************************************************************
 ! TOP
*******************************************************************************/
#g-top {
    z-index: 1;
    position: relative;
    padding: 0 0 1rem;
}

#g-top .g-social {
    float: right;
}

#g-top .g-social a {
    color: rgba(255, 255, 255, 0.7);
}


/*******************************************************************************
 ! NAVIGATION
*******************************************************************************/

#g-navigation .g-container {
    position: static;
    height: 100px;
}

#g-navigation .g-logo.g-logo-helium img, 
#g-navigation .g-logo.g-logo-helium svg {
    max-height: 10000%;
    position: absolute;
    top: -72px;
    width: 200px;
}

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

#g-navigation .g-main-nav .g-toplevel > li {
    padding: 2rem 0.3rem 2rem 0.3rem;
    text-align: center;
}

#g-navigation .g-main-nav .g-toplevel > li a {
    font-weight: 400;
    font-size: 20px;
    font-family: "Roboto Condensed";
}

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

#g-navigation .g-main-nav .g-dropdown {
    margin-top: 32px;
    border: none;
    background: #ffffff;
    border-radius: 0;
}

#g-navigation .g-main-nav .g-dropdown:before {
    position: absolute;
    content: '';
    top: 0!important;
    left: 0;
    bottom: 0;
    background: rgba(111, 111, 16, 0.03);
    width: calc(((100% - 75rem)/2) + (75rem * 0.35));
}

#g-navigation .g-features-particle-title {
    color: #6f6f10;
    font-size: 28px;
    text-align: left;
}

#g-navigation .g-features-particle-desc {
    font-weight: 400;
    font-size: 18px;
    font-family: "Roboto Condensed";
    margin-bottom: 30px;
}

#g-navigation .g-features-particle-item a {
    text-align: right;
    display: block;
}

#g-navigation .g-features-particle-item a i {
    color: #dada4e;
    margin-bottom: 30px;
}

#g-navigation .g-main-nav .g-sublevel > li:not(:last-child) > .g-menu-item-container {
    border-bottom: 0;
}

#g-navigation .g-main-nav .g-block:not(:first-child) .g-sublevel {
    margin-top: 0.75rem;
    padding-left: 1rem;
}

#g-navigation .g-main-nav .g-block .g-sublevel {
    padding-right: 1rem;
}

#g-navigation .g-main-nav .g-sublevel > li,
#g-navigation .g-main-nav .g-sublevel > li a {
    margin-bottom: 0;
    padding-bottom: 0;
}

.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    word-wrap: normal;
    word-break: normal;
}

#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
    box-shadow: none;
}

#g-navigation .g-main-nav .g-toplevel > li.active {
    background: rgba(218, 218, 78, 0.67);
}

#g-navigation {
    
}

#g-navigation.fixed {
    position: fixed;
    width: 100%;
    top: 0;
}


#g-top.fixed {
    margin-bottom: 100px;
}

/*******************************************************************************
 ! BREADCRUMBS
*******************************************************************************/

#g-breadcrumbs {
    margin-bottom: -3rem;
    z-index: 1;
    position: relative;
}

/*******************************************************************************
 ! HEADER
*******************************************************************************/
#g-header {
    z-index: 0;
}

#g-header {
    margin-top: -180px;
}

/*******************************************************************************
 ! TESTIMONIALS
*******************************************************************************/
#g-testimonials {
    z-index: 0;
}


/*******************************************************************************
 ! EXPANDED
*******************************************************************************/
#g-expanded {
    padding-left: 0;
    padding-right: 0;
}

/*******************************************************************************
 ! SOCIAL
*******************************************************************************/
#g-social h3.g-title {
    color: #ffffff;
    text-align: center;
}

#g-social .social {
    text-align: center;
}

#g-social a {
    color: #ffffff;
    text-align: center;
}


#g-social .social .fa-3x {
    font-size: 4rem;
    margin: 0px 10px;
}

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

.view-category .colored-main #g-container-main, 
.view-category .colored-main #g-mainbar {
    background: #FAFAF7;
    padding-bottom: 0;
}

.view-category .colored-main #g-container-main {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.colored-main #g-container-main {
    padding-top: 3rem;
}

.view-category:not(.show-mainbar-bottom) .mainbar-bottom .moduletable {
    display: none;
}


.view-article .item-page  a:not(.button) {
    color: #dada4e!important;
}

.feriehuse-til-salg .feriebolig_large_img {
    height: 600px;
}

/*******************************************************************************
 ! FOOTER
*******************************************************************************/
#g-footer .nav.menu {
    border: none;
    padding: 0;
}

#g-footer .nav.menu li {
    border: none;
    padding: 0;
    font-family: "Roboto Condensed";
    font-size: 18px;
}

#g-footer .footer-d h3,
#g-footer .footer-e p {
    font-size: 20px;
    font-family: "Roboto Condensed";
}

#g-footer .footer-d h3 {
    font-weight: 700;
}

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

/*******************************************************************************
 ! FORSIDE
*******************************************************************************/
.forside #g-header {
    margin-top: -179px;
}

.forside #g-header .platform-content {
    margin-top: -207px;
    z-index: 1;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    padding-bottom: 10px;
}

.forside .blog {
    background: #FAFAF8;
}


/*******************************************************************************
 ! KONTAKT
*******************************************************************************/

.kontakt #g-intro {
    margin-top: 3rem;
}


/*******************************************************************************
 ! SLIDESHOW
*******************************************************************************/
.g-slideshow .style3 .g-slideshow-title {
    font-size: 70px;
    font-weight: 700;
}

/*******************************************************************************
 ! BOOK FERIE
*******************************************************************************/

.book-ferie h2 {
    color: #ffffff;
    margin-top: 20px;
    font-size: 32px;
}

.book-ferie .button {
    width: 100%;
    margin-top: 22px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.book-ferie input {
    height: 56px;
    font-size: 20px;
    text-align: center;
}

.book-ferie .form .c-content {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.book-ferie .form p {
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
}

/*******************************************************************************
 ! BREADCRUMBS
*******************************************************************************/

.breadcrumb {
    background: none;
    font-size: 18px;
    color: #000000;
    padding: 0;
    margin: 0;
    
}

.breadcrumb > li > .divider {
    color: #000000;
    font-size: 18px;
    margin-top: 3px;
}

.breadcrumb li:first-child .divider,
.breadcrumb li .divider:before {
    display: none;
}

.breadcrumb > .active {
    color: #dada4e;
}


/*******************************************************************************
 ! ARTICLES
*******************************************************************************/

.article_container {
    display: flex;
    margin-left: calc(-0.625rem - 0.938rem);
    margin-right: calc(-0.625rem - 0.938rem);
    width: calc(100% + (0.625rem - 0.938rem) * 2);
}

.article_container > * {
    flex: 50%;
    width: 50%;
}

.article_container .article_image_img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 500px;
}

.article_container h3 {
    color: #6f6f10;
    font-size: 28px;
    margin-top: 0;
}

.article_container .row {
    margin-top: 50px;
}

.article_container .row .row {
    margin-top: 0;
}

.view-article .g-flushed .blog > h2 {
    text-align: center;
}

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

.article_text {
    position: relative;
}

.view-article .catid-13 {
    position: absolute;
    bottom: 0;
    width: 100%; /*calc(100% - (0.625rem + 0.938rem) * 2);*/
    line-height: 1.3;
    margin-left: 0;
}

.view-article .catid-13 .button {
    font-size: 13px;
}

.view-article .catid-13 a {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.view-article .catid-13 .c-content {
    padding-right: 0;
    margin-right: 0;
}

.view-article .catid-13 a span {
    display: inline-block;
}

.view-article .catid-13 a i {
    color: #ffffff;
    font-size: 20px;
}

.view-article .catid-13 .text {
    padding-top: 5px;
}

/*.view-article .img-catid-13 {
    height: 400px;
}*/

/* TILBAGE */

.article_goback,
.article_share {
    width: 50%;
    float: left;
}

.article_goback,
.article_share a.btn {
    font-size: 22px;
}

.article_share.btn-group > .btn.dropdown-toggle {
    background: none;
    padding-top: 10px;
}

.article_share {
    text-align: right;
    cursor: pointer;
}

.article_goback i,
.article_share i {
    margin-right: 10px;
    color: #dada4e;
}


/* ICON */

.icon-text {
    width: 100%;
    float: left;
    margin-bottom: 30px!important;
}

.icon-text > div {
    float: left;
    display: block;
}

.icon-text .icon {
    width: 50px;
    text-align: center;
}

.icon-text .text {
    margin-left: 10px;
    width: calc(100% - 60px)!important;
    padding-top: 8px!important;
    line-height: 1.1;
}

.info-small .icon-text .text {
    font-size: 13px;
}
    

/*******************************************************************************
 ! FEATURE
*******************************************************************************/

/******* ELEMENTS *******/
.g-features2-particle.elements .background-container {
    position: relative;
    background-size: cover;
    background-position: center;
}
.g-features2-particle.elements .g-block.blue .background-container {
    height: 450px;
}

.g-features2-particle.elements .g-block.green .background-container {
    height: 780px;
}

.g-features2-particle.elements .g-grid:last-child .green {
    margin-top: -330px;
}

.element-area {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #ffffff;
}

.g-features2-particle.elements .g-block.blue .element-area {
    background: rgba(125,186,221, 0.65);
}

.g-features2-particle.elements .g-block.green .element-area {
    background: rgba(111,111,16, 0.65);
}

.element-area h4 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #ffffff;
}

.element-area p {
    font-size: 18px;  
}


/*******************************************************************************
 ! CATEGORY BLOG
*******************************************************************************/

.items-leading > div:nth-child(even) .image {
    order: 2;
}

.items-leading > div:nth-child(even) .text {
    order: 1;
}

.category_blog_container .image {
    background-position: center;
    background-size: cover;
    height: 500px;
}

.category_blog_container .image > .c-content > a > img {
    margin-top: 6px;
}

.items-leading > div:nth-child(odd) .text .half-container {
    float: left;
    margin-left: 4rem;
}

.items-leading > div:nth-child(even) .text .half-container {
    float: right;
}

    
.category_blog_container .text .center-element {
    /*position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 4rem;*/
    padding: 3rem 4rem 3rem 0;
}
    
.category_blog_container .text,
/*.category_blog_container .text .c-content,*/
.category_blog_containert .half-container {
    position: relative;
}

.category_blog_container p.readmore .btn {
    background: none;
    color: #000000;
    font-size: 22px;
    font-family: "Roboto Condensed";
    padding: 0;
    position: absolute;
    right: calc(4rem + 0.938rem + 0.625rem);
    bottom: 70px;
    text-transform: none;
    font-weight: 400;
}

.items-leading > div:nth-child(odd) .category_blog_container p.readmore .btn {
    right: auto;
    left: calc((75rem / 2) - 8rem);
}

.category_blog_container p.readmore .btn span {
    float: right;
    margin-left: 15px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: inherit;
    line-height: 1;
    font-family: FontAwesome;
    font-size: inherit;
    color: #dada4e;
}

.category_blog_container p.readmore .btn span:before {
    content: "\f061";
    font-family: FontAwesome;
}

.category_blog_container .page-header a {
    color: #6f6f10;
}

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

.view-article #g-container-main,
.view-category #g-container-main {
    padding-top: 3rem;
}

.blog .pagination {
    display: none;
}


/*******************************************************************************
 ! CATEGORY BLOG - FERIEBOLIG
*******************************************************************************/

.blog.feriebolig {
    position: relative;
}

.blog.feriebolig:before {
    content: '';
    position: absolute;
    top: 620px;
    bottom: -3rem;
    left: 0;
    right: 0;
    background: #FAFAF8;
    z-index: 0;
}

.blog.feriebolig .image {
    z-index: 1;
}

.blog.feriebolig .leading-0 .feriebolig_container_width {
    margin-bottom: 5rem;
}

.blog.feriebolig .feriebolig_container_width {
    width: calc(100% - 250px);
    float: left;
}

.feriebolig_container_width .images-show,
.layout-g5_helium3part .images-show {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
}

.feriebolig_container_width .images-show a,
.layout-g5_helium3part .images-show a {
    flex: calc(25% - 30px);
    width: calc(25% - 30px);
    max-width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

.blog.feriebolig .leading-0 .c-container {
    position: relative;
}

.feriebolig-nav {
    width: 250px;
    position: relative;
    margin-left: calc(75rem - 250px);
}

.feriebolig-nav h3 {
    color: #6f6f10;
    font-size: 22px;
    margin-top: 0px;
}

.feriebolig-nav.fixed {
    position: fixed; 
    top: 80px!important;
}

.feriebolig-nav.bottom {
    position: absolute; 
    right: calc(-0.625rem - 0.938rem);
}

.blog.feriebolig .items-leading > div:nth-child(even) .image {
    order: 1;
}

.blog.feriebolig .g-grid {
    margin-left: calc(-0.625rem - 0.938rem);
    margin-right: calc(-0.625rem - 0.938rem);
}

.blog.feriebolig .text h2 {
    margin-top: 0;
    font-size: 24px;
}

.blog.feriebolig .text a.button {
    position: relative;
    width: 250px;
    max-width: 100%;
    margin-top: 20px;
}

.blog.feriebolig .text a.button:after {
    content: "\f061";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 20px;
    top: 18px;
}

.feriebolig_large_img,
.feriebolig_img {
    width: 100%;
    height: 300px;
    background-position: center;
    background-size: cover;
}

.feriebolig_img {
    height: 60px;
    margin-bottom: 25px;
}

.blog.feriebolig .image {
    height: auto;
}



/*******************************************************************************
 ! ARTICLES CATEGORY SLIDER
*******************************************************************************/

.mod_articles_category_slider .uk-slider-container {
    margin-left: calc(0.938rem * -2);
}

.mod_articles_category_slider .article_slider_img {
    height: 400px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.mod_articles_category_slider .uk-grid-large>* {
    padding-left: calc(0.938rem * 2);
}

.mod_articles_category_slider .articles_slider_text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(125,186,221, 0.65);
    color: #ffffff;
    min-height: 165px;
}

.mod_articles_category_slider .articles_slider_text h3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #ffffff;
}

.mod_articles_category_slider .articles_slider_text a,
.mod_articles_category_slider .articles_slider_text a:hover {
    color: #ffffff;
}

.slider-menu-container {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-left: calc(0.938rem * 2);
}

.slider-menu {
    list-style-type: none;
    position: relative;
    display: inline-block;
    margin-top: 60px;
    padding: 0;
    margin-left: 0;
}

.slider-menu li {
    float: left;
    margin-right: 10px;
    color: rgba(218, 218, 78, 0.6);
    cursor: pointer;
}

.slider-menu li.active {
    color: rgba(218, 218, 78, 1);
}

.slider-menu li i {
    font-size: 22px;
}


/*******************************************************************************
 ! ARTICLES CATEGORY KALENDER
*******************************************************************************/

.view-category .kalender .items-leading .kalender-group {
    display: flex;
    margin-left: -0.938rem;
    margin-right: -0.938rem;
    margin-bottom: 100px;
    flex-wrap: wrap;
}

.view-category .kalender .items-leading .kalender-group:last-child {
    margin-bottom: 0;
}

.view-category .kalender .items-leading .kalender-group > * {
    flex: 25%;
    width: 25%;
    max-width: 25%;
}

.view-category .kalender .items-leading > h4 {
    color: #6f6f10;
    font-size: 28px;
}

.category_kalender_container {
    position: relative;
}

.category_kalender_container .c-content {
    margin: 0;
}


/*******************************************************************************
 ! STORE LOCATOR
*******************************************************************************/

#map-canvas {
    width: 100%;
    height: 600px;
}

.map-container.map-first {
    display: flex;
    flex-wrap: wrap;
}

.map-container.map-first > * {
    flex: 100%;
    min-width: 100%;
    width: 100%;
}
 
.map-container.map-first .data-part {
    order: 10;
}

.map-container.map-first #map-canvas {
    margin-bottom: 60px;
}

#store-data {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + (0.625rem + 0.938rem)*2);
    margin: 0 calc(-0.625rem - 0.938rem);
}

.store {
    width: 50%;
    flex: 50%;
    max-width: 50%;
    line-height: 1.3;
    margin: 0!important;
    
}

.store > .c-content {
    width: 100%;
}

.store > .c-content > .g-grid {
    margin-bottom: 30px;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 30px;
}

.store:nth-last-child(-n+2) > .c-content > .g-grid {
    border-bottom: 0;
}

.store .c-content {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.store h3{
    margin-top: 0;
    margin-bottom: 0;
    color: #6f6f10;
}

.store .fa,
.view-article .catid-13 i {
    font-size: 50px;
    color: #dada4e;
}

.store .fa.fa-arrow-right {
    font-size: 30px;
}

.store .readMore {
    float: right;
    line-height: 40px;
}

.store .readMore i {
    margin-top: 0;
    margin-left: 8px;
    display: inline-block;
}

.store .readMore span {
    display: inline-block;
    float: left;
    margin-top: -3px;
}

.gm-style-iw {
    width: 460px!important;
    max-width: 460px!important;
    height: 460px!important;
    max-height: 460px!important;
    border-radius: 0!important;
}

.gm-style-iw-d {
    max-height: 100%!important;
    overflow: hidden!important;
}

.gm-style .gm-style-iw-c {
    padding: 0;
    padding-left: 0!important;
    padding-right: 15px!important;
    background: rgba(255, 255, 255, 0.8);
}


#infowindow {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}

#infowindow .backgroundImage {
    height: 200px;
    margin-bottom: 30px;
    margin-top: calc(0.625rem + 0.938rem);
    background-size: cover;
    background-position: center;
}

#infowindow .g-grid {
    margin-bottom: 0;
    padding-bottom: 0;
}

.store-locator-title {
    display: flex;
}

.store-locator-title > h2 {
    flex: 80%;
    width: 80%;
    margin-top: 0;
    margin-bottom: 50px;
}

.store-locator-title > div {
    flex: 20%;
    width: 20%;
}

.store-locator-title i {
    font-size: 50px;
    margin-left: 20px;
    color: rgba(1,1,1,0.3);
    cursor: pointer;
    float: right;
}

.store-locator-title i.active {
    color: #dada4e;
}

.storename {
    cursor: pointer;
}

.store-locator-intro-image {
    background-position: center;
    background-size: cover;
}

.store-intro-text {
    height: calc(84px + 1rem);
    display: block;
    overflow: hidden;
}


/*******************************************************************************
 ! PARTICLE TABLE
*******************************************************************************/

.g-particle-table {
    margin: 0 auto;
    width: 800px;
    max-width: 100%;
}

.g-particle-table .g-particle-intro {
    background: #6f6f10;
    color: #ffffff;
    font-size: 24px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 20px;
}

.g-particle-table .g-particle-intro h3 {
    margin: 0;
}

.g-particle-table .g-content {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

.g-particle-table .head {
    font-size: 20px;
    font-weight: 400;
}

.g-particle-table .head.only-head {
    font-weight: 700;   
}

.g-particle-table .text {
    font-size: 20px;
    text-align: right;
    font-weight: 400;
}

.g-particle-table h3 {
    color: #ffffff;
}

.g-table-extratext .c-content {
    margin-top: 0;
    font-size: 18px;
    color: #707070;
}

/*******************************************************************************
 ! OUTLINE-30
*******************************************************************************/

/*.omradet.blog,
.omradet.view-article .mainbar-bottom,
.omradet.view-article #g-intro {
    display: none;
}*/

.outline-30.blog, 
.outline-30.view-category #g-intro .content,
.omradet .blog .blog-headline h2 {
    display: none;
}

.outline-30.view-article #g-intro .content {
    margin-bottom: 3rem;
}

.outline-30 .blog .blog-headline h2 {
    padding-top: 1rem;
    padding-bottom: 3rem;
    text-align: left;
}

.outline-30.view-article h2[itemprop="headline"] {
    margin-top: 0;
}

.outline-30 .blog-headline {
    background: #ffffff;
    text-align: center;
}


/*******************************************************************************
 ! OUTLINE-31
*******************************************************************************/

.outline-31 #g-expanded .g-title {
    text-align: center;
    margin-bottom: 20px;
    
}

/*******************************************************************************
 ! RESPONSIVE
*******************************************************************************/

/*******************************************************************************
 ! MEDIA 1200
*******************************************************************************/

@media only all and (max-width: 1200px) {
    
    /* Navigation */
    
    #g-navigation .g-main-nav .g-toplevel > li {
        /*padding-left: 0rem;
        padding-right: 0rem;*/
        margin: 0;
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }
    
    #g-navigation .g-main-nav .g-toplevel > li a {
        font-size: 14px;
    }
    
    /* Book ferie */
    .book-ferie h2 {
        margin-top: 24px;
        font-size: 27px;
        margin-bottom: 29px;
    }
    
    .info-small .icon-text .text {
        font-size: 12px;
        white-space: nowrap;
    }
    
    .mod_articles_category_slider .articles_slider_text { 
        min-height: 194px;
    }

}


/*******************************************************************************
 ! MEDIA 960
*******************************************************************************/

@media only all and (max-width: 960px) {
    
    /* Text */
    h2, h3.g-title {
        font-size: 30px;
    }
    
    .tablet {
        display: block;
    }
    
    .desktop {
        display: none;
    }
    
    /* Navigation */
    
    #g-navigation .g-main-nav .g-toplevel > li {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
    
    #g-navigation .g-main-nav .g-toplevel > li a {
        font-size: 12px;
    }
    
    /* Footer */
    .footer-a, .footer-b, .footer-c {
        width: 33%;
        flex: 33%;
    }
    
    .footer-d, .footer-e{
        width: 50%;
        flex: 50%;
    }
    
    /* Book ferie */
    .book-ferie h2 {
        margin-top: 30px;
        padding-bottom: 14px;
        font-size: 20px;
    }
    
    .book-ferie .button {
        font-size: 18px;
    }
    
    .article_goback, .article_share a.btn {
        font-size: 16px;
    }
    
    /* Store */
    #store-data {
        width: 100%;
        margin: 0;
    }
    
     #store-data .g-block {
         margin-top: 15px;
     }
     
     #store-data .store .g-grid .c-content > .g-grid > .g-block:last-child {
        width: 90px;
        max-width: 90px;
        padding-top: 23px;
     }
     
     #store-data .store .g-grid .c-content > .g-grid > .g-block:first-child {
        width: calc(100% - 90px);
        max-width: calc(100% - 90px);
     }
    
    .store {
        width: 100%;
        flex: 100%;
        min-width: 100%;
    }
    
    .store > .c-content {
        margin: 0;
        padding: 0;
    }
    
    .store .g-block .c-content {
        margin: 0;
        padding: 0;
    }
    
    .store-locator-intro-image {
        width: 100%;
        min-width: 100%;
        height: 280px;
    }
    
    .store .size-67 {
        width: 100%;
        min-width: 100%;
    }
    
    .store-intro-text {
        height: auto;
    }
    
    .info-small .icon-text .text {
        font-size: 12px;
        white-space: nowrap;
    }
    
    .info-small .icon-text .icon {
        display: none;
    }
    
    .view-category .kalender .items-leading .kalender-group > * {
        flex: 33.3%;
        width: 33.3%;
        max-width: 33.3%;
    }

}


/*******************************************************************************
 ! MEDIA 767
*******************************************************************************/

@media only all and (max-width: 767px) {
    
    /* Generelt */
    .row {
        flex-wrap: wrap;
        flex-direction: column;
    }
    
    body [class*="size-"] {
        width: 100%;
    }
    
    #g-header,
    #g-intro,
    #g-features,
    #g-utility,
    #g-above,
    #g-testimonials,
    #g-expanded,
    #g-container-main,
    #g-mainbar,
    #g-bottom,
    #g-footer {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
 
    /* Toggle */
    .g-offcanvas-toggle {
        color: #ffffff;
        left: calc(((100% - 30rem) / 2) + 0.625rem + 0.938rem);
    }
    
    #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover,
    #g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator,
    #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
        background: #FAFAF8;
    }
    
    #g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
        border-color: #dada4e;
        color: #dada4e;
    }
    
    #g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator:hover {
        background: #dada4e;
        color: #FAFAF8;
    }
    
    #g-offcanvas,
    #g-offcanvas #g-mobilemenu-container ul .g-dropdown-column {
        width: 18rem;
    }
    
    #g-offcanvas .g-menu-item-type-particle {
        display: none!important;
    }
    
    /* Slideshow */
    
    .g-slideshow .style3 .g-slideshow-title {
        font-size: 40px;
    }
    
    .forside .uk-slideshow.uk-overlay-active,
    .forside .g-slideshow-item {
        height: 600px!important;
    }
    
    
    /* Forside */
    .forside #g-header .platform-content {
        margin-top: 0;
        color: #000000;
    }
    
    /* Book ferie */
    .book-ferie h2 {
        color: #6f6f10;
        margin-bottom: 0;
        margin-top: 0;
        font-size: 32px!important;
    }
    
    .book-ferie .form p {
        color: #000000;
        margin-bottom: 3px;
    }
    
    .book-ferie .form .c-content {
        padding: 0;
        margin: 0;
    }
    
    .book-ferie {
        margin-bottom: 20px;
    }
    
    .book-ferie > .g-grid > .g-block > .c-content {
        padding-top: 0;
        margin-top: 0;
    }
    
    .book-ferie .button {
        margin-top: 0;
    } 
    
    
    /* Features */
    .g-features2-particle.elements .g-grid:last-child .green {
        margin-top: 0;
    }
    
    .g-features2-particle.elements .g-block.green .background-container {
        height: 580px;
    }
    
    /* Category blog */
    .items-leading > div:nth-child(even) .text {
        order: 2;
    }
    
    .category_blog_container .text .center-element {
        padding: 3rem 0;
    }
    
    .items-leading > div:nth-child(odd) .text .half-container,
    .items-leading > div:nth-child(even) .text .half-container {
        margin: 0 auto;
        float: none;
    }
    
    .category_blog_container p.readmore .btn {
        position: relative;
        right: auto;
        bottom: auto;
        float: right;
        margin-bottom: 3rem;
    }
    
    .category_blog_container .image {
        height: 380px;
        /*height: auto;*/
    }
    
    .feriebolig-nav {
        display: none;  
    }
    
    /* Store locator */
    .store-locator-title {
        flex-wrap: wrap;
    }
    
    .store-locator-title > h2,
    .store-locator-title > div {
        width: 100%;
        flex: 100%;
    }
    
    .store-locator-intro-image {
        height: 200px;
    }
    
    .gm-style-iw {
        max-width: 380px!important;
        width: 380px!important;
    }
    
    .gm-style .gm-style-iw-c {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    
    #infowindow .backgroundImage {
        height: 160px;
    }
    
    #infowindow .size-50 {
        width: 50%;
        float:left;
        max-width: 50%;
    }
    
    #infowindow .size-50:last-child {
        padding-top: 50px;
    }
    
    .info-small .icon-text .text {
        font-size: 1rem;
        white-space: nowrap;
    }
    
    .info-small .icon-text .icon {
        display: block;
    }

    
    /* Article */
    .article_container {
        flex-wrap: wrap;
        width: calc(100% + (0.625rem + 0.938rem)*2);
    }
    
    .article_container > * {
        flex: 100%;
        width: 100%;
    }
    
    .article_container .row {
        flex-wrap: wrap;
    }
    
    .view-article .catid-13 {
        position: relative;
    }
    
    .view-article .catid-13 .row {
        margin: 0;
    }
    
    .blog.feriebolig .feriebolig_container_width {
        width: 100%;
        float: none;
    }
    
    .blog.feriebolig .leading-0 {
        background: #ffffff;
        position: relative;
    }
    
    .blog.feriebolig .leading-0 .feriebolig_container_width {
        margin-bottom: 0rem;
    }

    /* Table */
    .g-particle-table .size-50 {
        flex: 50%;
        width: 50%;
    }
    
    .g-particle-table .g-particle-intro {
        padding: 1.5rem calc(0.625rem + 0.938rem);
    }
    
    .g-particle-table h3 {
        font-size: 1.2rem;
    }
    
    .g-particle-table .head,
    .g-particle-table .head.only-head,
    .g-particle-table .text,
    .g-table-extratext .c-content{
        font-size: 18px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    /* Feriebolig */
    .feriebolig .feriebolig_container_width .c-content a.button {
        display: none;
    }
    
    .feriebolig .leading-0 .feriebolig_container_width .c-content a.button {
        display: block;
        position: fixed;
        bottom: 20px;
        width: calc(30rem - 0.625rem - 0.625rem - 0.938rem - 0.938rem);
        z-index: 100;
    }
    
    .view-category .kalender .items-leading .kalender-group > * {
        width: 100%;
        flex: 100%;
        max-width: 100%;
    }
    
    .mod_articles_category_slider .articles_slider_text {
        min-height: 0px;
    }

}


/*******************************************************************************
 ! MEDIA 480
*******************************************************************************/

@media only all and (max-width: 480px) {
    
    /* Toggle */
    .g-offcanvas-toggle {
        left: calc(0.625rem + 0.938rem);
    }
    
    /* Text */
    .mobile {
        display: block;
    }
    
    .desktop,
    .tablet {
        display: none;
    }
    
    #g-navigation.fixed {
        position: relative;
    }
    
    /* Slideshow */
    .g-slideshow .style3 .g-slideshow-title {
        font-size: 30px;
    }
    
    /* Book ferie */
    .book-ferie h2 {
        font-size: 24px!important;
    }
    
    /* Category blog */
    .category_blog_container .image {
        /*height: 300px;*/
    }

    .gm-style-iw {
        max-width: 320px!important;
        width: 320px!important;
    }
    
    .gm-style-iw p {
        font-size: 13px;
    }
}

/*******************************************************************************
 ! MEDIA 375
*******************************************************************************/

@media only all and (max-width: 375px) {
    .gm-style-iw {
        max-width: 270px!important;
        width: 270px!important;
    }
    
    .gm-style-iw h3 {
        font-size: 18px;
    }
    
}


/*******************************************************************************
 ! MEDIA 320
*******************************************************************************/

@media only all and (max-width: 320px) {
    .gm-style-iw {
        max-width: 250px!important;
        width: 250px!important;
    }
    
}



/*******************************************************************************
 ! CUSTOM
*******************************************************************************/
.c-content,
.omradet.view-article #g-mainbar > .g-grid > .g-block {
    margin: 0.625rem;
    padding: 0.938rem;
}

.row {
    margin: 0 calc((0.625rem + 0.938rem) * -1);
    display: flex;
}

.c-container,
.g-flushed .blog > h2,
.g-flushed .blog-headline > h2,
.view-article #g-container-main .g-flushed .item-page,
#g-navigation .g-dropdown-column {
    width: 75rem;
    margin: 0 auto;
}

.half-container {
    width: calc(75rem / 2);
    margin: 0 auto;
}

.g-flushed .blog > h2,
.g-flushed .blog-headline > h2,
.view-article #g-container-main .g-flushed .item-page {
    padding-left: calc(0.625rem + 0.938rem);
    padding-right: calc(0.625rem + 0.938rem);
}

.g-flushed .moduletable .blog > h2,
.view-article #g-container-main .g-flushed .item-page {
    margin-bottom: 50px;
}

@media only all and (min-width: 60rem) and (max-width: 74.99rem) {
    .c-container,
    .g-flushed .blog > h2,
    .g-flushed .blog-headline > h2,
    .view-article #g-container-main .g-flushed .item-page,
    #g-navigation .g-dropdown-column {
        width: 60rem;
    }
    
    .feriebolig-nav {
        margin-left: calc(60rem - 250px);
    }
    
    .half-container {
        width: 30rem;
    }
}

@media only all and (min-width: 48rem) and (max-width: 59.99rem) {
    .c-container,
    .g-flushed .blog > h2,
    .g-flushed .blog-headline > h2,
    .view-article #g-container-main .g-flushed .item-page,
    #g-navigation .g-dropdown-column {
        width: 48rem;
    }
    
    .feriebolig-nav {
        margin-left: calc(48rem - 250px);
    }
    
    .half-container {
        width: 24rem;
    }
}

@media only all and (min-width: 30.01rem) and (max-width: 47.99rem) {
    .c-container,
    .g-flushed .blog > h2,
    .g-flushed .blog-headline > h2,
    .view-article #g-container-main .g-flushed .item-page,
    #g-navigation .g-dropdown-column,
    .half-container {
        width: 30rem;
    }
}

@media only all and (max-width: 30rem) {
    .c-container, .half-container,
    .g-flushed .blog > h2,
    .g-flushed .blog-headline > h2,
    .view-article #g-container-main .g-flushed .item-page,
    #g-navigation .g-dropdown-column {
        width: 100%;
    }
    
    .feriebolig .leading-0 .feriebolig_container_width .c-content a.button {
        width: calc(100% - 0.625rem - 0.625rem - 0.938rem - 0.938rem);
    }
}
