@charset "UTF-8";
/* CSS Document */

html, body {
	font-family: 'Roboto', "Segoe UI", "DejaVu Sans", sans-serif;
	font-style:normal;
	font-weight:300;
	font-size:14px;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	width:100%;
	height:100%;
	position:relative;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

/* preloader */
#preloaderWraper {
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	height:100%;
	z-index:2000;
	background-color:#000;
}
#preloaderContentWraper {
	position:absolute;
	top:50%;
	margin-top:-150px;
	left:50%;
	margin-left:-250px;
	width:500px;
	height:300px;
	text-align:center;
	color:#fff;
}
#preloaderContentWraper h2 {
	display:none;
}
#preloaderContentWraper p {
	position:absolute;
	left:0px;
	right:0px;
	bottom:20px;
}
#preloaderImage1 {
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-100px;
	background-image:url(../images/preloader_pic1.jpg);
	height:200px;
	width:200px;
}
#preloaderImage2 {
	position:absolute;
	top:50px;
	left:50%;
	margin-left:-100px;
	background-image:url(../images/preloader_pic2.jpg);
	height:200px;
	width:200px;
}
/* Global navigation */
#globalNav {
	position:fixed;
	z-index:999;
	top:0px;
	left:0px;
	right:0px;
	width:100%;
	margin:0px;
	background:rgba(0,0,0,0.7);
}
#globalNav .content {
	height:auto;
	border:none;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
}
#globalNav .globalNavList {
	padding:0px;
	margin: 0;
	list-style-type:none;
	display: flex;
}
#globalNav li {
	margin-right:60px;
	display:inline;
	padding-top: 20px;
	padding-bottom: 20px
}
#globalNav li:last-of-type {
	margin-right:0px;
}
#globalNav li a {
	cursor:pointer;
	font-size:17px;
	color:#ffffff;
}

/* Global sub navigation */
.globalSubNav {
	position:fixed;
	z-index:998;
	top:45px;
	left:0px;
	right:0px;
	height:45px;
	width:100%;
	margin:0px;
	background:rgba(255,255,255,0.75);
	border-bottom:1px solid rgba(0,0,0,0.3);
}
.globalSubNav .content {
	height:auto;
	border:none;
	padding:0px;
	margin-top:11px;
	margin-bottom:0px;
}
.globalSubNav .globalSubNavList {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.globalSubNav li {
	margin-right:60px;
	display:inline;
}
.globalSubNav li:last-of-type {
	margin-right:0px;
}
.globalSubNav li a {
	cursor:pointer;
	font-size:17px;
	color:#000000;
}
#globalSubNavPappel, #globalSubNavBuche {
	display:none;
}

/* content and sections */
section {
	overflow:hidden;
	padding:0px 0px;
	position:relative;
	height:auto;
	z-index:2;
}
.sectionHeader .content {
	height:auto;
	border:none;
	padding:0px;
	margin-bottom:0px;
}
.content, .innerContent {
	width:900px;
	height:100%;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:auto;
	padding-bottom:40px;
	padding-top:10px;
	position:relative;
	border-bottom:1px solid rgba(0,0,0,0.10);
	text-align:center;
	box-sizing:border-box;
}
.innerContent {
	border:none;
	padding:0px;
	margin:40px 0px 0px 0px;
}
#intro {
	width:100%;
	min-height:90%;
	height:90%;
	background-image:url(../images/background_intro.jpg);
	background-attachment:fixed;
	background-clip:border-box;
	background-position:center center;
	background-repeat:no-repeat;
	background-origin:border-box;
	background-size:cover;
	text-align:center;
	z-index:10;
}
#etuedenPappel {
	z-index:20;
}
#requiem {
	z-index:25;
}
#etuedenBuche {
	z-index:30;
}
#contact {
	z-index:40;
}
#impressum {
	z-index:0;
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
}

/* arrows */
.arrowDown {
	cursor:pointer;
	position:fixed;
	bottom:140px;
	left:50%;
	border: solid rgba(255,255,255,0.6);
	border-width: 0px 0px 2px 2px;
	display: block;
	width: 25px;
	height: 25px;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(0.9) rotate(-45deg);
	-ms-transform: scaleY(0.9) rotate(-45deg);
	transform: scaleY(0.9) rotate(-45deg);
}

