/**
 * Content
 */

body {
	background-color: #fff;
	color: #000;
}



#toolset{
	display:none!important;
}

a:active {
	border-bottom:0px solid;
}


.page a:hover {
	color:#999!important;
    border:0!important;
}

.gallery_card_image:hover{
	opacity:.7!important;
    
}

.set a:hover {
	opacity:.5;
}

.page a.active {
	
    margin-left:0px!important;
}

.page a.active:before{
	
    content:"\02015";
    width:20px;
    
}

[data-id="1412575"].page a.active:before{
	display:none;
}

[data-id="1412575"].page a.active{
	border-bottom:1px solid;
}

[data-id="1412577"].page a.active:before{
	display:none;
}

[data-id="1412577"].page a.active{
	border-bottom:1px solid;
}

.set a.active {
	border-bottom:1px solid!important;
}
i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
    font-size:18px;
    vertical-align:top;
    line-height:5rem;
   
  
    
    
    
}

#concept s{
	display:none;
}

#conceptw s{
	display:none;
}


#baum s{
	display:none;
}


#planung s{
	display:none;
}

#project s{
	display:none;
}


#unter s{
	display:none;
}
#projectp s{
	display:none;
}

#projectpp s{
	display:none;
}

#wir s{
	display:none;
}

@media all and (max-width: 569px) {
	body.mobile s{
	display:none;
}
    s{
	display:none;
}
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(0, 0, 0, 1);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: .5em;
}

.gallery_image_caption {
    margin-top: 1rem!important;
    margin-bottom: 0.5rem;
    font-size: 30px;
    /*font-size:2.5rem;*/
	font-weight: 700!important;
	color: rgba(0, 0, 0, 1);
	font-family: "Neue Haas Grotesk", Icons!important;
	font-style: normal;
	font-weight: 700!important;
	line-height: 1.2;	
    text-align:left!important;
   
}

.gallery_image_caption s{
    font-weight:lighter!important;

}

.gallery_image_caption small{
    margin:0!important;
    line-height:1.4!important;
    margin-top:5px!important;
    
    
}

.gallery_image_caption span{
    margin:0!important;
    display:block;
    line-height:2.6!important;
    
}

/**
 * Loading Animation

 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 21px!important;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: Roboto, Icons;
	font-style: normal;
	line-height: 1.3;
}

[data-predefined-style="true"] bodycopy a {
    border-bottom: 0em solid rgba(0, 0, 0, 0.75);
	color: rgba(0, 0, 0, 1);
	
	text-decoration: none;
}

[data-predefined-style="true"] bodycopy a:hover {
     border-bottom:1px solid black;
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 28px;
	line-height: 0.9;
	color: rgba(0, 0, 0, 1);
	}

[data-predefined-style="true"] h1 a {
    border-bottom: 0em solid rgba(0, 0, 0, 0.75);
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] h2 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size: 24px;
	line-height: 1.2;
	}

[data-predefined-style="true"] h2 a {
    border-bottom: 0em solid rgba(0, 0, 0, 0.75);
	color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] small {
    
	display: inline-block;
	font-size: 14px!important;
	line-height: 1.5;
	font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(34, 0, 0);
    letter-spacing:.8px;
}

[data-predefined-style="true"] small a {
    border-bottom: 0em solid rgba(0, 0, 0, 0.75);
	color: rgba(0, 0, 0, 1);
}



/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: rgb(255, 255, 255) /*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 90%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 4.3rem /*!main_margin*/;
	padding-bottom: 4.3rem /*!main_margin*/;
	padding-left: 4.3rem /*!main_margin*/;
	padding-right: 4.3rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 92%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 2.05rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -4.1rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 1.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -3rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
}

.thumbnails .thumb_image:hover {
	opacity:.6;
}


.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    /*font-size: 2.1rem;*/
    font-size:29px;
   
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 700;
	line-height: 1.2;
    text-align: left;
}



.thumbnails .tags {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
   
    text-align: center;
    display: inline-block;
	font-size: 14px!important;
	line-height: 1.5;
	font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
	 color: rgba(0, 0, 0, 0);
    letter-spacing:.8px;
    text-align:left;
    text-transform:capitalize;
}

.thumbnails .tags a:before{
	content:"/";
    margin-right:10px;
}

.thumbnails .tags a:first-child:before{
	content:"";
    margin-right:0;
   
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}

.thumbnails .tags a:hover{
	opacity:.5;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}

/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 0.75);
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: 16px;
    line-height: 1;
    background: rgba(33, 32, 46, 0);
    position: fixed;
    top: 2rem /*!site_menu_button*/;
	right: 2rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 34px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
    border:0;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(20, 20, 20, 0.95);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(250, 250, 250, 1);
    
}

#site_menu .set-link > a {
	color: rgba(250, 250, 250, 1);
	font-weight: normal;
}

#site_menu a:active {
	opacity: 1;
}

#site_menu a.active {
	opacity: 1;
}

#site_menu .close {
	display: none;
	color: rgba(0, 0,0, 1);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.75);
    background: transparent;
	font-size: 40px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	bottom: 3rem /*!shop_button*/;
	left: 3rem /*!shop_button*/;
}

#shop_button.text {
    font-family: Quiosco, Icons;
	font-style: normal;
	font-weight: 400;
	font-size: 3rem;
    padding: 0;
    line-height: 1.2;
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 46px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.7rem;
    font-weight: bold;
	line-height: 1;
	color: rgba(0, 0, 0, 0.75);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.75);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
	opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(255, 255, 255, 0.95) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-bottom: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:last-child .page {
	border-bottom: 0;
}



/*TOP MENU ADJUSTMENTS*/
.topmenu a:hover {
	
    border:0;
   
}


.topmenu a{
	
   
    font-size:18px;
    
}


.submenu{
	margin-top:20px;
}
.submenu a{
	font-size:18px!important;
   
}

.topmenu a:last-child{
	margin-right:0px;
}
.topmenu a:first-child{
	margin-left:0px;
}

@media all and (max-width: 1069px) {
   .topmenu a{
	
}
 
    
    
}

@media all and (max-width: 969px) {
   .topmenu a{
	
}
 
    
    
}

@media all and (max-width: 869px) {
   .topmenu a{
	
}
 
    
    
}



/*TOP MENU FILTERADJUSTMENTS*/

.planningmenu  {
	display:none;
}

.planningmenu a{
	font-size:18px;
     
    
}



.planningmenu a:last-child{
	margin-right:0px;
}
.planningmenu a:first-child{
	margin-left:0px;
}



/*UNTERNEHMENMENU FILTERADJUSTMENTS*/

.menu3  {
	display:none;
}

.menu3 a{
	font-size:18px;
     
    
}



.menu3 a:last-child{
	margin-right:0px;
}
.menu3 a:first-child{
	margin-left:0px;
}

/*TOP MENU FILTERADJUSTMENTS*/

.topmenufilter span {
	
}

.topmenufilter a{
	font-size:18px;
     
    
}



.topmenufilter a:last-child{
	margin-right:0px;
}
.topmenufilter a:first-child{
	margin-left:0px;
}

/*CONCEPT STORE FILTER ADJUSTMENTS*/

.menu4  {
	display:none;
}

.menu4 a{
	font-size:18px;
     
    
}



.menu4 a:last-child{
	margin-right:0px;
}
.menu4 a:first-child{
	margin-left:0px;
}
/*CONCEPT STORE WIEN FILTER ADJUSTMENTS*/

.menu5  {
	display:none;
}

.menu5 a{
	font-size:18px;
     
    
}



.menu5 a:last-child{
	margin-right:0px;
}
.menu5 a:first-child{
	margin-left:0px;
}

/*SUB MENU MOBILE ADJUSTMENTS*/
@media all and (max-width: 769px) {
.submenu{
	display:none;

}
    .topmenufilter{
        display:none;}
    
.planningmenu{
	 display:none;
}
    
    
    .menu3{
	 display:none;
}
    
}




#JotFormIFrame{
	margin-top:-20px;
    
    
}

#JotFormIFrame input[type="radio"] {
    width: 20px!important;
    height: 20px!important;
    cursor: pointer!important;
    -webkit-appearance: none!important;
    appearance: none!important;
    border: 1px solid #000000!important;

}

