




/* ---------- Google Fonts ---------- */ 

@import url('https://fonts.googleapis.com/css?family=Cinzel');
@import url('https://fonts.googleapis.com/css?family=Roboto');



  


.slider .slides .slide-text {
	top: 55%;
    width: 40%;
    margin: 0 auto;
    text-align: center;
    left: 25%;
    right: 25%;
}
	
.slider h2 {
	font-size:50px;
}

main section, main article {
	background-color: #;
}

 

/* ---------- Colors ---------- */ 

body {
	background:#FFFFFF;
	color: #777777;
}

p {
	color: #777777;
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
	color: #3e8a8b;
}
	


h1 {
	font-size: 50px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 25px;
}

header, .sticky {
	background:#FFFFFF;
}


.title-bar {
  background:#FFFFFF;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }
  
.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 26px;
  height: 26px; 
  background: #FFFFFF;
  padding: 5px;
  }
.menu-icon:hover {
  background: #FFFFFF;
  }  
.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    background: #977a7a;
    top: 5px;
    left: 4px;
    box-shadow: 0 7px 0 #977a7a, 0 14px 0 #977a7a; }
    
.menu-icon:hover::after {
    background: #000000;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000; } 
 
.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fefefe; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #977a7a transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-dropdown-submenu-parent.is-down-arrow > a::after {
	border-color:#977a7a transparent transparent;
}

.is-dropdown-submenu-parent.is-down-arrow:hover > a::after {
	border-color:#000000 transparent transparent;
}

footer {
	background:#977a7a;
    color: #FFFFFF;
}

footer p, footer .fa {
	color: #FFFFFF;
}

footer a {
	color: #FFFFFF;
}

footer a:hover {
	color: #FFFFFF;
}

footer a .fa:hover {
	color: #ffffff;
}

header .menu a,
.row_icons {
	color:#977a7a;
    font-size: 20px;
    font-family: 'Cinzel';
}

header .fa {
	color:#977a7a;
    font-size: 20px;
}


a,
.accordion-title,
.speise h3 a {
	color: #977a7a;
}

.tabs ul {margin:auto; }
.tabs { margin-bottom: 50px; }
.tabs-title { border: 0px; margin-right: 5px; }
.tabs-title a {
	color: #977a7a;
	font-family: 'Cinzel';
	font-size: 20px;
	background:#ffffff;
	border: 0;
}

.tabs-title.is-active a:hover {
	color: #000000;
	background:#f8f7f6;
	border: 0;
}

.tabs-title a:hover {
	color: #000000;
	background:#f8f7f6;
	border: 0;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #ffffff; 
}
 
.tabs-title.is-active{
	background:#f8f7f6 !important;
}     

.tabs > li.is-active > a {
background: #f8f7f6;
color: #000000;
}

header .menu a:hover {
			color: #000000 !important;
	}

.row_icons .fa,
.row_icons_left .fa {
	color: #3e8a8b;
}
	
footer a {
	color:#FFFFFF;
}

a:hover,
.menu > li > a:hover,
a:focus {
	color:#ffffff;
}
		
.button, button,
.owl-theme .owl-controls .owl-page span {
	color:#FFFFFF;
	background:#977a7a;
}

.button:hover, button:hover,
.owl-theme .owl-controls .owl-page span:hover {
	background:#c49e9e;;}
	
.cd-top {
	background: #977a7a url(../img/cd-top-arrow.svg) no-repeat center 50%;
}

.no-touch .cd-top:hover {
	background-color:#;
}
	
section .button, section button {
	background:#977a7a;
	color:#FFFFFF;
}
	
/*
.button:hover, button {
	background:#F18611;
}
*/
	
.dropdown.menu:not(.vertical) .is-dropdown-submenu.first-sub li {
	background:#f8f7f6;
}

label, input, textarea {
	/* color: #777777; */
}

textarea{
	height: 10em;
}
formselect.selected, .selected {
	color: #777777;
}




/* ---------- Typography ---------- */ 

body {
	font-family: 'Roboto';
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Cinzel';
	font-style: normal;
	font-weight: normal;
}

p {
	font-family: 'Roboto';
}
	
	
a.button, button, [type='submit'] {
	font-family: 'Roboto';
	font-style: normal;
}
	
.event-info p, .event-info p a,
.event-details p, .event-details p a {
	font-family: 'Roboto';
	font-weight:400;
}
	

	
p, 
footer .sitemap ul li a,
.row_team a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
}
	
p strong {
	font-style: normal;
	font-weight: 700;
}

.flexslider .slides .slide-text h2{
	font-family: 'Cinzel';
    margin: 0;
    padding: 0;
    font-size: 55px;
    color: #3e8a8b;
}



.flexslider .slides .slide-text p{
	margin: 0 0 20px 0;
    padding: 0;
    color: #3e8a8b;
    font-size: 28px;
}

.flexslider .slides li .slide-text {
    width: 80%;
    top: 28%;
}






.row_testimonials .flexslider h2 {
	color:#3e8a8b;
	font-size: 40px;
    margin: 0 0 25px 0;
}

.row_testimonials .flexslider p {
	color:#777777;
}

/* ---------- Logo ---------- */ 

h5#logo a, h5#logo-center a  {
	background-image: url(../../sites/site0092/media/logo/logo.svg);
	background-repeat: no-repeat;
}

h5#logo_footer a  {
	background-image: url(../../sites/site0092/media/logo/logo-weiss.svg);
	background-repeat: no-repeat;
    background-position: top left;
}

/* ---------- Accordion Programmiert ----------- */
.accor {
	background:#977a7a;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: left;
    transition: 0.4s;
    margin-top: 10px;
}

.accor h1, .accor h2, .accor h3, .accor h4, .accor h5{
	color:#ffffff;
    margin:0;
	float:left;
	}

.accor.active, .accor:hover {
    background: #000000;
}

.accor:before{
    content: '+';
    font-size: 20px;
    color: #ffffff;
    float: left;
    line-height: 28px;
    font-weight: bold;
	margin: 0 15px 0 0;
}

.accor.active:before {
    content: "-";
}

