/* ==========================================================================
   Parallax Scroll
   ========================================================================== */

.no-js {
	padding-top: 106px;
}
.loading {
	background: #F00 url('../Images/loading.gif') no-repeat center center;
}

h2 {
	margin-top: 0;
}
section {
	opacity: 0;
}
.loaded section,
.no-js section {
	opacity: 1;
	-webkit-transition: opacity 300ms ease-out;
	-moz-transition: opacity 300ms ease-out;
	transition: opacity 300ms ease-out;
}
.bcg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	height: 600px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
.bcg_2 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size:cover;
	height: 1110px;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}

.parallax_wrapper {
	overflow: hidden;
	height:600px;
	border-left: 0px;
	border-right:0px;
	margin-bottom:0px;
	border-top:solid 3px #ffffff;
	border-bottom:solid 3px #ffffff;
}
.parallax_wrapper_2 {
	overflow: hidden;
	height:600px;
	border-left: 0px;
	border-right:0px;
	margin-bottom:0px;
	border-top:solid 3px #ffffff;
	border-bottom:solid 0px #ffffff;
}

/* Slide 1 */
#slide-1 .bcg {background-image:url('../Images/bg_home_food_01.jpg');}

/* Slide 2 */
#slide-2 .bcg {background-image:url('../Images/bg_home_food_02.jpg');}

/* Slide 3 */
#slide-3 .bcg {background-image:url('../Images/bg_home_food_03.jpg');}

/* Slide 4 */
#slide-4 .bcg {background-image:url('../Images/bg_home_food_04.jpg');}

/* Slide 5 */
#slide-5 .bcg_2 {background-image:url('../Images/bg_standorte_2.jpg');}

/* Slide 6 */
#slide-6 .bcg {background-image:url('../Images/bg_home_food_05.jpg');}

.hsContainer {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.hsContent {
	max-width: 450px;
	display: table-cell;
	vertical-align: top;
	color: #ebebeb;
	padding: 0 8%;
	text-align: right;
	background:#063;
}
.hsContent h2,
.copy h2 {
	color: #ffffff;
	font-size: 45px;
	line-height: 48px;
	margin-bottom: 12px;
}
.hsContent p {
	width: 400px;
	color: #b2b2b2;
	text-align: left;
	float:right;
}
.box_news {
	float:right;
	border-top:0px;
	background:url(../Images/box_bg.png) repeat;
	width:550px;
	margin-right:10px;
	margin-top: 3%;
	padding:30px;
	border-radius: 3px;
}
.box_news h2{
	font-family:Mouse Memoirs;
	color:#BB0400;
	font-size:2em;
	margin-bottom:20px;
}
.box_news h3{
	font-weight:normal;
	color:#222222;
	font-size:0.9em;
	line-height:1.5em;
	margin-bottom:20px;
}
.box_news h3 img{
	float:left;
	margin-right:15px;
	margin-bottom:10px;
}
.box_news h4{
  font-size:0.9em;
  font-weight:normal;
  margin-top: 5px;
  color:#222222;
  text-shadow: 0px 0px 0px #791712;
}

.box_news > span {
	float: right;
	font-size:22px;
	color:#BB0400;
	border:2px solid #BB0400;
	padding:10px;
	border-radius:100%;
	margin-bottom:20px;
	margin-top:-8px;
}

.hsContent a {
	color: #b2b2b2;
	text-decoration: underline;
}
.bgBlack {
	background-color: rgba(0,0,0,0.75);
	padding: 3px 10px;
}