#newsletter td .content{
   margin:0 auto!important;
    width:100%;
	
    
}






/*********/

.columntitle{
	margin-left:120px;
}


.columntext{
	padding-left:160px;
    padding-right:160px;
    

}


@media all and (max-width: 1069px) {
    .columntitle{
	margin-left:80px;
}


.columntext{
	padding-left:100px;
    padding-right:100px;
    

}
}

@media all and (max-width: 769px) {
    .columntitle{
	margin-left:60px;
}


.columntext{
	padding-left:80px;
    padding-right:80px;
    

}
}


@media all and (max-width: 669px) {
    .columntitle{
	margin-left:40px;
}


.columntext{
	padding-left:40px;
    padding-right:40px;
    

}
}

/*LOGO ADJSUTMETNS*/

.slogan{
	font-size:18px;
    margin-left:0px;
    letter-spacing:2px;
    margin-top:-10px;
}

.logo2{display:none;}
	


@media all and (max-width: 969px) {
    
    .slogan{
	font-size:16px;
   
    letter-spacing:2px;
}
    
}

@media all and (max-width: 869px) {
    
    .slogan{
	font-size:14px;
   
    letter-spacing:2px;
}
    
}

@media all and (max-width: 769px) {
    
    .slogan{
	display:none;
    
}
  .logo1{display:none;}
    .logo2{display:block;}
    
    [data-predefined-style="true"] h1 {
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size:31px!important;
	line-height: 0.9;
	color: rgba(0, 0, 0, 1);
	}
    [data-predefined-style="true"] small {
    
	display: inline-block;
	font-size: 15px!important;
	line-height: 1.3!important;
	font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(34, 0, 0);
    letter-spacing:.8px;
}
	
}
	


   /* THUMBNAIL EXCERPT CONTENT */

/*GARTEN 02*/
[data-id="1847085"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   font-size: 12px;
	line-height: 1.5;
	 color: rgba(0, 0, 0, 1);
    letter-spacing:.8px;
	content:"Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah";
}

/*projectk hochhausen*/

[data-id="1847134"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    font-size: 12px;
	line-height: 1.5;
	 color: rgba(0, 0, 0, 1);
    letter-spacing:.8px;
	content:"Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah";
}


/*INTERIOR MAK*/

[data-id="1847146"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   font-size: 12px;
	line-height: 1.5;
	 color: rgba(0, 0, 0, 1);
    letter-spacing:.8px;
	content:"Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah";
}


/*DEMO*/
[data-id="1848813"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    font-size: 12px;
	line-height: 1.5;
	 color: rgba(0, 0, 0, 1);
    letter-spacing:.8px;
	content:"Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah";
}

[data-id="1848810"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    font-size: 12px;
	line-height: 1.5;
	 color: rgba(0, 0, 0, 1);
    letter-spacing:.8px;
	content:"Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah";
}

[data-id="1848811"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    font-size: 12px;
	line-height: 1.5;
	 color: rgba(0, 0, 0, 1);
    letter-spacing:.8px;
	content:"Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah Blah";
}

[data-id="2685902"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
  margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"This roof garden offers different areas with corresponding individual furnishings. The individual wooden decks are connected by concrete stepping stones..";
}



[data-id="2685910"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"We created a generous garden with open lawns as well as defined spaces around this striking, modern home. The combination of mature trees, carefully selected shrubs,..";
}



[data-id="2685914"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"To further enhance the wonderful view from this roof terrace, the wooden deck has been raised around a wooden pedestal with stunning lounge furniture...";
}

[data-id="2685907"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"This daring architecture was surrounded by a spacious garden concept: that the interior should extend into the outer space, blur the boundaries and create one homogeneous, habitable unit. The sloping garden has generous lawns, ..";
}


[data-id="2115036"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Eine großzügig angelegte Gartenanlage mit freien Rasenflächen, definierten Räumen und eine Kombination aus altem Baumbestand und besonderen Solitärgehölzen umgibt die auffällige Architektur des Gebäudes.....";
}

[data-id="2685922"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"At the heart of the show garden is an embedded natural pool system, which is flanked by a boardwalk. Different areas of the garden present design possibilities,...";
}

[data-id="2685924"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"At the front of the house, three impressive, fuchsia plant pots filled with decorative trees were sunk into a colourful gravel garden.  At the rear of the property, a natural stone patio,...";
}

[data-id="2685916"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
  margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"From a small rooftop terrace in this densely populated district, a special lounge area for relaxing and entertaining was created with timber decking and high-quality ..";
}

[data-id="2685967"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
  margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The impressive, historic architecture of the palace complex was provided with an equally grande lawn, evergreen topiary and lushly planted areas. ....";
}

[data-id="2685906"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"A natural pool, surrounded by decking and luxurious garden furniture, was submerged into the lawn of this expansive garden to create an oasis in which to relax...";
}

[data-id="2685928"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"This modern building, perched on a hillside offers spectacular views of the surrounding area. ...";
}

[data-id="2685909"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The extensive gardens around this modern home (Project A01) have a park-like appeal and feature modern design elements. The vast lawned area gives the garden breadth and creates a space for a diverse range of activities...";
}



[data-id="2124789"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Der weitläufige Garten rund um die zeitgemäße Gebäudearchitektur (Projekt A01) sollte einen parkähnlichen Charakter aufweisen und mit modernen ...";
}

[data-id="2685896"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
  margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"A garden with courtyard character. A large lawn was planted with fragrant lavender. The front garden has a gravelarea accentuated by grasses and shrubs,...";
}

[data-id="2685898"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Ein Dachgarten auf zwei Ebenen mit unterschiedlichen Flächen aus Holz und Kies. Einzelne Bereiche der Terrassen wurden mit Sedum und Gräsern bepflanzt,..";
}

[data-id="2685921"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The terrace, bordered by a glass railing, offers a wonderful view over the city. Gravel and planted areas are alternated, while larger plants are housed in ceramic pots...";
}

[data-id="2686036"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"...";
}

[data-id="2686040"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"...";
}

[data-id="2686039"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"...";
}


[data-id="2685905"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   font-size: 14px;
	line-height: 1.5;
	 color: rgba(0, 0, 0, 1);
    letter-spacing:.8px;
	content:"The challenge was to connect two very different plots, each with a building, into one homogenous, habitable and usable unit. On one side, the house with terrace and a flat lawn, on the other, a pool house on a sloping hillside ..";
}


[data-id="2206372"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Österreichs führende Messe für Wohnen & Design. Die Messe Wien wird zum einzigartigen Hotspot für Wohntrends und Designhighlights...";
}

[data-id="2685975"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The entire outdoor space, directly in the city center, is divided into three levels that can be used differently. ..";
}

[data-id="2685958"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"As the terraces are distributed over two floors, a uniform choice of materials guarantees a certain degree of coherence between the levels. ..";
}

[data-id="2685963"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The existing large enclosed area was broken up at defined areas to make room for planting. Multi-stemmed trees set special aspects, planting blocks of perennials and grasses align the property and the architecture. ..";
}


[data-id="2685960"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"This high-quality front garden area with solitary shrubs and ceramic planters ensures an impressive reception...";
}

[data-id="2685972"] .title:after{
   display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Wall elements and embankments intercept the terrain difference in the garden and the two resulting levels are connected by a generous step system...";
}

[data-id="2685970"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"This residential building is located in the middle of a hillside, which divides the property into two parts ..";
}

[data-id="2685961"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The aim was to incorporate the clear formal language of the architecture in the design of the outdoor area and to upgrade the different levels so that they were functional. ..";
}

[data-id="2685965"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The challenge was to create a connection between the two properties, each with its own building. The residential house with a terrace and level lawn area and play ground..";
}

[data-id="2685973"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"In the lawn of the large property scattered planting elements are created as elliptical islands with lush greenery and larger trees...";
}

[data-id="2685964"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"A spacious avenue of columed trees opens up the property and leads to the house. By planting special trees in recesses of the architecture, we aimed to create a bind it with the exterior. ..";
}

[data-id="2685969"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Pathways, designed as clasps connect the building with the pool, the kitchen garden area and a unique garden area...";
}

[data-id="2685959"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"After an initial examination of the site, it was clear that the biggest challenge was to structure the areas in a meaningful way and to design specific areas individually...";
}