.panel {
	max-height: 0;
    overflow: hidden;
	padding:0 20px;
    transition: 0.6s ease-in-out;
    opacity: 0;
    font-size: 20px;
    font-family: Robotopx;
}

.panel.show {
    opacity: 1;
    max-height: 5000px;
	padding: 20px;
}

.row_content_half .fa {
font-size: 55px;
margin: 10px 0;
}	





/* ---------- Speisekarte ----------- */	

.speise {
margin: 0 0 35px 0;
display: inline-block;
margin-left: -4px;
float: none;
vertical-align: top;
}
	
.speise h5:before {
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    display: block;
    margin: 0 auto 30px;
}

.speise h5:after {
    content: "";
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100px;
    display: block;
    margin-top: 25px;
}

.speise h3{
	float:left;
	font-size: 1.2em;
    font-family: Roboto;
    color: #777777;
	margin:0;
	max-width:80%;
	}
.speise h2{
	float: left;
	font-size: 1.6em;
    font-family: Roboto;
	margin:0;
	max-width:80%;
	}
	
.speise h5{
	text-align: center;
	font-size: 1.8em;
    font-family: Roboto;
	margin:0;
	max-width:100%;
	}
	
.speise p{
	margin:0;
	font-size: 1em;
	clear:both;
	width: 80%; 
	}
.speise h4.preis{
	float:right;
	font-size: 1.6em;
    font-family: Roboto;
	 margin: 0;
	}
	
.speise .allergene{
	float:none;
	clear:both;
	font-size: 11px;
    margin: 0 0 10px 0;
	}



<!-- .tabs-panel .speise:nth-of-type(2n+1) {
clear: both;
}
-->
	
/* Fiver Changes */

.row_content_third {
overflow: hidden;
}

.aos-init {
overflow: hidden;
}

@media screen and (max-width: 767px){
	h1,h2,h3{
	    font-size: 5vw;
	}
	header {
	margin: 0 auto !important;
	}
}

@media screen and (max-width: 480px){
	h1,h2,h3{
		font-size: 7vw;
	}
}



/* Content-spezifische Styles */


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v15/2tsd397wLxj96qwHyNIkxHYhjbSpvc47ee6xR_80Hnw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

