@import "normalize-min.css";

/* ==================== BORDER BOX ==================== */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* ==================== HTML5-Hack ==================== */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, .nav-inner, section, caption {
	display: block;
}

/* ==================== CLEAR ==================== */
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

/* ==================== ALL ==================== */
html {
	font-size: 100%;
}
body {
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 400;
	background: #f5f1eb;
	line-height: 1;
	color: #fff;
	text-align: left;
}
#wrapper, header, #impressum-datenschutz, footer {
	margin: 0 auto;
	width: 100%;
	max-width: 1040px;
}
header {
	width: 206px;
	margin: 5px auto 0 auto;
	position: relative;
	z-index: 999;
}
#wrapper {
	background: url(images/boxen-bg.jpg) repeat-y center;
	margin-top: -100px;
}
.half {
	width: 50%;
	padding: 100px 50px 50px 50px;
}
#studio {
	float: left;
	background: #7ab135;
	border-right: 2px solid #f5f1eb;
}
#heilpraktiker {
	float: right;
	background: #2b6075;
	border-left: 2px solid #f5f1eb;
}
a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
a:hover, #impressum-datenschutz a {
	color: #2b6075;
}
h1, h2, h3, h4 {
	color: #fff;
	font-family: 'Taviraj', 'Times New Roman', Times, serif;
	font-size: 25px;
	line-height: 130%;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
h1 {
	text-align: center;
	margin-top: 10px;
	color: #f28825;
	font-size: 30px;
}
h2 {
	padding-bottom: 7px;
	margin-bottom: 7px;
}
#studio h2 {
	border-bottom: 1px solid #bdd89a;
}
#heilpraktiker h2 {
	border-bottom: 1px solid #95b0ba;
}
p, li {
	font-size: 18px;
	line-height: 150%;
	padding: 0;
	margin: 0;
}
.button {
	margin-top: 25px;
}
.button a {
	padding: 15px 18px;
	background: #f28825;
	display: inline-block;
	line-height: 1;
	font-weight: 600;
}
#studio .button a {
	border: 1px solid #bdd89a;
}
#heilpraktiker .button a {
	border: 1px solid #95b0ba;
}
#unterseite .button {
	margin: 10px auto;
	text-align: center;
}
footer, footer p {
	text-align: center;
	font-size: 15px;
	margin: 5px auto 5px auto;
}
#impressum-datenschutz {
	margin-top: 40px;
	margin-bottom: 10px;
}
footer a, footer p, #impressum-datenschutz h2, #impressum-datenschutz h3, #impressum-datenschutz h4, #impressum-datenschutz p, #impressum-datenschutz li {
	color: #7e645a;
}
#impressum-datenschutz h3, #impressum-datenschutz h4 {
	font-size: 21px;
	margin: 20px 0 10px 0;
}
#impressum-datenschutz h3 {
	color: #f28825;
}
#impressum-datenschutz h4 {
	font-size: 19px;
	font-family: 'Lato', Arial, sans-serif;
	font-weight: 600;
	margin-top: 15px;
}
#impressum-datenschutz p, #impressum-datenschutz li {
	font-size: 16px;
	margin-bottom: 15px;
}
@media (max-width: 767px) {
	#wrapper {
		text-align: center;
	}
	.half {
		width: 100%;
		display: block;
	}
	#studio, #heilpraktiker {
		border: none;
		padding-right: 15px;
		padding-left: 15px;
	}
	#heilpraktiker {
		padding-top: 30px;
	}
	#studio {
		border-bottom: 4px solid #f5f1eb;
		padding-top: 120px;
	}
	p {
		font-size: 16px;
	}
}
@media (max-width:1070px){
	#impressum-datenschutz {
		padding: 0 15px;
	}
}