 body {
	background-color:#ffffff;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: black;
}

img {
	border:0px;
}

a {
	color: #ffffff;
	text-decoration: none;
}

#content {
	background-color:#FFFFFF;
	height:0px;
	overflow:auto;
}

#footer {
	background-color:#FFFFFF;
}

.txtlogo {
	font-family:Arial;
	font-size:24px;
	font-weight:700;
	color:#000000;
	text-decoration:none;
	letter-spacing:1px;
}

.txtdesc {
	font-family:Arial;
	font-size:10px;
	font-weight:500;
	color:#000000;
	text-decoration:none;
}

.eventheader {
	font-family:Arial;
	font-size:16px;
	font-weight:900;
	color:#ff4488;
	text-decoration:none;
}

.linkheader {
	font-family:Arial;
	font-size:16px;
	font-weight:600;
	color:#888888;
	text-decoration:none;
}

.linkfooter {
	font-family:Arial;
	font-size:12px;
	font-weight:700;
	color:#FFFFFF;
	text-decoration:none;
}

.stats {
	font-family:Arial;
	font-size:10px;
	font-weight:400;
	color:#888888;
	text-decoration:none;
}

.goldenstats {
	font-family:Arial;
	font-size:10px;
	font-weight:400;
	color:#FFDD04;
	text-decoration:none;
}

.text01 {
	font-family:Arial;
	font-size:14px;
	font-weight:700;
	color:#ffffff;
	text-decoration:none;
}

.text02 {
	font-family:Arial;
	font-size:12px;
	font-weight:700;
	color:#882222;
	text-decoration:none;
}

.text03 {
	font-family:Arial;
	font-size:12px;
	font-weight:700;
	color:#88ff88;
	text-decoration:none;
}

.text04 {
	font-family:Arial;
	font-size:20px;
	font-weight:700;
	color:#ffffff;
	text-decoration:none;
}

.content01 {
	font-family:Arial;
	font-size:24px;
	font-weight:900;
	color:#ffffff;
	text-decoration:none;
}

.content02 {
	font-family:Arial;
	font-size:16px;
	font-weight:700;
	color:#ffffff;
	text-decoration:none;
}

.content03 {
	font-family:Arial;
	font-size:16px;
	font-weight:500;
	color:#ffffff;
	text-decoration:none;
}

.chatname {
	font-family:Arial;
	font-size:12px;
	font-weight:400;
	color:#dddddd;
	text-decoration:none;
}

.chatnameown {
	font-family:Arial;
	font-size:12px;
	font-weight:400;
	color:#ffffff;
	text-decoration:none;
}

.chattext {
	font-family:Arial;
	font-size:12px;
	font-weight:200;
	color:#bbbbbb;
	text-decoration:none;
}

.chatinput {
	font-family:Arial;
	font-size:12px;
	font-weight:200;
	color:#dddddd;
	text-decoration:none;
}

.txtlarge {
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	color:#ff4488;
}

.txtabout {
	font-family:Arial;
	font-size:11px;
	color:#ffffff;
}

div.photo
   {
	margin-right:5px;
	margin-bottom:10px;
	height:170px;
	width:auto;
	float:left;
	text-align:center;
 }
 div.photo img
   {
	display:inline;
	border:none;
 }
 div.desc
   {
   	margin-top:-7px;
	text-align:left;
	width:auto;
 }
 
 /* Let's get this party started */
::-webkit-scrollbar {
    width: 12px;
}
 
/* Track */
::-webkit-scrollbar-track {
    background: rgba(0,0,0,1.0); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1.0); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,1.0); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1.0); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,255,255,1.0); 
}

#navigation {
	box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}

#navigation div {
	display: block;
	width: 30%;
	height: 45%;
	float: left;
	opacity: 0.9;
	margin: 2.0% 1.6%;
	background: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), to(#DCDCDC));
	background: -moz-linear-gradient(top, #EDEDED, #DCDCDC);
	background: #888888;
	border-radius: 15%;
	box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	border: 3px solid white;
	z-index: 10;
	-webkit-user-select: none;
}

.navbar{
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    background: black;
    z-index: 999;
}

#navbar_logo{   
    align-items: center;
    max-width: 500px;
    max-height: 80px;
    z-index: 999;
    display: flex;
    background-size: 100%;
    cursor: pointer;
}

.iframe_container{
    position: absolute;
    width: 100%;
    top: 84;
    left: 0;
    width: 100%;
    height: calc(100% - 168px);
}

.iframe{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* FOOTER */
.footer {
    display: flex;
    position: fixed;
    justify-content: center;
    height: 90px;
    bottom: 0;
    width: 100%;
    background-color: black;
    z-index: 999;
}

.footer_menu{
    display: flex;
    list-style: none;
}

.footer_links{
	font-family:Arial;
    color: #FFDD04;
    display: flex;
    align-items: center;
    padding: 0 50px;
    cursor: pointer;
    height: 100%;
    text-decoration: none;
    font-size: 36px;
    font-weight: 600;
}

.footer_links:hover{
    color: #00ccff;
    transition: all 0.3s ease;
}

.imprint{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    background-color: black;
    bottom: 25px;
    z-index: 1000;
    right: 20px;
}

.imprint_item{
    list-style: none;
    color: #FFDD04;
}

