* {
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

li {
	list-style-type: none;
}

body {
	overflow-x: hidden;
	background-color: #101010;
}

body, h1, h2, h3, h4, h5, h6, p, a, img {
	border: none;
	padding: 0;
	margin: 0;
	color: inherit;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6, label, input, button, table {
	font-family: 'Roboto', sans-serif;
}

h1 {
	text-align: left;
	font-weight: 300;
	font-size: 20pt;
	font-style: normal;
	text-transform: uppercase;
	color: #101010;
}

h2 {
	text-align: center;
	font-weight: 700;
	font-size: 20pt;
	font-style: normal;
	color: #A1A1A1;
	display: flex;
	flex-flow: column;
	text-transform: uppercase;
}

h3 {
	text-align: center;
	font-weight: 700;
	font-size: 25pt;
	font-style: normal;
	text-transform: uppercase;
	color: #FF6F00;
}

h4 {
	text-align: center;
	font-weight: 700;
	font-size: 50pt;
	font-style: normal;
	text-transform: uppercase;
	color: #A1A1A1;
}

h5 {
	text-align: left;
	font-weight: 300;
	font-size: 20pt;
	font-style: normal;
	text-transform: uppercase;
	color: #101010;
}

h6 {
	text-align: left;
  	font-weight: 300;
  	font-size: 15pt;
  	font-style: normal;
}

div {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
 
input[type=number], input[type=text] {
	margin: 0;
  	padding: 10pt;
  	text-align: left;
  	font-weight: 300;
  	font-size: 15pt;
  	font-style: normal; 
	-moz-appearance: textfield;
  	appearance: textfield;
}

input[type=text]:focus, input[type=number]:focus {
	border: 2.5pt solid #FF6F00;
}

input[type=number] {
	width: auto;
}

h3.inputSize {
	border: 2.5pt solid #101010;
}

h3.inputSize:active {
	border: 2.5pt solid #FF6F00;
}

/*#statistik table {
	padding: 20pt;
	background-color: #101010;
	border-color: collapse;
}

#statistik caption {
	margin-top: 60pt;
	margin-bottom: 20pt;
	font-weight: 700;
	font-size: 20pt;
	color: #101010;
	text-transform: uppercase;
} 

#statistik thead {
	font-size: 15pt;
	font-weight: 300;
	color: #101010;
}

#statistik tr {
	height: 20pt;
}

#statistik th {
	background-color: #FF6F00;
}*/

#statistik {
	border-collapse: collapse;
	margin-top: 60pt;
	margin-bottom: 30pt;
	font-size: 12.5pt;
	min-width: 200pt;
	box-shadow: 0 0 8pt rgba(0, 0, 0, 0.15);
	background-color: white;
	border-radius: 7.5pt;
	overflow: hidden;
}

#statistik thead tr {
	background-color: #009879;
	color: #FFFFFF;
	text-align: left;
	border:	1pt;
}

#statistik th {
	padding: 12pt 15pt;
	text-align: center;
}

#statistik td {
	padding: 12pt 15pt;
	text-align: left;
}

#statistik thead th {
	text-align: left;
}

#statistik tbody tr {
	border-bottom: 1px solid #DDDDDD;
}

#statistik tbody tr:nth-of-type(even) {
	background-color: #EEEEEE;
}


#statistik tbody tr:last-of-type {
	border-bottom: 2px solid #009879;
}

.selectedRow {
	color: white;
	font-weight: 700;
	background-color: #3EBFFF;
}

#divStatistik {
	margin-top: 30pt;
	overflow: hidden;
}

#scrollAbleTable {
	overflow-x: auto;
	width: auto;
}

#containerStatistik {
	margin-top: 50pt;
	padding: 20pt;
	background-color: #101010;
}

/*body > div { 
	-webkit-transition: all 1s ease-in-out; 
}*/

.clearFix::after {
	content: "";
	clear: both;
	display: table;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.floatCenter {
	margin: auto;
	text-align: center;
}

.floatCenterGame {
	margin: 0 auto;
	text-align: center;
}

.posAbsolute {
	position: absolute;
}

.posRelative {
	position: relative;
}

.height100 {
	height: 100%;
}

.width100 {
	width: 100%;
}

.width75 {
	width: 75vw;
}

.width45 {
	width: 45%;
}

.displayBlock {
	display: block;
}

.displayNone {
	display: none !important;
}

.holeSize {
	height: 100%;
	width: 100%;
}

.transDiv {
	height: 100%;
	width: 100%;
	z-index: 1;
}

.gameSelectionBig {
	height: 45vh;
	padding: 0 40pt;
}

.gameSelectionSmall {
	background-color: #252525;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.3);
	box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.3);
}

