html, body {
	/*top: -2%;*/
	height: 100%;
	min-height: 100%;
}

body {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	background-image: url('../media/img/background_indexx.jpg');
	background-color: #cccccc;
	background-position: center;
	background-size: 100%;
	background-blend-mode: overlay;
	background-attachment: fixed;
	object-fit: cover;
	height: 100%;
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
}

/*******************************************************************
LAYOUT
*******************************************************************/
div {
	
}

a {
	text-decoration: none;
}

h1 {
	color: #494949;
	text-align: center;
}

h2 {
	color: #5d7177;
	padding-top: 8%;
	margin-bottom: 5px;
	text-transform: uppercase;
	text-align: center;
}

h3 {
	font-size: 40px;
	text-align: center;
}

h4, p {
	font-family: 'Roboto Slab', sans-serif;
	color: #494949;
}

h6 {
	color: #5d7177;
}

hr {
	width: 30px;
	height: 3px;
	background: #494949;
	border: 0;
	margin: 0 auto 40px auto;
}

#onepage-container {
	height: 100%;
}

.movable {
	width: 100%;
	height: 100%; min-height : 100%;
	max-height: 100%;
	min-height: 100%; max-height : 100%;
	position: absolute;
}

#home-section {
	top: 0%;
	text-align: center;
	position: relative;
}

.home-headlines {
	color: #494949;
	font-weight: 500;
	text-transform: uppercase;
}

.quicklinks {
	text-align: center;
	text-transform: uppercase;
}

#about-section {
	top: -100%;
	position: absolute;
}

.visible-top-nav {
	width: 100%;
	height: 80px;
	left: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	z-index: 1000;
}

.logo {
	
}

#about-container {
	top: 100%;
}

#blog-section {
	top: 100%;
}

.team-selector {
	
}

.left-team-selector {
	
}

.team-selector-content {
	
}

.about-us {
	text-align: center;
}

#kontakt-section {
	top: 300%;
	text-align: center;
}

#memberzone-section {
	top: 300%;
}

.login-left {
	
}

.register-right {
	
}

#footer {
	opacity: 1.0;
	bottom: 10%;
	position: absolute;
	text-align: center;
}

.social-media-buttons {
	
}

/************************************************
Animations
************************************************/
@keyframes moveUpTo { 
0% {
	top: -100%;
	position: fixed;
}

100% {
	top: 0%;
	position:fixed;
}

}
@keyframes moveUpAway { 
0% {
	top: 0%;
	position: fixed;
}

100% {
	top:100%;
	position:fixed;
}

}
@keyframes moveDownTo { 
0% {
	top: 100%;
	position: fixed;
}
100% {
	top: 0%;
	position: fixed;
}

}
@keyframes moveDownAway { 
0% {
	top: 0%;
	position: fixed;
}
100% {
	top:-100%;
	position: fixed;
}

}