[data-id="2685974"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"A large property with an existing pond and mature trees was redesigned. New buildings are combined with an existing house and a terrace with a pool. ..";
}

[data-id="2685968"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
 margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The existing elements in the garden and on the terrace were used in the transformation of this outdoor area...";
}

[data-id="2685962"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The inspiration was to adopt the lines of the architecture into the design of the garden. This resulted in areas that have special functions and are designed accordingly...";
}

[data-id="7542480"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Matching ceramic pots with carefully selected plants create a Mediterranean atmosphere on this terrace...";
}


[data-id="7542693"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"If you work hard, you should also play hard. Kramer & Kramer created a green oasis on a roof terrace in the middle of the bustling city....";
}


[data-id="7543961"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"This roof terrace is split over two areas: One side offers a ‘real’ garden area with fruit trees, lawn and vegetable patch,...";
}



[data-id="7544161"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The residential building and spacious garden area were redesigned and reworked. Grass bands and solitaire trees serve as ..";
}


[data-id="7544483"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The garden is bordered by a cherry laurel hedge and mixed perennial planting, partially broken up by groups of trees. ..";
}


[data-id="7544674"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"On the steep slope of the property a 65 m2 natural pool and a 40 m2 ornamental pond were created.  ..";
}


[data-id="7544710"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The house and garden are situated on a lake, with uninterrupted views from both perspectives. ..";
}


[data-id="7545046"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The existing garden was redesigned and revitalized with solitary trees that structure the garden.  ..";
}


[data-id="7545138"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"As the property is on a steep slope the garden was divided into three areas: front garden, pool/lounge area and vegetable garden. The embankment of the steep, narrow front garden was embellished with split gravel plantation. ..";
}


[data-id="7545440"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"This residential complex was connected to its surroundings through an open design. The central element is a gently flowing stream that’s upgraded banks provide a leisure space ..";
}



[data-id="7545582"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"While this design allows for a division of the space into various common areas, the terrace can always be experienced as a unit. ..";
}


[data-id="7545695"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Clean lines and the alignment of the garden elements with the house create a generous welcoming atmosphere. ..";
}


[data-id="7557639"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The terraced areas, which are distributed over several levels, are now experienced as one unit due to cohesive materials and furnishings ..";
}


[data-id="13201820"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"This project is characterized by its lush planting. Generous strips of grass blossom line the driveway to the house, which looks like an avenue, especially because of the column oaks. The playful, modern building offers niches and atriums in which uniqueTrees® can be put in the limelight, while the rich mixed planting gives the garden a soft frame. ..";
}


[data-id="13202593"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The existing organic forms in the garden of this manor house were used to provide space for diverse borders. Multi-stemmed rock pears complement the old trees and create a transition between tall old trees and low mixed shrub areas. The historical stone troughs were set up like a stage set with hydrangeas and a colour-coordinated natural stone wall.  ..";
}


[data-id="13202895"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The strict structure of the steppingstone path was used in this concept to create defined sections throughout the large garden area. The structurally rich planting concept covers everything from ground cover to solitary shrubs and creates the illusion of space. The well-thought-out furniture and lighting concept provides the final touch. ..";
}


[data-id="13203526"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"A garden with a park character adorns this historic villa in Vienna's cottage district. Existing large trees were integrated into the garden architecture to form a large-format backdrop. Large areas of perennial and dwarf shrubs complement the existing trees. Ceramic planters furnish the outside space and give it a homely character. A central place in the garden is the pine bonsai that has been carefully grown for decades...";
}


[data-id="13203930"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"From the natural pool to the lush grass fields, this garden offers everything. The individual areas alternate playfully and merge seamlessly into one another, while groups of trees with under foliage emphasize the overall spatial structure. UniqueTrees®, such as multi-stemmed rock pears or plane trees in the shape of a roof, provide that certain something ...";
}


[data-id="13207104"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The Türnitz garden has two faces. One is calm, orderly and linear; the other is wild, natural and organic. A consistent planting concept made this architectural balancing-act possible. The lush perennial and wooded areas transition from strictly bordered areas and organically move to completely natural areas around the pond. uniqueTrees®, like multi-stem rhododendrons and Japanese maple, give structure and complete the overall picture. The hemlock fir bonsai standing in the middle of the lawn gives the garden its distinctive character. ...";
}


[data-id="13207665"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"This garden has generous open areas. The strict straightforwardness of the building architecture was adopted in the garden planning to convey a calm and coherent atmosphere. As a type of privacy screen was inevitable, a solution had to be found that did not take up too much space and did not contradict the design. The low exposed concrete wall and the lamellar wall structures provided the perfect solution. ...";
}

[data-id="13208129"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"This Viennese city garden was characterized by a steep slope in a small area. In order to gain more lawn, terracing was made on both sides. So that the built-up areas in the small garden do not take over, wood and natural stone were used alternately. The floating step system made of IPE represents an elegant connection between the wooden surfaces of the furniture and lamella wall and the stone of the terraced surface. ...";
}


[data-id="13208731"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"A garden as if it had sprung from an Italian romance. The curved steppingstones lead visitors past generously planted herbaceous areas to the rear garden area. The high-branched cypresses give style to the upper garden area while the umbrella pines continue the Sicilian theme in the lower area. ...";
}


[data-id="13208992"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"This private garden looks like its own park. Existing large trees were specifically preserved to create different areas that make moving in your own extended living space an experience. Above all, a feeling of space is conveyed through the large, flat lawn area, which was enlarged in the area of the European beech by securing the area with natural stone walls. Enchanted gravel planted areas with sandstone steppingstones connect the garden area with the front yard. ...";
}


[data-id="13036626"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Water is essential, and here it is the center of attention. As a natural pool, which - if the weather is right - invites you to swim, but also provides freshness at any time. And it stands for naturally wild beauty. The garden all around is clearly defined, in some places with old trees ...";
}


[data-id="16033512"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The property is overlooking the sea. The straight lines of the architecture were transferred to the garden design of the outdoor area. The material of the facade was also used on some surfaces in the garden ...";
}


[data-id="23689798"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"A ranch on a mountain. In this extraordinary place you can experience half the world. In fact the nicer part of it. The entire area covers around 40 hectares, so just calling the garden spacious would be an understatement. There is space for a large pond, unique old trees, ...";
}


[data-id="23690964"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"There wasn't much space. It was somewhat challenging to create various leisure areas for an entire family in a limited space. The bungalow, located directly on the Danube, has been revitalized and equipped with an infinity glass pool. ...";
}


[data-id="23692650"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The garden, lying on a gentle slope, blends perfectly into the landscape with its flowering verbena. The building's exposed concrete slabs are repeatedly interrupted by lush greenery. Even the roof was planted with grass. ...";
}


[data-id="23692092"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Thinking about japan! Not that big and yet so beautiful. In terms of design and planting, this garden is somewhat based on the style of Japanese green spaces. Clear, focused on the essentials and with great attention to detail. It is planted with Japanese maple, rhododendrons, Japanese forest grass and bamboo ...";
}

[data-id="23692398"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The modern building is embedded in lush greenery. Geometric shapes meet wild nature, which is allowed to unfold in a carefully arranged garden. The interior and exterior spaces flow into one another due to the large glass surfaces. ...";
}

[data-id="23692775"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The garden is playful but still clearly structured. Generous grass and perennial plantings adorn the embankments, in which a bright stone step is embedded. ...";
}

[data-id="23693215"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The classic style of the building is reflected in the open space. A clever combination of evergreen and deciduous trees and shrubs sets the scene for the house. It's less the colors than the lively shapes that make it so special. ...";
}

[data-id="23691981"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"On a terrace you want your peace. A slat wall provides privacy, but even more so is the dense planting around the wooden deck. ...";
}

[data-id="23690674"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"A nice unobstructed view of the Prater from a terrace where you don't have to forego privacy. Different shrubs and plants in (frost-proof) plant troughs offer a closed, protected atmosphere. In terms of color, a rich palette of brown ...";
}

[data-id="35481759"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"More can be done here, we thought. We actually always think this. Create a connection to green on every possible level. Cleverly thought out, a natural thread runs through this constructed environment. The question of what was there in the first place doesn’t really want to be revealed and leaves the viewer the necessary scope for interpretation about its creation and growth.  ...";
}


