/********************************************************************************************
	VARIABLES
********************************************************************************************/

:root {
    --color-red: #ff0000;
    --color-darkblue: #1b1f2a;
    --color-grey: #b2b2b2;
    --font-head: 'Montserrat', sans-serif;
    --font-body: 'Raleway', sans-serif;
	--container-position: relative;
    --container-margin-right: auto;
    --container-margin-left: auto;  
    --container-width: 75rem;    
}


@media only all and (max-width: 74.938rem) and (min-width: 60rem) {
    :root {
    	--container-width: 60rem;    
  	}
}

@media only all and (max-width: 59.938rem) and (min-width: 48rem) {
    :root {
    	--container-width: 48rem;    
  	}
}

@media only all and (max-width: 47.938rem) and (min-width: 30.062rem) {
    :root {
    	--container-width: 30rem;    
  	}
}

@media only all and (max-width: 30rem) {
    :root {
    	--container-width: 100%;    
  	}
}

body > .ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
    display: none;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-family: var(--font-head);
    letter-spacing: 3px;
}

p {
    font-family: 'Raleway', sans-serif;
    font-family: var(--font-body);
}


/* Buttons */
.button {
    border-radius: 0;
    padding: 20px 30px;
    font-size: 24px;
    font-size: 900;
    width: 100%;
    text-align: center;
}

/********************************************************************************************
	POSITIONS
********************************************************************************************/

/* Navigation */
#g-navigation {
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ffffff;
}

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

#g-navigation .soenaeshave-logo img {
    margin-top: 4px;
}

#g-navigation .bach-logo img {
    margin-top: 6px;
}


/* Testimonials */
#g-testimonials .g-features-particle-desc {
    color: #ffffff;
}


/* Expanded */
#g-expanded {
    padding: 1rem 0;
}


/* Footer */
#g-footer .custom h3 {
    font-size: 16px;
    margin: 0;
}

#g-footer .custom p {
    margin: 0;
    font-size: 14px;
}

#g-footer .g-logo img {
    max-height: 100%;
    margin-top: 50px;
}

#g-footer .byline {
    margin-top: -75px;
}

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


/********************************************************************************************
	MODULES
********************************************************************************************/

/* Boligoversigt */
.half1, .half2 {
    width: 50%;
    position: relative;
    float: left;
    display: block;
}

.half2 {
    padding-left: 25px;
}

.half2 h2 {
    font-size: 38px;
    margin-top: 100px;
    margin-bottom: 0;
}

.half2 p {
    margin: 0;
    color: #b2b2b2;
    color: var(--color-grey);
    font-size: 13px;
}

.half2 p strong {
    font-family: 'Montserrat', sans-serif;
    font-family: var(--font-head);
    font-weight: 900;
    color:#ffffff;
    font-size: 16px;
}

.boligoversigt_container {
    position: relative;
    height: 820px;
    width: 330px;
    float: right;
    margin-right: 40px;
}

.boligoversigt_container img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 329px;
    min-width: 329px;
    max-width: 329px;
    height: auto;
}

.bolig {
    width: auto;
    height: 33px;
    position: absolute;
    /*background: red;*/
    z-index: 10;
}

.hus {
    border: 1px solid #ffffff;
    width: 33px;
    height: 22px;
    background: grey;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-family: var(--font-head);
}

.hus.status_1 {
    background: rgba(95,187,70,1);
}

.hus.status_2 {
    background: #ff0000;
    background: var(--color-red);
}

.hus.status_3 {
    background: #FADA5E;
}

.hus.type_2 {
    width: 37px;
}

.hus.type_3 {
    width: 41px;
}

.hus.type_4 {
    height: 26px;
    width: 40px;
}

.hus .number {
    font-size: 13px;
    line-height: 1;
    margin-left: 0px;
    margin-top: 3px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}

.hus.type_4 .number {
    margin-top: 5px;
}

.hus.status_2 .number {
    cursor: default;
}

