	body {
		margin:0;
		padding:0;
		background-color:#2b292e;		
	}
	.page {
		width:100%;
		margin:0;
	}
	.content {
		max-width:2500px;
		margin:0 auto;
	}
	.uc-wrapper {
		position:relative;
	}
	.uc-image {
		width:100%;
		height:100%;
		background-image: url("Kanzlei_BBS_Hamburg.jpg");
		background-repeat: no-repeat;
		background-size: cover;
	}
	.uc-text {
		position:absolute;
		bottom:0;
		left:0;
		width:55%;
		color:#3c3c3c;
		background-color:#fff;
		padding: 46px 30px 40px 30px;
		font-family: sans-serif;
		line-height:1.5;
	}
	a {
		color:#3c3c3c;
	}
	h1 {
		font-size: 24px;
		line-height:1.4;
	}
	.logo {
		float:right;
		position: relative;
		bottom: 60px;
		height: 60px;		
	}
	.mobile-text {
		display:none;
	}
	.uc-text p {
		margin:0;
	}
	@media screen and (max-width: 768px) {
		.uc-wrapper {
			position:inherit;
		}
		.uc-image {
			display:block;
			position:inherit;
			width:100%;
			height:200px;
		}
		.uc-text {
			display:none;
		}
		.mobile-text {
		color:#3c3c3c;
		background-color:#fff;
		padding: 36px 30px 150px 30px;
		font-family: sans-serif;
		line-height:1.5;
			display:block;
			position:inherit;
			width:auto;
		}
	.logo {
		float:left;
		position: inherit;
		bottom: inherit;
		height: inherit;
			
	}

	}