#section-5411 h1 { color: #3e8a8b;}
#section-5411 h2 { color: #3e8a8b;}
#section-5411 h3 { color: #3e8a8b;}
#section-5416 { background-color: #f8f7f6;}
#section-5417 { background-color: #DDD5D0;}
#section-5419 { background-color: #f8f7f6;}
#section-5420 h1 { color: #FFFFFF;}
#section-5420 h2 { color: #FFFFFF;}
#section-5420 h3 { color: #FFFFFF;}
#section-5420 p { color: #FFFFFF;}
#section-5420 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-5421 { background-color: #CFC0BD;}
#section-5421 h1 { color: #3e8a8b;}
#section-5421 h2 { color: #3e8a8b;}
#section-5421 h3 { color: #3e8a8b;}
#section-5421 { background-image: url(//hietzing.me/sites/site0092/media/galerie-hana-magelis/hd_dsc_8427ps_cut.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-5423 h1 { color: #3e8a8b;}
#section-5423 h2 { color: #3e8a8b;}
#section-5423 h3 { color: #3e8a8b;}
#section-5426 { background-color: #000000;}
#section-5426 h1 { color: #FFFFFF;}
#section-5426 h2 { color: #FFFFFF;}
#section-5426 h3 { color: #FFFFFF;}
#section-5426 p { color: #FFFFFF;}
#section-5426 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-5427 h1 { color: #3e8a8b;}
#section-5427 h2 { color: #3e8a8b;}
#section-5427 h3 { color: #3e8a8b;}
#section-5427 p { color: #FFFFFF;}
#section-5427 { background-image: url(//hietzing.me/sites/site0092/media/galerie-guenther-kralicek/hd_dsc_0452.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-5428 { background-color: #DDD5D0;}
#section-5430 { background-color: #000000;}
#section-5430 h1 { color: #FFFFFF;}
#section-5430 h2 { color: #FFFFFF;}
#section-5430 h3 { color: #FFFFFF;}
#section-5430 p { color: #FFFFFF;}
#section-5430 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-5458 { background-color: #D8CFC9;}
#section-5458 h1 { color: #3e8a8b;}
#section-5458 h2 { color: #3e8a8b;}
#section-5458 h3 { color: #3e8a8b;}
#section-5458 .fa { color: #3e8a8b;}
#section-5459 { background-color: #f8f7f6;}
#section-5459 h1 { color: #3e8a8b;}
#section-5459 h2 { color: #3e8a8b;}
#section-5459 h3 { color: #3e8a8b;}
#section-5460 { background-color: #CFC0BD;}
#section-5460 h1 { color: #3e8a8b;}
#section-5460 h2 { color: #3e8a8b;}
#section-5460 h3 { color: #3e8a8b;}
#section-5460 { background-image: url(//hietzing.me/sites/site0092/media/portfolio-familie/hd_dsc_5057.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-5463 { background-color: #f8f7f6;}
#section-5463 h1 { color: #3e8a8b;}
#section-5463 h2 { color: #3e8a8b;}
#section-5463 h3 { color: #3e8a8b;}
#section-5465 h1 { color: #3e8a8b;}
#section-5465 h2 { color: #3e8a8b;}
#section-5465 h3 { color: #3e8a8b;}
#section-5465 .fa { color: #3e8a8b;}
#section-5466 { background-color: #000000;}
#section-5466 h1 { color: #FFFFFF;}
#section-5466 h2 { color: #FFFFFF;}
#section-5466 h3 { color: #FFFFFF;}
#section-5466 p { color: #FFFFFF;}
#section-5466 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-5467 h1 { color: #3e8a8b;}
#section-5467 h2 { color: #3e8a8b;}
#section-5467 h3 { color: #3e8a8b;}
#section-5467 { background-image: url(//hietzing.me/sites/site0092/media/allgemein/hd_dsc_0306.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-5472 h1 { color: #3e8a8b;}
#section-5472 h2 { color: #3e8a8b;}
#section-5472 h3 { color: #3e8a8b;}
#section-5472 .fa { color: #3e8a8b;}
#section-5473 { background-color: #000000;}
#section-5473 h1 { color: #FFFFFF;}
#section-5473 h2 { color: #FFFFFF;}
#section-5473 h3 { color: #FFFFFF;}
#section-5473 p { color: #FFFFFF;}
#section-5473 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-5474 { background-color: #f8f7f6;}
#section-5475 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_objektiv.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-5477 { background-color: #f8f7f6;}
#section-5478 { background-color: #DDD5D0;}
#section-5480 { background-color: #000000;}
#section-5480 h1 { color: #FFFFFF;}
#section-5480 h2 { color: #FFFFFF;}
#section-5480 h3 { color: #FFFFFF;}
#section-5480 p { color: #FFFFFF;}
#section-5480 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-5481 h1 { color: #3e8a8b;}
#section-5481 h2 { color: #3e8a8b;}
#section-5481 h3 { color: #3e8a8b;}
#section-5482 h1 { color: #3e8a8b;}
#section-5482 h2 { color: #3e8a8b;}
#section-5482 h3 { color: #3e8a8b;}
#section-5482 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_silke.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-5483 h1 { color: #3e8a8b;}
#section-5483 h2 { color: #3e8a8b;}
#section-5483 h3 { color: #3e8a8b;}
#section-5484 { background-color: #000000;}
#section-5484 h1 { color: #FFFFFF;}
#section-5484 h2 { color: #FFFFFF;}
#section-5484 h3 { color: #FFFFFF;}
#section-5484 p { color: #FFFFFF;}
#section-5484 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-5485 { background-color: #f8f7f6;}
#section-5485 h1 { color: #3e8a8b;}
#section-5485 h2 { color: #3e8a8b;}
#section-5485 h3 { color: #3e8a8b;}
#section-5485 .fa { color: #3e8a8b;}
#section-5486 { background-color: #f8f7f6;}
#section-5487 { background-color: #D8CFC9;}
#section-5488 { background-color: #f8f7f6;}
#section-6227 h1 { color: #3e8a8b;}
#section-6227 h2 { color: #3e8a8b;}
#section-6227 h3 { color: #3e8a8b;}
#section-6227 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_objektiv.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-6232 { background-color: #000000;}
#section-6232 h1 { color: #FFFFFF;}
#section-6232 h2 { color: #FFFFFF;}
#section-6232 h3 { color: #FFFFFF;}
#section-6232 p { color: #FFFFFF;}
#section-6232 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-6232 {margin-top:50px;}
#section-6233 h1 { color: #3e8a8b;}
#section-6233 h2 { color: #3e8a8b;}
#section-6233 h3 { color: #3e8a8b;}
#section-6234 h1 { color: #3e8a8b;}
#section-6234 h2 { color: #3e8a8b;}
#section-6234 h3 { color: #3e8a8b;}
#section-6235 h1 { color: #3e8a8b;}
#section-6235 h2 { color: #3e8a8b;}
#section-6235 h3 { color: #3e8a8b;}
#section-6236 h1 { color: #3e8a8b;}
#section-6236 h2 { color: #3e8a8b;}
#section-6236 h3 { color: #3e8a8b;}
#section-6238 h1 { color: #3e8a8b;}
#section-6238 h2 { color: #3e8a8b;}
#section-6238 h3 { color: #3e8a8b;}
#section-6238 { background-image: url(//hietzing.me/sites/site0092/media/portfolio-business/hd_07poeschl_dsc_0038.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-6240 { background-color: #FFFFFF;}
#section-6240 h1 { color: #3e8a8b;}
#section-6240 h2 { color: #3e8a8b;}
#section-6240 h3 { color: #3e8a8b;}
#section-6240 .fa { color: #3e8a8b;}
#section-6241 { background-color: #f8f7f6;}
#section-6244 h1 { color: #3e8a8b;}
#section-6244 h2 { color: #3e8a8b;}
#section-6244 h3 { color: #3e8a8b;}
#section-6244 .fa { color: #3e8a8b;}
#section-6245 { background-color: #000000;}
#section-6245 h1 { color: #FFFFFF;}
#section-6245 h2 { color: #FFFFFF;}
#section-6245 h3 { color: #FFFFFF;}
#section-6245 p { color: #FFFFFF;}
#section-6245 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-6760 { background-color: #f8f7f6;}
#section-6760 h1 { color: #3e8a8b;}
#section-6760 h2 { color: #3e8a8b;}
#section-6760 h3 { color: #3e8a8b;}
#section-6761 h1 { color: #3e8a8b;}
#section-6761 h2 { color: #3e8a8b;}
#section-6761 h3 { color: #3e8a8b;}
#section-6763 { background-color: #000000;}
#section-6763 h1 { color: #FFFFFF;}
#section-6763 h2 { color: #FFFFFF;}
#section-6763 h3 { color: #FFFFFF;}
#section-6763 p { color: #FFFFFF;}
#section-6763 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-6764 { background-color: #f8f7f6;}
#section-6764 h1 { color: #3e8a8b;}
#section-6764 h2 { color: #3e8a8b;}
#section-6764 h3 { color: #3e8a8b;}
#section-6765 h1 { color: #3e8a8b;}
#section-6765 h2 { color: #3e8a8b;}
#section-6765 h3 { color: #3e8a8b;}
#section-6769 h1 { color: #FFFFFF;}
#section-6769 h2 { color: #FFFFFF;}
#section-6769 h3 { color: #FFFFFF;}
#section-6769 p { color: #FFFFFF;}
#section-6769 { background-image: url(//hietzing.me/sites/site0092/media/galerie-isabella-triska/hd_12725.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-6771 { background-color: #DDD5D0;}
#section-6772 { background-color: #000000;}
#section-6772 h1 { color: #FFFFFF;}
#section-6772 h2 { color: #FFFFFF;}
#section-6772 h3 { color: #FFFFFF;}
#section-6772 p { color: #FFFFFF;}
#section-6772 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-6773 h1 { color: #FFFFFF;}
#section-6773 h2 { color: #FFFFFF;}
#section-6773 h3 { color: #FFFFFF;}
#section-6773 p { color: #FFFFFF;}
#section-6773 { background-image: url(//hietzing.me/sites/site0092/media/galerie-peter-kittl/hd_dsc_0954.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-6775 { background-color: #DDD5D0;}
#section-6776 { background-color: #000000;}
#section-6776 h1 { color: #FFFFFF;}
#section-6776 h2 { color: #FFFFFF;}
#section-6776 h3 { color: #FFFFFF;}
#section-6776 p { color: #FFFFFF;}
#section-6776 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-6777 h1 { color: #FFFFFF;}
#section-6777 h2 { color: #FFFFFF;}
#section-6777 h3 { color: #FFFFFF;}
#section-6777 p { color: #FFFFFF;}
#section-6777 { background-image: url(//hietzing.me/sites/site0092/media/galerie-bettina-schinwald/hd_12734.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-6779 { background-color: #DDD5D0;}
#section-6780 { background-color: #000000;}
#section-6780 h1 { color: #FFFFFF;}
#section-6780 h2 { color: #FFFFFF;}
#section-6780 h3 { color: #FFFFFF;}
#section-6780 p { color: #FFFFFF;}
#section-6780 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-6781 h1 { color: #FFFFFF;}
#section-6781 h2 { color: #FFFFFF;}
#section-6781 h3 { color: #FFFFFF;}
#section-6781 p { color: #FFFFFF;}
#section-6781 { background-image: url(//hietzing.me/sites/site0092/media/galerie-christa-frohner/hd_14516.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-6783 { background-color: #DDD5D0;}
#section-6784 { background-color: #000000;}
#section-6784 h1 { color: #FFFFFF;}
#section-6784 h2 { color: #FFFFFF;}
#section-6784 h3 { color: #FFFFFF;}
#section-6784 p { color: #FFFFFF;}
#section-6784 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-6785 h1 { color: #FFFFFF;}
#section-6785 h2 { color: #FFFFFF;}
#section-6785 h3 { color: #FFFFFF;}
#section-6785 p { color: #FFFFFF;}
#section-6785 { background-image: url(//hietzing.me/sites/site0092/media/galerie-svenja-forster/hd_14533.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-6787 { background-color: #DDD5D0;}
#section-6788 { background-color: #000000;}
#section-6788 h1 { color: #FFFFFF;}
#section-6788 h2 { color: #FFFFFF;}
#section-6788 h3 { color: #FFFFFF;}
#section-6788 p { color: #FFFFFF;}
#section-6788 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-6973 { background-color: #FFFFFF;}
#section-6973 h1 { color: #3e8a8b;}
#section-6973 h2 { color: #3e8a8b;}
#section-6973 h3 { color: #3e8a8b;}
#section-6973 p { color: #FFFFFF;}
#section-6973 { background-image: url(//hietzing.me/sites/site0092/media/allgemein/hd__dsc2232.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-6975 { background-color: #FFFFFF;}
#section-6975 h1 { color: #3e8a8b;}
#section-6975 h2 { color: #3e8a8b;}
#section-6975 h3 { color: #3e8a8b;}
#section-6976 { background-color: #f8f7f6;}
#section-6979 h1 { color: #3e8a8b;}
#section-6979 h2 { color: #3e8a8b;}
#section-6979 h3 { color: #3e8a8b;}
#section-6979 .fa { color: #3e8a8b;}
#section-6980 { background-color: #000000;}
#section-6980 h1 { color: #FFFFFF;}
#section-6980 h2 { color: #FFFFFF;}
#section-6980 h3 { color: #FFFFFF;}
#section-6980 p { color: #FFFFFF;}
#section-6980 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-6983 h1 { color: #3e8a8b;}
#section-6983 h2 { color: #3e8a8b;}
#section-6983 h3 { color: #3e8a8b;}
#section-6984 { background-color: #DDD5D0;}
#section-6984 h1 { color: #3e8a8b;}
#section-6984 h2 { color: #3e8a8b;}
#section-6984 h3 { color: #3e8a8b;}
#section-6985 { background-color: #f8f7f6;}
#section-6985 h1 { color: #3e8a8b;}
#section-6985 h2 { color: #3e8a8b;}
#section-6985 h3 { color: #3e8a8b;}
#section-6986 { background-color: #D8CFC9;}
#section-6986 h1 { color: #3e8a8b;}
#section-6986 h2 { color: #3e8a8b;}
#section-6986 h3 { color: #3e8a8b;}
#section-6987 h1 { color: #3e8a8b;}
#section-6987 h2 { color: #3e8a8b;}
#section-6987 h3 { color: #3e8a8b;}
#section-6990 { background-color: #f8f7f6;}
#section-6992 { background-color: #000000;}
#section-6992 h1 { color: #FFFFFF;}
#section-6992 h2 { color: #FFFFFF;}
#section-6992 h3 { color: #FFFFFF;}
#section-6992 p { color: #FFFFFF;}
#section-6992 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-6993 { background-color: #f8f7f6;}
#section-6995 { background-color: #DDD5D0;}
#section-6996 { background-color: #f8f7f6;}
#section-7061 { background-color: #DDD5D0;}
#section-7062 { background-color: #000000;}
#section-7062 h1 { color: #FFFFFF;}
#section-7062 h2 { color: #FFFFFF;}
#section-7062 h3 { color: #FFFFFF;}
#section-7062 p { color: #FFFFFF;}
#section-7062 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7128 h1 { color: #FFFFFF;}
#section-7128 h2 { color: #FFFFFF;}
#section-7128 h3 { color: #FFFFFF;}
#section-7128 p { color: #FFFFFF;}
#section-7128 { background-image: url(//hietzing.me/sites/site0092/media/galerie-markus-zahrl/hd_dsc_2497.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7130 { background-color: #DDD5D0;}
#section-7131 { background-color: #000000;}
#section-7131 h1 { color: #FFFFFF;}
#section-7131 h2 { color: #FFFFFF;}
#section-7131 h3 { color: #FFFFFF;}
#section-7131 p { color: #FFFFFF;}
#section-7131 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7132 h1 { color: #FFFFFF;}
#section-7132 h2 { color: #FFFFFF;}
#section-7132 h3 { color: #FFFFFF;}
#section-7132 p { color: #FFFFFF;}
#section-7132 { background-image: url(//hietzing.me/sites/site0092/media/galerie-regina-halbauer/hd_dsc_2128ps.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7134 { background-color: #DDD5D0;}
#section-7135 { background-color: #000000;}
#section-7135 h1 { color: #FFFFFF;}
#section-7135 h2 { color: #FFFFFF;}
#section-7135 h3 { color: #FFFFFF;}
#section-7135 p { color: #FFFFFF;}
#section-7135 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7136 h1 { color: #FFFFFF;}
#section-7136 h2 { color: #FFFFFF;}
#section-7136 h3 { color: #FFFFFF;}
#section-7136 p { color: #FFFFFF;}
#section-7136 { background-image: url(//hietzing.me/sites/site0092/media/galerie-michael-winkler/hd_dsc_7130.png); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7138 { background-color: #DDD5D0;}
#section-7139 { background-color: #000000;}
#section-7139 h1 { color: #FFFFFF;}
#section-7139 h2 { color: #FFFFFF;}
#section-7139 h3 { color: #FFFFFF;}
#section-7139 p { color: #FFFFFF;}
#section-7139 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7140 h1 { color: #FFFFFF;}
#section-7140 h2 { color: #FFFFFF;}
#section-7140 h3 { color: #FFFFFF;}
#section-7140 p { color: #FFFFFF;}
#section-7140 { background-image: url(//hietzing.me/sites/site0092/media/galerie-hana-magelis/hd_dsc_8470ps.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7142 { background-color: #DDD5D0;}
#section-7143 { background-color: #000000;}
#section-7143 h1 { color: #FFFFFF;}
#section-7143 h2 { color: #FFFFFF;}
#section-7143 h3 { color: #FFFFFF;}
#section-7143 p { color: #FFFFFF;}
#section-7143 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7144 h1 { color: #FFFFFF;}
#section-7144 h2 { color: #FFFFFF;}
#section-7144 h3 { color: #FFFFFF;}
#section-7144 p { color: #FFFFFF;}
#section-7144 { background-image: url(//hietzing.me/sites/site0092/media/galerie-hannes-pusta/hd_dsc_8597ps.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7146 { background-color: #DDD5D0;}
#section-7147 { background-color: #000000;}
#section-7147 h1 { color: #FFFFFF;}
#section-7147 h2 { color: #FFFFFF;}
#section-7147 h3 { color: #FFFFFF;}
#section-7147 p { color: #FFFFFF;}
#section-7147 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7148 h1 { color: #3e8a8b;}
#section-7148 h2 { color: #3e8a8b;}
#section-7148 h3 { color: #3e8a8b;}
#section-7148 { background-image: url(//hietzing.me/sites/site0092/media/galerie-patrica-papp/hd_dsc_7060ps.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7150 { background-color: #DDD5D0;}
#section-7151 { background-color: #000000;}
#section-7151 h1 { color: #FFFFFF;}
#section-7151 h2 { color: #FFFFFF;}
#section-7151 h3 { color: #FFFFFF;}
#section-7151 p { color: #FFFFFF;}
#section-7151 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7152 { background-color: #f8f7f6;}
#section-7152 h1 { color: #FFFFFF;}
#section-7152 h2 { color: #FFFFFF;}
#section-7152 h3 { color: #FFFFFF;}
#section-7152 p { color: #FFFFFF;}
#section-7152 { background-image: url(//hietzing.me/sites/site0092/media/galerie-claudia-jelinek/hd_dsc_3296ps.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7154 { background-color: #DDD5D0;}
#section-7155 { background-color: #000000;}
#section-7155 h1 { color: #FFFFFF;}
#section-7155 h2 { color: #FFFFFF;}
#section-7155 h3 { color: #FFFFFF;}
#section-7155 p { color: #FFFFFF;}
#section-7155 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7156 h1 { color: #FFFFFF;}
#section-7156 h2 { color: #FFFFFF;}
#section-7156 h3 { color: #FFFFFF;}
#section-7156 p { color: #FFFFFF;}
#section-7156 { background-image: url(//hietzing.me/sites/site0092/media/pgalerie-traum-laxenburg/hd_dsc_0068.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7158 { background-color: #DDD5D0;}
#section-7159 { background-color: #000000;}
#section-7159 h1 { color: #FFFFFF;}
#section-7159 h2 { color: #FFFFFF;}
#section-7159 h3 { color: #FFFFFF;}
#section-7159 p { color: #FFFFFF;}
#section-7159 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7169 { background-color: #f8f7f6;}
#section-7169 h1 { color: #FFFFFF;}
#section-7169 h2 { color: #FFFFFF;}
#section-7169 h3 { color: #FFFFFF;}
#section-7169 p { color: #FFFFFF;}
#section-7169 { background-image: url(//hietzing.me/sites/site0092/media/galerie-matthias-plunser/hd_dsc_4557.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7171 { background-color: #DDD5D0;}
#section-7172 { background-color: #000000;}
#section-7172 h1 { color: #FFFFFF;}
#section-7172 h2 { color: #FFFFFF;}
#section-7172 h3 { color: #FFFFFF;}
#section-7172 p { color: #FFFFFF;}
#section-7172 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7173 { background-color: #f8f7f6;}
#section-7173 h1 { color: #FFFFFF;}
#section-7173 h2 { color: #FFFFFF;}
#section-7173 h3 { color: #FFFFFF;}
#section-7173 p { color: #FFFFFF;}
#section-7173 { background-image: url(//hietzing.me/sites/site0092/media/galerie-theo/hd_dsc_4891.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7175 { background-color: #DDD5D0;}
#section-7176 { background-color: #000000;}
#section-7176 h1 { color: #FFFFFF;}
#section-7176 h2 { color: #FFFFFF;}
#section-7176 h3 { color: #FFFFFF;}
#section-7176 p { color: #FFFFFF;}
#section-7176 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7177 { background-color: #f8f7f6;}
#section-7177 h1 { color: #FFFFFF;}
#section-7177 h2 { color: #FFFFFF;}
#section-7177 h3 { color: #FFFFFF;}
#section-7177 p { color: #FFFFFF;}
#section-7177 { background-image: url(//hietzing.me/sites/site0092/media/galerie-heidi-hess/hd_dsc_4138.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7179 { background-color: #DDD5D0;}
#section-7180 { background-color: #000000;}
#section-7180 h1 { color: #FFFFFF;}
#section-7180 h2 { color: #FFFFFF;}
#section-7180 h3 { color: #FFFFFF;}
#section-7180 p { color: #FFFFFF;}
#section-7180 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7181 { background-color: #f8f7f6;}
#section-7181 h1 { color: #FFFFFF;}
#section-7181 h2 { color: #FFFFFF;}
#section-7181 h3 { color: #FFFFFF;}
#section-7181 p { color: #FFFFFF;}
#section-7181 { background-image: url(//hietzing.me/sites/site0092/media/galerie-andrea-ritter/hd_dsc_3577.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7183 { background-color: #DDD5D0;}
#section-7184 { background-color: #000000;}
#section-7184 h1 { color: #FFFFFF;}
#section-7184 h2 { color: #FFFFFF;}
#section-7184 h3 { color: #FFFFFF;}
#section-7184 p { color: #FFFFFF;}
#section-7184 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7185 { background-color: #f8f7f6;}
#section-7185 h1 { color: #FFFFFF;}
#section-7185 h2 { color: #FFFFFF;}
#section-7185 h3 { color: #FFFFFF;}
#section-7185 p { color: #FFFFFF;}
#section-7185 { background-image: url(//hietzing.me/sites/site0092/media/galerie-daniel-essletzbichler/hd_dsc_5535.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7187 { background-color: #DDD5D0;}
#section-7188 { background-color: #000000;}
#section-7188 h1 { color: #FFFFFF;}
#section-7188 h2 { color: #FFFFFF;}
#section-7188 h3 { color: #FFFFFF;}
#section-7188 p { color: #FFFFFF;}
#section-7188 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7189 { background-color: #f8f7f6;}
#section-7189 h1 { color: #FFFFFF;}
#section-7189 h2 { color: #FFFFFF;}
#section-7189 h3 { color: #FFFFFF;}
#section-7189 p { color: #FFFFFF;}
#section-7189 { background-image: url(//hietzing.me/sites/site0092/media/galerie-aramis/hd_dsc_6422.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7191 { background-color: #DDD5D0;}
#section-7192 { background-color: #000000;}
#section-7192 h1 { color: #FFFFFF;}
#section-7192 h2 { color: #FFFFFF;}
#section-7192 h3 { color: #FFFFFF;}
#section-7192 p { color: #FFFFFF;}
#section-7192 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7193 { background-color: #f8f7f6;}
#section-7193 h1 { color: #FFFFFF;}
#section-7193 h2 { color: #FFFFFF;}
#section-7193 h3 { color: #FFFFFF;}
#section-7193 p { color: #FFFFFF;}
#section-7193 { background-image: url(//hietzing.me/sites/site0092/media/galerie-nico-bernhardt/hd_dsc_2611ps.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7195 { background-color: #DDD5D0;}
#section-7196 { background-color: #000000;}
#section-7196 h1 { color: #FFFFFF;}
#section-7196 h2 { color: #FFFFFF;}
#section-7196 h3 { color: #FFFFFF;}
#section-7196 p { color: #FFFFFF;}
#section-7196 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7202 { background-color: #f8f7f6;}
#section-7202 h1 { color: #FFFFFF;}
#section-7202 h2 { color: #FFFFFF;}
#section-7202 h3 { color: #FFFFFF;}
#section-7202 p { color: #FFFFFF;}
#section-7202 { background-image: url(//hietzing.me/sites/site0092/media/galerie-birgit-bichlmayer/hd_dsc_4342.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7204 { background-color: #DDD5D0;}
#section-7205 { background-color: #000000;}
#section-7205 h1 { color: #FFFFFF;}
#section-7205 h2 { color: #FFFFFF;}
#section-7205 h3 { color: #FFFFFF;}
#section-7205 p { color: #FFFFFF;}
#section-7205 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7206 { background-color: #f8f7f6;}
#section-7206 h1 { color: #FFFFFF;}
#section-7206 h2 { color: #FFFFFF;}
#section-7206 h3 { color: #FFFFFF;}
#section-7206 p { color: #FFFFFF;}
#section-7206 { background-image: url(//hietzing.me/sites/site0092/media/galerie-karin-merkl/hd_dsc_0105.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7208 { background-color: #DDD5D0;}
#section-7209 { background-color: #000000;}
#section-7209 h1 { color: #FFFFFF;}
#section-7209 h2 { color: #FFFFFF;}
#section-7209 h3 { color: #FFFFFF;}
#section-7209 p { color: #FFFFFF;}
#section-7209 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7210 { background-color: #f8f7f6;}
#section-7210 h1 { color: #FFFFFF;}
#section-7210 h2 { color: #FFFFFF;}
#section-7210 h3 { color: #FFFFFF;}
#section-7210 p { color: #FFFFFF;}
#section-7210 { background-image: url(//hietzing.me/sites/site0092/media/galerie-emilienhof/hd_dsc_8794neu.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7212 { background-color: #DDD5D0;}
#section-7213 { background-color: #000000;}
#section-7213 h1 { color: #FFFFFF;}
#section-7213 h2 { color: #FFFFFF;}
#section-7213 h3 { color: #FFFFFF;}
#section-7213 p { color: #FFFFFF;}
#section-7213 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7214 { background-color: #f8f7f6;}
#section-7214 h1 { color: #FFFFFF;}
#section-7214 h2 { color: #FFFFFF;}
#section-7214 h3 { color: #FFFFFF;}
#section-7214 p { color: #FFFFFF;}
#section-7214 { background-image: url(//hietzing.me/sites/site0092/media/galerie-ursula-tonnhofer/hd_dsc_1074.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7216 { background-color: #DDD5D0;}
#section-7217 { background-color: #000000;}
#section-7217 h1 { color: #FFFFFF;}
#section-7217 h2 { color: #FFFFFF;}
#section-7217 h3 { color: #FFFFFF;}
#section-7217 p { color: #FFFFFF;}
#section-7217 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7218 { background-color: #f8f7f6;}
#section-7218 h1 { color: #FFFFFF;}
#section-7218 h2 { color: #FFFFFF;}
#section-7218 h3 { color: #FFFFFF;}
#section-7218 p { color: #FFFFFF;}
#section-7218 { background-image: url(//hietzing.me/sites/site0092/media/galerie-astrid-herler/hd_dsc_4210.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7220 { background-color: #DDD5D0;}
#section-7221 { background-color: #000000;}
#section-7221 h1 { color: #FFFFFF;}
#section-7221 h2 { color: #FFFFFF;}
#section-7221 h3 { color: #FFFFFF;}
#section-7221 p { color: #FFFFFF;}
#section-7221 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7222 { background-color: #f8f7f6;}
#section-7222 h1 { color: #FFFFFF;}
#section-7222 h2 { color: #FFFFFF;}
#section-7222 h3 { color: #FFFFFF;}
#section-7222 p { color: #FFFFFF;}
#section-7222 { background-image: url(//hietzing.me/sites/site0092/media/galerie-nika-domnik/hd_dsc_8540.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7224 { background-color: #DDD5D0;}
#section-7225 { background-color: #000000;}
#section-7225 h1 { color: #FFFFFF;}
#section-7225 h2 { color: #FFFFFF;}
#section-7225 h3 { color: #FFFFFF;}
#section-7225 p { color: #FFFFFF;}
#section-7225 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7228 h1 { color: #FFFFFF;}
#section-7228 h2 { color: #FFFFFF;}
#section-7228 h3 { color: #FFFFFF;}
#section-7228 p { color: #FFFFFF;}
#section-7228 { background-image: url(//hietzing.me/sites/site0092/media/portfolio-familie/hd_dsc_5057.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7231 { background-color: #000000;}
#section-7231 h1 { color: #FFFFFF;}
#section-7231 h2 { color: #FFFFFF;}
#section-7231 h3 { color: #FFFFFF;}
#section-7231 p { color: #FFFFFF;}
#section-7231 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7276 h1 { color: #3e8a8b;}
#section-7276 h2 { color: #3e8a8b;}
#section-7276 h3 { color: #3e8a8b;}
#section-7280 h1 { color: #3e8a8b;}
#section-7280 h2 { color: #3e8a8b;}
#section-7280 h3 { color: #3e8a8b;}
#section-7281 h1 { color: #3e8a8b;}
#section-7281 h2 { color: #3e8a8b;}
#section-7281 h3 { color: #3e8a8b;}
#section-7282 h1 { color: #3e8a8b;}
#section-7282 h2 { color: #3e8a8b;}
#section-7282 h3 { color: #3e8a8b;}
#section-7283 h1 { color: #3e8a8b;}
#section-7283 h2 { color: #3e8a8b;}
#section-7283 h3 { color: #3e8a8b;}
#section-7284 h1 { color: #3e8a8b;}
#section-7284 h2 { color: #3e8a8b;}
#section-7284 h3 { color: #3e8a8b;}
#section-7285 h1 { color: #3e8a8b;}
#section-7285 h2 { color: #3e8a8b;}
#section-7285 h3 { color: #3e8a8b;}
#section-7286 h1 { color: #3e8a8b;}
#section-7286 h2 { color: #3e8a8b;}
#section-7286 h3 { color: #3e8a8b;}
#section-7287 h1 { color: #3e8a8b;}
#section-7287 h2 { color: #3e8a8b;}
#section-7287 h3 { color: #3e8a8b;}
#section-7288 h1 { color: #3e8a8b;}
#section-7288 h2 { color: #3e8a8b;}
#section-7288 h3 { color: #3e8a8b;}
#section-7291 h1 { color: #3e8a8b;}
#section-7291 h2 { color: #3e8a8b;}
#section-7291 h3 { color: #3e8a8b;}
#section-7614 { background-color: #f8f7f6;}
#section-7614 h1 { color: #FFFFFF;}
#section-7614 h2 { color: #FFFFFF;}
#section-7614 h3 { color: #FFFFFF;}
#section-7614 p { color: #FFFFFF;}
#section-7614 { background-image: url(//hietzing.me/sites/site0092/media/galerie-nika-domnik/hd_dsc_8540.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-7616 { background-color: #DDD5D0;}
#section-7617 { background-color: #000000;}
#section-7617 h1 { color: #FFFFFF;}
#section-7617 h2 { color: #FFFFFF;}
#section-7617 h3 { color: #FFFFFF;}
#section-7617 p { color: #FFFFFF;}
#section-7617 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-9185 h1 { color: #3e8a8b;}
#section-9185 h2 { color: #3e8a8b;}
#section-9185 h3 { color: #3e8a8b;}
#section-9185 { background-image: url(//hietzing.me/sites/site0092/media/galerie-kindergartenfotografie/hd_dsc_5953.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-9187 h1 { color: #3e8a8b;}
#section-9187 h2 { color: #3e8a8b;}
#section-9187 h3 { color: #3e8a8b;}
#section-9187 .fa { color: #3e8a8b;}
#section-9188 { background-color: #000000;}
#section-9188 h1 { color: #FFFFFF;}
#section-9188 h2 { color: #FFFFFF;}
#section-9188 h3 { color: #FFFFFF;}
#section-9188 p { color: #FFFFFF;}
#section-9188 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-9192 { background-color: #f8f7f6;}
#section-9192 h1 { color: #FFFFFF;}
#section-9192 h2 { color: #FFFFFF;}
#section-9192 h3 { color: #FFFFFF;}
#section-9192 p { color: #FFFFFF;}
#section-9192 { background-image: url(//hietzing.me/sites/site0092/media/galerie-flickentanz/hd_dsc_8041-2.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-9194 { background-color: #DDD5D0;}
#section-9195 { background-color: #000000;}
#section-9195 h1 { color: #FFFFFF;}
#section-9195 h2 { color: #FFFFFF;}
#section-9195 h3 { color: #FFFFFF;}
#section-9195 p { color: #FFFFFF;}
#section-9195 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-9208 h1 { color: #FFFFFF;}
#section-9208 h2 { color: #FFFFFF;}
#section-9208 h3 { color: #FFFFFF;}
#section-9208 p { color: #FFFFFF;}
#section-9208 { background-image: url(//hietzing.me/sites/site0092/media/pgalerie-sommerwiese/hd_dsc_6584ps.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-9210 { background-color: #DDD5D0;}
#section-9211 { background-color: #000000;}
#section-9211 h1 { color: #FFFFFF;}
#section-9211 h2 { color: #FFFFFF;}
#section-9211 h3 { color: #FFFFFF;}
#section-9211 p { color: #FFFFFF;}
#section-9211 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-9251 { background-color: #f8f7f6;}
#section-10119 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-10600 { background-image: url(//hietzing.me/sites/site0092/media/galerie-kindergartenfotografie/hd_dsc_5953.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-10609 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-12211 { background-color: #f8f7f6;}
#section-12234 { background-color: #FFFFFF;}
#section-12273 { background-color: #FFFFFF;}
#section-12315 { background-color: #D8CFC9;}
#section-12327 { background-color: #FFFFFF;}
#section-12332 { background-color: #D8CFC9;}
#section-12332 h1 { color: #3e8a8b;}
#section-12332 h2 { color: #3e8a8b;}
#section-12332 h3 { color: #3e8a8b;}
#section-12332 p { color: #555555;}
#section-12338 { background-color: #f8f7f6;}
#section-14064 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-14190 { background-color: #f8f7f6;}
#section-14190 h1 { color: #FFFFFF;}
#section-14190 h2 { color: #FFFFFF;}
#section-14190 h3 { color: #FFFFFF;}
#section-14190 p { color: #FFFFFF;}
#section-14190 { background-image: url(//hietzing.me/sites/site0092/media/allgemein/hd_dsc_8055.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-14192 { background-color: #DDD5D0;}
#section-14193 { background-color: #000000;}
#section-14193 h1 { color: #FFFFFF;}
#section-14193 h2 { color: #FFFFFF;}
#section-14193 h3 { color: #FFFFFF;}
#section-14193 p { color: #FFFFFF;}
#section-14193 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-14530 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-14535 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-14782 { background-color: #f8f7f6;}
#section-14782 h1 { color: #FFFFFF;}
#section-14782 h2 { color: #FFFFFF;}
#section-14782 h3 { color: #FFFFFF;}
#section-14782 p { color: #FFFFFF;}
#section-14782 { background-image: url(//hietzing.me/sites/site0092/media/galerie-ines-hofbaur/hd_dsc_2927.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-14785 { background-color: #DDD5D0;}
#section-14786 { background-color: #000000;}
#section-14786 h1 { color: #FFFFFF;}
#section-14786 h2 { color: #FFFFFF;}
#section-14786 h3 { color: #FFFFFF;}
#section-14786 p { color: #FFFFFF;}
#section-14786 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-14983 h1 { color: #3e8a8b;}
#section-14983 h2 { color: #3e8a8b;}
#section-14983 h3 { color: #3e8a8b;}
#section-14984 { background-color: #f8f7f6;}
#section-14984 h1 { color: #3e8a8b;}
#section-14984 h2 { color: #3e8a8b;}
#section-14984 h3 { color: #3e8a8b;}
#section-14987 { background-color: #D8CFC9;}
#section-14987 h1 { color: #3e8a8b;}
#section-14987 h2 { color: #3e8a8b;}
#section-14987 h3 { color: #3e8a8b;}
#section-14987 .fa { color: #3e8a8b;}
#section-14988 { background-color: #000000;}
#section-14988 h1 { color: #FFFFFF;}
#section-14988 h2 { color: #FFFFFF;}
#section-14988 h3 { color: #FFFFFF;}
#section-14988 p { color: #FFFFFF;}
#section-14988 { background-image: url(//hietzing.me/sites/site0092/media/background/hd_back-form.jpg); background-position: center;background-repeat:no-repeat;background-size: cover;}
#section-15802 { background-color: #f8f7f6;}

