@charset "utf-8";

/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.125em;
	font-weight: 300;
	color: #000;
	background: #e4e4e4;
}

body {
	margin: 0;
	padding: 0;
}

h1, h2 {
	margin-top: 0;
	text-align: center;
	color: #2881c1;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: #2881c1;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	max-width: 1100px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

header section {
	background: url(../img/projektmanagement-online-header.jpg) no-repeat center top/100%;
	width: 100%;
	height: 350px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	font-size: 2em;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}

figure {
	margin: 0;
	padding: 15px;
	display: flex;
	justify-content: center;
}

header section span {
	margin-top: 165px;
}

#content {
}

#content section {
	padding: 65px 35px;
}

#content section:nth-child(2n) {
	background: #116382;
	color: #fff;
}

#content section:nth-child(2n) h2 {
	color: #fff;
}

#content section:nth-child(2n) li {
	background: url(../img/check-white.svg) no-repeat left center;
}

ul {
	margin: 35px 0;
}

li {
	list-style: none;
	background: url(../img/check.svg) no-repeat left center;
	padding-left: 40px;
	margin: 15px 0;
}

footer {
	background: #46464e;
	color: #fff;
	padding: 15px;
	text-align: center;
}

/* Responsive Design */

@media only screen and (max-width: 480px) {

html, body {
	font-size: 1em;
}

h1, h2 {
	font-size: 1.2em;
}

header section {
	background: url(../img/projektmanagement-online-header.jpg) no-repeat center top/cover;
	height: 250px;
}

header section span {
	margin-top: 0;
	text-align: center;
	font-size: .725em;
}

#content section {
	padding: 35px 25px;
}

ul {
	padding: 0;
}

li {
	list-style: none;
	background: url(../img/check.svg) no-repeat left center/18px;
	padding-left: 30px;
}

#content section:nth-child(2n) li {
	background: url(../img/check-white.svg) no-repeat left center/18px;
	padding-left: 30px;
}
}
