/* damit der  [Browser kein grundlegendes CSS interpretiert*/

* {
	margin: 0;
	box-sizing: border-box;
}

/*Font*/
@import url(//db.onlinewebfonts.com/c/ec473224614867b10bc5bd38ff354b97?family=Truetypewriter+PolyglOTT);


/*Standardelements*/
body {
	background: black;
	width: 100%;
	font-family: 'Truetypewriter PolyglOTT';
	font-weight: 400;
	overflow-x: hidden;

}

ul.nav {
	position: fixed;
	top: 0;
	width: 100%;
	text-align: right;
	padding: 2em;
	background: black;
	z-index: 8;
}

li {
	display: inline-block;
	margin: 2em;
}

.nav a:hover {
	color: red;
	transform: scale(1.2);
	transition: all 0.9s ease-in-out;
}

a {
	color: white;
	text-decoration: none;
	font-size: 1.3em;
	display: inline-block;
	transition: all 0.9s ease-in-out;

}


h1 {
	font-family: 'Special Elite';
	font-size: 6.2em;
	color: black;
	text-align: center;
	background: white;
	padding: 0em 0em 0.5em 0em;
}


h2 {
	font-family: 'Special Elite';
	font-size: 1.4em;
	color: red;
	text-align: left;
	background: black;
	padding-top: 1em;
	margin-left: 13.5em;
}


figcaption {
	color: black;

}

footer {
	background: white;
	font-size: 100px;
	text-align: center;
	height: 250px;
}

footer a {
	border-bottom: black 2px solid;
	height: 150px;
}

.social {
	display: flex;
	justify-content: center;
	padding-top: 0.5em;
}

.social img {
	margin: 0.2em;

}

.social img:hover {
	animation: shake 0.5s;
	animation-iteration-count: infinite;
}

@keyframes shake {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}

	10% {
		transform: translate(-1px, -2px) rotate(-1deg);
	}

	20% {
		transform: translate(-3px, 0px) rotate(1deg);
	}

	30% {
		transform: translate(3px, 2px) rotate(0deg);
	}

	40% {
		transform: translate(1px, -1px) rotate(1deg);
	}

	50% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}

	60% {
		transform: translate(-3px, 1px) rotate(0deg);
	}

	70% {
		transform: translate(3px, 1px) rotate(-1deg);
	}

	80% {
		transform: translate(-1px, -1px) rotate(1deg);
	}

	90% {
		transform: translate(1px, 2px) rotate(0deg);
	}

	100% {
		transform: translate(1px, -2px) rotate(-1deg);
	}
}

ul.footer_nav {
	font-size: 0.1em;
	background: white;
	padding: 0;
	height: 7em
}

ul.footer_nav a {
	color: black;
	margin: 2em 0 0 0;

}

ul a {}

.footer_nav a:hover {
	color: red;
	transform: scale(1.1);
	transition: all 0.9s ease-in-out;
}




#absatz {
	border: 3px solid red;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom: 3%;
	margin-top: 3%;
	text-align: justify;
	padding: 3%;

}

p {
	color: white;
	font-size: 1.3em;
	text-align: center;
	line-height: 25px;
}

.job p {
	color: white;
	font-family: 'Special Elite';
	text-align: center;
	margin-top: 3.5em;



}

/*CLASSES*/

.vid {
	text-align: center;
	margin-top: 5em;
	margin-bottom: 5em;

}

.vid_flex {
	display:flex;
justify-content:space-around;


	
}

iframe {

	border: white solid 7px;
	padding: 1.5em;

}

.flex_gallery {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;


}

/*
figure.person {
	position: relative;
	margin: 3em 0.5em 3em 0.5em;
	overflow: hidden;
}*/

.scale img {
	width: 80%;
}

/*https://css-tricks.com/snippets/css/typewriter-effect/  Why is this shit not working??*/
.typewriter {

	white-space: nowrap;
	/* Keeps the content on a single line */
	margin: 0 auto;
	/* Gives that scrolling effect as the typing happens */
	font-size: 20px;
	animation:
		typing 3.5s steps(40, end),
		blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
	from {
		width: 0
	}

	to {
		width: 100%
	}
}



/*.person figcaption {
	background-color: white;
	position: absolute;
	top: 0;
	line-height: 6em;
	width: 100%;
	text-align: center;
	font-size: 16px;
	z-index: 7;
}*/

