/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */


@font-face {
    font-family: 'GascogneTS';
    src: url('https://ambertongriffin.com.au/images/site_amberton/fonts/GascogneTS-Medium.woff2') format('woff2'),
         url('https://ambertongriffin.com.au/images/site_amberton/fonts/GascogneTS-Medium.woff') format('woff'),
         url('https://ambertongriffin.com.au/images/site_amberton/fonts/GascogneTS-Medium.ttf') format('truetype'),
         url('https://ambertongriffin.com.au/images/site_amberton/fonts/GascogneTS-Medium.eot') format('embedded-opentype'),
         url('https://ambertongriffin.com.au/images/site_amberton/fonts/GascogneTS-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@media screen {
    body {
      font-weight:500;
      letter-spacing:0.01em;
      color:#995346;
	  color:#222;
      background-color:#ffffff;
    }

    h1,h2,h3,h4,h5,h6{
		font-family: 'GascogneTS', sans-serif;
	}

    h1,h2,h3,h4,h5,p,a {
        color:inherit;
    }

    .site_maxwidth {
        background-color:#f2f0ea;
		background-color: #fff;
    }

	#fairland_bar {
		display: none;
	}

    #fairland_bar .logo {
		filter:grayscale(1);
		opacity:0.6;
	}

    .box_button {
      display:inline-flex;
      padding:12px 16px;
      background-color:#995346;
      color:#fff;
      font-size:1em;
      line-height:110%;
      font-weight:700;
      text-decoration:none;
      border-radius: 10px;
    }

    .box_button.white {
		background-color:#f0efea;
		color:#995346;
	}
	
	.box_button.grey {
		background-color:#e2ddc7;
		color:#995346;
	}
	
	.box_button.yellow {
		background-color:#995346;
		color:#ffffff;
	}

	.box_button.green {
		background-color:#fcb03f;
		color:#ffffff;
	}
	
	.box_button.small {
		padding:8px 12px;
		font-size:0.9em;
	}

    .line_button {
		position:relative;
		display:inline-flex;
		padding:8px 2px;
		color:#995346;
		font-size:1em;
		line-height:110%;
		font-weight:700;
		text-decoration:none;
	}

	.round_button {
		background-color: #995346;
		padding: 12px 22px;
		border-radius: 30px;
		color: #ffffff;
		font-size: 15px;
		transition-duration: .2s;
	}

	.round_button:hover{
		background-color: #995346;
	}
	
	.line_button:before {
		position:absolute;
		display:block;
		content:'';
		right:0;
		bottom:0;
		left:0;
		height:2px;
		background-color:#995346;
	}
	
	.line_button:after {
		display:block;
		content:'▶';
		font-size:0.5em;
		margin-left:16px;
	}
	
	.line_button.white {
		color:#ffffff;
	}
	
	.line_button.white:before {
		background-color:#ffffff;
	}

    /* ---------------- forms ---------------- */

    .iframe_form {
      color:#333;
      background-color:#fff;
    }

    .iframe_form .form_header h2 {
      color:#88968b;
      font-weight: 500;
    }

    .iframe_form .form_header p {
        color:#333;
    }

    .freeform-row button {
      background-color: #995346;
      border-radius: 30px;
    }

	.freeform-row button:hover {
        background-color: #ab6b5f;
    }
  
    .freeform-row .freeform-column .freeform-label,
    .freeform-row .freeform-column label{
      color: #333;
    }
  
    .form_eoi .group_heading{
      color:#88968b;
    }

    /* ---------------- menu ---------------- */

	#land_site_header .header_bar .nav_open img,
	#land_site_header .nav_container .nav_close img{
		width: 15px;
		height: 15px;
	}

	#land_site_header .header_divide{
		position: absolute;
		background-color: #292f35;
		color: #fff;
		font-size: 10px;
		right: 0;
		top: 0;
		width: 60px;
		height: 25px;
		padding: 0 5px 0 20px;
		border-radius: 0 0 0 50px;
		display: none;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	#land_site_header .header_divide img{
		display: block;
		width: auto;
		height: 10px;
		object-fit: contain;
	}	

    #land_site_header .nav_container .background {
      background-color: #995346;
    }

    #land_site_header.open .nav_container .background {
      opacity:0.2;
    }

    #land_site_header .nav_container .foreground {
      background-color: #995346;
      color:#ffffff;
    }

    #land_site_header .nav_container .nav_close_wrap {
		margin-top: 0;
    }

    #land_site_header .nav_container .nav_items li a {
      color:#fff;
    }

    #land_site_header .nav_container .nav_items li.active > a:before{
      background-color: #80944a;
    }

    /* ---------------- home ---------------- */
	
    #home_feature {
        position:relative;
		background-color: #d4d4d4;
        color:#ffffff;
    }

    #home_feature .bg {
        position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
        z-index:10;
        background-size:cover;
        background-position:80% center;
    }

    #home_feature .bg .img {
        position:absolute;
        width:100%;
        height:100%;
        object-fit:cover;
        object-position: 50% 0;
        z-index:10;
    }

    #home_feature .bg .video {
        position:absolute;
        object-fit:cover;
        width:100%;
        height:100%;
        z-index:15;
        display:none;
    }

    #home_feature .bg .overlay {
        position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
        background-color:#000000;
        opacity:0.3;
        z-index:20;
    }

    #home_feature .bg:after {
        position:absolute;
        display:block;
        content:'';
        top:0;
        right:0;
        left:0;
        height:128px;
        background:transparent;
        background:linear-gradient(180deg, rgba(33,44,44,0.1) 0%, rgba(33,44,44,0) 100%);
        z-index:30;
    }

    #home_feature .panel_maxwidth {
		position:relative;
		display:flex;
		align-items:center;
		min-height:256px;
		z-index:20;
		max-width:1600px;
		display: flex;
		align-items: center;
		justify-content: center;
        text-align: center;
	}



    #home_feature .action_spacer {
        height:64px;
    }

    #home_feature .headline {
      font-weight:500;
      font-size:1.8em;
      margin: 0 0 30px;
      font-weight: 600;
      letter-spacing: 0;
      text-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
    }

	#home_feature .text a {
		font-weight: 600;
		text-decoration: none;
		border-bottom: 3px solid #fff;
		padding: 12px 20px;
	}

    #home_feature .headline br {
        display:none;
    }

    #home_feature .floating {
        position:absolute;
        right:0;
        bottom:0;
        width:100%;
        z-index:30;
        display:flex;
        justify-content:flex-end;
    }

    #home_feature .floating .action {
        box-sizing:border-box;
        display:block;
        padding:16px;
        background-color:#292f35;
        color:#ffffff;
        text-decoration:none;
        line-height:110%;
        text-align:center;
		letter-spacing: 3px;
		text-transform: uppercase;
    }
  
    #home_feature .floating .action:hover {
        background-color:#414a53;
    }

    #home_intro {
		background-color: #a2aaa3;
    }

    #home_intro .row_images {
        display:flex;
    }

    #home_intro .row_images .col {
        
    }

    #home_intro .row_images .col_01 {
        flex:0 0 50%; 
    }

    #home_intro .row_images .col_02 {
        flex:0 0 25%;
    }

    #home_intro .row_images .col_03 {
        flex:0 0 25%;
    }

    #home_intro .row_images .col img {
        display:block;
        width:100%;
        height:100%;
        object-fit:cover;
        color:#ffffff;
		
    }

    #home_intro .row_text {
      background: #88968b;
	  border-radius: 0 150px 0 0;
      color: #fff;
	  background: linear-gradient(45deg, #67330a, #995346);
	  background: linear-gradient(45deg, #464424, #037671);
	  background: linear-gradient(45deg, #344c27, #6d8281);
    }

    #home_intro .row_text .cols {
        display:flex;
        flex-direction:column;
        max-width:1280px;
		justify-content: space-between;
    }

    #home_intro .row_text .col_left {
        margin:0 0 16px 0;
    }

    #home_intro .row_text .headline {
        font-size:1.6em;
        font-weight:500;
        line-height:130%;
        color: #fff;
    }

    #home_intro .row_text .excerpt {
      font-size:1.1em;
      line-height:140%;
      max-width: 600px;
    }

    #home_keyitems {
		display: block;
		position: relative;
		z-index: 10;
      background-color:#a2aaa3;
      color:#ffffff;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
    }

	#home_keyitems .spacer {
		height:15vw;
	}

    #home_keyitems .items {
		display:flex;
		flex-direction:column;
		margin:-12px;
	}
	
	#home_keyitems .items .item {
		display:flex;
		flex-direction:column;
		margin:12px;
		text-decoration:none;
		color:#ffffff;
		background-color: #ffffff;
		box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
		border-radius: 20px;
		overflow: hidden;
	}
	
	#home_keyitems .items .item .image {
		position:relative;
		flex:0 0 192px;
		margin:0 0 12px 0;
		overflow:hidden;
	}
	
	#home_keyitems .items .item .image .img {
		position:relative;
		width:100%;
		height:100%;
		object-fit:cover;
		z-index:10;
		transition-duration: .6s;
	}

	#home_keyitems .items .item:hover .image .img{
		transform: scale(1.05);
	}
	
	#home_keyitems .items .item .image:after {
		position:absolute;
		display:block;
		content:'';
		top:0;
		right:0;
		bottom:0;
		left:0;
		background-color:#ffffff;
		opacity:0;
		z-index:20;
		mix-blend-mode:overlay;
	}
	
	#home_keyitems .items .item .image .logo {
		position:absolute;
		top:0px;
		right:0px;
		width:auto;
		height:auto;
		max-width:128px;
		max-height:128px;
		vertical-align:top;
		z-index:15;
	}
	
	#home_keyitems .items .item .text{
		padding: 10px 40px 40px;
	}
	
	#home_keyitems .items .item .text .headline {
		font-size:1.2em;
		font-weight:500;
		line-height:120%;
    	color: #995346;

	}

	#home_keyitems .items .item .text .excerpt {
		color: #333333;
		font-size: 0.9em;
		margin-bottom:30px;
		padding-bottom: 40px;
	}

	#home_keyitems .items .item .text .round_button{
		position: absolute;
		bottom: 30px;
	}

	#home_keyitems .items .item:hover .text .round_button{
		background-color: #995346;
	}

	#home_keyitems .items .item.item_design_1{
		background-size: cover;
		background-position: 20% 50%;
	}

	#home_keyitems .items .item.item_design_1 .text{
		background: #fff;
		margin: -20px 30px 30px 30px;
		padding: 40px;
		border-radius: 20px;
		position: absolute;
		bottom: 0;
		left: 0;
	
	}

	#home_keyitems .items .item.item_design_1 .text .excerpt{
		padding-bottom: 25px;
	}


	#home_signup {
		background: #ffffff;
	}
	
	#home_signup {
		display:flex;
		flex-direction:column;
	}
	
	#home_signup .box_image {
		flex:0 0 192px;
		background-color:#e2ddc7;
		background-size:cover;
		background-position:center center;
	}
	
	#home_signup .box_image img {
		width:100%;
		height:100%;
		object-fit:cover;
	}
	
	#home_signup .box_text {
		display:flex;
		justify-content:center;
		align-items:center;
		background-color: #995346;
		background-size:cover;
		background-position:right bottom;
		border-radius: 0;
	}
	
	#home_signup .box_text .inner {
		padding: 50px 10%;
	}
	
	#home_signup .box_text .section_headline {
		font-size:1.6em;
		font-weight:500;
		line-height:110%;
		margin:0 0 12px 0;
		max-width:400px;
		color: #ffffff;
	}
	
	
	/*
	#home_signup .box_text .section_headline:after{
		display: block;
		font-family: sans-serif;
		content: "Simply type your email to get first access to new land";
		font-size: 16px;
		line-height: 130%;
		margin: 15px 0 0;
		max-width: 220px;
		color: #ffffff;
	}
	*/

  .simple_subscribe_form{
    color: #38433e;
  }
  
  .simple_subscribe_form .headline{
    color: #995346;
    display: none;
  }
  
  .simple_subscribe_form .col_email label{
    color: #995346;
    display: none;
  }
  
  .simple_subscribe_form .col_submit .submit {
    background-color:#995346;
    border-radius: 0 30px 30px 0;
    transition-duration: .2s;
	box-shadow: inset 0px 0px 0px 3px #fff;
  }
  
  .simple_subscribe_form .col_submit .submit:hover{
    background-color: #ffa3a4;
    cursor: pointer !important;
  }
  
  .simple_subscribe_form .col_email input{
    border-radius: 30px 0 0 30px;
  }

	/* ---------------- footer ---------------- */

	#footer.land_site_footer_2022 {
		background-color: #ffffff;
		color: #333333;
	}

	#footer.land_site_footer_2022 .footer_top .panel_padding{
		display: flex;
		flex-wrap: wrap;
		padding: 50px 0 0 0;
	}

	#footer.land_site_footer_2022 .footer_top .panel_padding .footer_left{
		flex: 0 0 100%;
		margin: 30px 0 40px;
	}

	#footer.land_site_footer_2022 .footer_top .panel_padding .footer_right{
		flex: 0 0 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		margin-top: 50px;
	}

	#footer.land_site_footer_2022 a.footer_logo{
		display: block;
		width: 256px;
		height: auto;
		margin: 0 auto;
	}

	#footer.land_site_footer_2022 .footer_logo_companies{
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
		margin: 30px auto 0;
	}

	#footer.land_site_footer_2022 .footer_logo_companies img{
		width: 100px;
	}

	#footer.land_site_footer_2022 a.footer_logo img{
		display: block;
		width: 100%;
		height: auto;
	}

	#footer.land_site_footer_2022 .footer_quick_links{


	}

	#footer.land_site_footer_2022 .footer_quick_links ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#footer.land_site_footer_2022 .footer_quick_links ul li{
		text-align: right;
	}

	#footer.land_site_footer_2022 .footer_quick_links ul li a{
		color: #995346;
		font-family: 'GascogneTS', sans-serif;
		font-size: 25px;
		display: block;
		padding: 8px 0;
	}

	#footer.land_site_footer_2022 .footer_quick_links ul li a:hover{
		text-decoration: underline;
		cursor: pointer !important;
	}


	/**/
	#footer.land_site_footer_2022 .footer_contact_details h3.name{
		color: #985346;
		font-size: 24px;
		margin: 0 0 20px;
	}

	#footer.land_site_footer_2022 .footer_contact_details .contact_details a{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin: 0 0 10px 0;
	}

	#footer.land_site_footer_2022 .footer_contact_details .contact_details a:last-of-type{
		margin-bottom: 0;
	}

	#footer.land_site_footer_2022 .footer_contact_details .contact_details a img{
		display: block;
		background-color: #985346;
		width: 12px;
		height: 12px;
		object-fit: contain;
		padding: 8px;
		border-radius: 50%;
		margin-right: 10px;
	}

	#footer.land_site_footer_2022 .footer_contact_portrait img{
		display: block;
		height: auto;
		width: auto;
		max-height: 220px;
		margin-top: 20px;
	}




	/**/
	#footer.land_site_footer_2022 .footer_bot {
	    background-color: #fff;
		color: #995346;
		border-top: 2px solid lightgrey;
		border-top: 2px solid #995346;
		width: 90%;
		margin: 0 auto;
		padding: 30px 0;
	}



	/* ---------------- pages ---------------- */

	.panel_page_feature {
		background-color:#995346;
		background-size:cover;
		background-position:right bottom;
	}

	.panel_page_feature .page_headline {
		display: table;
		border-radius: 40px;
		font-size: 18px;
		font-weight: 900;
		padding: 15px 20px;
		text-shadow: 2px 2px 2px rgb(0 0 0 / 5%);
		box-shadow: 2px 2px 10px rgb(77 100 127 / 10%);
		color: #fff;
		background: #37423e;
	}
  
	.land_map_panel .sidebar_actions .action_item {
		background-color:#f4f3ec;
	}

	.land_map_panel .sidebar_item {
		background-color:#f4f3ec;
	}

	.land_map_panel .sidebar_item .button {
		background-color:#e8e6df;
	}
  
	.land_map_panel .sidebar_item{
		display: none;
	}
	
	.land_map_panel .sidebar_item.map_key{
		display: block;
	}

	.land_map_panel .panel_maxwidth{
		max-width: 1300px;
	}


	.land_map_panel .panel_maxwidth .land_map{
		max-width: 750px;
		margin: 0 auto;
	}
	

	.dev_layout_downloads {
		background-color:#e8e6df;
	}

	.dev_layout_downloads .download_section {
		background-color:#f7f5f1;
	}

	.dev_layout_downloads .download_group .group_heading, 
	.dev_layout_downloads .download_group .group_heading a {
		color: #995346;
	}

	.download_section {
		background-color:#ffffff;
	}

	.contact_list .contact_item .image .circle {
		background-color:#f0f0ee;
	}
  
  .contact_list .contact_item .text .name{
    color: #995346 !important;
  }
  
  .dev_layout_contact .panel_maxwidth{
    display: flex;
    align-items: center;
  }
  
  .dev_layout_contact h2{
    color: #995346;
  }
  
  .dev_layout_contact .row_register{
    background-color: #995346;
    padding: 20% 10%;
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
    text-align: center;
    margin: 0;
  }
  
  .dev_layout_contact .row_register h3{
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 10px;
  }
  
  .dev_layout_contact .row_register p{
    color: #fff;
    margin: 0;
  }
  
  .dev_layout_contact .row_register .standard_button{
    margin-top: 25px;
    background-color: #f69895;
    padding: 15px 25px;
    border-radius: 30px;
    overflow: hidden;
  }

	#listing_detail {
		background-color:#f2f0ea;
	}

	#listing_detail .box_heading {
		background-color:#995346;
		background:linear-gradient(210deg, #fcb03f 0%, #995346 100%);
	}

	#listing_detail .box_heading .suburb {
		color:#ffeaca;
	}

	#listing_detail .box_contact .contact_person .button {
		background-color:#fcb03f;
	}

	.allotment_table th {
		background-color:#995346;
	}

	.breadcrumb {
		background-color:#37423e;
		color:#ffffff;
	}

	.breadcrumb .item {
		color:inherit;
	}

	.breadcrumb .divider {
		color:#ffffff;
	}

	body[data-entry-id='177154'] .panel_page_feature .panel_maxwidth,
	body[data-entry-id='177154'] .panel_basic_content .panel_maxwidth {
		max-width:768px;
	}

	/* ---------------- lifestyle ---------------- */

	#page_lifestyle {
		background-color:#ffffff;
	}
	
	#lifestyle_feature {
		position:relative;
		background-color:#995346;
		z-index:10;
	}
	
	#lifestyle_feature .bg {
		position:absolute;
		z-index:10;
		top:0;
		right:0;
		bottom:0;
		left:0;
	}

	#lifestyle_feature .bg .bg_img {
		width:100%;
		height:100%;
		object-fit:cover;
    object-position: 50% 90%;
	}

	#lifestyle_feature .fg {
		position:relative;
		z-index:20;
		height:256px;
		display:flex;
		justify-content:center;
		align-items:center;
		text-align:center;
		font-weight:500;
	}
		
	#lifestyle_feature .page_headline {
		position:relative;
		color:#fff;
		font-size:2em;
		line-height:110%;
		z-index:20;
	}
	
	#lifestyle_feature .row_bot {
		height:160px;
		z-index:10;
	}
	
	#lifestyle_boxes {
		position:relative;
		z-index:20;
		margin-top:-48px;
	}
	
	#lifestyle_boxes .boxes {
		display:flex;
		flex-direction:column;
		align-items:center;
		margin:-8px;
	}
	
	#lifestyle_boxes .boxes .box {
		display:flex;
		flex-direction:column;
		margin:8px;
		background-color:#fff;
		max-width:256px;
		box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
		border-radius: 20px;
		overflow: hidden;
		background-color: #37423e;
		background: linear-gradient(45deg, #344c27, #6d8281);
	}
	
	#lifestyle_boxes .boxes .box .image img {
		vertical-align:top;
		width:100%;
	}
	
	#lifestyle_boxes .boxes .box .text {
		padding:16px;
		color: #fff;
		text-align: center;
	}

	
	#lifestyle_description .panel_maxwidth {
		width:80%;
		max-width:850px;
	}
	
	#lifestyle_description .description {
		font-size:1.1em;
		line-height:130%;
		font-weight:300;
		color: #88968b;
	}
	
	#lifestyle_description .actions {
		margin: 40px 0 0 0;
	}
	
	#lifestyle_banner img {
		width:100%;
		height:auto;
		vertical-align:top;
	}
  
  
	/* ---------------- lifestyle ---------------- */

  
  body[data-entry-id='188719'] .basic_content h3{
    margin: 50px 0 0;
    max-width: 800px;
  }

  
  body[data-entry-id='188719'] .basic_content p{
    max-width: 800px;
    color: #333;
  }

  
  

  /* ----------------  ---------------- */

  
  #masterplan{
    background: #fff;
  }
  
  /*
  .section_dev_location_diagram{
    background-color: #edf0f2;
  }
  */
  
  .section_dev_location_diagram .diagram_box{
    border-radius: 20px;
    overflow: hidden;
  }
  
  .fancybox-bg{
    background: #995346;
  }
  
  .fancybox-slide--iframe .fancybox-content{
    background: #fff;
    border-radius: 30px !important;
    overflow: hidden;
  }

  #lot_listing_tooltip .details {
	flex-direction:row;
	flex-wrap:wrap;
  }

  #lot_listing_tooltip .details .design_name {
	width:100%;
	font-size:0.8em;
	line-height:120%;
  }

  /* ---- contact ---- */

  .dev_layout_contact .col_right .row_enquiry {
	display:none;
  }




}

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