[data-id="35481250"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The NILS am See is a retreat for people who long for peace and nature, but at the same time don't want to miss out on modernity with regards to lifestyle and design. Plants were an important aspect of the overall design of the project. ...";
}


[data-id="35489953"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Welcome to the future of yesteryear. Between wild, enchanted vegetation and precisely masoned stone walls, this amazing place creates more than enough space for nostalgic fantasies. It displays an impressive interplay of historical charm and modern flair. The ideal projection surface to let dreams of the sunny Hollywood Hills in California run wild. The 1950s/1970s house was completely renovated ...";
}

[data-id="35489872"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The Refugium Lunz is a true refuge where a desire for the new and appreciation for the past intertwine. It invites you to immerse yourself, to stay a while and feel good. Lovingly planned and implemented – here every sense has been considered. ...";
}


[data-id="35489589"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Despite modern interpretation, the handwriting of tradition and craftsmanship unmistakably writes history. The naturalness of the materials and plants is reflected in a contemporary way. ...";
}


[data-id="35489363"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Simply breaking open (sealed soil) is not always possible, especially in busy urban areas. Yet, solutions must be found in order to maintain vibrant meeting places during the increasingly hot summer days. The MuseumsQuartier, as one of the world's largest art and cultural areas, aims to address the challenges and ...";
}


[data-id="35489328"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Anyone who works hard also needs a lot of time off and fresh air in between. Through this redesign of the company premises, the high-quality standards of Sunsquare are also represented from the outside. Pretty much everything revolves around the sun here. While the core of the company is about architectural sun protection and shading, ...";
}


[data-id="35489335"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Down the slope, past dense strips of grass and planted areas, the view opens up towards the lake. Before you can relax and enjoy the panoramic view, on the wooden deck by the water the “Hopper” dining table invites you to linger for a while. ...";
}

[data-id="35489166"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The center of this roof terrace is adorned with blue Paola Lenti furniture. Lush greenery surrounds it, while a red Japanese maple in a blue “Axel” planter offers that final complimentary ‘pop’ of colour. ...";
}


[data-id="36143806"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Now also at the Freyung in the Palais Harrach. ...";
}



/*CONCEPT STORES */

[data-id="2686015"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The Belgium-based, internationally acclaimed design studio Extremis calls their furniture and objects 'tools for togetherness'...";
}

[data-id="2126215"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
  margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Perfekt harmonische Proportionen und ein Gefühl von dezentem Luxus sind die charakteristischen Merkmale von Living Divani,..";
}

[data-id="2686023"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The defining formula of Minotti's identity is the perfect expression of the concept 'Made in Italy', which today is based on an inseparable combination of tradition and technology. ..";
}

[data-id="2686011"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Inside and outside, traditional and technological, the furniture of Paola Lenti is timeless and of the highest quality...";
}
[data-id="2127999"] .title:after{
   display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
  margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Perfekt harmonische Proportionen und ein Gefühl von dezentem Luxus sind die charakteristischen Merkmale von Living Divani....";
}


[data-id="2686026"] .title:after{
    display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Breitwieser natural stone combines elegance and beauty with the qualities of an unrivalled resilient material....";
}


[data-id="2686029"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The exclusive fireplaces of Glammfire are the center of every garden. The Portuguese manufacturer develops...";
}

[data-id="2686028"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Furniture by Stefan Knopp is a real experience: the natural appearance of the wood is uniquely combined with a unique surface treatment...";
}


[data-id="2686018"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Since 1952, the Italian company Moroso has designed and built furniture. MOROSO furniture stands for extravagant shapes and original colour combinations...";
}


[data-id="2686030"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
  margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
	content:"Easy outside cooking! This idea moved OQC to develop first-class outdoor kitchens with appealing design but also high functionality and value. In the design of garden spaces, outdoor kitchens are playing an increasingly important role. ..";
}


[data-id="2686025"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Aestetics is also a function' is one of Steininger's directives. The result is products and designs of puristic modernity and luxurious simplicity, ...";
}

[data-id="2167827"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Perfekt harmonische Proportionen und ein Gefühl von dezentem Luxus sind die charakteristischen Merkmale von Living Divani....";
}

[data-id="2686009"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Innovation, Design, Technology.RODA pursues its own vision of Italian design and their collections are characterized by a sophisticated and cosmopolitan style....";
}

[data-id="2686033"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Röshults combines exclusive materials such as teak and stainless steel with modern design for outdoor living. The result is high-quality furniture...";
}

[data-id="2686031"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"SunSquare has reinvented beautiful shade. For many years, SunSquare has set new standards in sun shade construction and has implemented more than 4,000 projects worldwide to date...";
}

[data-id="2686021"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"When the Austrian interior designer Wolfgang Pichler was looking for new garden furniture for his own use in 2002, the idea arose to design an outdoor furniture series..";
}


[data-id="2126262"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:" ...";
}

[data-id="2126073"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Perfekt harmonische Proportionen und ein Gefühl von dezentem Luxus sind die charakteristischen Merkmale von Living Divani....";
}

[data-id="2686062"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Atelier Vierkant, from Belgium, produces high-quality clay containers in eight different shapes, eight different natural colors and many different sizes....";
}

[data-id="15353816"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Lviv metall pots. Cylindrical and cubic shapes available in brass or with a gold finish. Thanks to a special, lightweight design, these vessels are also ideal for roof terraces...";
}

[data-id="15353821"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Poterie de la Madeleine makes pots in the tradition of the Vase d'Anduze. This special vase made the town of Anduze famous for it´s pottery art in the 17th century ...";
}

[data-id="2686066"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"More than other luminaires, outdoor lamps and lights must be robust against weather conditions and extreme temperature fluctuations. For more than seven decades, BEGA has been developing and producing high-quality luminaires..";
}

[data-id="2686070"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Outdoor luxury from Belgium. The motto of ROYAL BOTANIA is, according to Leonardo da Vinci, ,Details first create quality, but quality is more than just a detail'..";
}

[data-id="2686032"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"For more than 15 years, TUUCI has been designing innovative shading systems, which take inspiration from boat construction...";
}

[data-id="2686013"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
  margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Perfectly harmonious proportions and a sense of understated luxury are the hallmarks of Living Divani, ..";
}

[data-id="2686034"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"With great passion, the Italian design company Serralunga devotes itself to the development of new forms, materials and technologies...";
}

[data-id="2686069"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Simplicity, lightness, emotion and creativity are the basic components of every lamp or lighting object designed by DAVIDE GROPPI. DAVIDE GROPPI’S creations...";
}

[data-id="2126259"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:" ...";
}

[data-id="2126263"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:" ...";
}

[data-id="2686037"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Colourful garden hoses, idiosyncratic holders and diamond shaped watering cans. GARDEN GLORY, the Swedish manufacturer of garden products,..";
}

[data-id="2686057"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The Belgian garden accessories specialist Domani combines century-old tradition and the best craftsmanship with innovative technology and strong design ..";
}

[data-id="2686064"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Light is Creation- is the motto of the Spanish manufacturer VIBIA. Lighting becomes a connecting element and design and functionality complement each other..";
}

[data-id="2686068"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"VITEO lamps and luminaires integrate perfectly with terraces and gardens. They help you read, enjoy company or just marvel at the enlightened garde....";
}

[data-id="2686067"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Since 1835, Serralunga has been producing outdoor furniture in the Piedmontese Biella, which - according to their philosophy - should convey a feeling of peace and beauty..";
}


[data-id="2686035"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The French manufacturer FERMOB provides a colourful life. Their garden furniture is as innovative as it is suitable for everyday use and is produced in compliance with strict environmental standards...";
}



[data-id="13233830"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The story of Italian design is also a little history of the Boffi family.                      Founded in 1934 by Piero Boffi, the company quickly developed into an internationally known Italian design brand. Directed by the three art directors Luigi Massoni, Antonio Citterio and Piero Lissoni, numerous internationally renowned architects have designed for Boffi. ...";
}


/*BAUMSCHULE*/


[data-id="2686081"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"IF TREES COULD TALK, THEY WOULD TELL US WHERE TO GO. At least if they are in an avenue planted in rank and file. If you are looking for suitable trees you will find them in our nursery. ..";
}