.bolig1, .bolig2, .bolig3, .bolig4, .bolig5, .bolig6 {
    -ms-transform: rotate(147.5deg);
    -webkit-transform: rotate(147.5deg);
    transform: rotate(147.5deg);
}

.bolig1 .hus .number, .bolig2 .hus .number, .bolig3 .hus .number, .bolig4 .hus .number, .bolig5 .hus .number, .bolig6 .hus .number {
    -ms-transform: rotate(-147.5deg);
    -webkit-transform: rotate(-147.5deg);
    transform: rotate(-147.5deg);
}


.bolig7 {
    -ms-transform: rotate(94.5deg);
    -webkit-transform: rotate(94.5deg);
    transform: rotate(94.5deg);
}

.bolig7 .hus .number {
    -ms-transform: rotate(-94.5deg);
    -webkit-transform: rotate(-94.5deg);
    transform: rotate(-94.5deg);
}

/* Bolig 1 */
.bolig1_container {
    top: 57px;
    left: 158px;
}

/* Bolig 2 */
.bolig2_container {
    top: 92px;
    left: 60px;
}

/* Bolig 3 */
.bolig3_container {
    top: 241px;
    left: 151px;
}

/* Bolig 4 */
.bolig4_container {
    top: 293px;
    left: 73px;
}

/* Bolig 5 */
.bolig5_container {
    top: 465px;
    left: 176px;
}

/* Bolig 6 */
.bolig6_container {
    top: 457px;
    left: 72px;
}

/* Bolig 7 */
.bolig7_container {
    top: 671px;
    left: 183px;
}

#bolig_information_placement {
    position: absolute;
    width: 400px;
    float: left;
    margin-top: -20px;
    margin-left: -5px;
}

.bolig_container {
    background: #ffffff;
    color: #333333;
    width: 300px;
    position: relative;
}

.bolig_container .close_bolig {
    background: #ff0000;
    background: var(--color-red);
    color: #ffffff;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    text-align: center;
    cursor: pointer;
    
}

.bolig_information {
    padding: 15px;
    font-family: 'Montserrat', sans-serif;
    font-family: var(--font-head);
}

.bolig_information a:last-child {
    margin-bottom: 0;
}

.bolig_information table {
    margin-top: 20px;
    width: 100%;
}

.bolig_information table, .bolig_information tr, .bolig_information td, .bolig_information th  {
    border: none;
    background: none;
    padding: 0;
    font-size: 12px;
}

.bolig_information table tr td:last-child {
    text-align: right;
}


.bolig_information table .price td, .bolig_information table .kontakt td, .bolig_information table .kontakt th {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2;
}

.bolig_information table .kontakt th {
    font-weight: 900;
}

#hoverinfo {
    display: none;
    position: absolute;
    z-index: 1000;
}

#hoverinfo p {
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
}


#hoverinfo .arrow_box {
	position: relative;
	background: #ffffff;
	border: 4px solid grey;
	color: #333333;
	padding: 3px;
}

#hoverinfo .arrow_box:after, #hoverinfo .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#hoverinfo .arrow_box:after {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: #ffffff;
	border-width: 11px;
    margin-top: -16px;
}

#hoverinfo .arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-right-color: grey;
    border-width: 15px;
    margin-top: -20px;
    margin-right: 4px;
}

#hoverinfo.status_1 .arrow_box  {
    border-color: rgba(95,187,70,1);
}

#hoverinfo.status_1 .arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: rgba(95,187,70,1);
}

#hoverinfo.status_2 .arrow_box {
    border-color: #ff0000;
    border-color: var(--color-red);
}

#hoverinfo.status_2 .arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #ff0000;
    border-right-color: var(--color-red);
}

#hoverinfo.status_3 .arrow_box {
    border-color: #FADA5E;
}

#hoverinfo.status_3 .arrow_box:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #FADA5E;
}


.btn.btn-red {
    color: #ffffff;
    background: #ff0000;
    background: var(--color-red);
    border-radius: 0;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 0;
    font-size: 16px;
    margin: 20px 0;
}


