/* @group IMPORTS */

@font-face {
    font-family: 'titilliumbold_upright';
    src: url('fonts/titillium-boldupright-webfont.eot');
    src: url('fonts/titillium-boldupright-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium-boldupright-webfont.woff') format('woff'),
         url('fonts/titillium-boldupright-webfont.ttf') format('truetype'),
         url('fonts/titillium-boldupright-webfont.svg#titilliumbold_upright') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titilliumregular_upright';
    src: url('fonts/titillium-regularupright-webfont.eot');
    src: url('fonts/titillium-regularupright-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium-regularupright-webfont.woff') format('woff'),
         url('fonts/titillium-regularupright-webfont.ttf') format('truetype'),
         url('fonts/titillium-regularupright-webfont.svg#titilliumregular_upright') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titilliumlight_upright';
    src: url('fonts/titillium-lightupright-webfont.eot');
    src: url('fonts/titillium-lightupright-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium-lightupright-webfont.woff') format('woff'),
         url('fonts/titillium-lightupright-webfont.ttf') format('truetype'),
         url('fonts/titillium-lightupright-webfont.svg#titilliumlight_upright') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'titilliumsemibold_upright';
    src: url('fonts/titillium-semiboldupright-webfont.eot');
    src: url('fonts/titillium-semiboldupright-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titillium-semiboldupright-webfont.woff') format('woff'),
         url('fonts/titillium-semiboldupright-webfont.ttf') format('truetype'),
         url('fonts/titillium-semiboldupright-webfont.svg#titilliumsemibold_upright') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* @end */

/* @group 99Lime Presets */

/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: "titilliumregular_upright", arial, verdana, sans-serif;
font-weight:normal;
}

thead th,
tbody th{
font-family: "titilliumregular_upright", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "titilliumregular_upright", arial, verdana, sans-serif;
}

.menu{
font-family: "titilliumregular_upright", arial, verdana, sans-serif;
}

blockquote{
font-family: "titilliumregular_upright", arial, verdana, sans-serif;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
color:#000;
font: normal 17px/26px 'titilliumregular_upright', arial, verdana, sans-serif;
text-shadow: 0 0 1px transparent; /* google font pixelation fix */
}

#wrap{
width:100%;
background:#fff;
margin:30px auto 30px auto;
padding:0 2%;
border:1px solid #ccc;
}


#footer{
text-align:center;
padding:20px;
margin:0;
border-top:1px solid #ddd;
color:#999;
font-size:0.8em;
text-shadow:0px 1px 1px #fff;
position: relative;
top:0;
left:0;
background:#fff;
}

	#link-top{
	display:none;
	}

/* NAV BAR*/
.navbar{
position:fixed;
top:0;
left:0;
width: 100%;
background:#000;
color:#fff;
z-index:1000;
}

	.navbar #logo{
	position:absolute;
	top:0;
	right:0;
	padding:0.5em 1em;
	font-size: 1.7em;
	color:#efefef;
	text-decoration:none;
	}

	.navbar span{
	color:#86dc00;
	}


	.navbar ul{
	display:inline-block;
	margin:0;
	padding:0;
	}

		.navbar li{
		margin:0;
		padding:0;
		list-style-type:0;
		display:inline-block;
		}

		.navbar li a{
		display:inline-block;
		color:#efefef;
		padding:1em 1.3em;
		text-decoration:none;
		text-transform: uppercase;
		line-height:100%;
		font-size: 1.2em;
		}

.callout{
background:#4598ef;/*#86dc00;*/
padding:3em 0;
color:#fff;
box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
}
	.callout + div.grid{margin-top:50px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:50px 0 0 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}

#mc_embed_signup{
padding:30px 0;
}

#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}

/* @end */

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	min-height: 100%;
	height: auto;
	min-height: 100%;
}

strong {
	font-family: 'titilliumsemibold_upright';
	font-weight: normal;
	font-style: normal;
}