div.text {
	/*position: absolute;*/
	padding: 10%;
	padding-top: 5%;
	font-size: 0.6em;
	line-height: 200%;
	text-align: center;
	color: #fff;
	font-family: 'Special Elite';
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

div.mail img {
	bottom: 0;
	position: absolute;
	left: 43%;
	padding-bottom: 0.3em;

}


.mail img:hover {
	animation: shake 0.5s;
	animation-iteration-count: infinite;


}

@keyframes shake {
	0% {
		transform: translate(1px, 1px) rotate(0deg);
	}

	10% {
		transform: translate(-1px, -2px) rotate(-1deg);
	}

	20% {
		transform: translate(-3px, 0px) rotate(1deg);
	}

	30% {
		transform: translate(3px, 2px) rotate(0deg);
	}

	40% {
		transform: translate(1px, -1px) rotate(1deg);
	}

	50% {
		transform: translate(-1px, 2px) rotate(-1deg);
	}

	60% {
		transform: translate(-3px, 1px) rotate(0deg);
	}

	70% {
		transform: translate(3px, 1px) rotate(-1deg);
	}

	80% {
		transform: translate(-1px, -1px) rotate(1deg);
	}

	90% {
		transform: translate(1px, 2px) rotate(0deg);
	}

	100% {
		transform: translate(1px, -2px) rotate(-1deg);
	}
}


.logo img {
	width: 200px;
	z-index: 9999;
	margin: 7em 0em 0em 3em;
	animation: fadeIn ease 10s;

}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


div.banner_top {
	width: 100%;
	height: 180px;
	position: relative;
	flex-basis: 320px;
	flex-grow: 4;
	background-color: white;
}

div.banner {
	width: 100%;
	height: 200px;
	position: relative;
	flex-basis: 320px;
	flex-grow: 4;
	background-color: white;
	border-bottom: black solid 20px;
	border-top: black solid 20px;

}

div.line img {
	width: 100%;
	bottom: -50px;
	position: absolute;
	z-index: 7;
}


div.line_top img {
	width: 100%;
	top: 0px;
	position: absolute;
	z-index: 7;
}


div.line_end img {
	width: 100%;
	top: -70px;
	position: absolute;
}

.parallax_section {
	height: 850px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: 100% auto;
	position: relative;

}

.parallax_image_first {
	background-image: url("../img/lr/froehlich.jpg");
	background-position: center;


}

.parallax_image_second {
	background-image: url("../img/lr/crazy.jpg");
	background-position: center;

}


/*
         * employee
         */
.employee {
	width: 350px;
	height: 500px;
	position: relative;
	overflow: hidden;
	margin: 3em 0.5em 3em 0.5em;
}

.employee a {
	display: block;
}

.employee figcaption {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.employee img.transform {
	display: inline-block;
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 0.8s linear;
}

.employee__name {
	line-height: 80px;
	text-align: center;
	background: #fff;
}

.employee__text {
	height: calc(100% - 80px);
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-size: 0.7em;
	padding: 30px;
	background: rgba(230, 18, 18, 0.6);
	align-content: center;
	opacity: 0;
	transition: opacity 1s ease;
}

.employee__text p {
	width: 100%;
	margin: 0 0 1em;
	opacity: 0;
	transition: opacity 1.4s ease;

}

.employee__text .job {
	width: 100%;
	font-size: 0.8em;
}

.employee:hover .employee__text,
.employee:hover .employee__text p {
	opacity: 1;
}

.employee:hover img.transform {
	transform: scale(1.1);
}


/* 
         * mailbutton
         */
.employee .mail {
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 1s ease;
}

.employee:hover .mail {
	opacity: 1;
}





.face_bg {
	/*background-image: url("../img/face_sk.png");*/
	background-repeat: no-repeat;
	background-position: calc(50% - -40px) -161px;
	opacity: 0.9;
	height: 1050px;
	padding-top: 100px;

}


.circle-container {
	position: relative;
	width: 800px;
	height: 800px;
	border-radius: 50%;
	padding: 0;
	/*list-style: none;*/
	margin: 0em auto 0;
	border: solid 8px red;
}

.circle-container > * {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6em;
	width: 6em;
	height: 6em;
}

.face_middle {

	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -11em;
	width: 10em;


}

div.face_middle img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	transition: 1s;

}


div.face_middle img:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transform-origin: center center 0px;
	transform: matrix3d(0.998907, 0, -0.0467375, 0.0000233688, -0.000309551, 0.999978, -0.0661595, 0.00000330797, 0.0467365, 0.00662318, 0.998885, -0.000499443, 5.35768, -0.758966, 0, 1);
	transform-style: preserve-3d;

}

.circle-container > *:nth-of-type(1) {
	-webkit-transform: rotate(0deg) translate(25em) rotate(0deg);
	transform: rotate(0deg) translate(23em) rotate(0deg);
}

