@charset "UTF-8";

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('fonts/OpenSans-VariableFont.woff2')  format('woff2');
}

/*_____________________________________ */
/*------------------------------ CONFIG */
html {
	width: 100%;
	height: 100%;

	-ms-overflow-style: none;  /* Edge */
	scrollbar-width: none;  /* Firefox */
}
 /* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
	display: none;
}

body {
	font-family: 'Open Sans', sans-serif;
	
	width: 100%;
	height: 100%;

	margin:0;
	padding:0;
	overflow-x: hidden;
}

body.font_monospace{
	font-display: swap;
	font-family: monospace, sans-serif;	
}

button { cursor:pointer; }

a:link, a:visited, a:active{
	text-decoration:none;
	transition:0.3s;
	outline: 0;
}
a:hover{
	text-decoration:none;
	outline: 0;	
}



/*_____________________________________ */
/*-------------------------- Nav Button */
#navbutton{
	position:absolute;
	right:-10%;
	top:calc(50% - 25px);
	width:50px;
	height:50px;
	transition: 0.3s;
	z-index: 20;

}

@media (max-width: 1020px) { /*falls kleiner als */
	#navbutton{
		right:20px;
	}	
}

.the_lines {
	position: relative;
	transition: 0.3s;
	cursor: pointer;

	width:100%;
	height:100%;
	padding-top: 12px;
}

.lines {
	display: inline-block;
	width: 100%;
	height: 9px;
	/*background: #666;*/

	transition: 0.3s;
	position: relative;

}

.lines:before, .lines:after {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 9px;

	transition: 0.3s;
	content: '';
	-webkit-transform-origin: 0.28571rem center;
	transform-origin: 0.28571rem center;
}

.lines:before {
	top: 15px;
}

.lines:after {
	top: -15px;
}

.the_lines:hover .lines:before {
	top: 20px;
}

.the_lines:hover .lines:after {
	top: -20px;
}

.the_lines.open .lines {
	background: transparent;
}

.the_lines.open .lines:before, .the_lines.open .lines:after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 100%;
}

.the_lines.open .lines:before {
	-webkit-transform: rotate3d(0, 0, 1, 225deg);
	transform: rotate3d(0, 0, 1, 225deg);
}

.the_lines.open .lines:after {
	-webkit-transform: rotate3d(0, 0, 1, -225deg);
	transform: rotate3d(0, 0, 1, -225deg);
}





/*_____________________________________ */
/*------------------- Pagescroll Slider */
#n77_pagescroll {
	position:absolute;
	right:0px;
	bottom:-5px;
	width:100%;
	height:5px;
	transition: 0.3s;
	z-index: 5;

}
#n77_pagescroll .slide{
	position:absolute;
	left:0px;
	top: 0px;
	width:0%;
	height:5px;
	transition: 0.3s;
	z-index: 35;
	background: #ff6600;

}

/*_____________________________________ */
/*---------------------------- Nav Menu */


/*_____________________________________ */
/*-------------------------- Mobile Nav */



/*_____________________________________ */
/*----------------------------- Content */
#content{
	position: relative;
	float: left;
	height: auto;
	min-height: 100%;
	left: 20%;
	width: calc(60% - 0px);
	
	opacity: 1;
	transition: 0.3;
	z-index: 4;
}
#content.active{
	opacity: 1;
}

@media (max-width: 1020px) { /*falls kleiner als */

	#content{
		left: 20px;	
		width: calc(100% - 40px);
	}
}



/*_____________________________________ */
/*------------------------------ Bottom */
#bottom{
	position: relative;
	float: left;
	width: calc(100% - 0px);
	height: 200px;
	margin-top: 277px;
	overflow: hidden;
	z-index: 1;
	transition: 0.3s;
}
#bottom.active{

}

#bottom .n77_info{
	position: relative;
	float: left;
	left: 20%;
	width: calc(60% - 0px);
	height: 180px;
	padding-top: 20px;
	z-index: 10;

}

#bottom .n77_info ul{
	position: relative;
	float: right;

	width: calc(37% - 20px);
	height: auto;
	list-style: none;

	margin: 0px;
	padding: 10px;

	margin-left: 30px;

	/*background: rgba(0, 0, 0, 0.1);
	border-radius: 5px;*/
}
#bottom .n77_info ul li{


}

#bottom .n77_info ul li span{

	color:#ff6600;

}


@media (max-width: 1020px) { /*falls kleiner als */


	#bottom .n77_info{
		left: 0%;
		width: calc(100% - 20px);
		padding-left: 10px;
		padding-right: 10px;
	}

	#bottom .n77_info ul{
		width: calc(50% - 20px);
		margin-left: 0px;
	}

}



/*_____________________________________ */
/*------------------------ To Top Arrow */

#totop{
	position:fixed;
	bottom:-77px;
	right: 47px;
	height:60px;
	width:60px;
	line-height:60px;
	text-align:center;
	font-size:60px;
	color:#ff6600;
	transform: rotate(270deg);
	cursor:pointer;
	transition:0.3s;
	z-index: 1000;
	filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}

#totop.active{
	bottom:32px;
}





/*_____________________________________ */
/*-------------------------------- Made */
#n77c{
	position: fixed;
	width: auto;
	height: 10px;
	line-height: 10px;
	font-size: 10px;
	text-align: right;

	bottom:10px;
	right: 20px;

	z-index: 777;
	cursor: pointer;
}
#n77c span{
	color: #ff6600;
}



/*_____________________________________ */
/*------------------------- n77_php_log */
#n77_php_log{

	position: fixed;
	width: 377px;
	height: auto;
	max-height: calc(100% - 120px);
	padding: 10px;


	overflow-y: scroll;

	bottom:0px;
	left: 0px;

	z-index: 777;

	border: 1px solid #ff6600;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	transition: 0.3s;

}


#n77_php_log:hover,
#n77_php_log.ajax:hover{
	width: 50%;

}

#n77_php_log pre{

	float: left;
	width: calc(100% - 14px);
	height: auto;
	padding: 5px;
	
	border: 1px solid #ff6600;
	background: rgba(0, 0, 0, 0.8);
	color: limegreen;


}

#n77_php_log pre span.php{
	background: rgba(255, 0, 0, 0.8);
}
#n77_php_log pre span.xhr{
	background: rgba(0, 0, 255, 0.8);
}