/* Features */
.g-features-particle .g-grid:nth-child(n+2) {
    margin-top: 60px;
}

.g-features-particle.style1 .g-grid {
    margin-right: -1.563rem;
    margin-left: -1.563rem;
}

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

.g-features-particle-item.size {
    flex: 0 1 auto;
    float: left;
    display: block;
}

.g-features-particle-item.size5 {
    width: 5%;
}

.g-features-particle-item.size10 {
    width: 5%;
}

.g-features-particle-item.size15 {
    width: 15%;
}

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

.g-features-particle-item.size25 {
    width: 25%;
}

.g-features-particle-item.size30 {
    width: 30%;
}

.g-features-particle-item.size35 {
    width: 35%;
}

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

.g-features-particle-item.size45 {
    width: 45%;
}

.g-features-particle-item.size50 {
    width: 50%;
}

.g-features-particle-item.size55 {
    width: 55%;
}

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

.g-features-particle-item.size65 {
    width: 65%;
}

.g-features-particle-item.size70 {
    width: 70%;
}

.g-features-particle-item.size75 {
    width: 75%;
}

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

.g-features-particle-item.size85 {
    width: 85%;
}

.g-features-particle-item.size90 {
    width: 90%;
}

.g-features-particle-item.size95 {
    width: 95%;
}

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

.g-feature-element {
    width: 50%;
    float: left;
    position: relative;
    display: block;
    font-weight: 700;
    padding: 15px;
}

.g-feature-element .element-img {
    height: 80px;
    position: relative;
}

.g-feature-element img {
    position: absolute;
    width: 80%;
    bottom: 0;
    left: 10%;
}

.g-feature-element a, .g-feature-element p {
    color: #333333;
    text-align: center;
    margin-top: 0;
}

/**/
.g-features-particle-item.border-black .g-content {
    border: 3px solid #000000;
    margin: 1.563rem;
}

.g-features-particle-item.background-red .g-content {
    background: #ff0000;
    background: var(--color-red);
    position: relative;
    float: left;
    color: #ffffff;
    text-align: center;
    margin: 1.563rem;
}

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

.g-features-particle-item r {
    color: #ff0000;
    color: var(--color-red);
}

.g-features-particle-item.background-red .g-content a, .g-features-particle-item.background-red .g-content a:hover {
    color: #ffffff;
}

.g-features-particle-item.statement {
    text-transform: uppercase;
}

.g-features-particle-item.text .g-features-particle-title, .g-gallery-feature-title, .g-title.g-main-title, .g-title, .g-features-particle-title a {
    margin-top: 0;
    color: #b2b2b2;
    color: var(--color-grey);
    font-size: 16px;
    text-transform: uppercase;
}

.g-title {
    text-align: center;
}

.g-features-particle-item.text h5, .g-gallery-feature-desc {
    font-size: 42px;
    margin: 0;
    line-height: 1.3;
}

.g-features-particle-item.text h5.bold {
    font-weight: 700;
    margin-bottom: 30px;
}

.g-features-particle-item.text .g-features-particle-desc {
    color: #b2b2b2;
    color: var(--color-grey);
    font-weight: 600;
    font-size: 14px;
}

.g-features-particle-item.text-slim .g-features-particle-desc {
    font-weight: 200;
}

.g-features-particle-desc {
    margin-top: 0;
}


/**/


.g-features-particle-item.statement .g-features-particle-title {
    font-size: 140px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}

.g-features-particle-item.statement h5 {
    text-align: center;
    font-size: 26px;
    font-weight: 300;
}

.g-features-particle-item.statement h5.bold {
    font-size: 14px;
}



/* Gallery */
.g-gallery-feature {
    margin-top: 3rem;
}

.g-gallery-feature .g-content > div {
    margin-top: 3rem;
}

.g-gallery-feature-item img, .g-gallery-feature-item a.uk-overlay {
    width: 100%;
}

.g-gallery-feature-item {
    padding-left: 0!important;
    padding-bottom: 0!important;
}

.gallery-title {
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
    display: block;
}

