*{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, :before, :after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html, body{
	height: 100%;
	overflow: hidden;
}

body{
	margin: 0;
	cursor: default;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-family: SourceSansPro-Regular, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #4e4f4f;
	padding: 0;
	webkit-tap-highlight-color: #222;
	width: 100%;
}

a{
	background: transparent;
}

a:focus{
	outline: 0;
}

a:active, a:hover{
	outline: 0;
}

a[href=""]{
	pointer-events: none!important;
	cursor: default!important;
	text-decoration: none!important;
}

img{
	border: 0;
}

}article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{
	display: block;
}

audio, canvas, video{
	display: inline-block;
}

h1{
	font-size: 2em;
	margin: .67em 0;
}

button, input, select, textarea{
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button, input{
	line-height: normal;
}

button, select{
	text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit]{
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled]{
	cursor: default;
}

input[type=checkbox], input[type=radio]{
	box-sizing: border-box;
	padding: 0;
}

input[type=search]{
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration{
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner{
	border: 0;
	padding: 0;
}

textarea{
	overflow: auto;
	vertical-align: top;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:visited, a:active{
	color: #01957A;
	text-decoration: none;
	-webkit-transition: color .3s ease-out;
	-moz-transition: color .3s ease-out;
	-ms-transition: color .3s ease-out;
	-o-transition: color .3s ease-out;
	transition: color .3s ease-out;
}

a:hover, a:focus{
	text-decoration: underline;
}

p{
	margin: 0 0 10px;
}

p:first-child{
	margin-top: 0;
}

p:last-child{
	margin-bottom: 0;
}

label{
	display: inline-block;
	margin-bottom: 5px;
	font-family: SourceSansPro-SemiBold, Helvetica, Arial, sans-serif;
}

input[type=search]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=radio], input[type=checkbox]{
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type=file]{
	display: block;
}

select[multiple], select[size]{
	height: auto;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus{
	outline: thin dotted #fff;
	outline-offset: -2px;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button{
	height: auto;
}

/* stryling starts */

body {
	width: 100vw;
	min-height: 100vh;
	position: relative;
	background-image: url('bilder/new-background.png');
	background-repeat: no-repeat;
	background-size: cover;
	overflow-y: scroll;
}

#app {
	width: calc(100% - 40px);
	min-width: 320px;
	overflow: hidden;
	min-height: 160px;
	background-color: rgba(36, 39, 48, 0.5);
	border-radius: 4px;
	padding: 20px 20px 20px 20px;
	margin: 20px 20px 117px 20px;
}

.header p {
	color: white;
	border-left: 10px solid #30bf28;
	background-color: rgba(36, 39, 48, 0.5);
	border-radius: 4px;
	padding: 5px 10px;
	display: inline-block;
	font-size: 35px;
}

.header p .server-status {
	color: #30bf28;
	text-transform: uppercase;
	font-weight: bold;
}

.help {
	width: 95%;
	margin: 15px auto;
	background-color: rgba(36, 39, 48, 0.5);
	border-radius: 4px;
}

.help p {
	padding: 5px 10px;
	color: white;
	text-align: center;
	font-size: 18px;
}

.help p a {
	color: white;
	text-decoration: none;
}

.help p a:hover {
	color: #30bf28;
}

.info {
	width: 95%;
	margin: 30px auto;
	background-color: rgba(36, 39, 48, 0.5);
	border-radius: 4px;
}

.info ul {
	color: white;
}

.info ul p {
	text-align: center;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	padding: 15px 0;
}

.info ul li {
	margin: 15px 0;
	font-size: 20px;
	list-style-type: square;
}

.info ul li .ip {
	font-family: "Courier New", Courier, monospace;
	color: #d1d1d1;
	background-color: #1c1c1c;
}

.info ul li .bi {
	font-size: 12px;
	font-style: italic;
}

footer {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 160px;
	background-color: rgba(36, 39, 48, 0.5);
}

footer ul {
	color: white;
}

footer ul li {
	list-style-type: none;
	margin: 5px 0;
}

footer ul li a, a:visited, a:active, a:hover {
	color: #30bf28;
	text-decoration: underline;
}

footer ul p {
	font-size: 20px;
	margin-left: 2.5%;
	font-style: italic;
	font-weight: bold;
	margin: 15px 0;
}

/* hide scrollbars, last tested MAR 2020 for:

DESKTOP[EDGE/CHROME/OPERA/IE/FIREFOX]
MOBILE[CHROME/EDGE/OPERA/FIREFOX/MI-BROWSER/SAMSUNG-BROWSER]
TABLET[]
TV[SAMSUNG]
CONSOLE[]

always use the newest version of your browser!

*/

.hidden-scroll{
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.hidden-scroll::-webkit-scrollbar{
	width: 0 !important;
	height: 0 !important;
	visibility: hidden !important;
	display: none !important;
}