.titleMenueBox {
	display: flex;
    flex-direction: row;
    justify-content: center;
	align-items:stretch;	
	justify-content:space-between;
    flex-wrap: nowrap;
}

.titleMenueBox > div {    
    text-align: center;    
}

.titleMenueBachFun {	
	margin-top: 15px;	
}


.titleContainer {
	margin-left: 15px;	
	/*background-color:thistle;*/
    position: relative; 
}	

.spaceChild {	
	/*background-color:thistle;	*/
	position: absolute;
    bottom: 0%;	
	left: 25%;
}

.titlePlayerBild {	
	cursor: pointer;
	/*background-color:#ffd975;*/
	min-width: 80px;
	width: 80%;	
}


.titleAddPlayer{
	cursor: pointer;
	min-width:100px;
	/*background-color:red;*/
}

.titleShowStats{
	cursor: pointer;
	min-width:100px;	
	/*background-color:green;*/
}

.statsChild {
	position: absolute;
    bottom: 0;
}

.titleSpacer {	
	/*background-color:#0018a8;*/
	min-width: 120px;
	width: 20%;
}


.titleLogout{	
	/*color: #2196f3;*/
	color: #69b6f3;
	/*background-color:graytext;*/
	min-width:80px;
	font-size: 50px;
	cursor: pointer;
}

.imgcentr {	
	/*background-color:graytext;*/
	vertical-align:middle;	
}


.playerChild {
	/*background-color:greenyellow;	*/
	position: absolute;
    bottom: 0%;	
	left: 10px;

}
.addChild {
	position: absolute;
    bottom: 0%;	
	left: 33%;
}
.statsChild{
	position: absolute;
    bottom: 0%;	
	left: 33px;
}
.weatherChild{	
	position: absolute;
    top: 0;
	left: 0;
}
.logoutChild{
	position: absolute;
    top:15px;	
	right: 15px;
}


.weather {
	margin-top:0px;
	
	padding-top: 8px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	/*color: #2196f3;	*/
	color: #ebeb92;
	font-size: 18px;
	/*background-color:#2196f3;	
	border: 1px solid #2196f3;	
	
	 border-radius: 18px 18px 18px 18px;
    -moz-border-radius: 18px 18px 18px 18px;
    -webkit-border-radius: 18px 18px 18px 18px;*/
}