.arrowLeft {
	border: solid rgba(255,255,255,0.6);
	border-width: 0 0 2px 2px;
	display: block;
	width: 25px;
	height: 25px;
	margin-left:4px;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(0.9) rotate(45deg);
	-ms-transform: scaleY(0.9) rotate(45deg);
	transform: scaleY(0.9) rotate(45deg);
}
.arrowRight {
	border: solid rgba(255,255,255,0.6);
	border-width: 0 0 2px 2px;
	display: block;
	width: 25px;
	height: 25px;
	margin-left:31px;
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: scaleY(0.9) rotate(-135deg);
	-ms-transform: scaleY(0.9) rotate(-135deg);
	transform: scaleY(0.9) rotate(-135deg);
}

/* for fixing the header when scrolling the page */
.fixSectionHeader {
	position:fixed;
	top:60px;
	left:0px;
	right:0px;
}
#etuedenPappelFixHeader {
	z-index:25;
}
#requiemFixHeader {
	z-index:30;
}
#etuedenBucheFixHeader {
	z-index:35;
}
#contactFixHeader {
	z-index:45;
}
.fadeOutOrigSectionHeader {
	color:#fff;
}

/* catalog section */

.catalogItem {
	position:relative;
	width:900px;
	background-repeat:no-repeat;
	margin-top:20px;
}
.catalogText {
	position:absolute;
	width: 400px;
}
#pappelText1 {
	right:0px;
	top:0px;
}
#pappelText2 {
	left:0px;
	top:0px;
}
#pappelItem1 {
	height:300px;
	background-image:url(../images/pappel_img1.jpg);
	background-attachment:fixed;
	background-size:cover;
}
#pappelItem2 {
	height:660px;
	background-image:url(../images/pappel_img2.jpg);
}
#pappelItem3 {
	height:1350px;
	background-image:url(../images/pappel_img3.jpg);
}
#pappelItem4 {
	height:660px;
	background-image:url(../images/pappel_img4.jpg);
	background-position:right;
}
#pappelItem5 {
	height:300px;
	background-image:url(../images/pappel_img5.jpg);
	background-position:center center;
	background-attachment:fixed;
	background-size:cover;
}

#requiemText1 {
	right:0px;
	top:0px;
}
#requiemText2 {
	left:0px;
	top:0px;
}
#requiemText3 {
	right:0px;
	top:0px;
}

#requiemItem1 {
	height:300px;
	background-image:url(../images/requiem_0_1_2_1.jpg);
	background-attachment:fixed;
	background-size:cover;
}
#requiemItem2 {
	height:660px;
	background-image:url(../images/requiem_0_1_2_2.jpg);
}
#requiemItem3 {
	height:1350px;
	background-image:url(../images/requiem_0_9_1_1.jpg);
}
#requiemItem4 {
	height:660px;
	background-image:url(../images/requiem_0_4_1_1.jpg);
	background-position:right;
}
#requiemItem5 {
	height: 600px;
	background-size: contain;
	background-image:url(../images/requiem_0_6_1_1.jpg);
}
#requiemItem6 {
	height:660px;
	background-image:url(../images/requiem_0_6_2_1.jpg);
}

#bucheText1, #bucheText3 {
	right:0px;
	top:0px;
}
#bucheText2, #bucheText4 {
	left:0px;
	top:0px;
}
#bucheItem1 {
	height:660px;
	background-image:url(../images/buche_img1.jpg);
	background-position:left;
}
#bucheItem2 {
	height:660px;
	background-image:url(../images/buche_img2.jpg);
	background-position:right;
}
#bucheItem3 {
	height:660px;
	background-image:url(../images/buche_img3.jpg);
	background-position:left;
}
#bucheItem4 {
	height:660px;
	background-image:url(../images/buche_img4.jpg);
	background-position:right;
}
.source p {
	margin-top:15px;
	font-size:11px;
}

