
:root {
  --width: 600px;
}


/* latin */
@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Tangerine-Regular.ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Tangerine';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/Tangerine-Bold.ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
	background: #690101;
	background-image:url('../images/background.png');
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size:cover;
	overflow-y: scroll; /* Show vertical scrollbar */
}

#loginbox{
	font-family: 'Tangerine', cursive;
	font-size: 36px;
    position:relative;
    width:500px;
    z-index:15;
    top:75px;
    left:50%;
	text-align:center;
    margin:-100px 0 0 -250px;
    background:#9c9292;
	border-radius: 15px;
	box-shadow: -3px 5px 5px #690101;
	border-width:1px;
	
	background-color: #f5f5f0;
	background-size: 100% 1.2rem;
	box-shadow: 2px 3px 20px black, 0 0 60px #8a4d0f inset;
}

input.tokeninput {
	width: 130px;
	text-align: center;
	text-transform: uppercase;
	margin-right: 5px;
	font-size: 34px;
	font-family: 'Tangerine', cursive;
}

button.tokenbutton {
	font-size: 34px;
	font-family: 'Tangerine', cursive;
	border-radius: 10px;
	border: 1px solid #690101;
}
button.tokenbutton:hover {
	border: 1px solid #f2f2f2;
	background-color: #690101;
	color: #f2f2f2;
}

.page {
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  width: var(--width);
  margin: 30px auto;
  
  font-family: 'Tangerine', cursive;
  font-size: 26px;
  
  border: 0px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  /* Background lines */
  background-image: linear-gradient(#f5f5f0 1.3rem, #ccc 1.4rem);
  background-size: 100% 1.4rem;
  box-shadow: 2px 3px 20px black, 0 0 60px #8a4d0f inset;
  line-height: 1.4rem;
  padding: 1.4rem 0.5rem 0.3rem 0.5rem;
}

.titre {
  color: #000;
  display: block;
  font-weight: bold;
  text-decoration: underline;
  padding-bottom: 1.2rem;
  font-size: 1.5em;
}

.page p {
  margin: 0;
  text-indent: 1rem;
  padding-bottom: 1.2rem;
}

.page u {
	line-height: 2rem;
}

#login_icon_left {
	background-image: url("https://dm-schmiede.cyberian-networks.de/images/Logo_transparent_1.png");
	background-size: contain;
	width: 100px;
	height: 100px;
	top:0px;
    left:0px;
	z-index:16;
	position: absolute;
} 

#login_icon_right {
	background-image: url("https://dm-schmiede.cyberian-networks.de/images/Logo_transparent_1.png");
	background-size: contain;
	width: 100px;
	height: 100px;
	top:0px;
    right:0px;
	z-index:16;
	position: absolute;
} 


ul.clickable { 
	list-style-type: none; 
	cursor: pointer;
	margin-top: 6px;
    margin-bottom: 6px;
	padding-left: 12px;
}

li.clickable { 
	cursor: pointer;
	margin-top: 6px;
    margin-bottom: 6px;
}

li.file {
	cursor: default;
	display: flex;
    align-items:center;
}

strong { 
	color: #2c3e50; 
}

a {
	color: #690101;
}
a:hover  {
	color: #000000;
	text-decoration: underline dotted #690101;
	text-decoration-thickness: 1px;
}
a:visited {
	color: #690101;
}

a.nodecoration {
	text-decoration: none;
}
a.nodecoration:hover {
	color: #000000;
	text-decoration: underline dotted #690101;
	text-decoration-thickness: 1px;
}

.menu {
	display: inline-block;
	width: var(--width);
	margin: 0px auto;
	background-color: rgb(0 0 0 / 50%);
	border: 0px solid #fff;
	border-radius: 10px; 
	z-index: 20;
	font-size: 24px;
	color: #f2f2f2;
	font-family: 'Tangerine', cursive;
}

.description {
	display: inline-block;
	width: var(--width);
	margin: 0px auto;
	background-color: rgb(0 0 0 / 50%);
	border: 0px solid #fff;
	border-radius: 10px; 
	z-index: 20;
	font-size: 24px;
	color: #f2f2f2;
	font-family: 'Tangerine', cursive;
	text-align: left;
}

.burgerMenuButton {
	background-image: url("https://dm-schmiede.cyberian-networks.de/images/burgerMenu.png");
	background-size: contain;
	width: 30px;
	height: 30px;
	top:10px;
    left:10px;
	z-index:21;
	position: absolute;
}
.burgerMenu {
	display: none;
	margin: 0px auto;
	padding: 10px;
	background-color: rgb(0 0 0 / 50%);
	border: 0px solid #fff;
	border-radius: 10px; 
	z-index: 21;
	font-size: 24px;
	color: #f2f2f2;
	font-family: 'Tangerine', cursive;
	position: absolute;
	top:45px;
    left:10px;
}

.titlebar {
	display: inline-block;
	width: var(--width);
	margin: 30px auto;
	background-color: rgb(0 0 0 / 50%);
	border: 0px solid #fff;
	border-radius: 10px; 
	z-index: 20;
	font-size: 24px;
	color: #f2f2f2;
	font-family: 'Tangerine', cursive;
}

.menuwrapper {
	margin: 10px auto;
	text-align:center;
}

input.tokeninput_small {
	width: 90px;
	text-align: center;
	text-transform: uppercase;
	margin-right: 5px;
	font-size: 24px;
	font-family: 'Tangerine', cursive;
}

button.tokenbutton_small {
	font-size: 24px;
	font-family: 'Tangerine', cursive;
	border-radius: 10px;
	border: 1px solid #690101;
}
button.tokenbutton_small:hover {
	border: 1px solid #f2f2f2;
	background-color: #690101;
	color: #f2f2f2;
}

#footer {
    position: fixed;
    bottom: 0;
	left: 0;
    width: 100%;
	text-align:center;
	color: #f2f2f2;
	font-size: 0.75em;
    background: #690101;
}

.nohighlighting {
	color: #f2f2f2;
	text-decoration: none;
}

.nohighlighting:hover  {
	color: #000000;
	text-decoration: none;
}

.nohighlighting:visited {
	color: #f2f2f2;
}

.burgerLink {
	color: #f2f2f2;
	text-decoration: none;
}

.burgerLink:hover  {
	color: #690101;
	text-decoration: none;
}

.burgerLink:visited {
	color: #f2f2f2;
}
.burgerLink:visited:hover {
	color: #690101;
}

#noScript {
    display: inline-block;
	width: var(--width);
	margin: 10px auto;
	border: 0px solid #fff;
	border-radius: 10px; 
	z-index: 21;
	text-align:center;
	color: #000;
	font-size: 0.75em;
    background: #f08c00;
}

.hoverable:hover {background-color:rgba(211, 211, 211, 0.6);}

.tokenspan {
	font-family: system-ui;
	font-size: 0.5em;
}

table.serverlist {
    border-collapse: separate;
    border-spacing: 0 15px; /* horizontal 0, vertikal 15px */
	font-size: 100%;
	width:100%;
	border-radius: 5px;
  }


.blink {
	animation: blinker 1.5s linear infinite;
	font-weight: bold;
    color: red;
	font-size: 2em;
    }
    
@keyframes blinker {
	50% {
		opacity: 0.1;
        }
	}
	

.infospan {
	font-size: 0.75em;
	line-height: 0.8em;
}