a strong:hover {
	color: #ef780b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}

p {
	margin-top: 0;
	margin-bottom: 15px;
}

a {
	color: black;
}

a:hover {
	color: #ef780b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}

h1 {
	font-family: 'titilliumlight_upright';
	font-size: 40px;
	line-height: 43px;
	color: #ef780b;
	margin-bottom: 30px;
}

#start h1 {
	font-family: 'titilliumlight_upright';
	font-size: 60px;
	line-height: 63px;
	color: #ef780b;
	margin-bottom: 50px;
}

h2 {
	font-family: 'titilliumlight_upright';
	font-size: 26px;
	line-height: 28px;
	color: #969696;
	margin-bottom: 20px;
	margin-top: 0;
}

h3 {
	font-size: 22px;
	line-height: 25px;
	margin: 0;
}

h4 {
	font-size: 22px;
	line-height: 25px;
	color: #ef780b;
	margin-top: 0;
}

h5 {
	font-size: 17px;
	line-height: 25px;
	margin: 0;
}

h6 {
	font-size: 17px;
	line-height: 21px;
	margin: 20px 0;
	font-family: 'titilliumsemibold_upright';
}

em {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

.padding-links {
	padding-left: 20px;
}

.clear-all {
	clear: both;
}

.wrapper {
	width: 100%;
	max-width: 1620px;
	min-width: 1180px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	height: auto;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}

#spalte-rechts-links article ul {
	margin-top: 15px;
	margin-bottom: 15px;
}

#spalte-rechts-links article ul li {
	margin-top: 5px;
}

/* @group SPALTE LINKS */

#spalte-links {
	height: 100%;
	min-height: 100%;
	position: absolute;
	width: 100%;
	max-width: 500px;
}

/*#start #spalte-links {
	background: url(img/start-kv.jpg) right center no-repeat;
}*/

.spalte-links-kv {
	min-height: 100%;
	height: 100%;
	width: auto;
	position: fixed;
	overflow: hidden;
	z-index: -1000;
}

.spalte-links-kv img {
	width: auto;
	height: 100%;
	padding-left: 203px;
}

.spalte-links-bg {
	min-height: 100%;
	height: 100%;
	background: url(img/navi-bg.png) left 125px repeat-y;
	position: fixed;
	width: 270px;
	z-index: 1;
}

.logo {
	min-width: 260px;
	max-width: 600px;
	width: 100%;
	background: url(img/logo-bg.png) left top no-repeat;
	height: 125px;
	z-index: 1;
	position: relative;
}

.logo img {
	float: right;
	margin-top: 39px;
	margin-right: 105px;
}

/* @group Navigation */

/* @group non-mobile */

nav.non-mobile {
	margin-top: 70px;
	width: 260px;
	padding-left: 18px;
	position: relative;
	z-index: 1;
}

nav.non-mobile ul {
	margin: 0;
	padding: 0;
}

nav.non-mobile li {
	list-style: none;
	margin: 0 0 7px;
	padding: 0;
	background: url(img/navi-linie.png) right 37px no-repeat;
}

nav.non-mobile li a {
	color: #565655;
	text-decoration: none;
	font-size: 19px;
	line-height: 24px;
	background: url(img/navi-button.png) left top no-repeat;
	display: block;
	height: 41px;
	padding-top: 7px;
	padding-left: 47px;
	text-shadow: 0 2px 0 #ffffff;
}

nav.non-mobile li a.aktiv, nav.non-mobile li a:hover {
	background: url(img/navi-button-aktiv.png) left top no-repeat;
	color: black;
}

/* @end */

/* @group mobile */

nav.mobile {
	display: none;
	margin-top: 27px;
	margin-right: 20px;
	margin-left: 20px;
}

nav.mobile ul {
	margin: 0;
	padding: 0;
}

nav.mobile li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid white;
}

nav.mobile li.last {
	border-bottom: none;
}

nav.mobile a {
	color: white;
	text-decoration: none;
	font-size: 21px;
	line-height: 20px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #ef780b;
	cursor: pointer;
}

nav.mobile a.aktiv, nav.mobile a:hover {
	background-color: white;
	color: #ef780b;
}

nav.mobile a.nav-mobile-open {
	background-color: #565655;
	text-transform: uppercase;
	margin-bottom: -1px;
}

nav.mobile a.nav-mobile-open:hover, nav.mobile a.nav-mobile-open.aktiv {
	background-color: #ef780b;
	color: white;
}

nav.mobile a.nav-mobile-open .icon-reorder {
	margin-right: 10px;
}

