.user_box_all{
	margin:0px auto;
	float:none;
	display: inline-block;
	width:1120px;
}

.user_box{
	color:white;
	float:left;
	left:0px;
	display: inline-block;
    width: 150px;
	height: 40px;
	margin-left: 	5px;
	margin-right: 	5px;
	margin-top: 	5px;
	margin-bottom: 	5px;
	background: #cc0e0e;
}

.user_box:hover{
	background: #585858;
}

.user_box_profile_name{
	float:left;
	text-align:left;
	height:21px;
	width: 110px;
	font-size:14px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:19px;
	overflow:hidden;
 }
 .user_box_profile_klasse{
    float: left;
    text-align: left;
    height: 14px;
    width: 110px;
    font-size: 14px;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
 }
.user_box_profile_picture{
	float:left;
	height:40px;
	width:40px;
	background: #333333;
 }
 
 
 
 
 
 .user_box_player_all{
	margin:0px auto;
	float:none;
	display: inline-block;
	width:1120px;
}

.user_box_player{
	color:white;
	left:0px;
	display: inline-block;
    width: 150px;
	height: 186px;
	margin-left: 	5px;
	margin-right: 	5px;
	margin-top: 	5px;
	margin-bottom: 	5px;
	background: #cc0e0e;
}

.user_box_player:hover{
	background: #585858;
}

.user_box_player_name{
	float:left;
	text-align:left;
	height:21px;
	width: 100%;
	font-size:14px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:19px;
	overflow:hidden;
 }
 .user_box_player_role{
    float: left;
    text-align: left;
    height: 14px;
    width: 110px;
    font-size: 14px;
	padding-left:5px;
	padding-top:0px;
	padding-bottom:0px;
 }
.user_box_player_picture{
	float:left;
	height:150px;
	width:150px;
	background: #333333;
 }
 
