.yp.main-wrapper {
  position: fixed;
	top: 0px;
	left: 0px;
  right: 0px;
  bottom: 0px;
	z-index: 1040;
  font-family:'apex_newlight', Arial, sans-serif;
	background-image: 
    radial-gradient(transparent, 
    rgba(20,20,20,0.8)), 
    url("http://shop.welde.de/skin/frontend/default/theme571/images/body-bg.gif");
	background-color: #161616;
	color: #fff;
	height: 100%;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  
}

/* LINKS */
.yp.main-wrapper a {
	color: #a99b8b;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.yp.main-wrapper a:hover {
	color: #F5E1CA;
}

/* Content Wrapper*/
.yp .content-wrapper {
	position: relative;
	width: 700px;
	margin: 0 auto;
	text-align: center;
	height: 100%;
}

.yp .content {
	position: absolute;
	top: 50%;
	transform: translate(0, -60%);
  -webkit-transform: translate(0, -60%);
  -moz-transform: translate(0, -60%);
}

.yp .content p {
	color: #a6a6a6; 		
	font-size: 1.2em;
	letter-spacing: 0.04em;
	line-height: 1.6em;

}

.yp .content h1 {
	font-size: 1.6em;
	letter-spacing: 0.1em;
	line-height: 1.3em;
	margin: 40px 0;
}


/* BUTTONS */
.yp .button-wrapper {
	 display:inline-block;
}


.yp a.button {
	background-color: none;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	border: 2px solid #fff;
	display: inline-block;
	cursor: pointer;
	font-size: 1.5em;
	letter-spacing: 0.05em;
	padding: 7px 0px;
	text-decoration: none;
	text-align: center;
	width: 140px;
	color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin-right: 15px;
	margin-left: 15px;
}

.yp a.button:hover {
	background-color: #fff;
	color:#000;
}

/* Footer */
.yp .footer {
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 10%;
	left: 0px;
	border-top: 2px solid #a99b8b;
	border-bottom: 2px solid #a99b8b;
}

.yp .footer-container {
	width: 1000px;
	margin: 0 auto;
  padding: 0px;
}

.yp .footer-element{
	width: 30%;
	float: left;
	text-align: center;
	color: #a99b8b;
	height: 80px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.yp .footer-element.impressum{
	padding: 30px 23px;
	height: 20px;
	font-size: 0.9em;
	letter-spacing: 0.05em;
}

.yp .footer-element .seperator{
	margin: 0 8px;
	display: inline-block;
}

.yp .footer-element.welde-logo {
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 50px;
  background-image: url(images/welde_logo_gold.png);
}


/* Partner Logos */
.yp .partner-logo {
	width: 95px;
  height: 80px;
	display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 50px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	opacity:  0.6;
}

.yp .partner-logo:hover {
	opacity:  1;
}

.yp .partner-logo.bbg {
  background-image: url(images/bierbewusstgeniessen.png);
}

.yp .partner-logo.ddad {
  background-image: url(images/dontdrinkanddrive.png);
}

.yp .partner-logo.bea16 {
  background-image: url(images/bier16.png);
  background-size: auto 60px;
}




/* BACKGROUND IMAGE */

.yp .bottle {
    position:fixed;
    top: 0px;
    left: 50%;
    bottom: -50px;
    transform: translate(-59%, 0);
    -webkit-transform: translate(-59%, 0);
    -ms-transfrom: translate(-59%, 0);
    width: 300px;
    height: 100%;
}

.yp .bottle img {
	padding-top: 200px;
	display: block;
	transition: transform .4s ease-in-out;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	-moz-transition: -moz-transform .4s ease-in-out;
	-o-transition: -o-transform .4s ease-in-out;
	margin: 0 auto;
}


.yp.zoomin .bottle img {
	transform: scale(1.2) translate(0,-50px);
	-webkit-transform: scale(1.2) translate(0,-50px);
	-o-transform: scale(1.2) translate(0,-50px);
	-moz-transform: scale(1.2) translate(0,-50px);
}

.yp.zoomout .bottle img {
  transform: scale(0.8) translate(0,45px);
	-webkit-transform: scale(0.8) translate(0,45px);
		 -o-transform: scale(0.8) translate(0,45px);
	   -moz-transform: scale(0.8) translate(0,45px);

       filter: blur(2px);
	   -webkit-filter: blur(2px); 
		  -moz-filter: blur(2px); 
	   		-o-filter: blur(2px); 
		   -ms-filter: blur(2px); 
}



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

	.yp .footer {
		border-top: 0px solid #a99b8b;
		border-bottom: 0px solid #a99b8b;
		bottom: 20%;
	}

	.yp .footer-container {
		width: 100%;
	}

	.yp .footer-element {
		width: 100%;
	}

	.yp .footer-element.impressum{
		padding: 15px 0;
	}

	.yp .footer-element.welde-logo {
		border-top: 2px solid #a99b8b;
		border-bottom: 2px solid #a99b8b;
	}

	.yp .footer-element.partner-logos {
		margin: 0  auto;
	}
  
  .yp .bottle img {
    padding-top: 100px;
  }

  .yp .footer {
    font-family:'apex_newbook', Arial, sans-serif;
  }
}


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

	.yp .content-wrapper {
		width: 90%;
		margin: 0 auto;
	}

	.yp .content-wrapper p {
		line-height: 1.6em;
		font-size: 1.1em;
	}

	.yp .content-wrapper h1 {
		font-size: 1.4em;
		line-height: 1.4em;
	}

    .yp .bottle img {
		padding-top: 100px;
	}
}


