@charset "UTF-8";

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html, body, section { height: 100%; }
html { text-rendering: optimizelegibility; }

@font-face {
	font-family: 'FuturaBT-Light';
	src: url('../fonts/2A905F_0_0.eot');
	src: url('../fonts/2A905F_0_0.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/2A905F_0_0.woff') format('woff'),
		 url('../fonts/2A905F_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?88579829');
  src: url('../fonts/fontello.eot?88579829#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff?88579829') format('woff'),
       url('../fonts/fontello.ttf?88579829') format('truetype'),
       url('../fonts/fontello.svg?88579829#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
::-moz-selection {
    background: none repeat scroll 0 0 rgb(204,204,204);
    color: rgb(0,0,0);
    text-shadow: none;
}
::selection {
    background: none repeat scroll 0 0 rgb(204,204,204);
    color: rgb(0,0,0);
    text-shadow: none;
}
body {
	font-family: 'FuturaBT-Light', sans-serif;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: rgb(87,86,86);
}
a {
    text-decoration: none;
	/*-webkit-transition: color 0.3s ease-out;*/
	-moz-transition: color 0.5s ease-out;
	-o-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
	color: rgb(87,86,86); }
	
a:visited { color: rgb(87,86,86); }

h1, h2, h3, h6 { 
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.5em;
}

h1 { 
	font-size: 1.5em;
	color: rgb(211,0,45);
	line-height: 1.5em
}
	
h2 { font-size: 1em; }

h3, h6 { 
	font-size: 1em; 
	color: rgb(211,0,45); 
}

h6 { margin: 0.5em 0 1em 0; }

.support-h3 { padding: 0.9em 0; }

p {
	font-size: 1em;
	padding-bottom: 1em;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
  	hyphens: auto;
}

.clear { clear: both; }

a.language-active { color: rgb(211,0,45); } 
a.landing-link { display: block; text-transform: uppercase; color: rgb(211,0,45); margin-bottom: 1.23em; }
a.landing-link:hover { color: rgb(51,51,51); }

/*==================================== HEADER =====================================*/

#logo {
	display: block;
	width: 15%;
	float: left;
	background: url("../images/logo.png") no-repeat scroll 100% 0 transparent;
	margin-top: 1.5em;
	margin-left: 6em;
	margin-bottom: -2.4em;
}
.ie8 #logo {
	display: block;
	width: 15%;
	float: left;
	background: url("../images/logo-200px.png") no-repeat scroll 100% 0 transparent;
	margin-top: 1.5em;
	margin-left: 6em;
	margin-bottom: -2.4em;
}
a.logo {
	display: block;
	height: 133px;
	width: 320px;
	float: left;
	text-indent: -9999px;
}
.ie8 a.logo {
	height: 113px;
}
#language {
	display: none;
	width: 17%;
	float: right;
	margin-top: 1.5em;
}
.english, .deutsch {
	display: none;
	float: left;
	text-transform: uppercase;
	font-size: 1em;
}
.deutsch { padding-left: 0.2em; }

.english a:hover, .deutsch a:hover {
	color: rgb(0,0,0);
}
.blog { 
	display: none;
	margin-top: 6em;
	margin-bottom: -3.2em;
	padding: 0.5em 0 0.3em 0.9em;
	text-transform: uppercase;
	font-size: 1em;
	background: rgb(220,220,220);
	width: 4.5em;
}
.blog:hover { 
	background: rgb(211,0,45);
}
.blog a:hover { color: rgb(255,255,255); }

/*====================================INDEX =======================================*/

.slidertext { display: none; }

.ie8 #home { 
	display: block;
	width: 1200px;
	height: 800px;
	background-image: url("../images/slider/MI-Slider-01-ie.jpg");
	background-repeat: no-repeat;
	background-size: auto;
}
.ie8 #wrapper-slider { display: none; }