[data-id="2685989"] .title:after{
 display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Under the name uniqueTrees®, Kramer & Kramer offers a large assortment of characterful specimens from our own nursery, complemented by carefully selected trees ..";
}

[data-id="2686072"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"A garden without shrubs isn’t a garden, just like food without herbs is rather bland. At Kramer & Kramer we have shrubs to suit shaded areas as well as bright sunlight...";
}


[data-id="2686073"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Natur kann man essen. Kramer & Kramer has been producing and refining fruit trees and berries in  different varieties for many years...";
}

/*NEWS SECTION*/

[data-id="30993612"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"From 11.07. - 11.08.2024 the ImPulsTanz - Vienna International Dance Festival will return to the theaters and museums of Vienna and present top-class international positions from dance and performance in its unique density and diversity ...";
}


[data-id="30650024"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"On March 23rd Kramer und Kramer will open a new location, 780 m² indoors and 300 m² outdoors in the beautiful Palais Harrach on Freyung in Vienna – above all the long-awaited flagship store of Paola Lenti Vienna and Domani Austria. ...";
}

[data-id="27825953"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"NOW IS THE BEST TIME TO PLANT TREES.   Here in Zöfing we have everything for autumn and even more: ...";
}

[data-id="28485279"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Visit us in Palais Harrach Wien and in our concept store in Zöfing until December 23rd in a quiet and relaxed atmosphere. Discover our fine selection of Accessories, Advent wreaths, festive Christmas arrangements and unusual gift ideas ...";
}

[data-id="25790721"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Kramer and Kramer takes over the distribution of Domani in Austria. ...";
}

[data-id="25789940"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"OUR NEW VIDEO WITH STÉPHANO POMPOUGNACS TRACK «GO ON».                     JUST KEEP SWIMMING⁠   In the pool, so clear, so fresh, so untouched, lies the secret. ...";
}

[data-id="25789742"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"KRAMER UND KRAMER IS HAPPY TO BE COOPERATION PARTNER OF IMPULSTANZ 22.The ImPulsTanz – Vienna International Dance Festival 2022 presents contemporary dance and performance from all over the world from 7th July to 7th August.  ...";
}


[data-id="20534470"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"At Kramer und Kramer´s concept store in Zöfing there´s up to minus 40% off of outdoor furniture. ...";
}


[data-id="20520796"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Also at Kramer und Kramer´s concept store in Zöfing. Lush nature and a beautiful new terrace landscape. A Garden of uniqueTrees®, lots of beautiful furniture and planters ...";
}



[data-id="19284553"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Heatsail is a Belgian design company that has redefined outdoor lighting, heating and cooling requirements.  Heatsail products not only enable us to have more beautiful outdoor experiences, but are also durable design objects.   Founded in 2012, Belgian craftsmanship has been implemented as a true way of life. ...";
}



[data-id="19284455"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Renson is the European trendsetter for natural ventilation, external sun protection and outdoor products. Renson manufactures in its own production facilities and tests the products under extreme conditions until an impeccable end result is achieved. Terrace canopies and garden elements offer sun protection and cooling. ...";
}



[data-id="19284297"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"It all started with a small metal workshop that metal worker Rafael Rodríguez Castillo opened in Barcelona in 1975.  At first they produced exclusively for others. The business grew (and so did the family) and became a family business.  The international breakthrough came in 2006 with the  football table, RS # 2 designer football table. ...";
}



[data-id="19283967"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Centuries ago, food was prepared in knee-high, dome-shaped, earthen vessels with wood or natural charcoal.                   Pots for cooking rice were hung inside or a slatted frame for grilling and roasting meat was fitted inside. ...";
}



[data-id="19283704"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The partnership of studio MA/U and Depadova is combining danish craftmanship and italian heritage. Established in 2012 in Copenhagen, MA/U Studio specialises in the creation of innovative furniture and shelving systems for the home, work and hospitality environment. Founded by Danish industrial designer Mikal Harrsen and Architect Adam Hall,  ....";
}


[data-id="2206156"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Im Oktober verwandelt sich der erste Bezirk in einen begehbaren Design-Showroom.....";
}


[data-id="13232622"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"IN TIMES LIKE THESE WE ARE STILL PLANNING AND BUILDING GARDENS. Spring is just around the corner. It sprouts, grows and blooms everywhere. It’s a good time for beautiful gardens.    If you are planning a new garden or want to redesign your garden, we are still there for you. We are happy to support you in all the planning and implementation steps. ..";
}


[data-id="2170284"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Von 16. bis 18. November 2018 kommen Design-Begeisterte im MAK Wien wieder voll auf ihre Kosten...";
}


[data-id="2206534"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Start in die Saison 2018 mit neuem Pflanzsortiment, neuen Pflanzgefäßen und der Präsentation...";
}


[data-id="2206471"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Der Concept-Store und der Garten in Zöfing / Tulln wird ab November zum In- & Outdoor Adventmarkt...";
}


[data-id="2205591"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Vor der herrschaftlichen Kulisse des Schlosses Grafenegg entsteht an drei Tage eine Designwelt,...";
}


[data-id="2206566"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Präsentation von zeitgemäßem Outdoor-Mobiliar im KRAMER & KRAMER Garten...";
}


[data-id="2685991"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Design, Architektur, Innovation und Handwerkskunst werden neu interpretiert, das FORMDEPOT zum individuellen und persönlichen Ort der Begegnung und damit verbunden zu einem besonderen und einzigartigen Erlebnis....";
}

[data-id="11663824"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"5.000 m² show garden, 500 m² roof terrace landscape, 1.000 m² indoor store, 40 hectares of cultivation area. Handpicked solitary trees, beautiful plant pots and a large selection of the latest outdoor furniture from the most exciting designers. Everything to touch and try!...";
}

[data-id="11663653"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"KRAMER&KRAMER IS COOPERATION PARTNER OF IMPULSTANZ.The ImPulsTanz – Vienna International Dance Festival 2020 presents contemporary dance and performance from allover the world from 9th July to 9th August. Three big players of the international dance scene show their currentworks at Burgtheater: In TRACES, Wim Vandekeybus and his company Ultima Vez go on a search back to thebeginnings of humanity, nature and its own artistic handwriting. ...";
}

[data-id="11677156"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"KRAMER&KRAMER IS COOPERATION PARTNER OF KÜNSTLERHAUS.Künstlerhaus, upper floorMarch 6th to 8th, 2020  The Künstlerhaus am Karlsplatz will reopen on March 6, 2020!  The Society of Austrian Artists will return to the building it built between 1865 and 1868, which it has been struggling to renovate for decades. That was possible only thanks to the generous efforts of Hans Peter Haselsteiner, who financed the general renovation and expansion of the building. He thus will hand over one of the most important exhibition houses in the country to its new purpose in 21st century.  The artists' house, remembered by many as the scene of the most successful cultural ...";
}

[data-id="11675080"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"LOOOOVE. Is all you need...";
}

[data-id="11675308"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Austria's leading trade fair for home & design products. Messe Wien is becoming a unique hotspot for lifestyle trends and design highlights - also for the outdoors. ...";
}

[data-id="11675411"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"STAGE FOR CRAFTSMANSHIP, ARCHITECTURE AND DESIGN | MARCH 27 & 28, 2020. Design, architecture, innovation and craftsmanship are reinterpreted. The FORMDEPOT turns into an individual and personal meeting-place and thus a special and unique experience. Over three days, new design highlights, innovations, unique materials, surfaces and creations by the members of FORMDEPOT and their brand partners are presented in an intimate and relaxed atmosphere....";
}


[data-id="11675824"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Mother Love at Kramer& Kramer´s. We love our mothers. And we love flowers. ...";
}


[data-id="11675898"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"OPEN AIR FURNITURE-GALLERY AT KRAMER & KRAMER´s CONCEPT STORE ON MAY 15TH 2020. We would like to invite you on Friday the 15th of May at 5 pm to the presentation of the latest outdoor furniture in the Kramer & Kramer garden. The Run of Design 2020 will be staged culinary by FRANCOPHIL. ...";
}

