@charset "UTF-8";


.containervideo iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding:1px;
}

.containervideo {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	width:100%;
    
	padding-bottom:54.8%;
	height:auto;
	display:block;
	background-color:#000000;
}

.video-out
{
    width:100%;
    max-width:1024px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}


.footertext
{
	font-family: 'Lato', sans-serif;
	font-weight:300;
	font-size:14px;
	text-align:center;
    color:#FFFFFF;
}

.footertextbold
{
	font-family: 'Lato', sans-serif;
	font-weight:600;
	font-size:14px;
	text-align:center;
	color:#FFFFFF;
}


.footerbalken
{
	position:fixed;
    left:0px;
    bottom:0px;
    height:70px;
    width:100%;
    background:#000000;
	padding:10px 30px;
	display:block;
    border-top:1px solid #ffffff;
}

.footertext a
{
	text-decoration:none;
    color:#FFFFFF;
}

.footertext a:hover
{
	text-decoration:none;
    color:#ffe400;
}

.lightmaslogo
{
    width:100%;
    max-width:300px;
    height:auto;
    margin-left:auto;
    margin-right:auto;
}

.youtubelink
{
    font-family: 'Lato', sans-serif;
	font-weight:600;
	font-size:17px;
	text-align:center;
	color:#FFFFFF;
    cursor:pointer;
}

.youtubelink a
{
	color:#FFFFFF;
}

.youtubelink a:hover
{
	color:#ffe400;
}






