/* Layout - Startseite */

/* HeaderWrapper */

#HeaderWrapper {
	position: fixed;
}

/* Animation */

#GalleryWrapper > .animation > .wrapper > .text {
	display: block !important;
	font-size: 100px !important;
	font-weight: 400;
	position: relative;
}
#GalleryWrapper > .animation > .wrapper > .text_2 {
	font-size: 50px !important;
	font-weight: 400;
}
#GalleryWrapper > .animation > ol {
    bottom: 70px;
    display: inline-block;
    left: 50%;
    margin: 0px 0px 0px -55px;
    position: absolute;
    z-index: 80;
}
#GalleryWrapper > .animation > ol.hide {
    opacity: 0;
}
#GalleryWrapper > .animation > ol > li {
	background: #FFFFFF;
    background: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    float: left;
    height: 15px;
    margin: 0px 10px 0px 0px;
    text-indent: -9999px;
    width: 50px;
    z-index: 20;
}
#GalleryWrapper > .animation > ol > li:hover,
#GalleryWrapper > .animation > ol > li.selected {
    background: rgba(255, 255, 255, 0.57);
    border: 1px solid rgba(255, 255, 255, 0.9);
    cursor: pointer;
}
#GalleryWrapper > .animation > ol > li:last-child {
    margin-right: 0px;
}
/* Footer */

#FooterWrapper {
    bottom: -175px;
    height: 226px;
	position: absolute;
	
}
#FooterWrapper > div {
	padding: 0 20px 10px 20px;
}
#FooterWrapper > div:before {
    background: #555356;
    bottom: -1px;
    content: "";
    display: block;
    height: 1px;    
	position: absolute;
	right: 20px;
    left: 20px;
}
#FooterWrapper > p {
	color: #f9f9f9;
	font-size: 16px;
	margin: 0 auto;
	max-width: 1140px;
	padding: 5px 20px 25px 20px;
	position: relative;
}
@media all and (max-width: 1360px){

	#GalleryWrapper > .animation > .wrapper > .text_2 {
		font-size: 42px !important;
	}

}
@media all and (max-width: 1150px){

	#GalleryWrapper > .animation > .wrapper > .text {
		display: none !important;
	}

}
@media all and (max-width:800px){

	#FooterWrapper {
		bottom: -203px;
		height: 293px;
	}
	#GalleryWrapper > .animation > ol {
		bottom: 107px;
    }
    #FooterWrapper > div {
		padding: 0 0 48px 0;
	}
    
}
@media all and (max-width:780px){
	
	#HeaderWrapper {
		position: absolute;
	}
	
}
@media all and (max-width:650px){

	#FooterWrapper {
		bottom: -260px;
		height: 350px;
	}
    
}
@media all and (max-width:500px){

	#FooterWrapper {
		bottom: -290px;
		height: 415px;
	}
	#GalleryWrapper > .animation > ol {
		bottom: 141px;
    }
    
}
@media all and (max-width:440px){

	#FooterWrapper {
		bottom: -346px;
		height: 505px;
	}
	#FooterWrapper > div {
		padding: 0 0 82px 0;
	}
	#FooterWrapper > div:before  {
		display: none;
	}		
	#GalleryWrapper > .animation > ol {
		bottom: 176px;
    }
    #FooterWrapper > p {
		padding-top: 15px;
    }
    
}
@media all and (max-width:390px){

	#FooterWrapper {
		bottom: -414px;
		height: 573px;
	}
		
}