[data-id="11676392"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"FROM MAY 15TH-17TH 2020 SCHLOSS GRAFENEGG WILL BECOME A FASCINATING DESIGN EXPERIENCE. On three days in spring, the Grafenegg Castle, riding school, auditorium and the spacious castle park are transformed into an amazimg design landscape. transform Against the great backdrop of the historic castle national and international exhibitors present design in all its aspects: From classic to puristic design, from interior to outdoor design. ...";
}

[data-id="11676733"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"FROM OCTOBER 2ND-4TH 2020 IN THE WIENER HOFBURG. In October the first district is transformed into a walk-in design showroom. The Wiener HOFBURG serves as design hub and center, where the latest trends in interiour and exteriour design, technology and accessories are presented. ...";
}

[data-id="11676834"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"MAK, NOVEMBER 13TH-15TH, 2020. From 13th to 15th November 2018, design enthusiasts will get their money's worth again at the MAK Vienna. Renowned furniture manufacturers, design studios, master goldsmiths and jewelers as well as producers, who offer design and functionality at the highest level, will once again present their current collections in a loft-like atmosphere.  Its always an exciting challenge to present great design in all its facets. ...";
}

[data-id="19281846"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The ground is no longer frozen and it is not yet too hot. If it is already hot in April or May, you should plant earlier. The plants need time to grow.  Ideally, the garden will have already unfolded nicely when the time comes to use and enjoy it. ...";
}

[data-id="19281654"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Alexander Kumptner's pop-up pizzeria took place from June to October 2020 in Volksgarten Vienna.  Bella-Italia in Vienna. Club flair meets Neapolitan cuisine, when everything is about an Italian wood stove. Kramer and Kramer designed a garden installation for the venue. ...";
}

[data-id="19282501"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"This magazine, the first of its kind, brings together some of our favourite and most exciting projects,  lets our partners and companions have their say, underlines our quality and design standards, and shows our implementation strength. ...";
}

[data-id="13231739"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"In our new sample rooms you can see, touch and choose from many different colors and fabrics. ...";
}

[data-id="7558311"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"KRAMER UND KRAMER IS COOPERATION PARTNER OF HERZBLUT. 150 Positionen zur Architektur in und um Österreich. architektur in progress 1997–2017 The high-quality, two-volume publication offers an over- view of those 150 top architectural offices that were presented as part of ‘architektur in progress’ during the course of the past 20 years. The diversity of the positions should enable readers to understand the breadth of the contemporary architecture scene in and around Austria between 1997 and 2017. ...";
}

[data-id="15352823"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"As cooperation partner of Steininger Designers Kramer and Kramer garden architecture designed part of the VIP Lounge. ...";
}





/* BOHNENBAUM*/


[data-id="31162231"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"And so it was that one day their phone rang, and it was Hollywood on the line. There, too, their almost immeasurable potential and their international charisma had been recognised as had their careers. The material had been found that suited them like the proverbial punch in the eye (in the ironic version). The history of the Beantree family.    The Bohnenbaums had long felt an urgent desire to offer something new to the many people who were attached to them with curious admiration and amazement. So, Hollywood was indeed just what they needed, and would you have it, it fitted perfectly with their career plans. ...";
}

[data-id="24207606"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"It was easy and it was beautiful. It was the garden with all these people in it. Maybe you know the half-funny joke that says «It's no different elsewhere.» Sorry, mistake. Everything is different in a garden (ideally designed by Kramer and Kramer, ed.). You are never alone,  ...";
}

[data-id="2686092"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The Bohnenbaums, a garden and a beautiful day. Who can, relaxes, those who can’t observe  or move around. Each and every Bohnenbaum does what they want to. ..";
}


[data-id="2686093"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The Bohnenbaums, have their pigeons. Their love of animals and plants connects them, as do their individual personalities. Bohnenbaum-get-togethers ..";
}


[data-id="2686089"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
	content:"The Bohnenbaum family are celebrating. There is no specific occasion, but the reunion is reason enough. To gather in a beautiful garden, ..";
}


[data-id="2686095"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"LIFESTYLE CAN BE CULTIVATED- It’s the right company and environment that counts. We offer a glimpse behind the fence...";
}


[data-id="2686094"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The beauty of nature is unrivaled and undisputed, it’s a better life with her style and ’savoir-vivre.’ The garden by Kramer & Kramer shows family Bohnenbaum exactly how it's done. ..";
}


[data-id="2686098"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Every year, family Bohnenbaum meet to catch-up, work and be together. Nina, Sophie, Hans, John and Wolf-Walter gather in a beautiful garden. This year is ..";
}

/* PROJEKTE 2*/

[data-id="30996657"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The interplay of architecture, climatic conditions, proportions, and the integration of the property into the landscape defined the framework for the design of this outdoor space. After intensive analysis of the vicinity, the aim of the design was a dialogue between the demands of nature, people and the built environment. ...";
}

[data-id="30996778"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Just like inside, furniture also plays an important role outside. A special feature that complements the overall impression and invites you to linger endlessly in the garden, the lounge situated next to the pool is surrounded by several loosely arranged side tables and poufs. The round rug “Zoe” effortlessly ties the outdoor furniture together. No two tiles are alike on the “Sciara” outdoor table and together they appear like an artwork. On the “Ami” woven chairs ...";
}

[data-id="30996435"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"This wooden terrace looking on to Wörthersee lake is framed by a variety of planted pots. The multi-stemmed pine and holly keep their foliage all year round and grace the patio even in the colder months. Perched around the Paola Lenti table, the water of the lake is soothingly reflected in the blue “Ami” chairs. ...";
}

[data-id="30996559"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The plants selected for this location grow benevolently towards the sun on this terrace. In shades of yellow, the outdoor furniture visually charcterises the terrace. The focus of the design was on a diverse zoning of the available space. Lounge furniture, a dining area and a hanging swing by Paola Lenti have definitely found the right place on this terrace. ...";
}

[data-id="30995549"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The garden is the calling card of this house. The evergreen holly brings structure to the impressive entrance area, while next to it a bright steppingstone path runs through the gravel in the direction of the garden. A multi-stemmed ginko loosens up the modern entrance next to the grassy areas.  ...";
}

[data-id="30995383"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Because there are so many beautiful things to see outside, a representative front garden gives an unmistakable first impression and leaves you wanting more. Arriving in the garden, the view opens into the distance. Planting with Mediterranean flair surrounds the pool and lounge area. ...";
}

[data-id="30995808"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The curved clinker path leads up the slope, past lushly planted areas, a hammock by Paulo Lenti and a pavilion by Kettal. Before the view opens up towards the top, strips of evergreen azaleas and photinas elegantly line the path. The two multi-stemmed pines visually break up the dark green background and add a Mediterranean feel to the surroundings. ...";
}

[data-id="30995197"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The Styrian family company Deisl is one of the leading sauna manufacturers in Europe and stands for individual and sustainable wellness design. The area around the company headquarters in Liezen was reimagined with great attention to detail. The representative role of this design called for selected solitary trees to influence the desired style. ....";
}

[data-id="30995112"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"A harmonious symbiosis with the surrounding nature was the brief of this garden design and this modern family house has been skillfully embedded in the environment. Carefully chosen materials such as wood merge seamlessly with the landscape. Thoughtful design and a clear eye for aesthetics aid this stunning composition ....";
}

[data-id="30994794"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The yellow pots by Domani come into their own in front of the charred wooden slat walls. Next to the natural pool, the shape of the “Orlando” lounge, which is colour-coordinated ...";
}

[data-id="30994615"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Roof terraces are truly special. So close to the sky, they give you the feeling of floating above the rooftops and the world. When planning, a well thought out concept is required to create an exciting atmosphere. Plants and materials must suit this exposed location and withstand all weather conditions. ...";
}

[data-id="30994078"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"In order to be able to experience this outside space around the clock, good lighting is a must. Light is an important design element in both architecture and landscape architecture. ...";
}

[data-id="30295227"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"In this atmosphere, every meal is a celebration. Located directly on the Danube river, on South Deck you can enjoy an array of delicacies and sparkling drinks with Mediterranean flair. ...";
}

[data-id="30294790"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"I will be up there then! Because there is (almost) nothing on this roof that you cannot find in a classic garden. Above the sea of houses in Vienna, this (roof) garden combines a bit of city with a lot of nature, all at a dizzying height. From the wooden deck you can reach the lawn area, ...";
}

