html {
	height: 100%;
}

body {
    font-family:'Roboto', sans-serif;
    color: #FFF;
	background: #000 url(img/bg.jpg) fixed no-repeat center center;
	/*background-color: #000;*/
	font-size:16px !important;
	padding:0;
	margin:0;
	height: 100%;
}

p, h1 {
	margin-top:-2px;
}

h1, .achtung {
	font-size: 20px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	font-size: 40px;
	font-weight: bold;
	line-height: 44px;
	position: relative;
	top: -36px;
}

.achtung {font-weight: bold;}

.main {
	max-width: 750px;
	min-width: 320px;
	height: 100% !important;
	margin: 0px auto;
	/*background-color: #000;*/
}

.header-img {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 2px solid #808080;
}

.cont {
	margin: 0;
	padding:0;
	display: table;
}

.row {
	margin: 0px 0px 10px !important;
	padding: 0;
	min-height: 15px;
	display: table-row;
}

.left{
	min-width: 100px;
	text-align:right;
	display: table-cell;
}
.left img {
	border: 0px;
}

.distance{
	width:30px;
	min-width:10px;
	max-width:30px;
	display: table-cell;
}

.right {
	vertical-align:top;
	margin:0;
	padding:0;
	display: table-cell;
	border-bottom: 2px solid #808080;
}
.right img, .right video {
	max-width: 98%;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#divider {
	height: 2px;
	margin:20px !important;
	background: #808080;
	display: table-cell;
}

.btn {
	height: 40px;
	font-size: 30px;
	font-weight: 400;
	padding: 5px 15px;
	color: #000;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(237, 237, 237, 1) 100%);
	text-decoration: none;
	position: relative;
	top: 5px;
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn:hover {
	background: transparent !important;
	color: #fff;
}

/*
Footer
********************************************************************/
.footer {
	width: 740px;
	height: 40px;
	padding: 0 5px;
	margin-top: 30px;
	font-size: 12px;
	border-top: 1px solid #555;
	/*background: #555;*/
}
.footer a {
	text-decoration: none;
	color: inherit;
}
.footer a:hover {
	text-decoration: underline;
}
.footer img {
	max-height: 24px;
	margin-left: 5px;
	position: relative;
	top:9px;
}

/*
Responsible
********************************************************************/
@media screen and (max-width: 500px) {
    /*body {
		font-size: 30px !important;
	}*/
	.left{
		max-width:100px;
		padding-left:5px !important;
	}
	.left img {
		max-width:100%;
	}
	.right{
		padding-right:5px !important;
	}
	.distance{width:10px;}
	.footer{width:96%;}

}