/*==================================== NAVI =======================================*/
#toggleMenu, #hrmenu .nav-blog { display: none; }
#hrmenu .nav-language { display: none; }
.hrmenu {
	width: 100%;
	text-transform: uppercase;
	background: url("../images/dashed.png") repeat-x 0 100% rgb(255,255,255);
	padding-bottom: 0.1em;
	z-index: 100;
}
/* general ul style */
.hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.hrmenu > ul,
.hrmenu .hrsub-inner {
	width: 95%;
	max-width: 60em;
	margin: 0 auto;
	padding: 0 2.5em;
}
.ie8 .hrmenu > ul,
.ie8 .hrmenu .hrsub-inner {
	max-width: 55.8em;
	margin: 0 auto;
	padding: 0 0em;
}
.hrmenu > ul > li {
	display: inline-block;
}

.hrmenu > ul > li > a {
	font-weight: normal;
	font-family: 'FuturaBT-Light', sans serif;
	padding: .9em 3em;
	color: rgb(87,86,86);
	display: inline-block;
}

.hrmenu > ul > li > a:hover {
	color: rgb(211,0,45);
}

.hrmenu > ul > li.hropen a,
.hrmenu > ul > li.hropen > a:hover {
	color: rgb(255,255,255);
	background: rgb(211,0,45);
}

/* sub-menu */
.hrmenu .hrsub {
	display: none;
	position: absolute;
	background: rgb(211,0,45);
	width: 100%;
	left: 0;
	z-index: 110000;
}

.hrmenu .decker {
	display: block;
	position: absolute;
	background: rgb(255,255,255);
	width: 100%;
	height: 100%;
	min-height: 850px;
	left: 0;
	top: 100%;
	z-index: 21;
	opacity: 0.7;
}
.hropen .hrsub {
	display: block;
	padding-bottom: 1.8em;
}
.hrmenu .hrsub-inner > div {
	width: 33%;
	float: left;
	padding: 0 3em 0;
}
.hrmenu .hrsub-inner > div:first-child {
	width: 34%;
}
.hrmenu .hrsub-inner:before,
.hrmenu .hrsub-inner:after {
	content: " ";
	display: table;
}
.hrmenu .hrsub-inner:after {
	clear: both;
}
.hrmenu .hrsub-inner > div a {
	line-height: 2em;
}
.hrsub h4 {
	color: rgb(0,0,0);
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 110%;
	font-weight: normal;
}
.nav-einzug { display: none; padding-left: 0.9em; }
.hrmenu > ul > li.hropen a.nav-active { color: rgb(0,0,0); }
.hrmenu > ul > li.hropen a.nav-headline-active h4 { color: rgb(153,153,153); }



/*====================================CONTENT =======================================*/

section {
	width: 100%;
	height: auto;
	margin-top: 3em;
}
#content {
	width: 95%;
	max-width: 50em;
	margin: 0 auto;
	padding: 0 .5em;
}
#content > p { width: 92%; }
.content-text-left, .content-text-right, .content-img {
	display: block;
	position: relative;
	float: left;
	width: 49%;
}
.content-text-left { 
	padding-right: 1em; 
	height: auto;
}

.content-text-right { padding: 2em 0 0 2em; }

.content-img > img { min-height: 480px; }

img {
	max-width: 100%;
	position: relative;
	float: left;
}

/*====================================AKTUELLES ============================================*/

.aktuelles-messe {
	font-size: 110%;
	line-height: 2em;
	margin-top: 2em;
	margin-bottom: -1.5em;
	text-transform: uppercase;
}

/*====================================CONTENT-SLIDER =======================================*/

.slider { 
  position: relative;
  width: 100%;
  max-height: 392px;  
  overflow: hidden; 
}

.slides {
position: relative;
padding: 0;
list-style: none;
letter-spacing: 0;
word-spacing: 0;
font-size: 0;
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
     -o-backface-visibility: hidden;
        backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
   -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
     -o-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
}

.slides li{
display: inline-block;
-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
     -o-backface-visibility: hidden;
        backface-visibility: hidden;
}
.slides li img { 
  width: 100%;
  height: auto;
}
.slide-nav { 
  position: absolute; 
  bottom: 20px;
  right: 20px;
  z-index: 1;
}

.slide-nav ul {
  letter-spacing: 0;
  word-spacing: 0;
  font-size: 0;
}

