
/* demo site with banner */
.demowrapper {
    display: inline-block;
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}
@media(min-width: 600px) {
    .demowrapper {
        margin:0 auto;
        padding: 0 80px;
    }
}

.demoportlet {
    margin: 37px 0 35px;
    /*max-width: 728px;*/
    float: left;
    min-width: calc(728px + 140px);
}
.demoportlet:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
    
#first {
    width: 728px;
    float: left;
}
#player {
    /*padding-left: 130px;
    max-width: 1000px;*/
    margin: 50px auto;
}
#player > video {
    width: 728px;
}	 	 
#firstdiv {
    display: block;
	width: 728px;
	height: 90px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
	background:#66c1bf;
	color:#FFFFFF;
	text-align:center;
	font-size: 16px;
	line-height: 90px;
    background-size: contain;
}
#seconddiv {
	margin-top: 40px !important;
	height: 600px;
	width: 120px;
	background:#66c1bf;
	color:#FFFFFF;
	text-align:center;
	font-size: 16px;
	line-height: 600px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
    background-size: contain;
    float: left;
}
#dcwrapper {
    width: calc(100% - 140px);
}
@media(min-width: 600px) {
    .small-margin {
        margin-top:37px !important;
    }
}
@media(max-width: 600px) {
    .small-margin+.small-margin {
        margin-top:16px;
    }
}

/* demo window */
#demo {
    margin: 0px;
    position: fixed;
    left: 60px;
    bottom: 30px;
    width: 360px;
    height: 225px;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
    z-index: 1999;
    background: #f1f1f1;
}
#demo_head {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    width: 72%;
}

.firsttable	{
    /*width: calc(100%-10px);*/
	margin-top:18px;
    margin-left: 10px
}
.firsttable #fa_vis {
	width:106px;
	height:21px;
	float:right;
	margin-right:20px;
}
.firsttable #na_vis {
    width: 90px;
    height: 21px;
    float: left;
    left: 16px;
    position: relative;
}

.rot {
    display: inline-block;
    background-color: #d54858;
    width: 90px;
    height: 20px;
}
.gruen {
    display: inline-block;
    background-color: #54ae32;
    width: 90px;
    height: 20px;
}

#fa_vis{
    display:none;
}
#fa_vis.rot:before, #fa_vis.gruen:before, #na_vis.rot:before, #na_vis.gruen:before {
    display: block;
    color: white;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
}
#fa_vis.rot:before {
    content: "Fenster inaktiv";
}
#fa_vis.gruen:before {
    content: "Fenster aktiv";
}
#na_vis.rot:before {
    content: "Nutzer inaktiv";
}
#na_vis.gruen:before {
    content: "Nutzer aktiv";
}

.daten {
    display: flex;
    /*width: calc(100%-10px);*/
	text-align:left;
    margin: 30px 0px 0px 10px;
}
.daten tr {
	height:25px;
	font-size:14px;
}
.daten tr:first-child {
	font-size:16px;
	height:16px;
    font-weight: bold;
}
.daten tr:nth-child(2) {
    height:15px;
}	
.daten tr:nth-child(3) {
    font-weight: bold;
    font-size: 16px;
}	
.daten tr:last-child {
	font-size:16px;
	height:16px;
    font-weight: bold;
}
.daten tr:first-child td:first-child, .daten tr:last-child td:first-child {
	font-size:16px;
}

.daten #sb_time, .daten #sb_share, .daten #sky_time, .daten #sky_share {
	width:78px;
}
@media (min-width: 1240px){
    .daten #sb_time, .daten #sb_share, .daten #sky_time, .daten #sky_share {
    	width:105px;
    }
}

.alignright {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 20px;
}