.g-gallery-feature-title, .g-gallery-feature-desc {
    text-align: center;
}

.g-gallery-feature-desc b {
    display: block;
    font-weight: 700;
}


/* Slideshow */
.uk-cover-background.uk-position-cover::before  {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
    
.uk-cover-background.uk-position-cover::before {
    background: -webkit-gradient(linear, left top, right top, color-stop(40%,#1b1f2a, color-stop(40%,rgba(0,0,0,0))));
    background: -moz-linear-gradient(left center, #1b1f2a 40%, rgba(0,0,0,0) 40%);
    background: -o-linear-gradient(left, #1b1f2a 40%, rgba(0,0,0,0) 40%);
    background: linear-gradient(to right, #1b1f2a 40%, rgba(0,0,0,0) 40%);
}
    
.g-slideshow-item .g-overlay-container {
    text-transform: uppercase;
    letter-spacing: 3px;
}

.g-slideshow-title {
    font-size: 36px;
    line-height: 1.2;
}

.g-slideshow-title b {
    display: block;
    margin-bottom: 5px;
}


.g-overlay-container .slideshow-caption {
    position: relative;
    margin-right: auto;
    margin-left:auto;
    width: 75rem;
    width: var(--container-width);
    padding: 0px 26px;
}

.uk-dotnav {
    position: relative;
    margin-right: auto;
    margin-left:auto;
    width: 75rem;
    width: var(--container-width);
    flex: 0 1 auto;
    margin-bottom: 30px;
    display: block;
}

.uk-dotnav li {
    float: left;
    position: relative;
    display: block;
}

.uk-dotnav li:first-child {
    padding-left: 26px;
}

.uk-dotnav>*>* {
    width: 40px;
    height: 40px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgba(255,255,255,0.3);
    border-radius: 0px 0px 0px 0px;
    background: rgba(0,0,0,0);
}

.uk-dotnav-contrast>.uk-active>* {
    background-color: #ffffff;
    color: #ffffff;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 0px 20px 8px 20px;
    border-color: rgba(255,255,255,0.46);
    border-radius: 0px 0px 0px 0px;
    margin-top: 25px;
}

.uk-dotnav li:not(.uk-active) a:hover {
    background: none;
}

.uk-dotnav>*>*:hover {
    border-color: rgba(255,255,255,0.8);
}

/********************************************************************************************
	SLEEK-NOTE
********************************************************************************************/
.sleek-note {
    position: fixed;
    right: 0;
    z-index: 9999;
    background: #ff0d00;
    color: #fff;
    top: 40%;
    width: 245px;
    border-radius: 10px 0 0 10px;
    padding: 10px 10px 10px 20px;
    border: 1px #ffffff solid;
    border-right: 0;
  	font-weight: 600;
  	text-transform: uppercase;
}
  	.sleek-note .g-content{
      	margin: 5px;
    	padding: 5px;
  	}

/********************************************************************************************
	RESPONSIVE
********************************************************************************************/


@media only screen and (max-width: 1230px) {
    #g-navigation .soenaeshave-logo img {
        margin-left: 10px;
    }
}


@media only screen and (max-width: 1200px) {
    
    /* Navigation */
    #g-navigation .soenaeshave-logo img {
        margin-left: 0px;
    }
    
    .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
        font-size: 13px;
    }
    
    /* Features */
    .g-features-particle-item.text .g-features-particle-desc {
        font-size: 12px;
    }
    
    .g-features-particle-item.text .g-features-particle-title, .g-gallery-feature-title, .g-title.g-main-title {
        font-size: 13px; 
    }
    
    .g-features-particle-item.statement .g-features-particle-title {
        font-size: 130px;
        margin-bottom: 0;
    }
    
    .g-features-particle-item.statement h5 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .g-features-particle-item.statement h5.bold {
        font-size: 11px;
        margin-top: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 980px) {
    
    /* Navigation */
    #g-navigation .soenaeshave-logo img {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 959px) {
    
    /* Navigation */
    #g-navigation .soenaeshave-logo img {
        margin-left: 0px;
    }
    
    #g-navigation .g-main-nav .g-toplevel {
        line-height: 1.5;
    }
    
    .g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
        font-size: 11px;
    }
    
    /* Slideshow */
    .g-slideshow-title {
        font-size: 33px;
    }
    
    .uk-dotnav>*>* {
        width: 30px;
        height: 30px;
    }
    
    .uk-dotnav-contrast>.uk-active>* {
        width: 0px;
        height: 0px;
    }
    
    /* Features */
    .g-features-particle-item.statement .g-features-particle-title {
        font-size: 95px;
    }
    
    .g-features-particle-item.statement h5 {
        font-size: 15px;
    }
    
    .g-features-particle-item.text h5, .g-gallery-feature-desc {
        font-size: 40px;
    }
    
}

@media only screen and (max-width: 768px) {
    
    
}


@media only screen and (max-width: 767px) {
    
    /* Navigation */
    #g-navigation {
        border: none;
        height: 66px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
        background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    }
    
    #g-navigation .g-container {
        width: 100%;
    }
    
    #g-navigation .soenaeshave-logo {
        margin-left: 50px;
    }
    
    #g-navigation .soenaeshave-logo, #g-navigation .bach-logo {
        flex: 0 1 auto;
        float: left;
        display: block;
        width: 200px;
    }
    
    #g-navigation .bach-logo {
        width: 120px;
    }
    
    #g-navigation .bach-logo img {
        margin-top: 18px;
    }
        
    #g-navigation .soenaeshave-logo .g-content {
        margin: 0;
        margin-top: 2px;
    }
    
    #g-navigation .bach-logo  {
        margin-left: 50px;
    }
    
    #g-navigation .bach-logo .g-content {
        margin: 0;
    }
    
    #g-navigation .soenaeshave-logo img {
        margin-top: 14px;
    }
    
    /* Intro */
    #g-intro {
        padding: 0;
    }
    
    /* Bolig */
    .half1, .half2 {
        width: 100%;
    }
    
    .half2 h2 {
        margin-top: 0;
    }
    
    #bolig_information_placement {
        top: -840px;
        z-index: 9999;
    }
    
    #bolig_information_placement img {
        width: 100%;
    }
    
    .bolig_container {
        width: 360px;
    }
    
    /* Slideshow */
    .g-overlay-container .slideshow-caption, .uk-dotnav {
        width: 100%;
    }
    
    /* Feature */
    .g-features-particle-item.size {
        width: 100%;
    }
    
    .g-features-particle-item.statement .g-features-particle-title {
        font-size: 140px;
    }
    
    .g-features-particle-item.statement h5 {
        font-size: 26px;
    }
    
    .g-features-particle-item.text h5.bold {
        margin-bottom: 0;
    }
    
    .g-features-particle-item.size.text .g-content {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .g-features-particle-item.size.text .g-content *:nth-child(4) {
        margin-top: 25px;
    }
    
    .g-features-particle .g-grid:nth-child(n+2) {
        margin-top: 30px;
    }
    
    /* Footer */
    #g-footer .byline {
        margin-top: 0;
    }
    
    #g-footer .footer-b {
        margin-top: -45px;
    }
    
    #g-footer .footer-b h3 {
        display: none;
    }
  
  	.sleek-note {
        width: 192px;
        margin: 0;
        text-align: center;
        padding: 1px;
        top: 23%;
      	font-size: 12px;
	}
  	.sleek-note .g-content{
      	margin: 5px;
    	padding: 5px;
  	}
    
}