.slide-nav li { display: inline-block; }

.slide-nav li a {
  display: block;
  background: rgb(255,255,255);
  text-decoration: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0 0 0 6px;
}

.slide-nav li a.active { background: rgb(211,0,45); }

.slide-title {
	display: block;
	width: 100%;
	height: auto;
	color: rgb(211,0,45);
	font-size: 4em;
	font-weight: normal;
	text-transform: uppercase;
	z-index: 5;
	margin-top: .3em;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
  	hyphens: auto;
}
.slide-sub {
	display: block;
	width: 100%;
	height: auto;
	font-size: 2.1em;
	font-weight: normal;
	color: rgb(153,153,153);
	text-transform: uppercase;
	z-index: 5;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
  	hyphens: auto;
}
.slide-text { 
	display: block;
	width: 75%;
	margin-top: 2.5em;
}
.kontakt-button {
	display: block;
	width: 200px;
	height: 30px;
	background: rgb(0,0,0);
	margin-top: 1.5em;
}
a.kontakt-button {
	color: rgb(255,255,255);
	text-transform: uppercase;
	text-align: center;
	line-height: 2em;
}
a.kontakt-button:hover { color: rgb(211,0,45); }

/*====================================404 ==================================*/


/*====================================SERVICE-CENTER ==================================*/
.service-text {
	display: block;
	position: relative;
	float: left;
	width: 51%;
}
.service-img {
	display: block;
	position: relative;
	float: left;
	width: 49%;
}
.h3-abstand-bottom { margin: 0 0 1.5em 0; }
.h3-abstand-kontakt { margin: 1.3em 0; }
.tag { 
	display: block;
	width: 35%;
	float: left;
	text-transform: uppercase;
}
.zeit { 
	display: block;
	width: 65%;
	float: left;
	text-transform: uppercase;
}
.sc-tel {
	display: block;
	width: 100%;
	text-transform: uppercase;
	line-height: 2em;
}
.sc-tel a:hover { color: rgb(211,0,45); }

h5 { color: rgb(255,255,255); }

/*====================================DATENSCHUTZ ==================================*/

.kontakte-ds { 
	width: 100%;
	margin-bottom: 13em;
	display: block;
	float: left;
	margin-top: 2em;
	text-transform: uppercase;
	line-height: 1.5em; 
}
a.link { color: rgb(211,0,45); }

a.link:hover { color: rgb(0,0,0); }

.space4 { height: 15em; }

/*====================================AEB / AGB ==============================*/



/*====================================ANSPRECHPARTNER ==============================*/
.portrait {
	display: block;
	width: 27%;
	float: left;
	margin-top: 2em;
	margin-bottom: 2em;
}
.kontakte {
	display: block;
	width: 65%;
	float: left;
	margin-top: 2em;
	margin-bottom: 2em;
	text-transform: uppercase;
	line-height: 1.5em;
}
.kontakte .vertrieb > a:hover, .kontakte-ds .vertrieb > a:hover {
	color: rgb(211,0,45); 
}
.roter-name { color: rgb(211,0,45); }
.p-vertrieb, .p-projekt, .p-betreuung, .p-design, .p-logistik, .p-qualitaet {
	background: url("../images/nadine-thomas.jpg") no-repeat 0 0 transparent;
	width: 150px;
	height: 150px;
	float: left;
}
.p-projekt { background: url("../images/evelin-pietsch.jpg") no-repeat 0 0 transparent; }
.p-betreuung { background: url("../images/marie-krietsch.jpg") no-repeat 0 0 transparent; }
.p-design { background: url("../images/anna-oesterheld.jpg") no-repeat 0 0 transparent; }
.p-logistik { background: url("../images/daniel-thomas.jpg") no-repeat 0 0 transparent; }
.p-qualitaet { background: url("../images/katja-guenzel.jpg") no-repeat 0 0 transparent; }

.vertrieb { 
	height: 160px;
	padding-top: .5em; 
}
.space { 
	display: block;
	height: 200px; 
}
.spezial { margin-bottom: -8em; margin-top: -2em; }
.stellenangebot { margin-top: 3em; margin-bottom: -0.5em; }