@media only screen and (min-width: 480px) {

    /* ---------------- home ---------------- */

    #home_feature .panel_maxwidth {
		min-height:320px;
	}
	
	#home_feature .headline {
        font-size:2.2em;
    }

    #home_feature .floating .action {
        padding:24px;
    }

    #home_intro .row_text .col_left {
        margin-bottom:24px;
    }

	#home_keyitems .items .item .image {
		flex-basis:256px;
	}
	
	#home_signup .box_image {
		flex-basis:256px;
	}
	


	/* ---------------- lifestyle ---------------- */

	#page_lifestyle {
		
	}

	#lifestyle_feature .fg {
		height:320px;
	}
	
	#lifestyle_feature .page_headline {
		font-size:3em;
	}
		
	#lifestyle_description {
		text-align:center;
	}
	
	#lifestyle_description .description {
		font-size:1.2em;
	}
	

  
  /*-- homes for sale --*/

  body[data-entry-slug="homes-for-sale"] #lot_listing_tooltip .price .extras{
    display: none;
  }
  
}

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

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

	/* -- menu -- */

	#land_site_header .header_bar .nav_open img,
	#land_site_header .nav_container .nav_close img{
		width: 22px;
		height: 22px;
	}

    /* ---------------- home ---------------- */

  #home_feature .bg .overlay {
		opacity:0.2;
	}
	
	#home_feature .panel_maxwidth {
		min-height:384px;
	}

    #home_feature .headline {
      font-size:2.6em;
      margin-bottom:5%;
    }

    #home_feature .headline br {
        display:inline;
    }

	#home_feature .panel_maxwidth .text{
		margin-top: -100px;
	}

	#home_feature .text a {
		font-size: 18px;
	}

    #home_feature .floating .action {
        font-size:1.1em;
        width:50%;
    }
	

    #home_intro .row_text .cols {
        flex-direction:row;
        align-items:center;
    }

    #home_intro .row_text .cols .col_left {
        margin:0 32px 0 0;
    }

    #home_intro .row_text .cols .col_right {
        flex:0 0 50%;
    }
	
	#home_keyitems .items {
		flex-direction:row;
		margin-top: -170px !important;
	}
	
	#home_keyitems .items .item {
		flex:0 0 auto;
		flex-basis:calc(33.333% - 24px);
	}
	
	#home_keyitems .items .item .image {
		flex-basis:160px;
		margin-bottom:16px;
	}

	
	
	#home_signup {
		flex-direction:row-reverse;
		min-height:384px;
	}	
	
	#home_signup .box_image {
		flex:0 0 50%;
	}

	#home_signup .box_text {
		border-radius: 0 0 0 150px;
	}
	
	#home_signup .box_text {
		flex:0 0 50%;
	}
	
	#home_signup .box_text .inner {
		padding:48px;
	}

  #home_signup .box_text .section_headline {
    margin-bottom:16px;
  }

	/* ---------------- pages ---------------- */
	.panel_page_feature .page_headline {
    font-size: 30px;
    padding: 20px 30px;
    margin-left: -20px;
	}


	/* ---------------- lifestyle ---------------- */

	#page_lifestyle {
		
	}

	#lifestyle_feature .fg {
		height:384px;
	}
	
	#lifestyle_feature .page_headline {
		font-size:3.6em;
	}
	
	#lifestyle_boxes {
		margin-top:-64px;
	}
	
	#lifestyle_boxes .boxes {
		flex-direction:row;
		justify-content:center;
		align-items:normal;
	}
	
	#lifestyle_boxes .boxes .box {
		max-width:384px;
	}


	/* ---------------- footer ---------------- */
	#footer.land_site_footer_2022 .footer_top .panel_padding .footer_left{
		flex: 0 0 30%;
		margin: 0;
	}

	#footer.land_site_footer_2022 .footer_top .panel_padding .footer_right{
		flex: 0 0 70%;
		justify-content: flex-end;
		margin-top: 0;
	}

	#footer.land_site_footer_2022 a.footer_logo{
		margin: 0;
	}

	#footer.land_site_footer_2022 .footer_logo_companies{
		justify-content: flex-start;
	}

	#footer.land_site_footer_2022 .footer_contact_portrait img{
		display: block;
		height: auto;
		width: auto;
		max-height: 400px;
		margin-top: 0px;
	}

}

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

