@charset "UTF-8";
/* CSS Document */


/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * GLOBALS                                                                       *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
html {
	height: 101%;
}
body {
	font: 62.5%/1.5em 'robotoitalic', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	transition: 0.5s ease-in-out; 
}
a, a:active, a:link, a:visited {
    color: inherit;
    text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mobile-only {display: none !important}
.nowrap {white-space: nowrap;}
.uppercase {text-transform: uppercase;}

.background-cover {
	background-position: center center;
  	background-repeat: no-repeat;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.multiply {
	mix-blend-mode: multiply;
}
.shadow {
	-moz-box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 2px rgba(0,0,0,0.5);
}

.scale:hover,
.scale:focus {
    transform: scale(.95);
}

.box-sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hyphens {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.flex {
	display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.stretch {
	align-self: stretch;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * TYPOSATZ                                                                      *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-family: 'robotomedium';
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1, h2 {
    text-transform: uppercase;
    font-size: 2.2em;
    line-height: 1.26em;
    letter-spacing: 0.06em;
    margin-bottom: 0.5em;
}
h1 span,
h2 span {
    font-family: 'kaushan_scriptregular';
    color: rgb(76,170,78);
    text-transform: none;
    font-size: 1.2em;
    letter-spacing: 0;
}
h1 + h2,
#main p + h2,
#main ul + h2,
#main ol + h2 {
    margin-top: 2.4em;
}
h3 {
    text-transform: uppercase;
    font-size: 1.86em;
    line-height: 1.46em;
    letter-spacing: 0.06em;
    margin-bottom: 0.5em;
}
#main p + h3,
#main ul + h3,
#main ol + h32 {
    margin-top: 2em;
}
h4 {	
}
h5 {	
}
#main p, #main ul, #main ol {
    font-size: 1.86em;
    line-height: 1.46em;
    margin: 0 0 1.4em 0;
}
.start p::first-letter {
    font-family: 'kaushan_scriptregular';
	font-size: 3.4em;
	color: rgb(76,170,78);
	float: left;
	margin-right: 0.1em;
    margin-top: -0.1em;
}
#main ul {
	list-style: none;
	padding: 0;
}
#main ul li {
    position: relative;
	padding-left: 1em;
}
#main ul li:before {
	content: " • ";
	position: absolute;
	left: 0;
    top: 0;
	font-size: 1.2em;
}
#main ol {
    padding: 0;
    list-style: none;
    counter-reset: green-dot;
}
#main ol li {
    position: relative;
    margin-bottom: 0.5em;
    counter-increment: green-dot;
    transition: 0.5s ease-in-out;
}
#main ol li:hover,
#main ol li:focus {
    margin-left: 0.25em;
}
#main ol li:nth-child(6):hover,
#main ol li:nth-child(6):focus {
    margin-left: 0;
}
#main ol li::before {
    position: absolute;
    content: counter(green-dot) "";
    font-family: 'robotomedium';
    font-size: 0.8em;
    text-align: center;
    color: rgb(255,255,255);
    background: rgb(76,170,78);
    width: 28px;
    height: 28px;
    border-radius: 14px;
    margin-right: 2em;
}
#main ol li span {
    padding-left: 2em;
}

i, em {
	font-style: normal;
}
b, strong {
    font-family: 'robotobold_italic';
	font-weight: normal;
}

.color-green {
    color: rgb(76,170,78);
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * CONTAINER                                                                     *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#wrapper {}
.inside {
    margin: 0 auto;
    width: 120em;
}

.flex-columns {
    display: flex;
    flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.flex-columns .column {
    width: 50%;
    align-self: stretch;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flex-columns .column.text-content {
    display: flex;
    flex-direction: column;
	justify-content: center;
	align-items: flex-start;
    padding: 0 7.6em 0 3.8em;
}
.start .flex-columns .column.text-content {
    padding: 0 11.4em 0 0;
}
#main .flex-columns .column.text-content p,
#main .flex-columns .column.text-content ul,
#main .flex-columns .column.text-content ol {
    margin-left: 2.2em;
}
.start #main .flex-columns .column.text-content p {
    margin-left: 0;
}
#main .flex-columns .column.image-start img {
    max-width: 107em !important;
    margin-left: -52em;
    margin-top: -18em;
}
#main .flex-columns .column.image-floorplan img {
    margin-top: -7.4em;
}

.content-small {
    width: 72%;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * HEADER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#header {
    position: fixed;
    height: 100%;
    width: 14em;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/bar-right.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * MAIN                                                                          *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
.js #main {display: none;}
.no-js #main {display: block;}

#main {
    padding: 11.2em 0;
}
#main img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0;
}
#main a {
    text-decoration: none;
    font-family: 'robotobold_italic';
}
#main a:hover,
#main a:focus,
#main a:active {
    color: rgb(76,170,78);
}
#main ol a {
    font-family: 'robotoitalic';
}

.logo-animated {
    opacity: 0;
    margin-top: 4em !important;
}
.no-js .logo-animated {
   /* opacity: 1;*/
}

.lage #main img {
    margin-bottom: 4em;
}
.lage #main h1 {
    margin-left: -1.9em;
}

.owl-nav {
}
.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    color: rgb(255,255,255) !important;
    width: 5.5em !important;
    height: 6.2em !important;
    margin-top: -3.1em;
    background-image: url("../images/arrow.svg") !important;
    background-repeat: no-repeat !important;
}
.owl-prev {
    left: -9.3em;
    transform: rotate(180deg);
}
.owl-next {
    right: -9.3em;
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
   opacity: 0.2;
}

#gallery {
    display: none;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * NAVIGATION                                                                    *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
.open-nav {
    position: absolute;
    top: 3.8em;
    right: 2em;
    z-index: 300;
    transition: 0.5s ease-in-out;
}
.open-nav img {
    width: 8em;
}
.open-nav:hover,
.open-nav:active,
.open-nav:focus {
    transform: scale(.96);
}

#menu.toggle {
    width: 28em;
}
#menu {
    position: fixed;
    width: 0em;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
    overflow-x: hidden;
    background: rgba(0,0,0,0.5);
    -webkit-transition:0.5s ease;  
    -moz-transition:0.5s ease;  
    -o-transition:0.5s ease;  
    transition:0.5s ease;
    z-index: 200;
}
#menu ul {
    width: 28em;
    padding: 0 2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#menu ul#main-menu {
    padding-top: 14em;
}
#menu ul#sub-menu {
    padding-bottom: 4em;
}
#menu ul > li {
}
#menu ul > li > a {
    font-family: 'roboto_condensedregular';
    line-height: 1.8em;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgb(255,255,255);
}
#menu ul#main-menu > li > a {
    font-size: 2.3em;
}
#menu ul#sub-menu > li > a {
    font-size: 1.5em;
}

#menu ul > li > a:hover,
#menu ul > li > a:active,
#menu ul > li > a:focus {
    color: rgb(226,238,217);
}
#menu ul > li.current-menu-item > a {
    font-family: 'roboto_condensedbold';
}