/*====================================ANFAHRT =====================================*/

.anfahrt-spezial { margin-bottom: -5em; margin-top: -2em; }
.space2 { height: 3em; }

/*====================================KONTAKT-ANTWORT ==============================*/

.antwort-title {
	color: rgb(211,0,45);
	font-size: 4em;
	font-weight: normal;
	text-transform: uppercase;	
	margin-top: 3em;
}
.antwort-sub {
	font-size: 1.8em;
	color: rgb(153,153,153);
	text-transform: uppercase;
	line-height: 1.8em;
}
.space3 { height: 25em; }



/*====================================FOOTER =======================================*/

footer {
	display: block; 
	width: 100%;
	height: auto;
	background: rgb(204,204,204);
	position: fixed;
	bottom: 0;
	z-index: 300000;
}
#footer {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	padding: .5em 0;
	font-size: .8em;
}
#footer ul { list-style: none; }

#footer > ul > li {
	display: inline-block;
	line-height: 1.5em;
}
#footer > ul > li a {
	padding: 0 .3em;
}
#footer > ul > li a:hover {
	color: rgb(255,255,255);
}
#footer .footer-nav-active { color: rgb(255,255,255); }
footer .backToTop {
    background: url("../images/top.png") no-repeat scroll center center rgba(255,255,255,0.7);
    bottom: 50px;
    display: none;
    height: 70px;
	width: 67px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
	z-index: 400000;
}
footer .backToTop:hover {
    background: url("../images/top.png") no-repeat scroll center center rgba(255,255,255,0.5);
}

/*====================================HOME-SLIDER =======================================*/

#home{
	position: relative; 
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	z-index: 2;
}
.slidertext { 
	position: absolute; 
	bottom: 27%;
	left: 30%;
	width: 40%;
	text-align: center;
}
.slidertext li { 
	list-style: none;
}
.slidertext li a { 
	cursor: default;
	font-family: 'FuturaBT-Light', sans serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 3.5em; 
	line-height: 1em;
	color: rgb(255,255,255);
	z-index: 20;
}
.texts { position: relative; }
.texts > ul > li {  }
.texts > * {
	position: absolute;
	opacity: 0;
	width: 100%;
	top: -100px;

}
.texts > *:first-child {
	opacity: 1;
	top: 0;
}


/*====================================SLIDER GALERIE =======================================*/

#gallery {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#controls div {
}
#controls div:hover:not(.counter) {
}
#controls div:not(.counter) {
}
#controls div.sel {
}	
.prev {
	top: 30%;
	margin-top: 10px;
	position: absolute;
	cursor: pointer;
	opacity: .4;
	background:url('../images/slider/arrow-right.png') no-repeat center center transparent;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
	left: 70px;
	width: 110px;
	height: 258px;
	z-index: 100000;
}
.prev:hover{ background: url('../images/slider/arrow-right-hover.png') no-repeat center center transparent; }
.next {
	top: 30%;
	margin-top: 10px;
	position: absolute;
	cursor: pointer;
	opacity: .4;
	background: url('../images/slider/arrow-left.png') no-repeat center center transparent;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
	right: 70px;
	width: 110px;
	height: 258px;
	z-index: 100000;
}
.next:hover{ background:url('../images/slider/arrow-left-hover.png') no-repeat center center; }

/*==================================== IHRE ANFRAGE =======================================*/