.roundedCorner {
	border-radius: 15pt;
}

.roundedCornerSetting {
	border-radius: 5pt;
}

.gameSettings {
	height: auto;
	width: 100vw;
	margin-top: 100vh;
}

.workingGameSettings {
	min-height: 100vh;
	height: auto;
	width: 100vw;
	background-color: #A1A1A1;
}

.gameSelect {
	height: 100vh;
	width: 100vw;
	overflow: hidden;
}

.colorHeadlineOrange {
	color: #FF6F00;
}

.colorHeadlineWhite {
	color: #A1A1A1;
}

.sectionSettings {
	padding: 20pt;
	margin-top: 50pt;
}

.sectionGame {
	padding: 20pt;
	margin-top: 40pt;
	width: 30%;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.3);
	box-shadow: 0px 0px 15px 0px rgba(10, 10, 10, 0.3);
}

.inputSize {
	height: 40pt;
	margin-top: 20pt;
}

.backgroundColorGrey1 {
	background-color: #A1A1A1;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(150, 150, 150, 0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(150, 150, 150, 0.3);
	box-shadow: 0px 0px 15px 0px rgba(150, 150, 150, 0.3);
}

.bgColorGrey2Input {
	background-color: #A1A1A1;
	border: 2.5pt solid #A1A1A1;
	color: black;
}

.bgColorGrey1Input {
	background-color: #101010;
	border: 2.5pt solid #101010;
	color: white;
}

.backgroundColorGrey2 {
	background-color: #101010;
}

.fontColorGrey2 {
	color: #101010;
}

.changeInterrupt {
	border: 2.5pt solid #FF6F00;
	background-color: #DB926A;
	/*color: white;*/
}

#image1 {
	animation-name: backgroundShining;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}

button {
	margin-top: 10pt;
}

#startButton {
	margin-top: 50pt;
	margin-bottom: 50pt;
}

#startButton, button {
  	padding: 10pt;
  	text-align: center;
  	font-weight: 300;
  	font-size: 15pt;
  	font-style: normal; 
  	border: 2.5pt solid #A1A1A1;
  	background-color: #A1A1A1;
  	color: #101010;
  	-webkit-box-shadow: 0px 0px 15px 0px rgba(150, 150, 150, 0.3);
	-moz-box-shadow: 0px 0px 15px 0px rgba(150, 150, 150, 0.3);
	box-shadow: 0px 0px 15px 0px rgba(150, 150, 150, 0.3);
}

#startButton:active, button:active {
	border: 2.5pt solid #FF6F00;
}

#winner {
	background-color: yellow;
	
}

@keyframes backgroundShining {
	0% {
		/*filter: blur(1px);*/
		filter: brightness(0.5);
        filter: contrast(2);
        filter: saturate(2);
        /*filter: sepia(100%);*/
        /*filter: hue-rotate(0deg);*/
        /*-webkit-filter: blur(1px);*/
        -webkit-filter: brightness(0.5);
        -webkit-filter: contrast(2);
        -webkit-filter: saturate(2);
        /*-webkit-filter: sepia(100%);*/
        /*-webkit-filter: hue-rotate(0deg);*/
	}
	50% {
		/*filter: blur(50px);*/
		filter: brightness(0.75);
        filter: contrast(1);
        filter: saturate(1);
        /*filter: sepia(0%);*/
        /*filter: hue-rotate(360deg);*/
        /*-webkit-filter: blur(50px);*/
        -webkit-filter: brightness(0.75);
        -webkit-filter: contrast(1);
        -webkit-filter: saturate(1);
        /*-webkit-filter: sepia(0%);*/
        /*-webkit-filter: hue-rotate(180deg);*/
	}
	100% {
		/*filter: blur(1px);*/
		filter: brightness(0.5);
        filter: contrast(2);
        filter: saturate(2);
        /*filter: sepia(100%);*/
        /*filter: hue-rotate(0deg);*/
        /*-webkit-filter: blur(1px);*/
        -webkit-filter: brightness(0.5);
        -webkit-filter: contrast(2);
        -webkit-filter: saturate(2);
        /*-webkit-filter: sepia(100%);*/
        /*-webkit-filter: hue-rotate(-18s0deg);*/
	}
}

/*.portrait {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 200px 190px;
}
.portrait-onready {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 165px 150px;
}*/

/*@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}*/