body {
	font-size: 12px;
	background-image: url('../img/bg_main.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 100%;
	font-family: Verdana;
}

.background-wrapper {
	width: 80%;
	height: 80%;
	min-width: 870px;
	z-index: 0;
	position: fixed;
	margin-left: 10%;
	margin-right: 10%;
	background: rgba(112,128,144, 0.2);
	border-radius: 10px;
	box-shadow: 1px 1px 20px 10px rgba(112,128,144,0.2);
}

.main_Wrapper {
	width: 70%;
	position: relative;
	-min-width: 800px;
	-max-height: 600px;
	-max-width: 1600px;
	margin:auto;
	z-index: 100;
}

header {
	height: 15%;
	min-height: 90px;
	width: 80%;
	margin:auto;
}

header .logo_Wrap {
	width: 80%;
}

header .logo {
	height: 100%;
	-float:right;
	width: 150px;
	margin:auto;
}

header .logo img {
	margin-top: 20px;
}

header .userInfo {
	height: 150px;
	max-width: 400px;
	min-width: 300px;
	background: rgba(48,48,48,0.7);
	float:right;
}

header .userInfoWrapper {
	height: 100%;
	min-width: 200px;
	max-width: 294px;
	margin:auto;
}

form {
	margin:0;
}

input[type="text"], input[type="password"] {
	padding: 2px;
	border: solid 1px #dcdcdc;
	border-radius: 12px;
	transition: box-shadow 0.3s, border 0.3s;
	text-align:center;
}

input[type="submit"] {
	width: 60px;
	height: 20px;
	margin-top: 25px;
	border-radius: 6px;
	border:0;
}

input[type="submit"]:focus {
	outline:none;
	
}

input[type="text"]:focus, input[type="password"]:focus {
	outline:none;
	box-shadow: 1px 1px 20px 5px rgba(62,119,157,0.7);
}

.userInfo #login_kn, .userInfo  #login_psw {
	width: 135px;
	margin-top: 15px;
	float:right;
	margin-right: 27%;
}

.userInfo  #submit_login {
	margin-left: 40%;
}

.userInfo .image {
	width: 125px;
	min-width: 125px;
	height: 100%;
}

a {
	text-decoration: none;
	color: rgba(62,119,200,1);
}

a:visited {
	text-decoration: none;
	color: rgba(62,119,255,1);
}

.userInfo .information {
	width: 60%;
	height: calc((100% - 4px) / 4);
	float:right;
	color:white;
	border-left:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	/* Internet Explorer 10 */
	display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;

	/* Firefox */
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;

	/* Safari, Opera, and Chrome */
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/* W3C */
	display:box;
	box-pack:center;
	box-align:center;
}

.userInfo #customerId {
	background: rgba(112,128,144, 0.3);
}
.userInfo #remainingTime {
	background: rgba(112,128,144, 0.3);
}
.userInfo #openTickets {
	background: rgba(112,128,144, 0.3);
}
.userInfo #logout {
	background: rgba(112,128,144, 0.3);
	cursor: pointer;
}
.userInfo #logout:hover {
	text-decoration: underline;
}

nav ul li {
	font-size: 14px;
	cursor: pointer;
	width: 1%;
	height: 47px;
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	border: 1px solid black;
	transition: all 0.3s ease;
}

nav ul li:hover {
	border-radius: 150px;
}

.active {
	box-shadow: inset 1px 1px 20px 5px rgba(62,157,200,0.7);
	border-radius: 150px;
}

nav {
	width: 100%;
	height: 47px;
	background: rgba(48,48,48,0.7);
	color: white;
}

nav ul {
	padding:0;
	width: 100%;
}

.content {
	margin-top: 25px;
	height: 400px;
	width: 100%;
	border: 1px solid black;
	color: white;
	background: rgba(48,48,48,0.7);
}

.home_column1 {
	width: 37.5%;
	height: 100%;
	float:left;
	text-align: center;
	min-height: 380px;
}

.home_column2 {
	width: 37.5%;
	height: 100%;
	float:left;
	text-align: center;
	min-height: 380px;
}

.home_column3 {
	width: 25%;
	height: 100%;
	float:left;
	text-align: center;
	min-height: 380px;
}

.home_column1 h2, .home_column2 h2 {
	margin-top: 50px;
}

.home_column1 .round, .home_column2 .round {
	margin: auto;
	height: 100%;
	width: 100%;
	-background-color: #008b45;
	border-radius: 100%;
}

.home_column1 .round_Wrap, .home_column2 .round_Wrap {
	max-width: 200px;
	max-height: 200px;
	height: 100%;
	width: 100%;
	margin:auto;
}

.home_column1 .round {
	background-image: url('../img/gameservericon.png');
	background-size: contain;
	border: 2px solid #DEDEDE;
	background-color: black;
}

.home_column2 .round {
	background-image: url('../img/teamspeak.png');
	background-size: contain;
	border: 2px solid #DEDEDE;
	background-color: black;
}

.home_column3 .round_Wrap_offer {
	max-width: 140px;
	max-height: 140px;
	height: 100%;
	width: 100%;
	margin:auto;
}

.home_column3 .round {
	height: 140px;
	width: 140px;
	margin:auto;
	background-image: url('../img/currentoffercsgo.png');
	border: 2px solid #DEDEDE;
	-background-position: 50% 50%;
	background-size: contain;
	border-radius: 100%;
}

.login_Content {
	text-align:center;
}

.login_content #login_kn {
	text-align: center;
	
}

.login_Content #login_psw {
	text-align: center;
	margin-top: 35px;
}

.login_Content #submit_login {
	margin-top: 35px;
}

.payments {
	width: 100%;
	margin-top: 25px;
	-position: fixed;
	height: 100px;
	background: black;
	bottom:0;
	z-index: 101;
	background: rgba(48,48,48, 0.7);
	border: 1px solid black;
}

.payments_wrapper {
	width: 789px;
	height: 100%;
	margin:auto;
}

.payments img {
	width: 150px;
	height: 40px;
	margin-left: 30px;
	margin-top: 25px;
}

.payments #paysafecard {
	width: 190px !important;
}

.payments #mastercard {
	width: 190px !important;
}

.payments #giropay {
	width: 130px !important;
	margin-left: 20px !important;
}

footer {
	width: 100%;
	margin:auto;
	margin-top: 25px;
	-position: fixed;
	height: 70px;
	background: black;
	bottom:0;
	z-index: 101;
	background: rgba(48,48,48, 0.7);
	border: 1px solid black;
}

.warp_footer_content {
	width: 500px;
	height:100%;
	margin:auto;
}

.wrap_servers, .wrap_voice, .wrap_imprint {
	color: white;
	float:left;
	height: 70px;
	width: 150px;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}