form { margin-top: 2em; }
#formular {
	display: block;
	width: 92%;
	position: relative;
}
.labelbeschriftung {
	text-transform: uppercase;
	margin-top: 0.2em;
	margin-bottom: -0.8em;
	font-size: 0.9em;
}
input[type="text"], input[type="email"], input[type="tel"], textarea { 
	width: 100%;
	background: rgb(220,220,220);
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif; 
	font-style: italic;
	font-size: 1em;
	color: rgb(102,102,102);
	padding: 1.2em 1em;
	margin-bottom: 1em;
	border: none;
	-webkit-transition : all 0.4s;
	-moz-transition : all 0.4s;
	-o-transition :all 0.4s;
	transition : all 0.4s;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus { 
	color: rgb(0,0,0);
	outline: 0;
	background: rgb(204,204,204);
}
input[type="submit"] { 
	width: 100%;
	float: left; 
	background:  rgb(51,51,51);
	color: rgb(255,255,255);
	margin: 1em 0 2em 0;
	padding: 1.2em;
	padding-top: 1.3em;
	font-size: 1.1em;
	line-height: 0.9em;
	text-align: center;
	text-transform: uppercase;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-transition : all 0.2s;
	-moz-transition : all 0.2s;
	-o-transition :all 0.2s;
	transition : all 0.2s;
}
input[type="submit"]:hover, input[type="submit"]:focus { 
	background: rgb(211,0,45);
	outline: none;
}



@media screen and (max-width: 101em) { 
p { font-size: 91%; }

#logo { 
	background: url("../images/logo-200px.png") no-repeat scroll 0 0 transparent;
	width: 30%;
	margin-top: 1.5em;
	margin-left: 4em;
	margin-bottom: -3.5em; 
} 
.blog { 
	display: block;
	margin-top: 4.9em;
	margin-bottom: -5.1em;
	padding: 0.5em 0 0.3em 0.9em;
	text-transform: uppercase;
	background: rgb(204,204,204);
	width: 4.5em;
}
.english, .deutsch { 
	display: inline-table;
	font-size: 0.9em; 
}	
.hrmenu { font-size: 90%; }
.hrmenu > ul > li > a { padding: 1em 3em; }

.hrmenu .hrsub-inner > div {
	width: 33%;
	float: left;
	padding: 0 3em 0;
}
#content {
	width: 95%;
	max-width: 50em;
	margin: 0 auto;
	padding: 0 2.8em;
}

}

@media screen and (max-width: 80em) { 
#home { margin-top: 40px; }	
.prev {
	top: 30%;
	margin-top: 10px;
	position: absolute;
	cursor: pointer;
	opacity: .4;
	background: url('../images/arrow-left-gray.png') no-repeat center center transparent;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
	left: 70px;
	width: 48px;
	height: 162px;
	z-index: 100000;
}
.prev:hover{ background: url('../images/arrow-left-red.png') no-repeat center center transparent; }
.next {
	top: 30%;
	margin-top: 10px;
	position: absolute;
	cursor: pointer;
	opacity: .4;
	background: url('../images/arrow-right-gray.png') no-repeat center center transparent;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
	right: 70px;
	width: 48px;
	height: 162px;
	z-index: 100000;
}
.next:hover{ background:url('../images/arrow-right-red.png') no-repeat center center; }

#logo { 
	width: 93%;
	float: left;
	margin-left: 3.8em;
	margin-bottom: 0.1em; 
}
#language {
	display: none;
	width: 15%;
	float: right;
	margin-top: -8em;
}
.blog { 
	display: block;
	margin-top: 8em;
	font-size: 100%;
}
.hrmenu { font-size: 100%; }
.hrmenu > ul,
.hrmenu .hrsub-inner {
	width: 100%;
	max-width: 92em;
	padding: 0 0.6em;
	margin: 0 auto;
}
.hrmenu .hrsub-inner { padding: 0 0 0 0.6em; }
.hrmenu > ul > li > a { padding: 1em 3em; }
.hrmenu .hrsub-inner > div:first-child { width: 30%; }
#content {
	width: 95%;
	max-width: 52em;
}
.slidertext { font-size: 1.5em; }

@media screen and (max-width: 69em) { 


/* ================für neue Navi=============== */

#hrmenu .nav-blog { display: block; }
#hrmenu .nav-language { display: block; }

/* ================Ende für neue Navi=============== */

/*==================================== HEADER =======================================*/

#logo {
	display: block;
	width: 50px;
	float: right;
	background: url("../images/logo-sign-mini.png") no-repeat scroll 0 0 transparent;
	margin-top: 1.5em;
	margin-right: 1.5em;
	margin-bottom: -8em;
}
a.logo {
	display: block;
	width: 50px;
	float: right;
	text-indent: -9999px;
}
#language { display: none; }