@media only screen and (max-width: 700px) {
    
    /* Slideshow */
    .uk-cover-background.uk-position-cover::before {
        background: -webkit-gradient(linear, left top, right top, color-stop(50%,#1b1f2a), color-stop(50%,rgba(0,0,0,0)));
        background: -moz-linear-gradient(left center, #1b1f2a 50%, rgba(0,0,0,0) 50%);
        background: -o-linear-gradient(left, #1b1f2a 50%, rgba(0,0,0,0) 50%);
        background: linear-gradient(to right, #1b1f2a 50%, rgba(0,0,0,0) 50%);
    }
}


@media only screen and (max-width: 600px) {
    
    /* Navigation */
    #g-navigation {
        background: #333333;
        position: relative;
    }
    
    /* Slideshow 
    .uk-cover-background.uk-position-cover::before {
        background: -webkit-gradient(linear, left top, right top, color-stop(50%,var(--color-darkblue)), color-stop(50%,rgba(0,0,0,0)));
        background: -moz-linear-gradient(left center, var(--color-darkblue) 50%, rgba(0,0,0,0) 50%);
        background: -o-linear-gradient(left, var(--color-darkblue) 50%, rgba(0,0,0,0) 50%);
        background: linear-gradient(to right, var(--color-darkblue) 50%, rgba(0,0,0,0) 50%);
    }*/
}


@media only screen and (max-width: 500px) {
    
    /* Navigation */
    #g-navigation .bach-logo img {
        margin-top: 20px;
    }
    
    #g-navigation .soenaeshave-logo img {
        margin-top: 16px;
    }
    
    #g-navigation .bach-logo {
        margin-left: 15px;
    }
    
    /* Slideshow */
    .g-overlay-container .slideshow-caption {
        padding: 0px 4px;
    }

    .g-slideshow-title {
        font-size: 26px;
        margin-top: 0;
    }
    
    .g-slideshow-desc {
        font-size: 16px;
    }
    
    .uk-dotnav li:first-child {
        padding-left: 17px;
    }
        
    .uk-overlay-panel {
        padding: 25px;
    }
    
    .uk-dotnav {
        padding-left: 10px;
    }

}

@media only screen and (max-width: 450px) {
    
    #bolig_information_placement {
        margin-left: -24px;
    }
}

