*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}
.mobile-only {
	display: none;
}
a {
	text-decoration: none;
	color: #222;
}
.btn {
	font-weight: bold;
	color: white;
	padding: .8em 2em;
	text-align: center;
	background: #00B5AD;
	cursor: pointer;
	border-radius: 1px;
	width: 100%;
	display: block;
}
.btn:hover {
	opacity: .7;
}
.btn .fa {
	color: white;
}
.col a.btn:hover {
	text-decoration: none;
}
a.more{
	color:#00B5AD;
}
a.more:hover{
	text-decoration: none;
	border-bottom:3px solid #00B5AD;
}
img {
	border: none;
}
ul {
	list-style: none;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	/*background: #2C3841;*/
	background:#2f2f2f;
	color: #222;
}
h2,
h3 {
	background: #eaeaea;
}
h2 {
	font-size: 1.3em;
	padding: .85em 1.35em;
}
h3 {
	padding: 1em;
}
.global {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.main{
	position:relative;
	overflow: hidden;
	width:100%;
}
.bookshelf{
	z-index:1;
	width:100%;
	height:75px;
	margin-top:3.5em;
}
header {
	background: #f9f9f9;
	position: relative;
}
header .global {
	padding: 0 .75%;
}
header .fake-border {
	background: #d2d2d2;
	height: .25em;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
header img {
	width: 3.5em;
	float: left;
	padding-top: .4em;
}
nav {
	float: right
}
nav ul li {
	position: relative;
	float: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
nav li a {
	font-weight: bold;
	position: relative;
	display: block;
	z-index: 9;
	padding: 1.2em;
	height:4em;
}
nav li .bg {
	height: .25em;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	transition: height .2s
}
nav li:hover .bg {
	background: #000;
	height: 100%;
}
nav li:hover a {
	color: white;
}
nav li.green .bg {
	background-color: #A1CF64;
}
nav li.red .bg {
	background-color: #D95C5C;
}
nav li.blue .bg {
	background-color: #6ECFF5;
}
nav li.orange .bg {
	background-color: #F05940;
}
nav li.purple .bg {
	background-color: #564F8A;
}
nav li.teal .bg {
	background-color: #00B5AD;
}

/* content */
.gap-top {
	margin-top: 1em;
}
.main-img {
	width: 98%;
	margin-top: 2em;
}
.content .col {
	z-index:9;
	text-align: left;
	line-height: 1.5em;
}
.content .box{
	margin-bottom:1.5em;
	background: #f9f9f9;
	border-left: .25em solid white;
} 
.col .inner {
	padding: 1em 1.75em 1.5em 1.75em;
}
.col .fa {
	margin-right: .25em;
}
.box.red{
	border-color: #D95C5C;
}
.box.green {
	border-color: #A1CF64;
}
.box.teal {
	border-color: #00B5AD;
}
.box.blue {
	border-color: #6ECFF5;
}
.box.orange {
	border-color: #F05940;
}
.box.purple{
	border-color:#564F8A;
}
.contact ul {
	margin-bottom: 1.25em;
}
.tipp {
	margin-bottom: 2em;
}
.tipp img {
	width: 7em;
}
.tipp .img-left {
	float: left;
	margin-right: 1em;
}
.tipp .title {
	font-weight: bold;
	margin-bottom: .25em;
}
.tipps .btn,.welcome .btn  {
	width: 50%;
	margin: 0 auto;
}
footer {
	background: #e5e5e5;
	font-size: .9em;
	padding: 2em 0 4em 0;
}
footer .group {
	padding: 0 .5%;
}
footer .year {
	float: left;
}
footer .info {
	float: right;
}
@media(max-width:750px) {
	.mobile-only {
		display: block;
	}
	header .logo {
		width: 3em;
		padding: .5em 0;
	}
	header .menu {
		color: #456;
		cursor: pointer;
		float: right;
		padding-right: .5em;
		font-size: 2em;
		line-height: 1.8em;
	}
	header .menu:hover {
		opacity: .75;
	}
	nav {
		clear: both;
		float: none;
		display: none;
	}
	nav.active{
		display:block;
	}
	nav ul li {
		float: none;
		width: 100%;
	}
	.btn,
	.tipps .btn {
		width: 100%;
	}
	footer{
		text-align:center;
	}
	footer .group > div{
		float:none;
		margin-bottom:1em;
	}
}