@media only screen and (max-width: 720px) {

	.yp .content-wrapper p {
		font-size: 1.1em;
		line-height: 1.6em;
	}

	.yp .bottle img {
		padding-top: 100px;
	}
}

@media only screen and (max-width: 568px) {

	.yp .content-wrapper p {
		font-size: 1.1em;
		line-height: 1.6em;
	}

	.yp .content-wrapper h1 {
		font-size: 1.2em;
	}

    .yp .bottle img {
		padding-top: 100px;
	}

}

@media only screen and (max-width: 480px) {
	
	.yp .content-wrapper {
		font-family:'apex_newbook', Arial, sans-serif;
	}

	.yp .content-wrapper p {
		font-size: 0.9em;
		line-height: 1.8em;
		letter-spacing: 0.02em;

	}

	.yp .content-wrapper h1 {
		font-size: 1.1em;
		line-height: 1.8em;
		letter-spacing: 0.04em;
		margin: 20px 0;
	}

	.yp a.button {
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		border-radius: 25px;
		font-size: 1.4em;
		letter-spacing: 0.05em;
		padding: 6px 0;
		width: 100px;
	}

 	.yp .footer-element {
 	 	height: 70px;
 	}

    .yp .footer-element.welde-logo img {
    	height: 40px; 
    }

    .yp .bottle img {
		padding-top: 100px;
	}
}


@media only screen and (max-width: 320px) {
	.yp .content-wrapper p {
		font-size: 0.8em;
		line-height: 1.6em;
	}

	.yp .content-wrapper h1 {
		font-size: 1.2em;
		line-height: 1.3em;
	}

	.yp .button-wrapper {
		padding: 0px 0;

	}

	.yp a.button {
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		border-radius: 25px;
		font-size: 1.2em;
		letter-spacing: 0.05em;
		padding: 5px 0;
		width: 85px;
	}

	.yp .bottle img {
		padding-top: 100px;
	}
}


@media only screen and (max-height: 800px)  and (max-width: 650px) {
	.yp .content-wrapper {
		position: relative;
		top: 0px;
		left: 0px;
		margin-top: 0px;
		transform: translate(0, 0);
		height: auto;
	}

	.yp .content {
		position: relative;
		top: 20px;
		transform: translate(0,0);
	}

	.yp .footer {
		position: relative;
		margin-top: 50px;
		bottom: 0px;
	}
}

@media only screen and (max-height: 550px) and (min-width: 650px) {
	.yp .content-wrapper {
		position: relative;
		top: 0px;
		left: 0px;
		margin-top: 0px;
		transform: translate(0, 0);
		height: auto;
	}

	.yp .content {
		position: relative;
		top: 20px;
		transform: translate(0,0);
	}

	.yp .footer {
		position: relative;
		margin-top: 50px;
		bottom: 0px;
	}
}



