/* scrollbars */

html {
	scrollbar-width: thin;
	scrollbar-color: var(--bright) var(--dark);
	scroll-behavior: smooth;
}

html::-webkit-scrollbar {
	width: 10px;
}

html::-webkit-scrollbar-track {
	background: var(--dark);
}

html::-webkit-scrollbar-thumb {
	background: var(--bright);
}

.scroll-light {
	overflow-y: auto;
	text-align: justify;
	scrollbar-width: thin;
	scrollbar-color: rgba(200, 200, 200, 0.2) rgba(200, 200, 200, 0.1);
}

.scroll-light::-webkit-scrollbar {
	width: 5px;
}

.scroll-light::-webkit-scrollbar-track {
	background: rgba(200, 200, 200, 0.1);
}

.scroll-light::-webkit-scrollbar-thumb {
	background: rgba(200, 200, 200, 0.2);
}

#bottompanel {
position: fixed;
bottom: 0px;
width: 100%;
height: 50px;
	background-color:#000;
	z-index:10;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-family: var(--serif);
	text-transform: lowercase;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-style: italic;
}

/* Scrollbutton
--------------------------------------------- */
.scroll-btn {
    height: 30px;
    width: 30px;
    border: 2px solid #000;
    border-radius: 50%;
    background-color: #000;
    position: fixed;
    bottom: 45px;
    right: 15px;
    opacity: 0.5;
    z-index: 9999;
    cursor: pointer;
    display: none;
}

.scroll-btn .scroll-btn-arrow {
    height: 8px;
    width: 8px;
    border: 3px solid;
    border-right: none;
    border-top: none;
    margin: 12px 9px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    color: white;
}

.notouch .scroll-btn:hover { opacity: 0.8 }

#topmenu {
	position: sticky;
	position: -webkit-sticky;
	top: -1px;
	z-index: 5;
	background-color:#000;
	display: flex;
	flex-wrap: wrap;
	height: 50px;
}

.wb-sep{
	padding: 10px;
	font-family: var(--serif);
	text-transform: lowercase;
	font-size: 15px;
	font-style: italic;
}

#container #bottompanel .upper .menu.top_links li {
	display:inline;
}

#header{
width: 100%;
	height:800px;
		
}

#toplinks{
font-family: var(--serif);
font-size: 2em;
line-height: 50px;
color: #fff;
text-align: right;
font-weight: 100;
text-transform: lowercase;
font-style: italic;
	margin-right:5px;
}


#title{
   
	
}

#title a{
	text-align:left;
	font-size:100px;
	color:#fff;
	font-family: var(--sans-serif);
	letter-spacing: 10px;
	font-style: italic;
color: var(--bright);
font-weight: 700;
	text-transform: uppercase;
}

/*.header-padding {
display: block !important;
	height: 800px;
	
}*/

.threadtitle{
	font-family: var(--serif);
	font-size: 14px;
}

.toggle-menu {
    bottom: 0;
    background: var(--dark);
    width: 100%;
    height:50px;
    transition:all 0.5s linear;
	position: fixed;
	z-index:9;
	display: flex;
	flex-wrap: wrap;
		justify-content: space-evenly;
	align-items: center;
	padding: 0px 20px 0px 10px;
}
.moved {
    margin-bottom:50px;
}

.togglebutton {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border:none;
  transform: none;
}

.toggle-links {
	font-family: var(--serif);
	text-transform: lowercase;
	font-size: 12px;
	letter-spacing: 0.1em;
	font-style: italic;
}

.mainlinks {
	margin-right: 10px;
	display: flex;
	flex-wrap: wrap;
}

.ml-link {
	padding: 5px;
}

.ml-link a {
	font-size: 15px;
}

/*user cp*/

.ucpproedit {
 display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
		background: url(/images/infinite_space/header1.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
}

.profilefielducp {
border-bottom: 1px solid var(--blue);
  padding: 5px;
  margin-bottom: 5px;
	display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
	background:#000;
	font-size: 15px;
  text-transform: uppercase;
}

.userucptext {
	width:60%;
}

.profilefielducp-head {
	width:50%;
}

.ucpsmalltext {
 font-size: 12px;
	text-transform: none;
	
}

.userucpimg {
 width:40%
}