@media only screen and (max-width: 413px) {
    
    /* Navigation */
    #g-navigation .soenaeshave-logo {
        width: 160px;
    } 
    
    #g-navigation .bach-logo {
        width: 100px;
    }
    
    #g-navigation .soenaeshave-logo img {
        margin-left: 10px;
        margin-top: 19px;
    }
    
    #g-navigation .bach-logo img {
        margin-top: 22px;
    }
    
    #g-navigation .bach-logo {
        margin-left: 20px;
    }
    
    /* Bolig */
    .boligoversigt_container {
        margin-right: 0;
        float: left;
    }
    
    .bolig_container {
        width: 322px;
    }

}

@media only screen and (max-width: 374px) {
    
    /* Navigation */
    #g-navigation .soenaeshave-logo {
        width: 140px;
    } 
    

    #g-navigation .soenaeshave-logo img {
        margin-left: 10px;
    }
    
    #g-navigation .soenaeshave-logo img {
        margin-top: 21px;
    }
    
    #g-navigation .bach-logo img {
        margin-top: 22px;
    }
    
    #g-navigation .bach-logo {
        margin-left: 12px;
    }
    
    /* Slideshow */
    .g-slideshow-title {
        font-size: 19px;
    }
    
    .g-slideshow-desc {
        font-size: 14px;
    }
    
    .uk-dotnav {
        margin-bottom:15px;
    }
    
    /* Bolig */
    .bolig_container {
        width: 270px;
    }
    

}



@media only all and (max-width: 74.938rem) and (min-width: 60rem) {
    .g-overlay-container .slideshow-caption, .uk-dotnav {
        width: 60rem;
    }
}

@media only all and (max-width: 59.938rem) and (min-width: 48rem) {
    .g-overlay-container .slideshow-caption, .uk-dotnav {
        width: 48rem;
    }
}

@media only all and (max-width: 47.938rem) and (min-width: 30.062rem) {
    .g-overlay-container .slideshow-caption, .uk-dotnav {
        width: 30rem;
    }
}

@media only all and (max-width: 30rem) {
    .g-overlay-container .slideshow-caption, .uk-dotnav {
        width: 100%;
    }
}