/* @end */

/* @end */

.kontakt {
	padding-left: 30px;
	font-size: 15px;
	line-height: 22px;
	margin-top: 80px;
	position: relative;
	z-index: 1;
}

/* @end */

/* @group SPALTE RECHTS */

#spalte-rechts {
	height: 100%;
	min-height: 100%;
	float: right;
	width: calc(100% - 500px);
}

#spalte-rechts-links {
	width: calc(100% - 300px);
	float: left;
	background-color: white;
}

#start #spalte-rechts-links {
	width: calc(100% - 400px);
	background: url(img/start-mitte-bg.png) center top repeat-x white;
	float: left;
}

.breadcrumb-link {
	color: #969696;
}

.breadcrumb-link a {
	display: inline-block;
	color: #969696;
	text-decoration: none;
}

.breadcrumb-link a:hover, .breadcrumb-link a.aktiv {
	color: #ef780b;
	text-decoration: underline;
}

#spalte-rechts-links article {
	padding: 140px 40px 45px 45px;
}

#start #spalte-rechts-links article {
	padding-top: 185px;
}

.start-adam {
	float: right;
	margin-right: 40px;
	margin-bottom: 20px;
}

.marginal-adam {
	margin-top: 50px;
	margin-left: -1px;
}

.start-kontakt-button, a.start-kontakt-button {
	display: inline-block;
	margin-top: 20px;
	border-left: 40px solid #ef780b;
	border-top: 1px solid #ef780b;
	border-bottom: 1px solid #ef780b;
	border-right: 1px solid #ef780b;
	height: 40px;
	padding-right: 10px;
	text-decoration: none;
	margin-bottom: 0;
}

.start-kontakt-button.last, a.start-kontakt-button.last {
	margin-bottom: 20px;
}

a.start-kontakt-button:hover strong {
	color: #ef780b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}

.start-kontakt-button i {
	color: white;
	font-size: 24px;
	float: left;
	margin-left: -29px;
	margin-top: 7px;
}

.start-kontakt-button i.icon-envelope-alt {
	color: white;
	font-size: 18px;
	float: left;
	margin-left: -29px;
	margin-top: 9px;
}

.start-kontakt-button span {
	padding-left: 10px;
	display: block;
	padding-top: 4px;
}

.start-kontakt-button span ins {
	text-decoration: none;
	margin-right: 3px;
}

.back-button {
	border: 1px solid #ef780b;
	color: black;
	text-decoration: none;
	display: inline-block;
	margin-top: 20px;
	height: 40px;
	text-decoration: none;
	margin-bottom: 0;
	padding: 4px 10px 10px;
}

#spalte-rechts-rechts {
	width: 300px;
	background: url(img/start-rechts-bg.png) right top repeat-x;
	float: right;
}

#start #spalte-rechts-rechts {
	width: 400px;
}

#spalte-rechts-rechts h3 {
	color: white;
	margin-left: 15px;
}

#spalte-rechts-rechts h4.hl-schacht {
	margin-left: 15px;
}

#spalte-rechts-rechts h5 {
	margin-left: 15px;
	margin-top: 15px;
	color: white;
	margin-bottom: 45px;
}


#spalte-rechts-links article figure {
	margin: 0 0 20px;
}

#spalte-rechts-links article figure img {
	margin-bottom: 5px;
	width: 100%;
}

#spalte-rechts-links article figure figcaption {
	color: #969696;
	font-size: 13px;
	line-height: 19px;
}

#spalte-rechts-links img.stempel {
	float: right;
	margin-top: 17px;
	margin-right: 20px;
}

#spalte-rechts-links article .stellenangebot {

}

#spalte-rechts-links article a.unternehmen-klapp-open {
	display: block;
	color: #ef780b;
	font-size: 20px;
	line-height: 23px;
	padding: 8px 5px 8px 10px;
	border-top: 1px solid #C4C5C4;
	background: url(img/arrow-down.png) 98% center no-repeat;
	cursor: pointer;
}

#spalte-rechts-links article a.unternehmen-klapp-open:hover, #spalte-rechts-links article a.unternehmen-klapp-open.aktiv {
	border-left: 5px solid #ef780b;
}

