/*@import url(http://fonts.googleapis.com/css?family=Fugaz+One);*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600|Open+Sans:400,600&display=swap');
@import url(ball.css);
*{
	box-sizing: border-box;
}
body{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size: 14px;
	color: #333333;
	margin: 5px;
}
#page{
	margin: 20px;
	width: 600px;
}
.clear{
	clear:both;
}
#headline{
	margin-bottom: 20px;
}
h1, h2, h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 48px;
}
h1 {
	font-size: 48px;
	font-weight:600;
}
h2 {
	font-size: 18px;
	font-weight:600;
}
h3 {
	font-size: 16px;
	font-weight:600;
}
a{
	color: inherit;
}
#auswertung{
	width:100%; 
	padding:5px 0; 
	margin-bottom:20px; 
	white-space:nowrap;
}
.rowouter{
	margin-bottom: 1px;
	padding: 10px 10px;
	position: relative;
	border-radius: 5px;
	display: table;
	width: 100%;
	background: #ccc;
}
.p5{
	padding: 5px !important;
}
#auswertung .rowgreen {
	font-size: 50px;
	background: none;
	color: #00cc33;
	vertical-align: middle;
}
.rowplayer{
	/*padding: 1px; */
}
.col1{
	width: 45%;
/*	float:left; */
	font-weight: 600;
	padding-right: 5px;
	display: table-cell;
	vertical-align: middle;
}
.col2{
	width: 25%;
	text-align: left;
/*	float:left; */
	padding-right: 5px;
	display: table-cell;
	vertical-align: middle;
}
.col3{
/*	text-align: right; */
/*	float:left; */
	display: table-cell;
	vertical-align: middle;
}
.rowwhite{
	background: #fff;
/*	border: 1px solid #000;	*/
}
.rowgreen{
	background: #00cc33;
	color: #fff;
/*	border: 1px solid #000;	*/
}
.rowgrey{
	background: #ccc;	
	color: #fff;
/*	border: 1px solid #000;	*/
}
#copy{
	text-align: right;
	margin-top:10px;
	font-size: 14px;
}
.ui-widget-content {
    color: inherit !important;
}
.ui-widget {
    font-family: inherit !important;
    font-size: inherit !important;
}
button {
	font-family: inherit;
	font-size: 14px;
	padding: 20px;
	border: none;
	border-radius: 5px;
	margin: 10px 0;
	cursor: pointer;
	background-color: #ccc;
}
#Kommentare {
	margin-top: 20px;
}
#Kommentare .Kommentareintrag{
	margin-bottom: 10px;
	padding: 2%;
	border: 1px solid #333;
	border-radius: 5px;
}
#Kommentare .autor {
	font-size: 12px;
	color: blue;
}
textarea#Kommentar{
	width: 100%;
	height: 150px;
	font-family: inherit;
	border: 1px solid #333;
	border-radius: 5px;
	padding: 2%;
}
button#KommentarBtn{
	
}

.ui-widget-header {
    background: none !important;
    border: none !important;
}
.pi-btn {
	padding: 5px;
	border: 1px solid #333;
	border-radius: 5px;
	display: inline-block;
	background: #fff;
	color: #333;
}

.player_info {
	display: none;
}
.player_info div {
	padding: 5px;
}
.player_info_name {
	font-weight: 600;
	font-size: 1.2em;
}

/**** Biertool ****/
#biertool {
	text-align: center;
	margin-top: 50px;
}
#biertool button {
	width: 100%;
}
#biertool button#BierBtn_true {
	background-color: #07e300;
}
#biertool button#BierBtn_false {
	background-color: #a20000;
	color: #fff;
}
.bier-img {
	position: absolute;
	top: -10px;
	right: 2%;
	
}
.bf-value {
	color: #fff;
	padding: 5px;
	display: inline-block;
	border-radius: 5px;
}
@media only screen and (max-width : 640px){
    body{
/*		font-size: 16px; */
		margin:0;
    }
    #headline{
    	text-align: center;
    }
    #auswertung{
		text-align: center;
	}
    #page{
		margin: 0;
		width: auto;
	}
/*	.col1, .col2, .col3{
		width: 100%;
		float: none;
		text-align: left;
	} */
}