.circle-container > *:nth-of-type(2) {
	-webkit-transform: rotate(60deg) translate(25em) rotate(-60deg);
	transform: rotate(60deg) translate(25em) rotate(-60deg);
}

.circle-container > *:nth-of-type(3) {
	-webkit-transform: rotate(120deg) translate(25em) rotate(-120deg);
	transform: rotate(120deg) translate(25em) rotate(-1200deg);
}

.circle-container > *:nth-of-type(4) {
	-webkit-transform: rotate(180deg) translate(25em) rotate(-180deg);
	transform: rotate(180deg) translate(25em) rotate(-180deg);
}

.circle-container > *:nth-of-type(5) {
	-webkit-transform: rotate(240deg) translate(25em) rotate(-240deg);
	transform: rotate(240deg) translate(25em) rotate(-240deg);
}

.circle-container > *:nth-of-type(6) {
	-webkit-transform: rotate(300deg) translate(25em) rotate(-300deg);
	transform: rotate(300deg) translate(25em) rotate(-300deg);
}

/*
.circle-container > *:nth-of-type(1) {
  -webkit-transform: rotate(0deg) translate(25em) rotate(0deg);
          transform: rotate(0deg) translate(25em) rotate(0deg);
}
.circle-container > *:nth-of-type(2) {
  -webkit-transform: rotate(45deg) translate(25em) rotate(-45deg);
          transform: rotate(45deg) translate(25em) rotate(-45deg);
}
.circle-container > *:nth-of-type(3) {
  -webkit-transform: rotate(90deg) translate(25em) rotate(-90deg);
          transform: rotate(90deg) translate(25em) rotate(-90deg);
}
.circle-container > *:nth-of-type(4) {
  -webkit-transform: rotate(135deg) translate(25em) rotate(-135deg);
          transform: rotate(135deg) translate(25em) rotate(-135deg);
}
.circle-container > *:nth-of-type(5) {
  -webkit-transform: rotate(180deg) translate(25em) rotate(-180deg);
          transform: rotate(180deg) translate(25em) rotate(-180deg);
}
.circle-container > *:nth-of-type(6) {
  -webkit-transform: rotate(225deg) translate(25em) rotate(-225deg);
          transform: rotate(225deg) translate(25em) rotate(-225deg);
}
.circle-container > *:nth-of-type(7) {
  -webkit-transform: rotate(270deg) translate(25em) rotate(-270deg);
          transform: rotate(270deg) translate(25em) rotate(-270deg);
}
.circle-container > *:nth-of-type(8) {
  -webkit-transform: rotate(315deg) translate(25em) rotate(-315deg);
          transform: rotate(315deg) translate(25em) rotate(-315deg);
}
*/
.circle-container img {
	display: block;
	max-width: 250%;
	border-radius: 50%;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);

}

.circle-container img:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: 1s;
}


--Gallery-- .hello {
	opacity: 1 !important;
}

