* {
	position: relative;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.clearfix:after, .content:after {
	content: "";
	display: table;
	clear: both;
	}

html {
	height: 100%;
	}

/* LAYOUT */
body {
	font: 0.9em system, -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Lucida Grande", sans-serif;
	background-color: #2f3841;
	color: #ffffff;
	width: 100%;
	height: 100%;
	}


.wrapper {
	width: 100%;
	}

.floatleft {
    float:left;
    width: 50%;
    height: 100%;
}

.floatright {
	float: right;
	height: 100%;
    width: 50%;
}

.foto {
    width: 100%;
    height: 100%;
    max-height: 1200px;
    background: url(http://www.makemymoment.de/assets/dma.jpg) top center no-repeat #837e83 !important;
	background-size: cover !important;
	-webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
}

.text {
	width: 100%;
	max-width: 700px;
	padding-left: 10%;
	padding-right: 25px;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.8;
	float: left;
}

h1 {
	font-size: 3em;
	line-height: 1.1em;
	margin-bottom: 0.6em;
}

p {
	line-height: 1.8em;
	margin-bottom: 1em;
	width: 100%;
	display: inline-block;
}

.social {
	color: #ffffff;
	font-size: 0.5em;
}

a {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

a:active {
}

.mailbutton {
	border-style: solid;
	border-width: 2px;
	text-decoration: none;
	border-radius: 5px;
	padding: 9px;
	margin-top: 1em;
	display: block;
	float: left;
	margin-bottom: 1em;
}

@media only screen and (max-width: 960px) {
	.floatleft {
		width: 50%;
	}
	.floatright {
		width: 50%;
	}
	.text {
		font-size: 0.9em;
	}
}


@media only screen and (max-width: 767px) {
	.floatleft {
		width: 100%;
		height: 450px;
		float: left;
	}
	.floatright {
		width: 100%;
		float: left;
		height: auto;
		padding-top: 7em;
		padding-bottom: 7em;
	}
	.text {
		padding-left: 10%;
		padding-right: 10%;
		top: 0;
		transform: none;
	}
}
