@charset "UTF-8";

/* homenaje-regular - latin */
@font-face {
  font-family: 'Homenaje';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/homenaje/homenaje-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/homenaje/homenaje-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/homenaje/homenaje-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/homenaje/homenaje-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/homenaje/homenaje-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/homenaje/homenaje-v16-latin-regular.svg#Homenaje') format('svg'); /* Legacy iOS */
}
body {
	width:100%;
	heigth:100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color:#000;
}
h1, h2, h3, h4, h5, h6 {
	font-family:SerpentineD-Bol;
	font-weight: 700;
	text-align: center;
}
a {
	font-family: 'Homenaje';
	text-decoration: none;
	font-weight: 300;
	color: #000;
	text-align: center;
}
.dotted {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #666;
}
#face {
	position:fixed;
	width:50px;
	height:50px;
	z-index:99;
	border-radius: 50%;
	left: 30px;
	bottom:30px;
	visibility: visible;
	animation-name:colors;
	animation-duration:10s;
	animation-iteration-count:infinite;
	-webkit-animation-name:colors;
	-webkit-animation-duration:10s;
	-webkit-animation-iteration-count:infinite;
}
#home {
	position:fixed;
	width:50px;
	height:50px;
	z-index:99;
	border-radius: 50%;
	right: 30px;
	bottom:30px;
	visibility: visible;
	animation-name:colors;
	animation-duration:10s;
	animation-iteration-count:infinite;
	-webkit-animation-name:colors;
	-webkit-animation-duration:10s;
	-webkit-animation-iteration-count:infinite;
}
#textround {
	width:300px;
	height:300px;
	z-index:99;
	background-color:rgba(234, 90, 43, 0.5);
	margin:auto;
	border-radius: 50%;
	padding-left: 50px;
	padding-right:50px;
	padding-top: 50px;
	padding-bottom:50px;
	visibility: visible;
}
#textround h1 {
	font-family:'Homenaje';
	font-size:2em;
	color:#FFF;
}
		
