body {
	background-color: #cdd5d7;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 100%;
	font-style: normal;
	overflow-y: scroll;
}
.orange {
	color: #e2912a;
}
.patrol {
	color: #00727b;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
p {
	color: #556263;
	line-height: 160%;
	font-weight: 400;
}
h1, h2, h3, h4 {
	color: #e2912a;
}
strong, b {
	font-weight: 700;
}
ul {
	color: #556263;
	margin: 0;
	padding: 0;
}
table, tr, td {
	margin: 0;
	padding: 0;
}
img {
	display: block;
	width: 100%;
	height: auto;
}
.container {
	margin: 0 auto;
	max-width: 1230px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
figure {
	margin: 0;
	padding: 0;
}
li {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


/* Links */
a {
	text-decoration: none;
	transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}
a:hover {
	text-decoration: none;
}


/* ==========================================================================
	Mobiles Menu
   ========================================================================== */
#mobile-menu {
	float: left;
	position: relative;
	width: 100%;
}
#mobile-menu #toggle-menu {
	background-color: #00727b;
	height: 30px;
	position:relative;
	left:0;
	top:0;
	width: 100%;
	z-index: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mobile-menu #toggle-menu .button {
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
	margin:0;
	position: absolute;
	right: 55px;
	z-index: 110;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mobile-menu #toggle-menu .button p {
	color: #fff;
	cursor: pointer;
	font-size: 1rem;
	margin:0;
	position: absolute;
	left: 45px;
	top: 19px;
	z-index: 110;
}
#mobile-menu #toggle-menu .button:before {
	border-color: #fff;
	border-bottom: 12px double #fff;
    border-top: 4px solid #fff;
    content: "";
    height: 4px;
    left:0px;
    position: absolute;
    top: 5px;
    width:35px;
}
#mobile-menu nav#main-menu {
	display: none;
}
#mobile-menu nav#main-menu ul#main-navi {
	background-color:#fff;
	margin:  0 0 30px 0;
	padding: 0 20px 0 20px;
}
#mobile-menu nav#main-menu ul#main-navi li {
	border-top:1px solid #a1b9bb;
	font-size:0.9rem;
	font-weight:800;
	padding: 5px 0 5px 0;
}
#mobile-menu nav#main-menu ul#main-navi li:first-child {
	border-top:none;
}
#mobile-menu nav#main-menu ul#main-navi li:last-child {
	padding: 5px 0 9px 0;
}
#mobile-menu nav#main-menu li a {
	color:#00727b;
}
#mobile-menu nav#main-menu li a.active {
	color:#e2912a;
}

/* ==========================================================================
	Header
   ========================================================================== */
header {
	background: url(../images/header-background.png) no-repeat top left #fff;
	background-size: 100% cover;
	float: left;
	height: 225px;
	margin: -30px 0 0 0;
	padding: 0;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* Logo */
header #logo {
	left: 20px;
	position: absolute;
	top: 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
header #logo figure {
	display: table;
}
header #logo figure img {
	max-width: 206px;
	width: 206px;
}
/* Metanavigation */
header #meta-navigation {
	display: none;
}
/* Hauptnavigation */
#main-navigation {
	display: none;
}

/* ==========================================================================
	All
   ========================================================================== */
