body {
    margin: 0;
    padding: 0;
    /*
    // BREAKS "position: fixed" in Firefox !!!
    perspective: 1px;
    transform-style: preserve-3d;
    */
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden !important;
}
.pslide p {
    /*font-size: 140%;*/
    line-height: 150%;
    color: #333;
}
.pslide {
    position: relative;
    padding: 8vh 10% 8vh 10%;
    width: 100vw;
    box-sizing: border-box;
    /*box-shadow: 0 -1px 10px rgba(0, 0, 0, .7);*/
    transform-style: inherit;
}
.pslide-full {
    min-height: 100vh;
    padding: 8vh 10% 0 10%;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}
.pslide-small {
    min-height: 50vh;
    padding: 8vh 10% 0 10%;
}
.title {
    width: 50%;
    padding: 5%;
    border-radius: 5px;
    background: rgba(240, 230, 220, .7);
    box-shadow: 0 0 8px rgba(0, 0, 0, .7);
}
.pslide {
}
@media only screen and (min-width: 768px) {
	.pslide-image {
    	background-position: 10% 10%;
	    background-size: cover;
	    background-position: center;
		background-repeat: no-repeat;
    	min-height: 110vh;
	}
}
@media only screen and (max-width: 768px) {
	.pslide-image {
    	background-position: 10% 10%;
	    background-size: cover;
	    background-position: center;
		background-repeat: no-repeat;
    	min-height: 60vw;
	}
}
.header {
    text-align: center;
    font-size: 175%;
    color: #fff;
    text-shadow: 0 2px 2px #000;
}
#slide1:before {
    background-image: url("../img/parallax/wood.jpg");
    transform: translateZ(-1px) scale(2);
    z-index: -1;
}
#home {
    background-image: url("../img/parallax/home.jpg");
}
#wood {
    background-image: url("../img/parallax/wood.jpg");
}
#sortiment {
    background-image: url("../img/parallax/regalwand-weiss.jpg");
}
#tabletten {
    background-image: url("../img/parallax/tabletten.jpg");
}
#text-page-gut-versorgt, #text-page-wirksam-sicher, #text-page-vor-ort, #text-page-sortiment {
	padding-bottom: 0;
}

.parallax-header
{
	font-family: "Alegreya Sans",sans-serif;
	font-size: 14pt;
	text-transform: uppercase;
	line-height: 0.85;
	color: #dd0f17;
	line-height: 1.2em;
	font-weight: 600;
	text-align: center;
	letter-spacing: 3px;
}
/*
@media only screen and (max-width: 768px) {
	#home {
   	 	background-image: url("../img/parallax/mini/home_768px.jpg");
  	 	background-attachment: fixed;
	}
	#wood {
    	background-image: url("../img/parallax/mini/wood_768px.jpg");
    	background-attachment: fixed;
	}
	#slide1:before {
	    background-image: url("../img/parallax/mini/wood_768px.jpg");
	    transform: translateZ(-1px) scale(2);
	    z-index: -1;
	}
	#sortiment {
	    background-image: url("../img/parallax/mini/regalwand-weiss_768px.jpg");
	    background-attachment: fixed;
	}
	#tabletten {
	    background-image: url("../img/parallax/mini/tabletten_768px.jpg");
	    background-attachment: fixed;
	}
}
@media only screen and (max-width: 450px) and (max-height: 450px) {
	#home {
   	 	background-image: url("../img/parallax/mini/home_450px.jpg");
  	 	background-attachment: fixed;
	}
}
@media only screen and (max-height: 450px) {
	#home {
   	 	background-image: url("../img/parallax/mini/home_450px.jpg");
  	 	background-attachment: fixed;
	}
}*/