/*
=============================
   _  __ _  __    __         
  / |/ /(_)/ /__ / /___ _ ___
 /    // //  '_// // _ `/(_-<
/_/|_//_//_/\_\/_/ \_,_//___/
                             
=============================
*/


@import "./assets/css/404.css";
@import "./assets/css/blog.css";
@import "./assets/css/project.css";
@import "./assets/css/guestbook.css";



body {
    padding: 0px;
    margin-left: 50px;
    margin-right: 50px;
    background-color: #222222f3;
    font-family: 'Ubuntu Mono', monospace;    
}

.Titel {
    color: #FFFFFF;
}

a.Titel {
    color: #FFFFFF;
    text-decoration: none;
}


.text {
    font-family: 'Ubuntu Mono', monospace;
    color: #FFFFFF;
    max-width: 650px;
}


.logo {
    height: 70px;
}


.footer {
    position:absolute;
    padding-top: 40px;
    bottom:0;
    height:100px;
}



 .a:link{color:#FFFFFF;}
 .a:visited{color:#D3D3D3;}
 .a:hover{color:#FFFFFF;}
 .a:active{color:#FFFFFF;}


 .container {
  display: flex;
}

.left, .right {
  width: 50%;
}





/*   --Autoexec Button--   */
.hot-container p { margin-top: 10px; }
a { text-decoration: none; margin: 0 0px; }

.hot-container {
	min-height: 50px;
	margin-top: 50px;
	width: 100%;
}

a.btn {
	display: inline-block;
	color: #666;
	background-color: #eee;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	padding: 10px 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.3);
	border-bottom-width: 3px;
  margin-bottom: 10px;
}

	a.btn:hover {
		background-color: #e3e3e3;
		border-color: rgba(0,0,0,0.5);
	}
	
	a.btn:active {
		background-color: #CCC;
		border-color: rgba(0,0,0,0.9);
	}



.hidden-input {
  display: none;
}