.content {
	background-color: #fff;
	float: left;
	padding: 20px 20px 55px 20px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content section {
	float: left;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.content section h1 {
	font-size: 1.4rem;
	margin: 0 0 5px 0;
}
.content section h2 {
	font-size: 0.9rem;
	font-weight: 800;
    line-height: 150%;
    padding: 0 0 5px 0;
}
.content section p {
	font-size: 0.9rem;
}
.content section p b {
	font-weight: 700;
}
.content div.motiv {
	float: left;
	height: 198px;
	width: 100%;
	max-width: 640px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content div.motiv-home, .content div.motiv-leistungen, .content div.motiv-projekte, .content div.motiv-kontakt, .content div.motiv-default {
	background-size: 100% cover;
	display: block;
	float: left;
	width: 100%;
	max-width: 640px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content div.motiv-home {
	background: url(../images/motiv-home.jpg) no-repeat top left #fff;
	height: 198px;
}
.content div.motiv-leistungen {
	background: url(../images/motiv-leistungen.jpg) no-repeat top left #fff;
	height: 198px;
}
.content div.motiv-projekte {
	background: url(../images/motiv-projekte.jpg) no-repeat top left #fff;
	height: 198px;
}
.content div.motiv-kontakt {
	background: url(../images/motiv-default.jpg) no-repeat top left #fff;
	height: 198px;
}
.content div.motiv-default {
	background: url(../images/motiv-default.jpg) no-repeat top left #fff;
	height: 198px;
}
.content figure {
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.content article, .content aside {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.content article {
	padding: 0 0 22px 0;
}
.content article.last-only-text {
	margin: -22px 0 0x 0;
}
.content aside {
	float: left;
	padding: 30px 0 0 0;
}
.content aside h2 {
	color: #00727b;
	font-size: 0.8rem;
	font-style: italic;
	font-weight: 800;
    line-height: 135%;
    padding: 0 0 5px;
}
.content aside p {
	color: #00727b;
	font-size: 0.8rem;
	font-style: italic;
	font-weight: 400;
	line-height: 135%;
}
.content aside p b {
	font-weight: 700;
}
.content section a {
	font-weight: 700;
	color: #556263;
}
.content section a:hover {
	color: #e2912a;
}
.content section ul {
	color: #556263;
	font-size: 0.9rem;
	font-weight: 400;
    line-height: 150%;
    padding: 10px 0 0 0;
}
.content section ul li:before {
	content: "\f111";
	color: #e2912a;
	font-size: 0.6rem;
	margin: 0 8px 0 -17px;
	font-family: 'concentriac1';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
}
.content section ul li {
	padding: 0 0 0 20px;
}

/* Jobs */
.content.jobs {
	padding-bottom: 55px;
	position: relative;
}
.content.jobs section {
	margin: 0;
	
}
.content.jobs section h1 {
	color: #e2912a;
	font-size: 1.1rem;
	font-weight: 800;
	line-height: 150%;
	position: absolute;
	left: 20px;
	top: 14px;
}
.content.jobs section h2 {
	color: #556263;
	font-size: 0.9rem;
	font-weight: 800;
    line-height: 150%;
    text-align: left;
}
.content.jobs section ul {
	padding: 0;
}
.content.jobs section ul li:before {
	content: "\f111";
	color: #e2912a;
	font-size: 0.6rem;
	margin: 0 8px 0 -17px;
	font-family: 'concentriac1';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
}
.content.jobs section ul li {
	padding: 0 0 0 20px;
}
.content.jobs section article {
	padding: 15px 0 0 0;
}
.content.jobs section article h2 {
	border-bottom: 1px solid #e2912a;
	margin: 3px 0 4px 0;
	padding: 0 0 15px 0;
}
.content.jobs section article p {
	padding: 0 0 10px 3px;
}
.content.jobs section .download {
	padding: 35px 0 0 0;
	text-align: left;
}
.content.jobs section .download p {
	color: #556263;
	font-weight: 800;
}
.content.jobs section .download a {
	color: #556263;
}
.content.jobs section .download a:hover {
	color: #e2912a;
}
.content.jobs aside {
	padding: 40px 0 20px 0;
}
.content.jobs aside h2 {
	color: #556263;
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 800;
    line-height: 150%;
    padding: 0 0 19px 0;
    text-align: left;
}
.content.jobs aside p {
	color: #556263;
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 400;
    line-height: 150%;
}
.content.jobs aside ul {
	color: #e2912a;
	font-size: 1.1rem;
	font-weight: 800;
	padding: 17px 0 17px 0;
}
.content.jobs aside ul li:before {
	content: "\f111";
	color: #e2912a;
	font-size: 0.9rem;
	margin: 0 8px 0 -20px;
	font-family: 'concentriac1';
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-transform: none;
}
.content.jobs aside ul li {
	padding: 0 0 0 20px;
}
.content.jobs aside p.bewerbungsunterlagen {
	font-weight: 700;
	padding: 20px 0 18px 0;
}
.content.jobs aside a {
	color: #556263;
	font-weight: 800;
	word-wrap: break-word;
}
.content.jobs aside a:hover {
	color: #e2912a;
}

/* ==========================================================================
	Footer
   ========================================================================== */
footer {
	background-color: #00727b;
	border-top: 4px solid #e2912a;
	float: left;
	margin: 0;
	padding: 0 20px 16px 20px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
footer .address {
	float: left;
	margin: 0;
	padding: 15px 0 0 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
footer p {
	color: #fff;
	font-size: 0.8rem;
	font-weight: 700;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #e2912a;
}
footer span.icon-circle {
    color: #fff;
    font-size: 0.45rem;
    padding: 15px 10px 0;
}
footer div.social-media {
	float: left;
	padding: 10px 0 17px 0;
	width: 100%;
}
footer span.icon-facebook3 {
	font-size: 28px;
}

/* ==========================================================================
	Icons
   ========================================================================== */
@font-face {
	font-family: 'concentriac1';
	src: url('../fonts/concentriac1.eot?mkmjko');
	src: url('../fonts/concentriac1.eot?mkmjko#iefix') format('embedded-opentype'), url('../fonts/concentriac1.ttf?mkmjko') format('truetype'), url('../fonts/concentriac1.woff?mkmjko') format('woff'), url('../fonts/concentriac1.svg?mkmjko#concentriac1') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'concentriac1' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
}
.icon-dot-single:before {
	content: "\e900";
}
.icon-circle:before {
	content: "\f111";
}
.icon-facebook:before {
	content: "\e901";
}
.icon-facebook3:before {
	content: "\e601";
}
.icon-dot-single:before, .icon-circle:before, .icon-facebook:before, .icon-facebook3:before {
	transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
}

/* ==========================================================================
	Media Query fuer Landscape, Pad und Desktop
   ========================================================================== */

@media screen and (min-width:680px) {
	a.phone {
    	cursor: text !important;
    	text-decoration: none !important;
	}
	.content section a.phone {
		font-weight: 400;
	}
	.content section a.phone:hover {
		color: #556263;
	}
	footer a.phone {
    	color: #fff !important;
	}
	#mobile-menu {
		display:none;
	}
	header {
		margin: 0;
		padding: 0 4% 0 0;
	}
	header #logo {
		left: 60px;
		top: 30px;
	}
	header #logo figure img {
		max-width: 206px;
	}
	/* Metanavigation */
	header #meta-navigation {
		display: inline;
		float: left;
		padding: 0;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	header #meta-navigation ul {
		font-size: 0.9rem;
		font-weight: 700;
		float: right;
		padding: 15px 0 0 0;
		width: 130px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	header #meta-navigation ul li {
		margin: 0;
		padding: 0 0 4px 0;
		width: auto;
	}
	header #meta-navigation ul li a {
		color: #fff;
	}
	header #meta-navigation ul li a:hover {
		color: #e2912a;
	}
	header #meta-navigation ul li a.active {
		color: #e2912a;
	}
	/* Hauptnavigation */
	#main-navigation {
		display: inline;
	} 
	#main-navigation nav {
		float: left;
		margin: 0;
		padding: 58px 0 0 0;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#main-navigation nav ul {
		float: right;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#main-navigation nav ul li {
		float: left;
		font-size: 1rem;
		font-weight: 700;
		padding: 0 40px 0 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	#main-navigation nav ul li:last-child {
		padding: 0;
		text-align: left;
		width: 130px;
	}
	#main-navigation nav ul li a {
		color: #00727b;
	} 
	#main-navigation nav ul li a:hover {
		color: #e2912a;
	}
	#main-navigation nav ul li a.active {
		color: #e2912a;
	}
	/* Content */
	.content {
		padding: 20px 60px 55px 60px; 
	}
	.content section {
		border-right: 1px solid #e2912a;
		margin: 0 6px 0 0;
		padding: 0 4% 0 0; 
		width: 64.5%;
	}
	.content section.default {
		min-height: 435px;
	}
	.content section.home {
		min-height: 435px;
	}
	.content section.leistungen {
		min-height: 645px;
	}
	.content section.projekte {
		min-height: 365px;
	}
	.content section.kontakt {
		min-height: 435px;
	}
	.content section h2 {
		padding: 10px 0 5px 0;
	}
	.content article.first {
		margin: -15px 0 0 0;
	}
	.content article.last {
		padding: 0;
	}
	.content article.last-only-text {
		padding: 0;
	}
	.content div.motiv {
		float: left;
		height: auto;
		max-width: 330px;
		margin: 0;
		padding: 0 0 0 3%;
		width: 34%
	}
	.content div.motiv-home, .content div.motiv-leistungen, .content div.motiv-projekte, .content div.motiv-kontakt, .content div.motiv-default {
		background-size: cover;
		width: 100%
	}
	.content div.motiv-home {
		height: 435px;
	}
	.content div.motiv-leistungen {
		height: 645px;
	}
	.content div.motiv-projekte {
		height: 365px;
	}
	.content div.motiv-kontakt {
		height: 435px;
	}
	.content div.motiv-default {
		height: 645px;
	}
	.content aside {
		padding: 30px 0 0 0;
		width: 100%;
	}
	.content.jobs section {
		border-right: 1px solid #e2912a;
		padding: 0 30px 0 0;
	}
	.content.jobs section h1 {
		margin: -6px 20px 24px 0;
		position: static;
		text-align: right;
	}
	.content.jobs section ul li {
		padding: 0 20px 0 20px;
	}
	.content.jobs section article h2 {
		padding: 0 20px 15px 0;
		text-align: right;
	}
	.content.jobs section article p {
		padding: 0 20px 10px 3px;
	}
	.content.jobs section .download {
		padding: 35px 20px 0 0;
		text-align: right;
	}
	.content.jobs aside {
		float: right;
		padding: 63px 0 0 30px;
		width: 35.5%;
	}
	.content.jobs aside h2 {
    	padding: 0 0 41px 0;
	}
	.content.jobs aside ul {
		font-size: 1rem;
		font-weight: 700;
	}
	.content.jobs aside p.bewerbungsunterlagen {
		padding: 46px 0 25px 0;
	}
	footer {
		padding: 0 60px 16px 60px;
	}
}

@media screen and (min-width:1150px) {
	header {
		padding: 0 60px 0 0;
	}
	/* Metanavigation */
	header #meta-navigation ul {
		padding: 26px 0 0 0;
	}
	#main-navigation nav {
		padding: 47px 0 0 0;
	}
	.content section {
		width: 55%;
	}
	.content div.motiv {
		width: 30%;
	}
	.content aside {
		float: right;
		padding: 6px 0 0 0;
		width: 130px;
	}
	.content.jobs aside {
		width: 45%;
	}
	.content.jobs aside ul {
		font-size: 1.1rem;
		font-weight: 800;
	}
	footer div.address {
		padding: 12px 0 0 0;
		width: 88%;
		max-width: 980px;
	}
	footer div.social-media {
		padding: 10px 0 6px 0;
		width: 120px;
	}
}

@media screen and (min-width:1260px) {
	.content section {
		margin: 0;
		padding: 0 30px 0 0; 
		width: 620px;
	}
	.content div.motiv {
		margin: 0;
		padding: 0 0 0 30px;
		width: 330px;
	}
	.content.jobs aside {
		width: 490px;
	}
	footer div.address {
		width: 980px;
	}
}