[data-id="30294624"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Mankind probably does not know an older building material. With its unmistakable character, wood ensures a warm and modern interior style. ...";
}

[data-id="23689197"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Without light life would only be half as beautiful. Glass corners and flowing rooms create a clear framework in terms of architecture. As the garden visually expands the living space, with so much transparency, it is just as thoughtfully designed. The colour pallet has been stripped down to the essentials to reveal its true nature. ...";
}

[data-id="30294657"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"In the atrium, the pink blossoms of the ornamental cherry are reflected in the surrounding glass walls. The whimsically growing cedar seems to be watching this play of colour from above, without realising that it too ...";
}

[data-id="30994509"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Everything seems to be, and everything is at seems: special. On the cutting edge and constantly searching for the beauty around us, this and that happens all by itself on our roof terrace in Zöfing, and in spring it really blossoms.  ...";
}

[data-id="19304081"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Entirely Wabi Sabi. The concept of this front garden is based on “Wabi Sabi”, the traditional Japanese garden aesthetic. Organic shapes are combined with fine gravel surfaces, ground cover and low level evergreens, like bamboo and azaleas. Japanese umbrella maples give the design structure and an additional spatial dimension while the lamellar wall in the background subtly conceals the main garden area from view.  The garden is dominated by a generous natural pool, ...";
}


[data-id="19303360"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"When designing this extensive hillside property in Klosterneuburg, a Mediterranean park landscape sprung to mind. Lushly planted islands made up of lavender, mixed verbena and rosemary adorn the garden without restricting the expanse of the lawn, while Mediterranean pines and topiary accentuate the concept. In the shady areas of the property, groups of funkias and grasses as well as hydrangeas were chosen. ...";
}


[data-id="19302710"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"With the ambition to create a breathtaking view of the fantastic Nussdorf vineyards, Dietrich | Untertrifaller Architekten ZT GmbH designed a glass house with great attention to detail. This resulted in all of the tall plantings in the garden being placed in the rear slope area and in the front area creating a lush embankment that contrasts and underlines the clear architecture of the building in its wild beauty. ...";
}


[data-id="19302282"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"What´s a pool house without a garden.  This property, on the edge of the ‘Wiener Wald’, had two areas that needed connecting: the enchanted edge of the forest and the modern pool house.  The basic framework for the spatial concept was laid with luxurious planting which accentuated the different areas. The theme of water repeats throughout the entire garden, in the form of concrete fountains, metal water basins as well as a pool. ...";
}

[data-id="19302159"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The inner courtyards are very centrally located in this property and are strongly integrated into an architectural framework due to the surrounding floors. The potential for creating a high-quality outdoor space was therefore recognized. The new spatial concept of the inner courtyard needed to take into account public accessibility, a representative area and multi-level greenery. ...";
}

[data-id="19301673"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The specifications of this two-storey roof terrace initially seemed simple: to maximize the greenery while also maximizing the usable space for dining, cooking, bathing and lounging. However, the implementation was not so simple.  Due to the limited construction height, the use of large trees was not possible.  Instead, ceramic pots in the appropriate dimensions provided a solution for this problem. The pots required the construction of a green framework that did justice to the dimensions of the terrace and put the proportions in the right balance, ...";
}

[data-id="19284697"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Six terraces on two floors. The task was to “freshen up” an existing city apartment on the outskirts of Vienna in collaboration with the interior designer Cordier. The combined space needed to be suitable for a large family and offer a retreat for everyone. The six terraces, spread over two floors, provided the perfect setting for this. ...";
}

[data-id="2685950"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The hedged screens structure the individual areas and separate the private from public spaces. A gravel path with a steel pergola..";
}

[data-id="2685951"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The reduced design of this exterior adopts the formal language of the house’s architecture...";
}

[data-id="2685947"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The reduced formal language in this garden harmonizes perfectly with the clean lines of the building and elegant footpaths connect the individual garden areas. ..";
}

[data-id="2685948"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The large enclosed areas in front of the entrance to the company building were broken up, restructured and brought to life through planted areas. ..";
}

[data-id="2685944"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Curved, natural, stone walls interrupt the sloping ground and create flat plateaus on which seating and a playground are set up. Trees grow up from individual recesses on the central wooden terrace. ..";
}

[data-id="2685900"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The hillside is steadily slopes away from the building. Natural stone wall clasps made of gneiss structure one half of the garden, create level plateaus for different uses and define the different areas that serve as a playground, sandy beach, ..";
}

[data-id="2685915"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"This artistic rooftop garden has wooden decking on two levels and floating concrete elements. Equipped with ceramic plant pots, a sunshade from 'Sunsquare', ..";
}

[data-id="2685903"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"A natural stone wall with an integrated fountain supports the terrain and wooden terrace surrounds the stainless steel pool. A lawn opens up the view into the landscape,..";
}

[data-id="2685939"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The characterful residential building, designed by ad 2 Architects ZT KG, provided the stylistic template for this garden project. The angular building shapes were transferred to the formal language of the planted areas. In a playful way, niches and the structure of the building were used for planting to reinforce the architecture. A sweetgum tree nestles particularly impressively into the winding glass facade of the house and offers a magnificent contrast with its purple hues in autumn. ..";
}

[data-id="2685935"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"A concrete wall and steps divide the garden into two levels and are connected by grouped pines...";
}

[data-id="2685952"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Lushly planted grasses and shrubs, a single maple and colourful plastic pots give this garden character, while plant beds are integrated into the facade. ..";
}

[data-id="2685918"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The pool is seamlessly connected to the wooden terrace and on one side a long bench was constructed for sitting and sunbathing...";
}

[data-id="2685913"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"At the back of the garden, a wooden plateau was created, which is bordered by a natural stone wall and hydrangeas. A stepping stone path connects the garden with the main terrace..";
}

[data-id="2685911"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Solitary shrubs accentuated consciously simple planted areas, while cherry laurel hedges enclose the property on two sides. A generous lawn area allows for a spacious view...";
}

[data-id="2685927"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"In the entrance area one is greeted by a rhododendron, the 50-year-old pear trees provide privacy, while sculptured trees create a frame. Roses, lavender, ..";
}

[data-id="2685897"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The terracing around the pool was fitted with polygonal natural stone slabs, while the wooden platform was decorated with 'Cabanne' lounge furniture,..";
}

[data-id="2685917"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Planted areas surround this small, lushly planted and lavishly designed garden. Solitary shrubs grow in large ceramic pots and Minotti’s high-quality outdoor furniture ..";
}

[data-id="2685899"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The large lawn area provides space for a variety of uses and pines provide privacy along the property boundary. Terracing, wooden strips ..";
}

[data-id="2685923"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"This garden has the characteristics of a courtyard, where the exposed central lawn offers light and air and is surrounded by mature trees and lush vegetation....";
}

[data-id="2685925"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Accents are provided to this front garden by beautiful ceramic pots on a gravel surface, a fireplace framed by a natural stone wall, stepping stones as a transition..";
}

[data-id="2685901"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The terrace is next to this house and the concrete block steps lead to the lower garden level...";
}

[data-id="2685937"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"A natural pool area with a separate ornamental pond invites you to dive in and enjoy. ..";
}

[data-id="2685942"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"In the inner courtyard of a hotel in Vienna’s city center different zones were defined by different choices of decking (natural stone and wooden decking). ..";
}

[data-id="2685920"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"We redesigned the open spaces surrounding this Viennese villa while it was being restored. Inkeeping with the style of the house, the high quality materials and specially selected plants form interconnecting...";
}

[data-id="2685929"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Because the grounds of the hospital received a generous wooden deck and outdoor weatherproof furniture, a new social area was established...";
}

[data-id="2685926"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"A wooden deck with an outdoor lounge area was erected around an existing tree forming a stunning center point which the garden unfolds around...";
}

[data-id="2685936"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"By crossing a terrace from the indoor swimming pool you can access the lawn, which was created by erecting a tiered, dry stone wall...";
}


[data-id="2685930"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"This centrally located roof garden divided on two levels was equipped with high-quality natural stone materials and exclusive ceramic pots. ..";
}


