html{
	margin: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;

}

body{
	position:absolute;
	margin: 0;
	width: 100%;
	max-width: 100%;
	height: 100%;
	background-color: #000000;
	overflow:hidden;
}

@font-face {
    font-family: CG;
    src: url(./fonts/CormorantGaramond-Light.ttf);
}

@font-face {
    font-family: CGI;
    src: url(./fonts/CormorantGaramond-LightItalic.ttf);
}

@font-face {
    font-family: Char;
    src: url(./fonts/Charmonman-Regular.ttf);
}







/* ######################################
   ######################################
				 WEBSITE
   ######################################
   ###################################### */
   
#background_image{
	background-image: url("./images/fell.jpg");
	background-size: cover;
	min-height: 100%;
	filter: brightness(1); 
	position: fixed;
	top:0;
	left:0;
	background-color:#2E2E2E; 
	display: table;
	height:100%;
	width:100%;
	z-index: -1;
}	


#website{
	width:100%;
	height:100%;
	
	position: absolute;
	overflow-y: scroll;
}
	

@keyframes all_flow
{
	0%		{	transform: translateY(-0.25%)  rotate(-0.5deg) ;	}
	100%	{	transform: translateY(0.25%)  rotate(0.5deg) ;	}
}


#website{
	width:100%;
	height:100%;
	
	position: absolute;
	
	text-rendering: geometricPrecision;
	
	animation-duration: 5s;
	animation-timing-function: ease-in-out; /*	cubic-bezier(0.1, 0.7, 1.0, 0.1);	*/
    animation-name: all_flow;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
	

/* ######## VITA  ######## */


@keyframes vita_flow
{
	0%		{	transform: translateX(-49.75%) translateY(-50%) ;	}
	100%	{	transform: translateX(-50.25% ) translateY(-50%) ;	}
}

#vita_name{
	z-index:10;
	font-family: Char;
	font-size:60px;
	transform: scale(1,1);
	color:rgba(255,255,255,1.0);
	text-shadow: 0px 0px 20px rgba(0,0,0,1) , 0px 0px 20px rgba(0,0,0,1) ,0px 0px 20px rgba(0,0,0,1) , 0px 0px 20px rgba(0,0,0,1) , 0px 0px 20px rgba(0,0,0,1) , 0px 0px 10px rgba(0,0,0,1) , 0px 0px 5px rgba(0,0,0,1);
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
	text-align:center;
	
	transition:
		color 0.5s;
}
   
#vita{
	position: absolute;
    top: 15%;
	left:50%;
    transform: translateY(-50%);
	-webkit-transform: translate(-50%);
	
	text-align:center;
	
	/*
	animation-duration: 5s;
	animation-timing-function: ease-in-out; 
    animation-name: vita_flow;
    animation-iteration-count: infinite;
    animation-direction: alternate;
	*/
	

	width:100%;
	margin:auto;
	
	font-family: CGI;
	font-size:30px;
	color:#FFF;
	text-shadow: 0px 0px 20px rgba(0,0,0,1) , 0px 0px 20px rgba(0,0,0,1) ,0px 0px 20px rgba(0,0,0,1) , 0px 0px 20px rgba(0,0,0,1) , 0px 0px 20px rgba(0,0,0,1) , 0px 0px 10px rgba(0,0,0,1) , 0px 0px 5px rgba(0,0,0,1);
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	text-rendering: geometricPrecision;

}	

#vita_name:hover{
	cursor: pointer;
	color:rgba(255,255,255,0.5);
}

#vita_l1{
	display:none;
	opacity:0;
}

#vita_l2{
	display:none;
	opacity:0;
}

#vita_l3{
	display:none;
	opacity:0;
}

#vita_l4{
	display:none;
	opacity:0;
}


#order_info{
	display:none;
	opacity:0;

	margin:0px auto;
	padding:10px;
	margin-top:50px;
	width:800px;
	background-color:rgba(255,255,255,0.75); 
	box-shadow: 0px 0px 5px rgba(0,0,0,0.9);
	transition: box-shadow 0.5s;
	

	color:black;
	text-align: left;
	font-family:GenBas;
	font-size:18px;
	text-shadow:0px 0px 3px rgba(0,0,0,0.3);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}


#link{
	text-decoration: none;
	color: black;
	font-weight: bold;
	
	transition:
		color 0.5s;
}

#link:hover{
	text-decoration: none;
	color: #9b5517;
	font-weight: bold;
}

/* ######## NAV  ######## */

#nav_points{
	width: auto;
	max-width: 2000px;
	height: 500px;

	position: relative;
    top: 40%;

	margin: auto;
	text-align: center;
}

/* ######## TITLE  ######## */

@keyframes title_flow 
{
	0%		{	transform: translateX(-5%) translateY(-5%) ;	}
	100%	{	transform: translateX(-5% ) translateY(-5%) ;	}
}

@keyframes title_flash
{
  0%
  {
    color: rgba(255,255,255,0.6 );
  }
  10%
  {
    color: rgba(255,255,255,0.6 );
  }
  25%
  {
    color: rgba(255,255,255,0.8 );
  }
  45%
  {
    color: rgba(255,255,255,0.6 );
  }
  60%
  {
    color: rgba(255,255,255, 1 );
  }
  80%
  {
    color: rgba(255,255,255,0.6 );
  }
  100%
  {
    color: rgba(255,255,255,0.6 );
  }
}

