




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

@import url('/engine/fonts/Quicksand.css');



  


.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: #fff033;
}

 

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

body {
	background:#fff033;
	color: #4c480f;
}

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

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


h1 {
	font-size: 34px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

header, .sticky {
	background:#;
}


.title-bar {
  background:#;
  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: #;
  padding: 5px;
  }
.menu-icon:hover {
  background: #;
  }  
.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 2px;
    background: #da2335;
    top: 5px;
    left: 4px;
    box-shadow: 0 7px 0 #da2335, 0 14px 0 #da2335; }
    
.menu-icon:hover::after {
    background: #4c480f;
    box-shadow: 0 7px 0 #4c480f, 0 14px 0 #4c480f; } 
 
.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: #da2335 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:#da2335 transparent transparent;
}

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

footer {
	background:#da2335;
    color: #FFFFFF;
}

footer p, footer .fa, footer .fa-regular, footer .fa-solid, footer .fa-light, footer .fa-thin, footer .fa-duotone {
	color: #FFFFFF;
}

footer a {
	color: #FFFFFF;
}

footer a:hover {
	color: #FFFFFF;
}

footer a .fa:hover, footer a .fa-regular:hover, footer a .fa-solid:hover, footer a .fa-light:hover, footer a .fa-thin:hover, footer a .fa-duotone:hover {
	color: #ffffff;
}

header .menu a,
.row_icons {
	color:#da2335;
    font-size: 16px;
    font-family: 'Quicksand';
}

header .fa,header .fa-regular,header .fa-solid,header .fa-light,header .fa-thin,header .fa-duotone {
	color:#da2335;
    font-size: 16px;
}


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

.tabs ul {margin:auto; }
.tabs { margin-bottom: 50px; }
.tabs-title { border: 0px; margin-right: 5px; }
.tabs-title a {
	color: #da2335;
	font-family: 'Quicksand';
	font-size: 16px;
	background:#ffffff;
	border: 0;
}

.tabs-title.is-active a:hover {
	color: #4c480f;
	background:#FFFFFF;
	border: 0;
}

.tabs-title a:hover {
	color: #4c480f;
	background:#FFFFFF;
	border: 0;
}

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

.tabs > li.is-active > a {
background: #FFFFFF;
color: #4c480f;
}

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

.row_icons .fa, .row_icons_left .fa,.row_icons .fa-regular, .row_icons_left .fa-regular,.row_icons .fa-light, .row_icons_left .fa-light, .row_icons .fa-thin, .row_icons_left .fa-thin,.row_icons .fa-duotone, .row_icons_left .fa-duotone,.row_icons .fa-brands {
	color: #da2335;
}
	
footer a {
	color:#FFFFFF;
}

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

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

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

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

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




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

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

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

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

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

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



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

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






.row_testimonials .flexslider h2 {
	color:#da2335;
	font-size: 28px;
    margin: 0 0 25px 0;
}

.row_testimonials .flexslider p {
	color:#4c480f;
}

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

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

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

/* ---------- Accordion Programmiert ----------- */
.accor {
	background:#da2335;
    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: #4c480f;
}

.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: Quicksandpx;
}

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

.row_content_half .fa,.row_content_half .fa-regular,.row_content_half .fa-solid,.row_content_half .fa-thin,.row_content_half .fa-light,.row_content_half .fa-duotone,.row_content_half .fa-brands {
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: Quicksand;
    color: #4c480f;
	margin:0;
	max-width:80%;
	}
.speise h2{
	float: left;
	font-size: 1.6em;
    font-family: Quicksand;
	margin:0;
	max-width:80%;
	}
	
.speise h5{
	text-align: center;
	font-size: 1.8em;
    font-family: Quicksand;
	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: Quicksand;
	 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;
}




/* Content-spezifische Styles */


@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(/engine/fonts/roboto-v30-latin-300.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;
}


/* Page Loader Mobile Speed CSS */

.loader-added .loader-bg {
        opacity: 0;
        visibility: hidden;        
    }
    
.loader-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,1);
    z-index: 99999;
    transition: all 0.3s ease-in-out;
}

.loader-logo {
    position: fixed;
    top: 50%;
    width: 150px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: -75px;    
    animation: spinning 1.5s infinite ease-in-out;
}


@keyframes spinning {
	0% { transform:  scale(1) ;}
	50% { transform:  scale(0.8) ;}
	100% { transform:  scale(1) ;}
}