#eyes {
	position:relative;
	width:50px;
	height:50px;
	z-index:99;
	border-radius: 50%;
	left: 45%;
	bottom:0px;
	visibility: visible;
	animation-name:colors;
	animation-duration:10s;
	animation-iteration-count:infinite;
	-webkit-animation-name:colors;
	-webkit-animation-duration:10s;
	-webkit-animation-iteration-count:infinite;
}
#content {
	z-index:5;
	width: 100%;
	position: absolute;
	left: 0px;
	top:0px;
}
#logo {
	z-index:100;
	position: absolute;
	left: 60px;
	top:5px;
	font-family: SerpentineD-Bol;
	font-size: 5em;
}
#topic {
	font-family:SerpentineD-Bol;
	font-size:8em;
	text-align:center;
	top:10px;
	position:relative;
	color:#FFF;
	padding-bottom:30px;
}
 @media screen and (max-width: 1364px) {
 #topic {
font-size:8em;
}
}
 @media screen and (max-width: 1240px) {
 #topic {
font-size:6em;
}
}
 @media screen and (max-width: 768px) {
 #topic {
font-size:4em;
}
}
 @media screen and (max-width: 420px) {
 #topic {
font-size:2em;
}
}
#topic2 {
	font-family:SerpentineD-Bol;
	font-size:3em;
	color:rgba(234, 90, 43, 1);
	text-align:center;
	top:10px;
	position:relative;
	padding-bottom:30px;
	padding-top:180px;
}
 @media screen and (max-width: 1364px) {
 #topic2 {
font-size:3em;
}
}
 @media screen and (max-width: 1240px) {
 #topic2 {
font-size:2em;
}
}
 @media screen and (max-width: 768px) {
 #topic2 {
font-size:1.5em;
}
}
 @media screen and (max-width: 420px) {
 #topic2 {
font-size:1em;
}
}
#topicblack {
	font-family:SerpentineD-Bol;
	font-size:8em;
	line-height:normal;
	text-align:center;
	padding-bottom:30px;
	padding-top:30px;
	position:relative;
	color:#FFF;
}
 @media screen and (max-width: 1364px) {
 #topicblack {
font-size:8em;
}
}
 @media screen and (max-width: 1240px) {
 #topicblack {
font-size:6em;
}
}
 @media screen and (max-width: 768px) {
 #topicblack {
font-size:4em;
}
}
 @media screen and (max-width: 420px) {
 #topicblack {
font-size:2em;
}
}
#spaltetxt {
	position:relative;
	overflow:hidden;
	background-color: #FFF;
	padding-bottom:50px;
	padding-top:50px;
}
#spaltetxt ul li {
	width:50%;
	height:auto;
	position:relative;
	float:left;
	list-style:none;
	overflow:hidden;
}
#spaltetxt li h {
	font-family:'Homenaje';
	font-weight:700;
	font-size:1.5em;
	text-align:center;
	display:block;
}
#spaltetxt li p {
	text-align: justify;
	font-family: 'Homenaje';
	font-weight: 400;
	font-size: 1.2em;
	display:block;
	width:70%;
	margin-left:15%;
}
 @media screen and (max-width: 1364px) {
 #spaltetxt ul li {
 width: 50%;
}
}
 @media screen and (max-width: 1024px) {
 #spaltetxt ul li {
 width: 50%;
}
}
 @media screen and (max-width: 768px) {
 #spaltetxt ul li {
 width: 100%;
}
}
 @media screen and (max-width: 420px) {
 #spaltetxt ul li {
 width: 100%;
}
}
#spielone {
	position:relative;
	overflow:hidden;
	margin:center;
	max-width:1680px;
	padding-bottom:100px;
}
#spielone ul li {
	width:25%;
	height:auto;
	position:relative;
	float:left;
	list-style:none;
	overflow:hidden;
}
#spielone li h {
	font-family:'Homenaje';
	color:#FFF;
	font-weight:700;
	font-size:1.4em;
	text-align:center;
	display:block;
}
#spielone li h .spielonesmall {
	font-size:0.8em;
}
 @media screen and (max-width: 1364px) {
 #spielone ul li {
 width: 25%;
}
}
 @media screen and (max-width: 1024px) {
 #spielone ul li {
 width: 50%;
}
}
 @media screen and (max-width: 768px) {
 #spielone ul li {
 width: 100%;
}
}
 @media screen and (max-width: 420px) {
 #spielone ul li {
 width: 100%;
}
}
.dateblack {
	font-size:1em;
}
#spieltwo {
	position:relative;
	overflow:hidden;
	margin:auto;
	background-color:rgba(255, 255, 255, 0.4);
}
#spieltwo ul li {
	width:15%;
	position:relative;
	float:left;
	margin-top:25px;
	margin-right: 1%;
}
#spieltwo li h {
	font-family:SerpentineD-Bol;
	text-shadow:7px 7px 2px #333;
	font-size:10em;
	text-align:center;
	display:block;
	color:rgba(234, 90, 43, 1);
	border-radius:50%;
	background-color:#000;
}
#spieltwo li h2 {
	font-family:'Homenaje';
	font-size:1.5em;
	text-align:center;
	display:block;
	color:rgba(234, 90, 43, 1);
}
#spieltwo li p {
	width:60%;
	margin-left:20%;
	font-family:'Homenaje';
	text-align:left;
	display:block;
	color:#000;
}
}
 @media screen and (max-width: 1364px) {
 #spieltwo ul li {
 width: 15%;
}
#spieltwo li h{
	text-shadow:5px 5px 1px #333;
	font-size:7em;
}
#spieltwo li h2 {
	font-size:1.5em;
}
}
 @media screen and (max-width: 1240px) {
 #spieltwo ul li {
 width: 15%;
}
#spieltwo li h{
	text-shadow:2px 2px 1px #333;
	font-size:5em;
}
#spieltwo li h2 {
	font-size:1em;
}
}
 @media screen and (max-width: 768px) {
 #spieltwo ul li {
 width: 15%;
}
#spieltwo li h{
	text-shadow:1px 1px 0.5px #333;
	font-size:3em;
}
#spieltwo li h2 {
	font-size:0.7em;
}

}
 @media screen and (max-width: 420px) {
 #spieltwo ul li {
 width: 15%;
}
#spieltwo li h{
	font-size:1.5em;
}
#spieltwo li h2 {
	font-size:0.3em;
}

}
#first {
	padding-left: 25%;
	padding-right: 25%;
	position:relative;
	top:0px;
	left:0px;
	text-align: justify;
	font-family: 'Homenaje';
	font-weight: 400;
	font-size: 1.6em;
	background-color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
#philo {
	background-attachment: fixed;
	background-image: url(../images/backfeed/mond.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}
#team {
	background-attachment: fixed;
	background-image: url(../images/backfeed/team.jpg);
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	position: relative;
}
#profil {
	background-attachment: fixed;
	background-image:url(../images/backfeed/db_schnee.jpg);
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	position: relative;
}
#projekte {
	background-attachment: fixed;
	background-image:url(../images/backfeed/bvv_cap.jpg);
	background-size: cover;
		background-position:center;

	background-repeat: no-repeat;
	position: relative;
}
#kontakt {
	background-attachment: fixed;
	background-image: url(../images/backfeed/mond.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}
#kontakttext {
	padding-left: 55%;
	padding-right: 2%;
	position:relative;
	top:0px;
	left:0px;
	font-family: 'Homenaje';
	color:#FFF;
	font-weight: 400;
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 50px;	
}
#kontakttext p a {
color:#FFF;
}

