@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,500,700);
* {
    border: 0;
    margin: 0; 
    padding: 0;
    outline: 0;
    font-size: 100%;
    font-size: 1em;
    vertical-align: baseline;
    background: transparent;
    font-family: 'Roboto', sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
 }
html, body {
    width: 100%;
    height: 100%;
}
body {
	background: #000;
    color: #fff; 
    font-size:1em;
    position: relative;
    width: 100%;
    height: 100%;
}
i{
	visibility:hidden;
}
h1 {
	font-weight: 400;
	margin: 10px 0;
	overflow: hidden;
	width: 100%;
	/* min-width: 100px; */
}
h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #D49753;
    margin: 0 0 10px 0;
}
.click {
    cursor: pointer;
}
.clear {
	clear: both;
}
.top {
    width: 100%;
    height: 200px;
    padding: 5px;
    position: relative;
    max-width: 1800px;  margin: auto;
}
a.logo {
	display: block;
	width: 100%;
	max-width: 400px;
	margin-top: 28px;
}
a.logo img {
	max-height: 140px;
}
div.headline {
width: 100%;
float: left;
padding:15px;
	font-size: 35px;
	color: #D49753;
	font-weight: 100;
}
.top .btn {
    display: inline-block;

    width: auto;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -21px 0 0 0;
}
.top .btn.signup {
    right: 20px;

    left: auto;
}
.wrapper {
	width: 100%;
	/* padding: 10px; */  
    height: auto;
	margin: auto;
}
table {
    max-width: 1800px;
    margin: auto;
    width: 100%;
    /* width: 1px; */
}
.wrapper:after, .box:after {
    content: "";
    display: block;
    width: 0px; height: 0px;
    clear: both;
}
.col {
    width: 350px;
    margin:5px;
    float: left;
    min-height: 1100px;
    background: #fff;
}
.box {
    width: 100%; 
    height: auto;
    position: relative;
    border-bottom: 10px solid #000;
    padding: 10px;
    max-width: 350px;
}
.box.text {
	color: #000;
	font-size: 25px;
	line-height: 1.2em;
	font-weight: 100;
	padding: 20px;
	height: auto;
}
.col.no1 .box.text:first-child {
    height: 160px;
}
.col.no1 .box.text {
    height: 182px;
}
.col.no1 .box.text.last {
    height: 84px;
}
.col.no1 .box.text:last-child {
    height: 84px;
}
.col.no2 .box.text:first-child {
    height: 239px;
}
.col.no2 .box.text:last-child {
    height: 109px;
}
.col.no3 .box.text {
	height: 174px;
}
.col.no4 .box.img:last-child{
	width:50%;
	float: left;
}
div.box.small {
	width: 50%;
	float: left;
	/* height: 240px; */
}
div.box.text.small {
	float: right;
	border-left: 10px solid #000;
	height: 378px;
}
div.item {
	border: 10px solid #FFF;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
div.chat {
    height: 442px;
}
a.btn {
	display: block;
	width: 100%;
	padding: 8px 20px;
	margin: 20px 0;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 24px;
	font-weight: 300;
	background: rgb(144,1,1);  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(144,1,1)), color-stop(100%,rgb(111,1,1)));  background: -webkit-linear-gradient(top,  rgb(144,1,1) 0%,rgb(111,1,1) 100%);  background: -o-linear-gradient(top,  rgb(144,1,1) 0%,rgb(111,1,1) 100%);  background: -webkit-gradient(linear,  left top, left bottom,  from(rgb(144,1,1)),to(rgb(111,1,1)));  background: linear-gradient(to bottom,  rgb(144,1,1) 0%,rgb(111,1,1) 100%);  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#900101', endColorstr='#6f0101',GradientType=0 );
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	text-shadow: 0px -1px 10px #000;
}
.success a.btn {
	margin: 20px auto; 
	width: 200px;
}
.info {
	position: absolute;
	bottom: 0px;
    left: 0px; 
	width: 100%;
    
}
span.name, span.online {
    width: 100%;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    text-align: center;
    overflow: hidden;
}
span.online {
	display:none;
}
.col img {
    width: 100%;
    height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center center;
	   object-position: center center;
    max-width: 350px;
}
td.right {
    max-width: 350px;
    vertical-align: top;
    /* min-width: 100px; */
    color: #000;
    /* width: auto; */
    /* white-space: nowrap; */
    /* width: auto; */
    overflow: hidden;
}
td.main {
    width: 1440px;
    /* background: #fff; */
}
.commlist {
    width: 100%;
    min-width: 100px;
    margin: 5px 5px 0 0;
    background: #fff;
    padding: 10px;
    height: 1102px;
    overflow: auto;
    border-bottom: 10px solid #000;
}
li {
    list-style: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ddd;
    padding: 5px 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
    vertical-align: middle;
}
li:before {
    content: "";
    display: block;
    width: 20px; height: 20px;
    position: absolute; right: 5px; top: 50%;
    margin: -10px 0 0 0;
    background: #fff;
	z-index:1;
}
li:after {
    content: "";
    display: block;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    width: 10px; height: 10px;
    position: absolute; right: 0px; top: 50%;
    margin: -5px 0 0 0;
    background: green;
	z-index:2;
}
.commlist li:nth-child(1n+16):after{
	background: #f00;
}
.commlist img {
    width: 15%;
    display: inline-block;
    min-width: 30px;
}
div.girl {
	display: inline-block;
	padding: 0 20px 0 10px;
	overflow: hidden;
	width: 75%;
	min-width: 100px;
	font-size: 14px;
	height: 20px;
	position: absolute;
	left: 18%;
	top: 50%;
	margin: -10px 0 0 0;
}
/*--------------------------------------------------------LOGIN/SIGNUP-------*/
.login_wrapper, .join_wrapper {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2;
    background: #000;
    background: rgba(0, 0, 0, 0.9);
}
.loginform {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -150px;
    background: #fff;
    padding: 40px 20px 20px 20px;
    color: #000;
    font-weight: 300;
}
.formular {
	width: 500px;
	padding: 20px;
	background: #FFF;
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
input[type="checkbox"] {
    width: auto;
    float: left;
    margin: 10px 0 0 0;
	border:none;
}
span.agbtext {
    float: left;
    padding: 8px;
}

#submit_1, input.btn {
	display: block;
	width: 100%;
	padding: 8px 20px;
	float: left;
	margin: 20px 0;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-size: 24px;
	font-weight: 300;
	background: #900101;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#900101), color-stop(100%,#6F0101));
	background: -webkit-linear-gradient(top, #900101 0%,#6F0101 100%);
	background: -o-linear-gradient(top, rgb(144,1,1) 0%,rgb(111,1,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#900101),to(#6F0101));
	background: -o-linear-gradient(top, #900101 0%,#6F0101 100%);
	background: linear-gradient(to bottom, #900101 0%,#6F0101 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#900101', endColorstr='#6f0101',GradientType=0 );
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	border: 1px solid #900101;
	text-shadow: 0px -1px 10px #000;
	cursor: pointer;
}
input {
    padding: 5px;
    border: 1px solid #000;
    width: 100%;
    margin: 5px 0 0 0;
}
::-webkit-input-placeholder {
   color: #ccc;
   font-weight:100;
}

:-moz-placeholder { 
   color: #ccc;
   font-weight:100;
}

::-moz-placeholder { 
   color: #ccc;
   font-weight:100;
}

:-ms-input-placeholder {  
   color: #ccc;
   font-weight:100;
}
label {
    display: inline-block;
    width: 110px;
    margin: 10px 0 0 0;
}
div.lbl_signup_error {
	font-size: 11px;
	color: #F00;
}
.feld5, .feld6 {
    display: none;
}
.form-row input[type=text],
.form-row input[type=email] {
	padding: 10px;
	margin: 10px 0;
}
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder  {
  color: #444;
}
.form-row input[type=checkbox] {
	margin-bottom: 10px
}
.form-row input[type=submit] {
	color: #fff;
	padding: 10px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	cursor: pointer;
}
select {
	border: 1px solid #000;
	padding: 5px;
	display: block;
	width: 100%;
	margin: 5px 0 0 0;
}
.login_wrapper small {
	font-size: 12px;
	text-align: center;
	display: block;
}
.login_wrapper small a {
	color: #000;
}
select {
	border: 1px solid #000;
	padding: 5px;
	display: block;
	width: 100%;
	margin: 5px 0 0 0;
}
input[type=submit] {
	background-color: #777;
}
a.btn-back {
    position: absolute;
    top: -25px;
    color: #fff;
    left: 0px;
}
.close {
	background: #fff;
	display: block;
	padding: 2px 9px 5px 9px;
	border: 1px solid #000;
	position: absolute;
	right: 22px;
	top: 22px;
	cursor: pointer;
	font-size: 14px;
	z-index: 99;
}
.meldung strong {
	display: block;
	text-align: center;
	color: #C00;
	font-size: 15px;
	padding: 10px 0 0 0;
	overflow: hidden;
}
.form-error {
	width: 100%;
	font-size: 11px;
	color: #f00;
	display: block;
	float: left;
}

@media only all and (min-width: 1256px) and (max-width: 1615px), (min-device-width: 1256px) and (max-device-width: 1615px){
	
	td.main{
		width:1080px;
	}	
	div.col.no3{
		display:none;
	}
	
}
@media only all and (max-width: 1255px), (max-device-width: 1255px){
	
	td.main{
		width:720px;
	}
	div.col.no3, div.col.no2 {
		display:none;
	}
	
}

@media only all and (min-width: 501px) and (max-width: 895px), (min-device-width: 501px) and (max-device-width: 895px){
	table {
		padding: 10px;
	
}
	td.right {
		display:none;
	}
.box, .box img {
	max-width: 100%;
}
	.col {
		width:50% !important;
		margin:0px;
	}
	.col.no1, .col.no4 {
		border-right:5px solid #000;
	
		background: #fff;
}
	.col.no4 {
		border-left:5px solid #000;
	
		border-right: 0px;
}
	.col.no4 div.box.img.small:last-child {
    display: none;
	}
	.col.no4 div.box.small {
		width: 100%;
		border-left: 0px;
		height: auto;
	}
	.col.no1 .box.text, .col.no1 .box.text:last-child {
	height: auto;
	}
	.col.no4 span.hide {
	display: none;
	}
}

@media only all and (max-width: 700px), (max-device-width: 700px){
	.top {
		height: 140px;
	}
}

@media only all and (max-width: 500px), (max-device-width: 500px){
a.logo {
	display: block;
	width: 100%;
	margin:0;
}

.top {
    text-align: center;
    height: auto;
}
.top .btn {
    position: relative;
    right: 0px !important;
    margin: 0px;
}
.main {
	padding:10px;
}
.col {
	width:100%;
	float:none;
	margin: 0px;
	min-height: 100px;
}
.box, .box img {
	max-width:100%;
}
td.right {
	display:block;
	display: none;
}
div.box.small, .col.no4 .box.img:last-child {
	width: 100%;
	float: none;
}
div.box.text.small {
	float: none;
	border-left: 0px;
	height: auto;
	}
.box.text {
	height: auto !important;
}

.col.no1 .box.text:last-child, .col.no2 div.box.img:nth-child(3), .col.no3 div.box.img:nth-child(2), .col.no3 div.box.img:nth-child(4), .col.no4 .box.img:last-child {
    display: none;
}
div.col.no4 .box.img:first-child {
    display: none;
}
.login_wrapper, .join_wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	background: #000;
	background: rgba(0, 0, 0, 0.9);
}
#signupForm_1, .loginform {
	width: 320px;
	position: relative;
	top: 20px;
	left: 0;
	margin: auto;
}
}
#disclaimer {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 11px;
}
#disclaimer a {
	color: #fff;
}