html,
body{
	width: 100%;
	height: 100%;
}

body{
	position: relative;
	font-family: 'Open Sans';
	font-size: 16px;
	line-height: 22px;
	color: #000;
	padding-top: 51px;
}
section{
	padding: 200px 0;
}
#intro{
	padding-bottom: 100px;
	position: relative;
	background-image: url(../img/intro-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#intro table{
	width: 100%;
	height: 60%;
}
#intro .claim{
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2em;
	font-size: 1.5em;
	margin-top: 2em;
	text-shadow:  1px  1px 2px #fff,
                  1px -1px 2px #fff,
                 -1px  1px 2px #fff,
                 -1px -1px 2px #fff;
}
#downer{
	position: absolute;
	bottom: 0;
	height: 100px;
	width: 100%;
	text-align: center;
	/* by http://www.colorzilla.com/gradient-editor/ */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 95%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(95%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 95%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
#downer a{
	display: inline-block;
	color: #000;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	border: 5px solid black;
	border-radius: 50%;
}
#uebermich h4{
	font-weight: bold !important;
}
#uebermich p+h4{
	margin-top: 25px;
}
#techniken .fivecol{
	width: 20%;
}
#techniken .techimg{
	border-radius: 50%;
	max-width: 100%;
	margin-bottom: 50px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}
#techniken h2+p{
	margin-top: 25px;
}
#techniken p{
	text-align: left;
	/*text-align: justify;*/
}
#kontakt{
	/*padding-bottom: 0;*/
}
#gmap1,
#gmap2{
	height: 500px;
}
.photoslide {
	width: 100%;
	height: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	box-shadow: inset 0 0 50px rgba(0,0,0,0.5);
	background-attachment: fixed;

}
.photoslide-mobile {
        background-attachment: scroll;
}
.photoslide-first{
	background-image: url(../img/ps-first.jpg?t=20191223);
}
.photoslide-second{
	background-image: url(../img/ps-second.jpg?t=20191223);
}
.photoslide-third{
	background-image: url(../img/ps-third.jpg?t=20191223);
}
.photoslide-fourth{
	background-image: url(../img/ps-fourth.jpg?t=20191223);
}
.fotorama-zitat{
	position: absolute;
}