.full {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.full .content {
	background-color: rgba(0, 0, 0, 0.75) !important;
	height: 100%;
	width: 100%;
	display: grid;
}

.full .content img {
	left: 50%;
	transform: translate3d(0, 0, 0);
	animation: zoomin 1s ease;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.byebye {
	opacity: 0;
}

.byebye:hover {
	transform: scale(0.2) !important;
}

.gallery {
	display: grid;
	grid-column-gap: 8px;
	grid-row-gap: 8px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-auto-rows: 18px;
	padding-top: 2em;
}

.gallery img {
	max-width: 100%;
	border-radius: 8px;
	box-shadow: 0 0 16px #333;
	transition: all 1.5s ease;
}

.gallery img:hover {
	box-shadow: 0 0 32px #333;
}

.gallery .content {
	/*padding: px;*/
}

.gallery .gallery-item {
	transition: grid-row-start 300ms linear;
	transition: transform 300ms ease;
	transition: all 0.5s ease;
	cursor: pointer;
}

.gallery .gallery-item:hover {
	transform: scale(1.025);
}

@media (max-width: 600px) {
	.gallery {
		grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
	}
}

@media (max-width: 400px) {
	.gallery {
		grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
	}
}

@-moz-keyframes zoomin {
	0% {
		max-width: 50%;
		transform: rotate(-30deg);
		filter: blur(4px);
	}

	30% {
		filter: blur(4px);
		transform: rotate(-80deg);
	}

	70% {
		max-width: 50%;
		transform: rotate(45deg);
	}

	100% {
		max-width: 100%;
		transform: rotate(0deg);
	}
}

@-webkit-keyframes zoomin {
	0% {
		max-width: 50%;
		transform: rotate(-30deg);
		filter: blur(4px);
	}

	30% {
		filter: blur(4px);
		transform: rotate(-80deg);
	}

	70% {
		max-width: 50%;
		transform: rotate(45deg);
	}

	100% {
		max-width: 100%;
		transform: rotate(0deg);
	}
}

@-o-keyframes zoomin {
	0% {
		max-width: 50%;
		transform: rotate(-30deg);
		filter: blur(4px);
	}

	30% {
		filter: blur(4px);
		transform: rotate(-80deg);
	}

	70% {
		max-width: 50%;
		transform: rotate(45deg);
	}

	100% {
		max-width: 100%;
		transform: rotate(0deg);
	}
}

@keyframes zoomin {
	0% {
		max-width: 50%;
		transform: rotate(-30deg);
		filter: blur(4px);
	}

	30% {
		filter: blur(4px);
		transform: rotate(-80deg);
	}

	70% {
		max-width: 50%;
		transform: rotate(45deg);
	}

	100% {
		max-width: 100%;
		transform: rotate(0deg);
	}
}


/*css for the slide show- first try, full of hope*/

/* {
  box-sizing: border-box;
} */

/* Position the image container (needed to position the left and right arrows) */
.container {
	position: relative;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 2%;
}

/* Hide the images by default */
.mySlides {
	display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
	cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 50px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	color: white;
	font-size: 14px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Container for image text */
.caption-container {
	text-align: center;
	background-color: #222;
	padding: 3px 16px 16px 10px;
	color: white;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Six columns side by side */
.column {
	float: left;
	width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
	opacity: 0.6;
}

.active,
.demo:hover {
	opacity: 1;
}

/*end of slide show css. its working, hellya!*/


/* Position the 2nd image container (needed to position the left and right arrows) */
.container2 {
	position: relative;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 2%;
}

/* Hide the images by default */
.mySlides2 {
	display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor2 {
	cursor: pointer;
}

/* Next & previous buttons */
.prev2,
.next2 {
	cursor: pointer;
	position: absolute;
	top: 40%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 50px;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next2 {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev2:hover,
.next2:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext2 {
	color: white;
	font-size: 14px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* Container for image text */
.caption-container2 {
	text-align: center;
	background-color: #222;
	padding: 3px 16px 16px 10px;
	color: white;
}

.row2:after {
	content: "";
	display: table;
	clear: both;
}

/* Six columns side by side */
.column2 {
	float: left;
	width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo2 {
	opacity: 0.6;
}

.active2,
.demo2:hover {
	opacity: 1;
}


/* WE Gallery
*/
div.we-header {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: block;
	text-align: center;
	width: 100%;
	height: 3em;
	background: black;
	box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.5);
	z-index: 1;
}

div.we-header ul.nav {
	overflow: hidden;
}

div.we-header ul.nav li {
	float: left;
	margin: 0 10px;
}

div.we-header ul.nav li:first-child {
	margin-left: 125px;
}

div.we-header ul.nav li a {
	display: block;
	padding: 10px;
	font-family: 'Truetypewriter PolyglOTT';
	font-size: 2em;
	letter-spacing: 0.05em;
	line-height: 2.5em;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 2px 2px #000000;
	color: #E5E5E5;
}

main {
	height: 900px;
	position: relative;
}


/* 3D scene */
.scene {
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	perspective: 1000px;
	perspective-origin: 50% 25%;
	backface-visibility: hidden;
	transform-style: preserve-3d;
}

@-webkit-keyframes zoom-roll-top {
	50% {
		transform: rotateX(-10deg) translateZ(-200px);
	}

	100% {
		transform: rotateX(0) translateZ(0);
	}
}

@-webkit-keyframes zoom-roll-middle {
	50% {
		transform: rotateX(-10deg) translateZ(-200px);
	}

	100% {
		transform: rotateX(0) translateZ(0);
	}
}

@-webkit-keyframes zoom-roll-bottom {
	50% {
		transform: rotateX(-10deg) translateZ(-200px);
	}

	100% {
		transform: rotateX(0) translateZ(0);
	}
}

@-moz-keyframes zoom-roll-top {
	50% {
		transform: rotateX(-10deg) translateZ(-200px);
	}

	100% {
		transform: rotateX(0) translateZ(0);
	}
}

@-moz-keyframes zoom-roll-middle {
	50% {
		transform: rotateX(-10deg) translateZ(-200px);
	}

	100% {
		transform: rotateX(0) translateZ(0);
	}
}

@-moz-keyframes zoom-roll-bottom {
	50% {
		transform: rotateX(-10deg) translateZ(-200px);
	}

	100% {
		transform: rotateX(0) translateZ(0);
	}
}

.roll-camera {
	transform-style: preserve-3d;
}

.roll-camera .move-camera {
	transform-style: preserve-3d;
	transform: translateY(0px);
	transition: all 3s ease-in-out;
}

main.view-top-shelf .roll-camera {
	animation: zoom-roll-top 3s ease-in-out;
}

main.view-top-shelf .roll-camera .move-camera {
	transform: translateY(0px);
}

main.view-middle-shelf .roll-camera {
	animation: zoom-roll-middle 3s ease-in-out;
}

main.view-middle-shelf .roll-camera .move-camera {
	transform: translateY(-200px);
}

main.view-bottom-shelf .roll-camera {
	animation: zoom-roll-bottom 3s ease-in-out;
}

main.view-bottom-shelf .roll-camera .move-camera {
	transform: translateY(-400px);
}

.wallpaper {
	position: absolute;
	width: 200%;
	height: 2000px;
	margin-left: -50%;
	background-image: linear-gradient(-40deg, #769a31 10%, #526b22 25%);
}

.wallpaper:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url('https://raw.github.com/peterwestendorp/shelves/master/images/white_wall.png');
}

.shelf {
	position: absolute;
	left: 50%;
	margin-left: -325px;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	transform: rotateY(90deg) rotateX(90deg) translateX(199px);
}

.shelf.top {
	top: 450px;
}

.shelf.middle {
	top: 650px;
}

.shelf.bottom {
	top: 850px;
}

.shelf .face {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff7eb;
	box-shadow: inset 0 0 75px 1.5px rgba(0, 0, 0, .1);
}

.shelf .front {
	width: 100px;
	height: 700px;
	transform-style: preserve-3d;
	transform: translateX(35px) translateY(-350px) translateZ(10px);
}

.shelf .back {
	width: 100px;
	height: 700px;
	transform: translateX(35px) translateY(-350px) translateZ(-10px);
}

.shelf .left {
	width: 20px;
	height: 700px;
	background: linear-gradient(0deg, #eae3d8 0%, #fff7eb 100%);
	transform: translateX(25px) translateY(-350px) rotateY(-90deg) translateZ(0);
}

.shelf .top {
	width: 20px;
	height: 100px;
	transform: translateX(75px) translateY(300px) rotateX(90deg) rotateZ(90deg);
}

.shelf .bottom {
	width: 20px;
	height: 100px;
	transform: translateX(75px) translateY(-400px) rotateX(90deg) rotateZ(90deg);
}

/* lighting */
.shelf:before {
	content: "";
	display: block;
	width: 670px;
	height: 20px;
	box-shadow: 0 -30px 30px 20px rgba(0, 0, 0, 0.5);
	transform: rotateX(90deg) rotateY(90deg) translateX(-20px) translateZ(-200px) skew(-45deg);
}

.shelf .back:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
}

.shelf .top:before,
.shelf .bottom:before,
.shelf .left:before,
.shelf .right:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
}


/* photo cards */
.shelf .photocard {
	position: relative;
	display: block;
	width: 150px;
	height: 100px;
	transform-style: preserve-3d;
	transform: rotateX(-90deg) rotateY(270deg) translateY(-50px) translateZ(25px);
}

.shelf .photocard:after {
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0;
	display: block;
	width: 100px;
	height: 1px;
	box-shadow: 0 30px 30px 20px rgba(0, 0, 0, 0.5);
	transform: rotateX(90deg) rotateZ(180deg) translateX(25px) translateY(-15px) skew(-45deg);

	/* don't apply box-shadow to FF (render bug) */
	-moz-transform: scale(0);
}

.shelf .photocard:nth-child(1n) {
	top: 75px;
}

.shelf .photocard:nth-child(2n) {
	top: 200px;
}

.shelf .photocard:nth-child(3n) {
	top: 325px;
}

.shelf .photocard img {
	display: block;
	width: 150px;
	height: 100px;
	outline: 1px solid transparent;
	/* triggers anti-anliasing in FF */
}

section {
	margin-right: 25em;
	margin-left: 25em;
}

h3 {
	color: red;
	font-size: 2em;
	font-family: 'Truetypewriter PolyglOTT';
	font-weight: 200;
	text-align: center;
	margin: 1em;
}


ul.dat_list {
	list-style: disc;
	color: white;
	margin-top: 1.3em;
	margin-bottom: 1.3em;


}

.dat_list li {
	margin: 0em;
	padding: 0em;
	font-size: 1.1em;
	line-height: 20px;
	display: list-item;

}

.impr_text {
	margin-bottom: 1.2em;
}