.hrmenu > ul > li > a { padding-right: 3em; }
.hrmenu > ul { padding-left: 4em; }
.hrmenu .hrsub-inner > div { padding-left: 6.5em; }
.hrsub h4 { font-size: 1em; }
.hrmenu .hrsub-inner > div:first-child { width: 32%; }

/*==================================== CONTENT =======================================*/
#content {
	width: 95%;
	max-width: 54em;
	padding-left: 2em;
}
.content-text-left, .content-text-right, .content-img {
	display: block;
	position: relative;
	float: left;
	width: 50%;
}
.content-text-left { padding-right: 2em; }
#content .firmen-bild { padding-left: 2em; }

}

@media screen and (max-width: 57em) { 

.hrmenu > ul > li > a { padding-right: 3em; }
#content {
	width: 95%;
	max-width: 56em;
	padding-left: 2em;
}

}

@media screen and (max-width: 50em) { 
h1 { margin-top: -0.03em;}
#home { 
	margin-top: 80px;
	background: url("../images/dashed.png") repeat-x 0 0 transparent;
}	 
#logo {
	display: block;
	width: 70px;
	float: left;
	background: url("../images/logo-sign-70px.png") no-repeat scroll 0 0 transparent;
	margin-top: 1.8em;
	margin-left: 3.5em;
}
.js #hrmenu { display: none; }
#toggleMenu {
	display: block;
	width: 55px;
	height: 55px;
	position: absolute;
	top: 30px;
	right: 50px;
	cursor: pointer;
	text-align: center;
	font-size: 1.9em;
	line-height: 1.85em;
	font-weight: normal;
	color: rgb(255,255,255);
	background: rgb(211,0,45);
}
#toggleMenu:before {
	content: '\e80b';
  	font-family: "fontello";
  	font-style: normal;
  	font-weight: normal;
  	speak: none;
}
.hrmenu .decker { display: none; }	
.hrmenu {
		font-size: 120%;
		background: none;
}
.hrmenu > ul,
.hrmenu .hrsub-inner {
		width: 100%;
		padding: 0;
}
.hrmenu > ul { margin-top: 80px; }
.hrmenu .hrsub-inner {
		padding: 0 0;
		font-size: 80%;
}
.hrmenu > ul > li {
		display: block;
		background: url("../images/dashed.png") repeat-x 0 100% rgb(255,255,255);
}
.hrmenu > ul > li > a { 
	display: block;
		padding: 1em 3em;
		font-size: .9em;
		padding-top: 1.2em;
}
.hrmenu .hrsub { position: relative; }
.hrsub h4 { padding-top: 0.6em; }
.hrmenu .hrsub-inner > div, .hrmenu .hrsub-inner > div:first-child {
	width: 50%;
}
.content-text-left, .content-text-right { width: 100%; }
.content-text-right { padding: 2em 0 0 0; }

img { padding-top: 1.5em; }

#content { 
	margin-top: 5em;
	padding-left: 2.3em; 
	padding-right: 1.2em; 
}
#content .firmen-bild { padding-left: 0; }
.content-img { padding-right: 1em; }
.content-img > img { min-height: 280px; }
.slide-text { width: 100%; }

