@font-face { 
font-family: "MartelSansReg"; 
src: url("MartelSans-Regular.ttf"); 
}

@font-face { 
font-family: "MartelSansLight"; 
src: url("MartelSans-Light.ttf"); 
}

@font-face { 
font-family: "MartelSansExtraLight"; 
src: url("MartelSans-ExtraLight.ttf"); 
}

@font-face { 
font-family: "MartelSansBold"; 
src: url("MartelSans-Bold.ttf"); 
}

body {
	background:url("jk_moebelideen_hintergrund.jpg") no-repeat left top fixed;
	background-size:cover;
	margin:0 auto;
	padding:0;
	font-family: "MartelSansLight"; 
}

a {
	color:#fff;
	text-decoration:none;
}

b {
	font-family: "MartelSansReg"; 
}

table tr td{
	padding:0px;
	line-height:20px;
}

.content {
	margin:0 auto;
	width:100%;
	max-width:1020px;
	font-size:14px;
}

.content .logo {
	text-align:center;
	margin-top:12%;
}

.content .text {
	text-align:center;
	margin-top:50px;
	color:#fff;
}

footer {
	background: rgba(0,0,0,0.6);
	color:#fff;
	position:fixed;
	bottom:0px;
	width:100%;
	margin:0 auto;
	padding:40px 0px;
}

footer .content {
	margin:0 auto;
	width:100%;
	max-width:820px;
	
}

footer .content .drittel {
	width:29%;
	margin-right:20px;
	float:left;
	line-height:20px;
}

footer .content .drittel .icon{
	width:30px;
	height:50px;
	margin-right:10px;
	float:left;
}

footer .content .drittel.last {
	width:29%;
	margin-right:0px;
	float:left;
}

@media only screen and (max-width: 768px) {
	.content .text {
		padding:0 40px;
	}
	
	
	footer {
		position:relative; 
		margin-top:30px;
	}
	
	footer .content .drittel {
		width:100%;
		float:none;
		margin-right:0px;
		text-align:center;
		margin-bottom:20px;
	}
	
	footer .content .drittel table{
		margin:0 auto;
	}
	
	footer .content .drittel .icon {
		float: none;
		height: 50px;
		text-align: center;
		width: 100%;
	}
	
	footer .content .drittel.last {
		width:100%;
		float:none;
		margin-right:0px;
	}
}