@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-logo:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background-color:
    rgba(0,0,0,0);
 border-radius:100%;
 margin:-15px;
    box-shadow: 0 4px 0 0 #000;
    transition: all 1s linear;
    animation: lds-eclipse 1s linear infinite;
    left: -16px;
    right: 0;
    top: 50%;
    margin: 0 auto;
    margin-top: -90px;
}

#section-52133 img{border-radius:50%;box-shadow: 0 0 10px #fff;}
#section-52133 
{background:linear-gradient(#fff033,#fffcd9);}
#section-52134 h2{margin-bottom:40px;}
#section-52134 
{background-image:url(/sites/site0320/media/backgrounds/hd_balken-w-g.jpg);background-repeat: no-repeat;}
#section-52134 
small{color:#4c480f;}
#section-52135 h2{margin-bottom:50px;}
#section-52135 
img{border-radius:50%;}
#section-52135 
{padding-top:0;}
#section-52135 
small{color:#4c480f;}
#section-mitarbeiter-gesucht { background-color: #FFFFFF;}
#section-mitarbeiter-gesucht h2{margin-bottom:50px;}
#section-mitarbeiter-gesucht 
{background-image:url(/sites/site0320/media/backgrounds/hd_balken-g-w.jpg);background-repeat: no-repeat;}
#section-mitarbeiter-gesucht 
img{border-radius:40px;}
#section-ueber-uns { background-color: #444444;}
#section-ueber-uns h1 { color: #FFFFFF;}
#section-ueber-uns h2 { color: #FFFFFF;}
#section-ueber-uns h3 { color: #FFFFFF;}
#section-ueber-uns p { color: #EEEEEE;}
#section-ueber-uns img{border-radius:20px;box-shadow: 0 0 15px #FFF;}
#section-ueber-uns 
{background:linear-gradient(to bottom right,#2d54d5,#52df39);}
#section-kundenstimmen {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-formular h1 { color: #FFFFFF;}
#section-formular h2 { color: #FFFFFF;}
#section-formular h3 { color: #FFFFFF;}
#section-formular p { color: #EEEEEE;}
#section-formular {background:linear-gradient(to bottom,#da2335,#fff033);}
#section-52143 {background:linear-gradient(#fff033,#fffcd9);}
#section-52143 
img{box-shadow:0 0 10px #FFF;border-radius:20px;}
#section-52145 img{border-radius:50%;box-shadow: 0 0 10px #fff;width:50%;margin-bottom:10px;}
#section-52145 
{padding-top:0;}
#section-52145 
h2{margin-bottom:50px;}
#section-52149 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-52150 h1 { color: #FFFFFF;}
#section-52150 h2 { color: #FFFFFF;}
#section-52150 h3 { color: #FFFFFF;}
#section-52150 p { color: #EEEEEE;}
#section-52152 { background-color: #EEEEEE;}
#section-52152 h1{margin-bottom:20px;}
#section-52152 
bloghead{font-weight:bold;}
#section-52153 h1 { color: #FFFFFF;}
#section-52153 h2 { color: #FFFFFF;}
#section-52153 h3 { color: #FFFFFF;}
#section-52153 p { color: #EEEEEE;}
#section-52153 {background:linear-gradient(to bottom right,#333,#666);}
#section-52154 h2{margin-bottom:50px;}
#section-52155 { background-color: #EEEEEE;}
#section-52155 h1{margin-bottom:20px;}
#section-52155 
bloghead{font-weight:bold;}
#section-52156 h1 { color: #FFFFFF;}
#section-52156 h2 { color: #FFFFFF;}
#section-52156 h3 { color: #FFFFFF;}
#section-52156 p { color: #EEEEEE;}
#section-52156 {background:linear-gradient(to bottom right,#333,#666);}
#section-52157 h2{margin-bottom:50px;}
#section-52158 { background-color: #EEEEEE;}
#section-52158 h1{margin-bottom:20px;}
#section-52158 
bloghead{font-weight:bold;}
#section-52159 h1 { color: #FFFFFF;}
#section-52159 h2 { color: #FFFFFF;}
#section-52159 h3 { color: #FFFFFF;}
#section-52159 p { color: #EEEEEE;}
#section-52159 {background:linear-gradient(to bottom right,#333,#666);}
#section-52160 h2{margin-bottom:50px;}
#section-52161 { background-color: #EEEEEE;}
#section-52161 h1{margin-bottom:20px;}
#section-52161 
bloghead{font-weight:bold;}
#section-52162 h1 { color: #FFFFFF;}
#section-52162 h2 { color: #FFFFFF;}
#section-52162 h3 { color: #FFFFFF;}
#section-52162 p { color: #EEEEEE;}
#section-52162 {background:linear-gradient(to bottom right,#333,#666);}
#section-52163 h2{margin-bottom:50px;}
#section-52164 { background-color: #EEEEEE;}
#section-52164 h1{margin-bottom:20px;}
#section-52164 
bloghead{font-weight:bold;}
#section-52165 h1 { color: #FFFFFF;}
#section-52165 h2 { color: #FFFFFF;}
#section-52165 h3 { color: #FFFFFF;}
#section-52165 p { color: #EEEEEE;}
#section-52165 {background:linear-gradient(to bottom right,#333,#666);}
#section-52166 h2{margin-bottom:50px;}
#section-52167 { background-color: #EEEEEE;}
#section-52167 h1{margin-bottom:20px;}
#section-52167 
bloghead{font-weight:bold;}
#section-52168 h1 { color: #FFFFFF;}
#section-52168 h2 { color: #FFFFFF;}
#section-52168 h3 { color: #FFFFFF;}
#section-52168 p { color: #EEEEEE;}
#section-52168 {background:linear-gradient(to bottom right,#333,#666);}
#section-52169 h2{margin-bottom:50px;}
#section-52170 { background-color: #FFFFFF;}
#section-52170 {background-image:url(/sites/site0320/media/backgrounds/hd_balken-g-w.jpg);background-repeat: no-repeat;padding-top:100px;padding-bottom:0;}
#section-52170 
.fa-solid{margin-top:20px;}
#section-52170 
.fa-brands{margin-top:20px;}
#section-52170 
p{font-size:16px;}
#section-52171 h1 { color: #FFFFFF;}
#section-52171 h2 { color: #FFFFFF;}
#section-52171 h3 { color: #FFFFFF;}
#section-52171 p { color: #EEEEEE;}
#section-52173 { background-color: #FFFFFF;}
#section-52173 {background-image:url(/sites/site0320/media/backgrounds/hd_balken-g-w.jpg);background-repeat: no-repeat;padding-top:100px;padding-bottom:0;}
#section-52174 .fa, #section-52174 .fa-regular,#section-52174 .fa-solid,#section-52174 .fa-light,#section-52174 .fa-thin,#section-52174 .fa-duotone { color: #FFFFFF !important;}
#section-52174 {padding-top:0;background:linear-gradient(#fffcd9,#fff033);}
#section-52175 { background-color: #FFFFFF;}
#section-52175 {background-image:url(/sites/site0320/media/backgrounds/hd_balken-g-w.jpg);background-repeat: no-repeat;}
#section-52175 
img{border-radius:20px;}
#section-52175 
h2{margin-bottom:50px;}
#section-52179 {background:linear-gradient(#fff033,#fffcd9);}
#section-52179 
.fa-solid{color:rgba(218,35,53,0.3);}
#section-52179 
h3{color:#4c480f;}
#section-52182 img{border-radius:20px;box-shadow: 0 0 10px #fff;}
#section-52182 
{background:linear-gradient(#fff033,#fffcd9);}
#section-52184 .fa, #section-52184 .fa-regular,#section-52184 .fa-solid,#section-52184 .fa-light,#section-52184 .fa-thin,#section-52184 .fa-duotone { color: #FFFFFF !important;}
#section-52184 {padding-top:0;}
#section-52186 img{border:10px solid black;}
#section-52189 {background:linear-gradient(#fffcd9,#fff033);}
#section-52189 
h2{margin-bottom:50px;}
#section-52189 
img{border-radius:20px;}
#section-52190 {background:linear-gradient(#fffcd9,#fff033);}
#section-52190 
img{box-shadow:0 0 10px #FFF;border-radius:20px;}
#section-52193 { background-color: #FFFFFF;}
#section-52193 {padding-top:0;}
#section-52194 { background-color: #FFFFFF;}
#section-52194 {background-image:url(/sites/site0320/media/backgrounds/hd_balken-g-w.jpg);background-repeat: no-repeat;}
#section-52194 
h1{margin-bottom:50px;}
#section-52194 
img{border-radius:10px;}
#section-52445 { background-color: #FFFFFF;}
#section-52445 {background-image:url(/sites/site0320/media/backgrounds/hd_balken-g-w.jpg);background-repeat: no-repeat;}
#section-52445 
h1{margin-bottom:50px;}
#section-52445 
img{border-radius:10px;}
#section-52448 { background-color: #FFFFFF;}
#section-52448 {background-image:url(/sites/site0320/media/backgrounds/hd_balken-g-w.jpg);background-repeat: no-repeat;}
#section-52448 
h1{margin-bottom:50px;}
#section-52448 
img{border-radius:10px;}
#section-52451 { background-color: #FFFFFF;}
#section-52451 {background-image:url(/sites/site0320/media/backgrounds/hd_balken-g-w.jpg);background-repeat: no-repeat;}
#section-52451 
h1{margin-bottom:50px;}
#section-52451 
img{border-radius:10px;}
#section-52593 { background-color: #FFFFFF;}
#section-52593 {background-image:url(/sites/site0320/media/backgrounds/hd_balken-g-w.jpg);background-repeat: no-repeat;}
#section-52593 
h1{margin-bottom:50px;}
#section-52593 
img{border-radius:10px;}
#section-64367 img{border-radius:50%;box-shadow: 0 0 10px #fff;width:50%;margin-bottom:10px;}
#section-64367 
{padding-top:0;}
#section-64367 
h2{margin-bottom:50px;}
#section-64367 
{background:linear-gradient(#fff033,#fffcd9);}
#section-64368 { background-color: #FFFFFF;}
#section-64368 h2{margin-bottom:50px;}
#section-64368 
.fa-solid{color:#CCC;}
#section-64368 
li{font-size:16px;}
#section-64368 
li a:link{color:#4c480f !important;}
#section-64368 
li a:visited{color:#4c480f !important;}
#section-64368 
li a:hover{color:#da2335 !important;}
#section-64369 {background:linear-gradient(to bottom,#FFF,#EEE);}
#section-64370 h1 { color: #FFFFFF;}
#section-64370 h2 { color: #FFFFFF;}
#section-64370 h3 { color: #FFFFFF;}
#section-64370 p { color: #EEEEEE;}

/* Custom Styles */

body{background-image:url(/sites/site0320/media/backgrounds/hd_back-ballon-ohne.jpg);background-repeat: no-repeat;}
h5#logo-center{width:200px !important;height:200px !important;}

h1,h2,h3{font-weight:700;}
.button{font-size:18px;border-radius:8px;font-family:Quicksand;font-weight:700;border-radius:20px;}
footer p{font-size:16px;}
footer a:link{font-size:16px;}
subhead{font-size:24px;color:#da2335;}
preis{background:#B1C677;color:white;font-weight:bold;padding:10px;}
p{font-weight:600;}
small{color:#4c480f !important;}

.top-bar-right {text-transform:uppercase;font-weight:700;}
.top-bar-right li {background-color: rgba(255,255,255,0.8) !important;border-radius: 20px;margin-right:10px;}
.top-bar-right li:hover {background-color: #da2335 !important;color:white !important;}
.top-bar-right li:hover > a {color: #fff !important;}

.top-bar .top-bar-right > ul.menu.medium-horizontal > li:nth-last-child(-n+3) {background:#56e33c !important;color:white !important;}
.top-bar .top-bar-right > ul.menu.medium-horizontal > li:nth-last-child(-n+3) a {color:white !important;}

.top-bar .top-bar-right > ul.menu.medium-horizontal > li:nth-last-child(-n+2) a {color:#da2335 !important;padding: 5px;background:none !important;}
.top-bar .top-bar-right > ul.menu.medium-horizontal > li:nth-last-child(-n+2) {background:none !important;}


.icon-list {list-style: none;}
.icon-list li{position: relative;font-size:18px;font-weight:600;}
.icon-list i {font-size: 0.8em;position: absolute;left: -1.2em;width: 2em;line-height: 0.35em;margin: 10px 0;}
.icon-list .fa-solid{font-size:18px;color:#B1C677;}


/* MOBILE ANSICHTEN */
#section-14902{display:none;}
@media screen and (max-width: 899px){
header{position:relative;background-color:rgba(255,255,255,1);}
#section-15034{display:block;} /* Öffnungszeiten Startseite mobil */
#section-15032{display:none;} /* Slider Startseite desktop */
#section-15033{display:block;} /* Slider Startseite mobil */
#section-52193{background-image:url(/sites/site0320/media/backgrounds/hd_balken-g-w.jpg);background-repeat: no-repeat;padding-top:120px;}
#section-52194 img{width:50%;}
}