@media screen and (max-width: 41.69em) {
.portrait { margin-right: 1.5em; }
p { font-size: 1.1em; }
p.vertrieb { font-size: 0.95em; }

}
@media screen and (max-width: 37.5em) {
.service-text { width: 100%; }
.service-img { width: 100%; }
.portrait { margin-top: 0.5em; margin-right: 0.8em; }
p.vertrieb { font-size: 0.9em; margin-top: -2.5em; line-height: 1.66em; }
.p-vertrieb, .p-projekt, .p-betreuung, .p-design, .p-logistik, .p-qualitaet {
	width: 130px;
	height: 130px;
}
footer .backToTop {
    background: url("../images/top-small.png") no-repeat scroll center center rgba(255,255,255,0.7);
    bottom: 40px;
    display: none;
    height: 46px;
	width: 37px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
	z-index: 400000;
}
footer .backToTop:hover {
    background: url("../images/top-small.png") no-repeat scroll center center rgba(255,255,255,0.5);
}

@media screen and (max-width: 36em) { 
#home-slider { 
	display: block;
	background: url("../images/slider/MI-slider-micro.jpg") no-repeat 0 0 transparent;
	width: 100%;
	max-width: 568px;
	height: 320px;
}
#home { display: none; }
	 
#logo {
	display: block;
	width: 50px;
	float: left;
	background: url("../images/logo-sign-mini.png") no-repeat scroll 0 20px transparent;
	margin-top: 0;
	margin-left: 2em;
}
a.logo { width: 200px; }
#language {
	margin-top: 1.5em;
	width: 20%;
}
.blog { margin-top: 2em; }
#toggleMenu {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 1.7em;
	line-height: 1.85em;
}
.hrmenu ul li a { font-size: 92%; }
.hrmenu .hrsub-inner > div {
	width: 100%;
	float: none;
}
.hrmenu .hrsub-inner > div { padding-left: 3.5em; }
.hrmenu .hrsub-inner ul li a {font-size: 1.2em; }
.hrsub h4 { color: rgb(204,204,204); font-size: 1.2em; }
.hrmenu .hrsub-inner > div:first-child { width: 100%; }
.hrmenu > ul > li.hropen > a, .hrmenu > ul > li.hropen > a:hover { color: rgb(0,0,0); }

#content { padding-left: 2.75em; padding-right: 0; }
.content-img { width: 50%; }
.skip-img { display: none; }
.slider { width: 90%; }
.slide-title { font-size: 3em; }
.slide-sub { font-size: 1.5em; }
.slide-text { padding-right: 2em; }
.support-h3 { margin-top: -2em; }


#footer { display: none; }
.service-kontakt { margin-left: -0.7em; }
}
@media screen and (max-width: 30em) { 
p.vertrieb { font-size: 1em; text-transform: none; line-height: 1.5em; }
.portrait { margin-right: 1.8em; }
.p-vertrieb, .p-projekt, .p-betreuung, .p-design, .p-logistik, .p-qualitaet {
	width: 120px;
	height: 130px;
}

}

@media screen and (max-width: 25.88em) { 
#home-slider { display: none; }
#home { display: block; }
p { font-size: 1.2em; }
#logo { margin-left: 1.5em; }

.hrmenu .hrsub-inner > div { padding: 0 0 0 2em; }
.hrmenu > ul > li > a { padding-left: 2em; }
.hrmenu .hrsub-inner ul li a { padding-left: .4em; }
.hrmenu ul li a { font-size: 1em; }
.hrsub h4 { padding-left: .4em; }

#content { padding-left: 1.6em; padding-right: 0.8em; }
.kontakte { width: 100%; margin-left: 0; }
.kontakte .vertrieb { margin-left: 0; }
.content-img, .slider { display: none; }
.slide-title { font-size: 2em; }
p.stellenangebot { font-size: 1.1em; }
.portrait { margin-bottom: 0.5em; }
p.vertrieb { text-transform: none; font-size: 1em; }
a.kontakt-button { font-size: 0.85em; }
.tag, .zeit { text-transform: none; font-size: 1em; line-height: 0.5em; }
.sc-tel { text-transform: none;  font-size: 1em; line-height: 1.5em; }
p.anfahrt-spezial { font-size: 1.2em; line-height: 1.3em; }
.p-vertrieb, .p-projekt, .p-betreuung, .p-design, .p-logistik, .p-qualitaet {
	width: 130px;
	height: 130px;
}

}

@media screen and (max-width: 15em) { 
.p-vertrieb, .p-projekt, .p-betreuung, .p-design, .p-logistik, .p-qualitaet { display: none; }
p.vertrieb {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
  	hyphens: none;
	font-size: 0.75em;
	line-height: 1.5em;
}
p { font-size: 1.05em; }
a.kontakt-button { font-size: 1.1em; }
.kontakte { margin-bottom: 1em; margin-top: 0; height: auto; }
#content h1 { font-size: 1.3em; }
}