#spalte-rechts-links article a.unternehmen-klapp-close {
	text-decoration: underline;
	cursor: pointer;
	display: block;
	margin-top: 10px;
}

#spalte-rechts-links .akkordeon {
	margin-bottom: 40px;
}

#spalte-rechts-links .akkordeon article {
	padding: 0 5px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#spalte-rechts-links .akkordeon ul {
	margin-top: 0;
}

#spalte-rechts-links .akkordeon hr {
	margin-top: 0;
}

#spalte-rechts-links img.align_right {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}

#start #spalte-rechts-rechts img.stempel {
	margin-top: 17px;
}

#spalte-rechts-rechts .marginal-content {
	padding-top: 43px;
	border-left: 1px solid #C4C5C4;
	margin-bottom: 50px;
}

#start #spalte-rechts-rechts .marginal-content {
	margin-top: 50px;
	padding-top: 0;
}

#start #spalte-rechts-rechts .marginal-content h2 {
	color: #ef780b;
}

#spalte-rechts-rechts .marginal-content .fallbeispiel {
	margin-bottom: 10px;
	height: 100%;
	font-size: 15px;
	line-height: 21px;
}

#spalte-rechts-rechts a.fallbeispiel-marginal-teaser {
	text-decoration: none;
	display: block;
}

#spalte-rechts-rechts a.fallbeispiel-marginal-teaser img {
	border-right: 5px solid white;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}

#spalte-rechts-rechts a.fallbeispiel-marginal-teaser:hover img, #spalte-rechts-rechts a.fallbeispiel-marginal-teaser.aktiv img {
	border-right: 5px solid #ef780b;
}

#spalte-rechts-rechts a.fallbeispiel-marginal-teaser p {
	margin: 0;
}

/*#spalte-rechts-rechts a.fallbeispiel-marginal-teaser:hover, #spalte-rechts-rechts a.fallbeispiel-marginal-teaser.aktiv {
	background-color: #f2f2f2;
}*/

#spalte-rechts-rechts a.fallbeispiel-marginal-teaser img {
	float: left;
}

#start #spalte-rechts-rechts a.start-marginal-kv {
	float: left;
}
#start #spalte-rechts-rechts a.start-marginal-kv .marginal-img {
	float: left;
  z-index: 80;
}
#start #spalte-rechts-rechts .marginal-box {
  margin-bottom: 60px;
  position: relative;
}
#start #spalte-rechts-rechts .marginal-box:last-child {
  margin-bottom: 0;
}
#start #spalte-rechts-rechts .icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  height: 40px;
  width: 40px;
  background: #ed6b0d;
}
#start #spalte-rechts-rechts .icon img {
  display: block;
  margin: 0 auto;
  margin-top: 7px;
}

#spalte-rechts-rechts article {
	padding-left: 120px;
}

#spalte-rechts-rechts article.fabrikate, #spalte-rechts-rechts article.notrufsysteme {
	padding-left: 15px;
}

#spalte-rechts-rechts article.notrufsysteme ul {
	margin-bottom: 20px;
}

#spalte-rechts-rechts article.notrufsysteme img {

}

#start #spalte-rechts-rechts article {
	padding-left: 140px;
}

#start #spalte-rechts-rechts .start-leistungen {
	margin-bottom: 60px;
}

#start #spalte-rechts-rechts .start-informationen {
	margin-bottom: 60px;
}

ul, ul.liste-marginal {
	margin: -15px 0 0;
	padding: 0;
}

li, ul.liste-marginal li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	background: url(img/marginal-arrow.png) left 10px no-repeat;
}

ul.liste-marginal li a {
	color: #ef780b;
	text-decoration: none;
}

ul.liste-marginal li a:hover {
	color: black;
}

a.fabrikate-open {
	cursor: pointer;
	display: block;
	border-top: 1px solid silver;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: -15px;
	padding-left: 15px;
	background: url(img/arrow-down.png) 98% center no-repeat;
}

a.fabrikate-open:hover, a.fabrikate-open.aktiv {
	border-left: 5px solid #ef780b;
}