#second {
	text-align: justify;
	position:relative;
	background-color:#333;
	margin: auto;
}
.leer {
	height:60%;
	width:100%;
}
#pics {
	position:relative;
}
#ankhidden {
	visibility: hidden;
	position: relative;
	top: 0px;
	left: 0px;
	height: 0px;
}
#ank {
	visibility: hidden;
	position: relative;
	left: 0px;
	top: 0px;
}

img {
	border:none;
}
#content #impress #akkordeon .top .inhalt p {
	font-family: Homenaje;
	text-align: left;
}
to {
	background-color:#FFF;
}
/* menu  */


li {
	list-style:none;
	text-align: left;
}
@keyframes titelcolors {
 from {
background-color:#rgba(234, 90, 43, 1);
}
 25% {
background-color:#000;
}
 50% {
background-color:rgba(234, 90, 43, 1);
}
 75% {
background-color:#000;
}
to {
	background-color:rgba(234, 90, 43, 1);
}
}
@-webkit-keyframes titelcolors {
 from {
background-color:rgba(234, 90, 43, 1);
}
 25% {
background-color:#000;
}
 50% {
background-color:rgba(234, 90, 43, 1);
}
 75% {
background-color:#000;
}
to {
	background-color:rgba(234, 90, 43, 1);
}
}
@keyframes colors {
 from {
background-color:#FFF;
}
 25% {
background-color:#000;
}
 50% {
background-color:#FFF;
}
 75% {
background-color:#000;
}
to {
	background-color:#FFF;
}
}
@-webkit-keyframes colors {
 from {
background-color:#FFF;
}
 25% {
background-color:#000;
}
 50% {
background-color:#FFF;
}
 75% {
background-color:#000;
}
}
.menuBox {
	width: 150px;
	height:70px;
}
#title {
	width:50px;
	height:50px;
	position:absolute;
	left:20px;
	top:20px;
	border-radius:50%;
	animation-name:titelcolors;
	animation-duration:10s;
	animation-iteration-count:infinite;
	-webkit-animation-name:titelcolors;
	-webkit-animation-duration:10s;
	-webkit-animation-iteration-count:infinite;
}
.menubar {
	width:30px;
	height:5px;
	position:absolute;
	right:10px;
	background-color:#FFF;
}
#ddMenu {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	cursor: pointer;
}
#ddMenu ul {
	float: left;
	overflow: hidden;
	position: fixed;
	top: 70px;
	height:0px;
	left:0px;
	margin:0;
	padding:0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transition-timing-function: cubic-bezier(0.275, 0.585, 0.37, 0.99);
	-moz-transition-timing-function: cubic-bezier(0.275, 0.585, 0.37, 0.99);
	-o-transition-timing-function: cubic-bezier(0.275, 0.585, 0.37, 0.99);
	transition-timing-function: cubic-bezier(0.275, 0.585, 0.37, 0.99);
}
#ddMenu:hover ul {
	height: 400px;
}
#ddMenu ul li {
	position: relative;
	clear: both;
	overflow: hidden;
}
#ddMenu ul li a {
	text-decoration: none;
	font-size:2em;
	color: white;
	float:left;
	position:relative;
	padding:4px 22px;
	display:block;
}
#ddMenu ul li span {
	height: 44px;
	width: 100%;
	position: absolute;
	left: -3px;
	top: 0;
}
#ddMenu ul li .black {
	z-index: -1;
	background: black;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#ddMenu ul li .white {
	z-index: -2;
	background: white;
}
#ddMenu ul a:hover .black {
	width:0%;
}
#ddMenu ul a:hover {
	color:black;
}
#impress {
	width:100%;
	position:relative;
	color:#FFF;
	font-family:'Homenaje';
	text-align:center;
	padding-top:10px;
	overflow:hidden;
	background-color:#000;
}
.imageBox {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.figure {
	width:100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	margin:0px;
	background: #333;
}
.imageBox .tr-opacity {
	opacity:1;
	-webkit-transition: opacity 2s;
}
.imageBox:hover .tr-opacity {
	opacity:0;
}
.imageBox .tr-slideIn {
	width:100%;
	left:0;
	margin: 0;
	padding-top: 0px;
	opacity: 0.8;
	background:#333;
	color: white;
	border:none;
	-webkit-transition: all 2.5s;
	-moz-transition: all 2.5s;
	-o-transition: all 2.5s;
	transition: all 2.5s;
}
.imageBox:hover .tr-slideIn {
	left: -100%;
}
#content #impress #akkordeon .top .inhalt p {
	font-family: Homenaje;
	text-align: left;
}
#content #spielone ul li h a {
	color: #FFF;
}
#content #spielone ul li h a:hover {
	color: rgba(234, 90, 43, 1);
}