#nav_point_titel{
	margin: auto;
	width: fit-content;
	/*
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
    animation-name: title_flow;
    animation-iteration-count: infinite;
    animation-direction: alternate;*/
}

#nav_point_titel a{
	
	animation-duration: 2s;
    animation-name: title_flash;
    animation-iteration-count: infinite;
	
	text-decoration:none;
	font-family: CG;
	color:rgba(255,255,255,0.6);
	width:170px;
	font-size:60px;
	text-shadow: 0px 0px 30px rgba(0,0,0,1) , 0px 0px 30px rgba(0,0,0,1) ,0px 0px 30px rgba(0,0,0,1) , 0px 0px 30px rgba(0,0,0,1) , 0px 0px 30px rgba(0,0,0,1) , 0px 0px 10px rgba(0,0,0,1) , 0px 0px 5px rgba(0,0,0,1);
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
	transition:
		color 1s;
}

#nav_point_titel ::after {
	margin:auto;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0000;
	box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    transition: width .3s;
}

#nav_point_titel :hover::after {
    width: 100%;
}


/* ######## ABSICHTEN  ######## */


@keyframes order_flow
{
	0%		{	transform: translateX(-47%) translateY(-50%);	}
	100%	{	transform: translateX(-53% ) translateY(-50%);	}
}

#nav_point_absichten{
	margin: auto;
	margin-top: 3rem;
	width: fit-content;
	/*
	animation-duration: 5s;
	animation-timing-function: ease-in-out;
    animation-name: title_flow;
    animation-iteration-count: infinite;
    animation-direction: alternate;*/

}

#nav_point_absichten a{
	opacity:1;

	text-align: center;
	text-decoration:none;
	white-space: nowrap;
	font-family: CG;
	color:#FFF;
	width:170px;
	font-size:22px;
	text-shadow: 0px 0px 30px rgba(0,0,0,1) , 0px 0px 30px rgba(0,0,0,1) ,0px 0px 30px rgba(0,0,0,1) , 0px 0px 30px rgba(0,0,0,1) , 0px 0px 30px rgba(0,0,0,1) , 0px 0px 10px rgba(0,0,0,1) , 0px 0px 5px rgba(0,0,0,1);
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#nav_point_absichten ::after {
	margin:auto;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0000;
	box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    transition: width .3s;
}

#nav_point_absichten :hover::after {
    width: 100%;
}


/* ######## REZENSIONEN  ######## */

@keyframes order_flow
{
	0%		{	transform: translateX(-5%) translateY(-5%) ;	}
	100%	{	transform: translateX(-5% ) translateY(-5%) ;	}
}

#nav_point_rez{
	margin: auto;
	width: fit-content;
/*
	animation-duration: 4.5s;
	animation-timing-function: ease-in-out;
    animation-name: order_flow;
    animation-iteration-count: infinite;
    animation-direction: alternate;*/

	position: absolute;
    top: 1rem;
	left:25%;
    transform: translateX(-50%);
}

#nav_point_rez a{
	opacity:0.6;

	text-decoration:none;
	white-space: nowrap;
	font-family: CG;
	color:#FFF;
	width:170px;
	font-size:30px;
	text-shadow: 0px 0px 30px rgba(0,0,0,1) , 0px 0px 30px rgba(0,0,0,1) ,0px 0px 30px rgba(0,0,0,1) , 0px 0px 30px rgba(0,0,0,1) , 0px 0px 30px rgba(0,0,0,1) , 0px 0px 10px rgba(0,0,0,1) , 0px 0px 5px rgba(0,0,0,1);
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#nav_point_rez ::after {
	margin:auto;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0000;
	box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    transition: width .3s;
}

#nav_point_rez :hover::after {
    width: 100%;
}


/* ######## IMPRESSUM  ######## */

@keyframes imp_flow
{
	0%		{	transform: translateX(-48%) translateY(-50%) ;	}
	100%	{	transform: translateX(-52% ) translateY(-50%) ;	}
}

#nav_point_imp{
	opacity:0.6;
	
	/*
	animation-duration: 4.7s;
	animation-timing-function: ease-in-out; 
    animation-name: imp_flow;
    animation-iteration-count: infinite;
    animation-direction: alternate;
	*/

	position: absolute;
    top: 1rem;
	left:75%;
    transform: translateX(-50%);
}

#nav_point_imp a{

	text-decoration:none;
	white-space: nowrap;
	font-family: CG;
	color:#FFF;
	width:170px;
	font-size:26px;
	text-shadow: 0px 0px 30px rgba(0,0,0,1) , 0px 0px 30px rgba(0,0,0,1) ,0px 0px 30px rgba(0,0,0,1) , 0px 0px 30px rgba(0,0,0,1) , 0px 0px 30px rgba(0,0,0,1) , 0px 0px 10px rgba(0,0,0,1) , 0px 0px 5px rgba(0,0,0,1);
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#nav_point_imp ::after {
	margin:auto;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #0000;
	box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
    transition: width .3s;
}

#nav_point_imp :hover::after {
    width: 100%;
}