@media only screen and (min-width: 1024px) {

    /* ---------------- home ---------------- */

    #home_feature .bg .overlay {
		opacity:0.1;
	}

    #home_feature .panel_maxwidth {
		min-height:480px;
	}

    #home_feature .headline {
        font-size:3.2em;
   
    }

    #home_feature .floating .action {
        width:30%;
    }

    #home_intro .row_images .col_02 {
        flex-basis:20%;
		transform: scale(1.2);
		border-radius: 30px;
		overflow: hidden;
    }

    #home_intro .row_images .col_03 {
        flex-basis:30%;
    }

    #home_intro .row_text .cols {
        padding:96px 0;
    }
	
	#home_keyitems .items .item .image {
		flex-basis:192px;
	}
	
	#home_signup {
		min-height:480px;
	}
	
	#home_signup .box_text .inner {
		padding:64px;
	}

	/* ---------------- lifestyle ---------------- */

	#page_lifestyle {
		
	}

}

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

@media only screen and (min-width: 1280px) {

	/*-- menu --*/

	#land_site_header .header_divide{
		width: 190px;
		height: 60px;
		display: flex;
	}

	#land_site_header .header_divide img{
		height: 20px;
	}


	/*-- --*/

    .standard_button:hover {
		background-color:#a75b4e;
	}
	
	.box_button {
		padding:16px 24px;
		font-size:1.1em;
	}
	
	.box_button:hover {
		background-color:#a75b4e;
	}
	
	.box_button:active {
		transform:scale(0.95);
	}
	
	.box_button.white:hover {
		background-color:#f5f4f1;
	}
	
	.box_button.grey:hover {
		background-color:#ebe7d8;
	}
	
	.box_button.yellow:hover {
		background-color:#c5a868;
	}

	.box_button.green:hover {
		background-color:#069b9a;
	}
	
	.line_button {
		padding:16px 2px;
		font-size:1.1em;
	}
	
	.line_button.small {
		padding:12px 2px;
		font-size:1em;
	}
	
	
	.line_button:hover:before {
		animation-name:line-button-hover;
		animation-duration:1s;
		animation-iteration-count:infinite;
	}
	
	.line_button:after {
		margin-left:24px;
	}
	
	.line_button:active {
		transform:scale(0.95);
	}

    /* ---------------- forms ---------------- */

  

    /* ---------------- home ---------------- */

    #home_feature .bg .video {
		display:block;
	}
	
	#home_feature .bg .overlay {
		opacity:.1;
	}
	
	#home_feature .bg:after {
		height:256px;
	}
	
	#home_feature .headline {
      font-size:3.8em;
      margin-bottom:10%;
      margin: 0 0 50px;
    }
	
    #home_feature .floating .action {
        padding:32px;
        font-size:1.2em;
    }

    #home_intro .row_images .col_01 {
        flex-basis:45%;
    }

    #home_intro .row_images .col_02 {
        flex-basis:25%;
    }

    #home_intro .row_text .cols {
        padding:160px 0;
    }

    #home_intro .row_text .headline {
        line-height: 100%;
        font-size: 2.8em;
    }

    #home_intro .row_text .cols .col_right {
        flex-basis:55%;
    }

    #home_intro .row_text .excerpt {
        font-size:1.2em;
    }
	
	#home_keyitems .panel_padding {
		padding: 50px 0 100px;
	}
	
	#home_keyitems .items {
		margin:-16px;
	}
	
	#home_keyitems .items .item {
		margin:16px;
		flex-basis:calc(33.333% - 32px);
	}
	
	#home_keyitems .items .item .image {
		flex-basis:256px;
		margin-bottom:24px;
	}	
  /*  
	#home_keyitems .items .item .image:after {
  	transition:opacity 0.1s;  
	}
	
	#home_keyitems .items .item:hover .image:after {
		opacity:0.1;
		transition:opacity 0s;
	}
  */
	
	#home_signup {
		min-height:512px;
	}
	
	#home_signup .box_text .section_headline {
    margin-bottom:32px;
    font-size: 2.8em;
	}

  #home_signup .box_text .section_headline:after{
    margin: 20px 0 0;
  }
    
	/* ---------------- pages ---------------- */

	#listing_detail .box_contact .contact_person .button:hover {
		background-color:#fec266;
	}

	.breadcrumb a.item:hover {
		color:#ffffff;
	}

	/* ---------------- lifestyle ---------------- */


	#lifestyle_feature .fg {
		height:420px;
	}
	
	#lifestyle_feature .page_headline {
		font-size:4em;
	}
	
	#lifestyle_boxes .boxes {
		margin:-16px;
	}
	
	#lifestyle_boxes .boxes .box {
		margin:16px;
	}
	
	#lifestyle_boxes .boxes .box .text {
		padding:30px 30px 35px;
	}

}

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */

@media only screen and (min-width: 1600px) {

    /* ---------------- home ---------------- */

    #home_feature .panel_maxwidth {
		min-height:640px;
	}

    #home_intro .row_text .cols {
        padding:192px 0;
    }
	
	#home_keyitems .items .item .image {
		flex-basis:370px;
	}
	

	#home_keyitems .items {
		margin:-24px;
	}
	
	#home_keyitems .items .item {
		margin:24px;
		flex-basis:calc(33.333% - 48px);
	}
	
	#home_keyitems .items .item .image {
		flex-basis:350px;
	}
	
	#home_signup {
		min-height:600px;
	}

}

/* ================================================================================================================================ */
/* ================================================================================================================================ */
/* ================================================================================================================================ */