/* more Images */
.smallImages {
	width:270px;
	height:180px;
	margin:1px;
	padding:0px;
	display:inline-block;
}

/* image gallery */

.galleryBackground {
	color:#fff;
	display:none;
	position:fixed;
	z-index:1001;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	background:rgba(0,0,0,0.85);
}

#gallery1, #gallery2 {
	position:relative;
	width:750px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	z-index:1002;
}
#gallery1 .sliders, #gallery2 .sliders {
	display:block;
	width:9000px;
	height:400px;
	margin:0px;
	padding:0px;
}
#gallery1 .slide, #gallery2 .slide {
	float:left;
	list-style-type:none;
	width:750px;
	height:400px;
	padding:0px;
}
.sliderNavLeft, .sliderNavRight {
	cursor:pointer;
	position:absolute;
	width:35px;
	height:100%;
	top:0px;
	bottom:0px;
}
.sliderNavLeft {
	left:0px;
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.6), rgba(0,0,0,0.0));
	background: -o-linear-gradient(90deg, rgba(0,0,0,0.6), rgba(0,0,0,0.0));
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.6), rgba(0,0,0,0.0));
	background: linear-gradient(90deg, rgba(0,0,0,0.6), rgba(0,0,0,0.0));
}
.sliderNavRight {
	right:0px;
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.0), rgba(0,0,0,0.6));
	background: -o-linear-gradient(90deg, rgba(0,0,0,0.0), rgba(0,0,0,0.6));
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.0), rgba(0,0,0,0.6));
	background: linear-gradient(90deg, rgba(0,0,0,0.0), rgba(0,0,0,0.6));
}
.sliderNavLeft:hover, .sliderNavRight:hover {
	background-color:rgba(0,0,0,0.3);
}
.sliderNavLeft .arrowLeft, .sliderNavRight .arrowRight {
	position:absolute;
	top:50%;
	margin-top:-14px;
}
.quitGalleryContent {
	position:absolute;
	top:50px;
	right:50px;
	width:50px;
	height:50px;
	cursor:pointer;
}
.quitLine1 {
	width:50px;
    height:50px;
    border-bottom: 1px solid #fff;
    -webkit-transform:
        translateY(-18px)
        translateX(18px)
        rotate(45deg);
	transform:
        translateY(-18px)
        translateX(18px)
        rotate(45deg);
    position: absolute;
}
.quitLine2 {
	width:50px;
    height:50px;
    border-bottom: 1px solid #fff;
    -webkit-transform:
        translateY(-18px)
        translateX(-18px)
        rotate(-45deg);
	transform:
        translateY(-18px)
        translateX(-18px)
        rotate(-45deg); 
    position: absolute;
}

/* default fonts */
h1 {
	position:relative;
	margin:0px;
	padding:20px 0px 20px 0px;
	text-decoration:none;
	font-weight:100;
	font-size:50px;
}
h2 {
	position:relative;
	margin:0px;
	padding:15px 0px 15px 0px;
	text-decoration:none;
	font-weight:100;
	font-size:38px;
}
h3 {
	position:relative;
	margin:0px;
	padding:0px;
	text-decoration:none;
	font-weight:300;
	font-size:20px;
}
h4 {
	position:relative;
	margin:0px;
	padding:0px;
	text-decoration:none;
	line-height:30px;
	font-weight:300;
	font-size:20px;
}
p {
	position:relative;
	font-size:16px;
	margin:4px 0px 4px 0px;
}
sup {
	font-size:10px;
}
.link {
	cursor:pointer;
	font-weight:300;
	font-size:20px;
	color:#2B73BE;
	margin:8px 0px 8px 0px;
}
.link:hover {
	text-decoration:underline;
}

/* default colors */

.bgGrey98 {
	background-color:#FAFAFA;
}
.bgGrey80 {
	background-color:#CCCCCC;
}
.bgWhite09 {
	background-color:rgba(255,255,255,0.9);
}
.bgWhite1 {
	background-color:#fff;
}
.borderBottomGrey86 {
	border-bottom:1px solid #DBDBDB;
}

/* default config styles */
.displayNone {
	display:none;
}