/* Custom Styles */

header{
padding-top:10px;padding-bottom:10px;background:rgba(255,255,255,0.95);
}

footer{
background: linear-gradient(#D8CFC9,#977a7a);
}
footer li{
font-size:14px !important;
}

h5#logo{width:230px !important; height:100px !important;}
h5#logo a{
width: 100%;
height: 100%;
font-size: 0;
padding: 40px 0 40px 0;
}

.top-bar-right { margin-top: 20px; }
.top-bar-right li {font-weight:300;}

bloghead{font-family:Cinzel !important;font-size:24px;}

small{color:#977a7a !important;line-height:17px !important;}

.button{font-family:Cinzel !important;font-size:18px;}

#section-5421 .large-6:first-child{background-color:rgba(255,255,255,0.9);padding:20px;}
#section-5460 .large-6:first-child{background-color:rgba(255,255,255,0.9);padding:20px;}
#section-5467 .large-6:first-child{background-color:rgba(255,255,255,0.9);padding:20px;}
#section-5474 .large-6:first-child{background-color:rgba(255,255,255,0.9);padding:20px;}
#section-5482 h2{margin-top:60px;}
#section-5482 p{margin-bottom:100px;}
#section-6227{margin-bottom: 60px;}
#section-6231{margin-top: 60px;}
#section-6238 .large-6:first-child{background-color:rgba(255,255,255,0.9);padding:20px;}
#section-6973 .large-6:first-child{background-color:rgba(0,0,0,0.4);padding:20px;}

.accor { background: #D8CFC9 !important; }
.accor h3 { color:#3e8a8b; font-size: 1.3em; }
.accor.active, accor:hover { background: #D8CFC9 !important; }