a.fabrikate-open:hover strong, a.fabrikate-open.aktiv strong {
	color: #ef780b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}

article.fabrikate hr {
	margin-top: 0;
	margin-left: -15px;
}

article.fabrikate ul {
	margin: 0;
	padding: 0;
}


li.fabrikate-close {
	padding: 0;
	background: none;
	cursor: pointer;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
	text-decoration: underline;
}

li.fabrikate-close:hover {
	color: #ef780b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	 transition: all 0.3s ease;
}

#spalte-rechts-rechts .marginal-content img.marginal-verlauf {
	margin-left: -1px;
	margin-top: 20px;
}

#spalte-rechts-rechts .marginal-stellenangebote {
	padding-left: 15px;
	margin-top: 40px;
}

#spalte-rechts-rechts .marginal-stellenangebote ul {
	margin-top: 0;
}

#spalte-rechts-rechts .wir-sind-logos {
	padding-left: 20px;
}

#spalte-rechts-rechts .wir-sind-logos a {
	display: inline-block;
	margin-right: 10px;
}

/* @end */

footer {
	position: fixed;
	bottom: 0;
	z-index: 1;
}

footer article {
	padding-left: 30px;
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 22px;
}

footer p {
	margin-bottom: 0;
}



/* @group MEDIA QUERIES */

@media only screen and (max-height: 800px) {
    /* Style adjustments for viewports that meet the condition */

    footer {
    	position: relative;
    	bottom: 0;
    }

}


@media only screen and (max-width: 1380Px) {
    /* Style adjustments for viewports that meet the condition */

    html {
		max-width: 1350px;
		width: 100%;
	}

	.wrapper {
		max-width: 1350px;
		min-width: 0px;
	}

	#spalte-links {
		height: 100%;
		min-height: 100%;
		position: absolute;
		width: 261px;
		max-width: 261px;
		float: left;
	}

	.spalte-links-kv {
		display: none;
	}

	.spalte-links-bg {
		min-height: 100%;
		height: auto;
		background: url(img/navi-bg.png) left 125px repeat-y;
		width: 270px;
		z-index: 1;
		position: absolute;
	}

	.logo img {
		float: right;
		margin-top: 39px;
		margin-right: 10px;
	}

	#spalte-rechts {
		width: calc(100% - 261px);
	}

	#spalte-rechts-links {
		width: calc(100% - 280px);
	}

	#start #spalte-rechts-links {
	   width: calc(100% - 380px);
	}

	.start-kontakt-button span ins {
		display: none;
	}

	#spalte-rechts-rechts {
		width: 280px;
	}

	#start #spalte-rechts-rechts {
		width: 380px;
	}

	footer {
		position: relative;
		bottom: 0;
	}

}


@media only screen and (max-width: 1260px) {
    /* Style adjustments for viewports that meet the condition */

    html {
		max-width: 1260px;
		width: 100%;
	}

	.wrapper {
		max-width: 1260px;
		min-width: 0px;
	}

	#spalte-links {
		height: 100%;
		min-height: 100%;
		position: absolute;
		width: 261px;
		max-width: 261px;
		float: left;
	}

	#start #spalte-rechts-links {
	   width: calc(100% - 320px);
	}

	#start #spalte-rechts-rechts {
		width: 320px;
	}

	.spalte-links-kv {
		display: none;
	}

	.spalte-links-bg {
		min-height: 100%;
		height: auto;
		background: url(img/navi-bg.png) left 125px repeat-y;
		width: 270px;
		z-index: 1;
		position: absolute;
	}

	.logo img {
		float: right;
		margin-top: 39px;
		margin-right: 10px;
	}

	.start-kontakt-button span ins {
		display: none;
	}

	footer {
		position: relative;
		bottom: 0;
	}

}