.community_box{
	position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.community_box_back{
	width: 100%;
    height: 100%;
	transform: scale(1.1);
    filter: blur(3px);
    -webkit-filter: blur(3px); 
	background: #0f0f0f;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: cover;
	background-image: url(../bilder/header_logo.png);
	transition: all .5s;

}

.community_box:hover .community_box_back {
    transform: scale(1.3);
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.community_box_front{
	z-index: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.steam_groupbox{
	position: relative;
	width: 696px;
	height: 200px;
	font-size:32px;
	margin: 0 auto;
}

.steamcounter{
	font-size:32px;
}
.steamcountersub{
    font-size: 12px;
}

.steam_groupbox_picture{
	background: #1b2838;
    height: 200px;
    width: 200px;
}

.steam_groupbox_picture_back{
	width: 100%;
    height: 100%;
    filter: blur(15px);
    -webkit-filter: blur(15px);
	transition: 0.5s;
}
.community_box:hover .community_box {
	width: 100%;
    height: 100%;
    filter: blur(0px);
    -webkit-filter: blur(0px);
}


.steam_groupbox:hover .steam_groupbox_picture_back {
	width: 100%;
    height: 100%;
    filter: blur(0px);
    -webkit-filter: blur(0px);
}

.steam_groupbox_picture_icon{
    z-index: 1;
    position: absolute;
	top: 35px;
    left: 35px;
    width: 125px;
    height: 125px;
	transition: 0.5s;
}

.steam_groupbox:hover .steam_groupbox_picture_icon {
opacity:0.05;
}

.steam_groupbox_data{
	background: #0b1017;
	padding-top: 20px;
    height: 200px;
    width: 496px;
}

.gameservers_box{
	width: 100%;
    margin-top: 2.5px;
    margin-bottom: 2.5px;
    display: inline-block;
}

.gameservers_box_view{
	float:left;
	background-position: 50% center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    width: 696px;
    height: 120px;
}
.gameservers_box_menue{
	float:left;
	background: whitesmoke;
    color: #0f0f0f;
    width: 443px;
    height: 120px;
}

.gameservers_box_menue .btn{
	margin: 10px auto;
    float: none;
    width: 200px;
    padding: 0;
}

@media (max-width: 1200px){
	
.community_box{
	height:150px;
}
.steam_groupbox{
    width: 574px;
	height: 150px;
}

.steam_groupbox_picture {
    height: 150px;
    width: 150px;
}

.steam_groupbox_picture_icon {
    top: 25px;
    left: 25px;
    width: 100px;
    height: 100px;
}

.steam_groupbox_data{
    padding-top: 0px;
    height: 150px;
    width: 424px;
}
	
.gameservers_box_view{
	width: 574px;
}

.gameservers_box_menue{
	width: 366px;
}



}
@media (max-width: 1120px){
	
.user_box_all{
	width:960px;
}

.user_box_player{
    width: 168px;
	height: 204px;
}

.user_box_player_picture{
	height:168px;
	width:168px;
 }


}

@media (max-width: 992px){
	
.steam_groupbox {
	width: 100%;
}

.steam_groupbox_data {
	width: auto;
	width: calc(100% - 150px);
    max-width: 570px;
}
	
.gameservers_box_view{
	width: 100%;
}

.gameservers_box_menue{
	width: 100%;
	height:auto;
}

.gameservers_box_menue .btn{
margin: 20px auto;
margin-left: 5px;
margin-right: 5px;
float: none;
display: inline-block;
}

}

@media (max-width: 960px){
	
.user_box_all{
	width:800px;
}

.steam_groupbox{
	width: 100%;
	height: 150px;
}

.steam_groupbox_picture {
	float: left;
    height: 150px;
    width: 150px;
}

.steam_groupbox_picture_icon {
    top: 25px;
    left: 25px;
    width: 100px;
    height: 100px;
}

.gameservers_box_view{
	width: 100%;
}

.gameservers_box_menue{
	width: 100%;
}

}
@media (max-width: 800px){
	
.user_box_all{
	width:640px;
}

.steam_groupbox{
	width: 100%;
	height: 150px;
}

.steam_groupbox_picture {
	float: left;
    height: 150px;
    width: 150px;
}

.steam_groupbox_picture_icon {
    top: 25px;
    left: 25px;
    width: 100px;
    height: 100px;
}

}

@media (max-width: 640px){
	
.user_box_all{
	width: 100%;
}

.community_box_front{
    top: -35px;
}

.community_box{
	height:75px;
}

.steam_groupbox {
	width: 100%;
    height: 75px;
	font-size:12px;
}

.steamcounter{
	font-size: 12px;
    padding-top: 5px;
    margin-top: 0px;
    margin-bottom: -10px;
}



.steam_groupbox_picture {
    float: left;
    height: 75px;
    width: 75px;
}

.steam_groupbox_picture_icon {
    top: 12.5px;
    left: 12.5px;
    width: 50px;
    height: 50px;
}

.steam_groupbox_data {
    padding-top: 0px;
    height: 75px;
	width: calc(100% - 75px);
}

}

@media (max-width: 480px){
	
.user_box_all{
	width:320px;
}

.steam_groupbox {
    width: 100%;
    height: 75px;
}

.steam_groupbox_picture {
    float: left;
    height: 75px;
    width: 75px;
}

.steam_groupbox_picture_icon {
    top: 12.5px;
    left: 12.5px;
    width: 50px;
    height: 50px;
}

.steam_groupbox_data {
    padding-top: 0px;
    height: 75px;
    width: calc(100% - 75px);
}

.steamcountersub{
    font-size: 6px;
}

.gameservers_box_menue .btn {
    margin: 5px auto;
    margin-left: 5px;
    margin-right: 5px;
    float: none;
    display: inline-block;
}
.gameservers_box_menue{
padding-top:10px;
padding-bottom:15px;
}

}
@media (max-width: 320px){
	
.user_box_all{
	width:160px;
}

}