[data-id="2685976"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"A natural pool was created, that utilizes the limited split level space within the courtyard of this old farmhouse. From the upper level of the pool,..";
}

[data-id="2685949"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"A network of footpaths and outdoor seating areas was installed under an old tree within the company premises. Lawns and sandy areas alternate with wood decking and planted borders,...";
}

[data-id="2685932"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The spacious pool area was enhanced by grit planted areas, pots and high-quality outdoor furniture. ..";
}

[data-id="2685931"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"This spacious roof terrace was freed from the existing concrete slabs and subdivided into areas out of wooden decking and gravel. Custom-made stainless steel...";
}

[data-id="2685953"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The annual exhibition...at the Vienna Exhibition Center...";
}

[data-id="2685938"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The orthogonally shaped  natural pool is bordered by a wooden deck and stone wall, from which a cascade of water enters the lower level swimming area...";
}

[data-id="2685904"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
      margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Inns should be inviting, so Kramer & Kramer redesigned the entrance area for the traditional Gasthaus Floh, in Langenlebarn, with natural materials and lush greenery sprouting..";
}

[data-id="2685934"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
     margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"To compliment the existing mature trees in the garden of this newly renovated villa, lushly planted areas and new specimens were added. ..";
}

[data-id="2685941"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The densely planted areas and mature trees around the central lawn enrich the natural character of this garden. ..";
}

[data-id="2685940"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
    margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The unconventional shape of this building was transposed into the horizontal levels of the garden. Inclined planted areas that border the entire garden were created. ..";
}


[data-id="2685945"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Located between the house and outbuildings, this pool was fitted with natural stone paving and wooden decking, ..";
}


[data-id="2685955"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"In order to enable different uses within a limited spaced terrace and to meet high design requirements, plant troughs and reclining furniture were custom made from a wood-Eternit combination..";
}


[data-id="2685954"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"A combination of the existing terracotta as well as new plastic pots was arranged on both of these two-storey rooftop terraces. High-quality outdoor lounge..";
}

[data-id="2685966"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"These two roof terraces in the city of Tulln were designed with wooden decking and white furniture. ..";
}


[data-id="2685919"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"A roof terrace with a glass balustrade was decked with wood and slate tiles and decorated with high-quality ceramic planters. Wooden stripped walls, which change into benches or storage boxes,..";
}


[data-id="2685908"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"An urban roof garden with Corten steel raised beds, organic ceramic pots by Atelier Vierkant and light balls on wooden decks is connected by stepping stones and surrounded by sedum..";
}


[data-id="2685943"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"A sizable natural pool area was organically integrated into this large garden. A wall was built to support the the slope on two sides of the pool, complete with a stream..";
}


[data-id="2685946"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Between the pool and the house an open lawn was created and a planted area with grasses and perennials surrounding by slate chippings...";
}


[data-id="2138495"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Geschwungene Natursteinmauern unterbrechen den abfallenden Grund und schaffen ebene Plateaus, auf denen Sitz- und Spielplätze eingerichtet sind. Aus einzelnen Aussparungen ..";
}


[data-id="4744207"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"Room to do a lot in a limited space. A generous terrace to live, eat and relax on, furnished with colourful ceramic planters,  ..";
}

[data-id="4744485"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The arrangement of the buildings in a U-shape creates a semi-open atrium. The garden house is connected to the atrium by stepping stones, ..";
}


[data-id="4744814"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The pool area, wooden deck, natural stone paving and gravel area all planted with Japanese maples. ..";
}


[data-id="4744940"] .title:after{
  display:block;
    font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
   margin-top: .3rem;
   font-size: 14px!important;
	line-height: 1.4;
	 color:#000000;
    letter-spacing:.8px;
	content:"The entrance area and terrace feature ceramic pots planted with carefully selected trees. ..";
}
/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}


#bg{

    position: fixed;
    background:rgba(0,0,0,0);
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 999999;
    top: 0;
    bottom:0;
    left:0;
    right:0;
    display:none;
    
}

#newslink{
	position:fixed;
    left:5%;
    right:0%;
    bottom:5%;
    margin:0 auto;
    text-align:left;
    z-index: 9999991;
    display:none;
    
}

#newslink h1{
	font-size:31px;
    	line-height: 1.2;
}

#newslink a{
	color:white;
    text-decoration:none;
}

#newslink a:hover{
	color:#a0c321;
}

/*pop-up */

#cyn-hover {
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .8;
    z-index: 99999;
    top: 0;
}
 
#cyn-popup {
    position: fixed;
    max-width: 1200px;
    max-height: 675px;
    background: transparent;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    padding: 0px 0;
    margin-left: calc(1200px/-2);
    margin-top: calc(675px/-2);
    text-align: center;
    
    z-index: 999999;
    
}

#cyn-popup iframe {
	max-width: 100%;
    max-height: 100%;
    border:1px solid black;
    background:black;
}

#cyn-close {
    position: absolute;
    background: transparent;
    border: solid 2px;
    color: white;
    right: -25px;
    top: -25px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    cursor: pointer;
}



@media all and (max-width: 1289px) {
    
    
#cyn-popup {
    position: fixed;
    width: 1000px;
    height: 563px;
    background: transparent;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    padding: 0px 0;
    margin-left: calc(1000px/-2);
    margin-top: calc(563px/-2);
    text-align: center;
    
    z-index: 999999;
    
}
    
}

@media all and (max-width: 1089px) {
    
    
#cyn-popup {
    position: fixed;
    width: 850px;
    height: 478px;
    background: transparent;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    padding: 0px 0;
    margin-left: calc(850px/-2);
    margin-top: calc(470px/-2);
    text-align: center;
    
    z-index: 999999;
    
}
    
}   

@media all and (max-width: 989px) {
    
    
#cyn-popup {
    position: fixed;
    width: 750px;
    height: 422px;
    background: transparent;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    padding: 0px 0;
    margin-left: calc(750px/-2);
    margin-top: calc(422px/-2);
    text-align: center;
    
    z-index: 999999;
    
}
    
}   



@media all and (max-width: 889px) {
    
    
#cyn-popup {
    position: fixed;
    width: 650px;
    height: 366px;
    background: transparent;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    padding: 0px 0;
    margin-left: calc(650px/-2);
    margin-top: calc(366px/-2);
    text-align: center;
    
    z-index: 999999;
    
}
}


@media all and (max-width: 789px) {
    
    
#cyn-popup {
    position: fixed;
    width: 550px;
    height: 309px;
    background: transparent;
    left: 50%;
    top: 50%;
    border-radius: 0px;
    padding: 0px 0;
    margin-left: calc(550px/-2);
    margin-top: calc(309px/-2);
    text-align: center;
    
    z-index: 999999;
    
}
}



@media all and (max-width: 669px) {
    
    
#cyn-popup, #cyn-hover {
    display:none;
    
}
}




@media screen and (max-height: 40.5em) {   

    #cyn-popup {
     width: 750px;
    height: 422px;
   
    margin-left: calc(750px/-2);
    margin-top: calc(422px/-2);
    text-align: center;
    
    z-index: 999999;
    
}
    
  @media screen and (max-height: 30.5em) {   

    #cyn-popup {
     width: 450px;
    height: 253px;
   
    margin-left: calc(450px/-2);
    margin-top: calc(253px/-2);
    text-align: center;
    
    z-index: 999999;
    
}
    
    
    
}  
    
}


.videocolumn{
	max-width:1000px;
    margin:0 auto
    
    
    

}

.videotext{
	max-width:1000px;
    max-width:1000px;
    margin:0 auto
    
    
    

}



.videotext p{
	margin-top: 1rem!important;
    margin-bottom: 0.5rem;
    font-size: 30px;
    /*font-size:2.5rem;*/
	font-weight: 700!important;
	color: rgba(0, 0, 0, 1);
	font-family: "Neue Haas Grotesk", Icons!important;
	font-style: normal;
	font-weight: 700!important;
	line-height: 1.2;	
    text-align:left!important;
}


.videotext{
	display: inline-block;
	font-size: 14px!important;
	line-height: 1.5;
	font-family: Roboto, Icons;
	font-style: normal;
	font-weight: 400;
	color: rgb(34, 0, 0);
    letter-spacing:.8px;
}