@media only screen and (max-width: 1000px) {
    /* Style adjustments for viewports that meet the condition */

    html {
		min-width: 100%;
		width: 100%;
		max-width: 480px;
	}

	.wrapper {
		min-width: 100%;
		width: 100%;
		padding: 0;
	}

	.padding-links {
		padding-left: 0px;
	}

	#spalte-links {
		height: 100%;
		min-height: 100%;
		width: 100%;
		max-width: 100%;
		float: none;
		background: url(img/mobile-header-bg.png) center top repeat;
		border-bottom: 1px solid silver;
		position: relative;
	}

	.spalte-links-kv {
		display: none;
	}

	.spalte-links-bg {
		display: none;
	}

	.logo {
		min-width: 100%;
		width: 100%;
		background: none;
		position: relative;
		background: url(img/mobile-logo-bg.png) center top repeat-x;
	}

	.logo img {
		float: right;
		margin-top: 39px;
		margin-right: 20px;
	}

	nav.non-mobile {
		display: none;
	}

	nav.mobile {
		display: block;
	}

	#spalte-rechts {
		max-width: 480px;
		min-width: 100%;
		width: 100%;
		float: none;
	}

	#spalte-rechts-links article {
		padding: 40px 20px 30px;
	}

	#start #spalte-rechts-links article {
		padding: 40px 20px 30px;
	}

	#spalte-rechts-links {
		max-width: 480px;
		min-width: 100%;
		width: 100%;
		float: none;
		background: none;
		margin-bottom: 40px;
		border-bottom: 1px solid silver;
	}

	#spalte-rechts-rechts {
		max-width: 480px;
		min-width: 100%;
		width: 100%;
		float: none;
		background: none;
		padding-right: 20px;
		padding-left: 20px;
	}

	#start #spalte-rechts-links {
		max-width: 480px;
		min-width: 100%;
		width: 100%;
		float: none;
		background: none;
		margin-bottom: 40px;
		border-bottom: 1px solid silver;
	}

	#start #spalte-rechts-rechts {
		max-width: 480px;
		min-width: 100%;
		width: 100%;
		float: none;
		background: none;
		padding-right: 20px;
		padding-left: 20px;
	}

	#spalte-rechts-rechts .marginal-content {
		padding-top: 0;
		border-left: none;
		margin-bottom: 50px;
	}

	#spalte-rechts-rechts h3 {
		color: #ef780b;
		margin-left: 0px;
	}

	#spalte-rechts-rechts h5 {
		margin-left: 0px;
		margin-top: 15px;
		color: #ef780b;
		margin-bottom: 45px;
	}

	#spalte-rechts-links img.stempel, #start #spalte-rechts-rechts img.stempel {
		display: none;
	}

	#start #spalte-rechts-rechts .marginal-content {
		border-left: none;
	}

	#start #spalte-rechts-rechts .marginal-content img.marginal-verlauf {
		display: none;
	}

	#spalte-rechts-rechts article.fabrikate, #spalte-rechts-rechts article.notrufsysteme {
		padding-left: 0px;
		margin-right: -20px;
		margin-left: -20px;
	}

	#spalte-rechts-rechts article.fabrikate p, #spalte-rechts-rechts article.fabrikate h4, #spalte-rechts-rechts article.notrufsysteme p, #spalte-rechts-rechts article.notrufsysteme h6, #spalte-rechts-rechts article.notrufsysteme h4, #spalte-rechts-rechts article.notrufsysteme ul {
		margin-right: 20px;
		margin-left: 20px;
	}

	#spalte-rechts-rechts .marginal-stellenangebote, #spalte-rechts-rechts .wir-sind-logos {
		padding-left: 0px;
	}

	#spalte-rechts-rechts article.notrufsysteme img {
		margin-left: 0px;
	}

	a.fabrikate-open {
		cursor: pointer;
		display: block;
		border-top: 1px solid silver;
		padding-top: 5px;
		padding-bottom: 5px;
		margin-left: 0;
		padding-left: 20px;
	}

	a.fabrikate-open:hover, a.fabrikate-open.aktiv {
		border-left: none;
		background: url(img/arrow-down-hover.png) 98% center no-repeat #ef780b;
	}

	a.fabrikate-open:hover strong, a.fabrikate-open.aktiv strong {
		color: white;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		 transition: all 0.3s ease;
	}

	article.fabrikate ul {
		margin: 10px 0 0;
		padding: 0 20px;
	}

	article.fabrikate hr {
		margin-top: 0px;
		margin-left: 0px;
	}

	footer {
		position: relative;
		margin-top: 40px;
	}

	footer article {
		padding-left: 30px;
		padding-bottom: 20px;
		font-size: 15px;
		line-height: 22px;
		background-color: #565655;
		padding-top: 20px;
	}

	footer article p, footer article a, footer article strong {
		color: white;
	}


}

/* @end */
