/* archivo-narrow-regular - latin */
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/archivo-narrow-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Archivo Narrow Regular'), local('ArchivoNarrow-Regular'),
       url('../fonts/archivo-narrow-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/archivo-narrow-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/archivo-narrow-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/archivo-narrow-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/archivo-narrow-v8-latin-regular.svg#ArchivoNarrow') format('svg'); /* Legacy iOS */
}
/* archivo-narrow-700 - latin */
@font-face {
  font-family: 'Archivo Narrow';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/archivo-narrow-v8-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Archivo Narrow Bold'), local('ArchivoNarrow-Bold'),
       url('../fonts/archivo-narrow-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/archivo-narrow-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/archivo-narrow-v8-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/archivo-narrow-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/archivo-narrow-v8-latin-700.svg#ArchivoNarrow') format('svg'); /* Legacy iOS */
}


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


.anchor{
  display: block;
  height: 1px;
  margin-top: -1px; /*same height as header*/
  visibility: hidden;
}

@-moz-document url-prefix() {
    .anchor {
  display: block;
  height: 225px;
  margin-top: -225px; /*same height as header*/
  visibility: hidden;
}
}

/* GLOBAL CSS
----------------------------------------------------------------------------------------------------*/

html { -webkit-text-size-adjust: none;}
html, body {height:100%;}


body {
	margin:0;
	padding:0;
	color: #000000;
	background-color: #fff;
	font:17px/24px 'Archivo Narrow', sans-serif;
	font-weight: 400;
}

sup, sub {}

#wrapper {
	padding:0;
	max-width: 100%;
	margin:0 auto;
	position: relative;
	}


body.loading {
    overflow: hidden;
}

#load {
    height: 100%;
    width: 100%;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
		background-image: url(../img/bg-loading.gif);
		background-repeat: no-repeat;
		background-position: center;
}


#loader {
    position: fixed;
		z-index:0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}


img {display:block;}

.inside {
	position:relative;
	width: 100%;
    margin: 0 auto;
	}
.flags {
	position:absolute;
	top:0;
	right:7px;
	z-index: 9999;
}

.flags a {
	float:left;
	display:block;
	width:16px;
	height:32px;
	vertical-align: middle;
	border:0;
	margin-left:8px;
}

.flags a img {
	display: block;
  width: 100%;
  height: auto;
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.flags a img.active, .flags a:hover img {
	filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    -webkit-filter: grayscale(0%);
}
#header {
	display:block;
	height:auto;
	width: 100%;
  max-width: inherit;
	background:#fff;
	margin: auto;
	position:fixed;
	z-index:1100;
}


#header .logo {
	  width: 100%;
    max-width: 1440px;
	  height:153px;
    margin: 0 auto;
    padding:0;
    position: relative;
    display: block;
		background:#fff;
}

#header .logo .bg-logo {
	display:block;
	position: absolute;
	left:10%;
	top:15%;
	width: 100%;
	max-width:560px;
	height: auto !important;
}

#header .logo img {
	  width: 100%;
    max-width:560px;
    height: auto !important;
}

#header .logo ul {
	position:absolute;
	top:34%;
	right:0;
	z-index: 100;
}

#header .logo ul.social li {
	display:inline;
	float:left;
	vertical-align:middle;
	margin:0 10px 0 0;
}


#header .logo ul li:last-child {
	margin:0;
}

#header .logo ul.social li a {
	font-size:18px;
	color:#5e5e5e;
	text-decoration:none;
	font-weight:700;
	height:32px;
	line-height:32px;
	vertical-align:middle;
	margin:0;
	padding:0;
	border:none;
	text-transform: uppercase;
}

	#header .logo ul.social li a img {
	 height:32px!important;
	 width:32px;
	 margin:0;
	 padding:0;
	 border:none;
	}


#header #intro .nav_sel {
	position:absolute;
	left:0;
	bottom:0;
	display:block;
	height:90px;
	width:200px;
	background:#5e5e5e;
	color:#fff;
	cursor:pointer;
	text-align:center;
	text-decoration:none;
}

#header #intro .nav_sel span {
	font:34px/34px 'Archivo Narrow', sans-serif;
	font-weight: 700;
	width:100%;
	max-width:200px;
	display:block;
	margin:45px 0 0 0;
	position:inherit;
}

#header #intro .nav_sel img.icon {
	position:absolute;
	right:30px;
	top:10px;
	width:23px;
	height:28px;
}


#container {
	width:100%;
	margin:auto;
	padding:128px 0 0 0;
	clear:both;
	position: relative;
}

.home #container {
	padding:128px 0 0 0;
}

#main {
	width:100%;
	margin:auto;
	clear:both;
	padding:0;
	opacity:0;
}

/* NAVIGATION MAIN */

.mm-listview > li > a:hover {
    background: #adbbb6;
    color: #000;
}


#header #navigation  {
	display: block;
	padding: 0;
	margin: 0 auto;
	border: none;
	height: 50px;
	position: absolute;
	bottom:-25px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 1440px;
}

#header #navigation .inside  {
	overflow:visible;
}
.home #bc, .landing #bc-sticky-wrapper { display:none;}
#bc, #bc-sticky-wrapper {
	position:relative;
	z-index:1010;
	width: 100%;
	max-width:1440px;
	box-sizing: border-box;
	padding:0;
	margin:0 auto;
	display: block;
  height: 40px;
	background:#adbbb6;
	}

.logistik #bc  { background:#3d9ab5; }
.euromulch #bc  { background:#a0c727; }
.megawatt #bc  { background:#fb9e00; }
.specials #bc  { background:#cf0e6c; }

#bc .mod_breadcrumb {
	width:100%;
	max-width:1440px;
	margin: auto;
	padding:0;
	position:relative;}

#bc .mod_breadcrumb li {float:left;}

#bc .mod_breadcrumb li a, #bc .mod_breadcrumb li.active {
	font:15px/40px 'Archivo Narrow', sans-serif;
	font-weight: 400;
	text-decoration: none;
	color:#fff;
	margin:0;
	padding:0;
	vertical-align:middle;
	display:block;
	}


#bc .mod_breadcrumb li a:after {
	content: '›';
	margin:0 5px 0 5px;
}

#bc .mod_breadcrumb li:first-child {
	margin-left:20px;
}

@media only screen and (max-width: 920px){
#header .logo .flags img { width: 100%!important; padding-top: 0px;}

#navbar-main, #header .logo .social {display:none;}

 .mm-navbar-content-6 {display:flex; height:40px;}
.social-icon { width:30px; height:30px; padding:4px 20px 0 20px;     -webkit-box-flex: 1!important;
    -ms-flex: 1!important;
    flex: 1!important;}
.social-icon img {filter: invert(.5);}


.navbar-toggle {
		display: block;
    position: absolute;
		z-index:100;
    padding: 9px 10px;
		margin:0;
		left: 15px;
    top: 19px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}
}

.invisible { display:none;}

/* DESKTOP NAVIGATION */

.navbar {
	position: relative;
  min-height:inherit;
  margin:0;
  border:0;
	border-radius:0;
}



@media only screen and (min-width: 921px){

	.nav>li {position:unset!important;}



#header nav  {
	position:relative;
	height:inherit;
	padding:0;
	margin:0;
	background-color:#5e5e5e;
	border:none;
	border-radius: 0;
	min-height:inherit;
}

#header nav.mod_customnav  {display:none;}

#header nav > a  {color:#fff;}
#header nav ul.level_1 {padding:0;margin:0; position:relative;}

#header nav ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:none;
	display: table-cell;
  width: 1%;
	height:50px;
	float:none;
}


#header nav ul li a {
	font:17px/50px 'Archivo Narrow', sans-serif;
	font-weight: 400;
	text-decoration: none;
	color:#fff;
	margin:0;
	vertical-align:middle;
	text-align:center;
	padding:0;
	display:block;
	text-transform:uppercase;
	letter-spacing:0.6pt;
}

.dk #header nav ul li a,
.dk #header nav ul li a:hover,
.dk #header nav ul li.active span {}


#header nav ul li a:hover,
#header nav ul li.active span
{
	font:17px/50px 'Archivo Narrow', sans-serif;
	font-weight: 400;
	text-decoration: none;
	color:#adbbb6;
	margin:0;
	padding:0;
	vertical-align:middle;
	display:block;
	text-transform:uppercase;
	letter-spacing:0.6pt;
	text-align:center;
}


#header nav ul.level_1 li a,
#header nav ul.level_1 li a:hover,
#header nav ul.level_1 li.active span,
#header nav ul.level_1 a.submenu.trail
{
	text-shadow: 0px 1px 0px black;
}

#header nav ul.level_2 li > a,
#header nav ul.level_2 li a:hover,
#header nav ul.level_2 li.active span,
#header nav ul.level_3 li a:hover,
#header nav ul.level_3 li.active span,
#header nav ul.level_4 li a:hover,
#header nav ul.level_4 li.active span,
#header nav ul.level_5 li a:hover,
#header nav ul.level_5 li.active span
{
	text-shadow:none;
	text-transform:none;
	text-align: left;
}



#header nav ul li ul.level_2 {
		position:absolute;
		z-index:100;
		float:none;
		padding:0;
		margin:0;
  	display: block;
    transition: opacity .20s ease-in-out;
   	-moz-transition: opacity .20s ease-in-out;
  	-webkit-transition: opacity .20s ease-in-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
		width:100%;
}

#header nav ul.level_2 li {
	margin:0 10px 0 0;
	padding: 0;
	list-style: none;
	border: none;
	float: left;
	height: 40px;
	width: auto;
	display:block;
}



#header nav ul.level_3  {
	display:none;
	position:absolute;
	z-index:100;
	padding:10px 0 0 0;
	margin:0;
}

#header nav ul.level_3 li {
	margin:0;
	padding: 0;
	float: none;
	display: block;

}


#header nav li ul.level_3 li  { background:#adbbb6; text-shadow:none; }
#header nav li.logistik ul.level_3 li  { background:#3d9ab5; }
#header nav li.euromulch ul.level_3 li { background:#a0c727; }
#header nav li.megawatt ul.level_3 li { background:#fb9e00;}
#header nav li.specials ul.level_3 li  { background:#cf0e6c;}

#header nav ul.level_4, #header nav ul.level_5 {
	display:none;
	position:absolute;
	z-index:-1;
	padding:0 0 0 10px;
	margin:-35px 0 0 0;
	left:100%;
}


#header nav ul.level_3 li,
#header nav ul.level_4 li,
#header nav ul.level_5 li {
	float:none;
	margin:0;
	padding:10px 10px 0 10px;
	height:auto;
}

#header nav ul.level_3 li:last-child,
#header nav ul.level_4 li:last-child,
#header nav ul.level_5 li:last-child {
	padding:10px;
}


#header nav ul.level_2 li a {
	font:15px/40px 'Archivo Narrow', sans-serif;
	font-weight: 400;
	color:#fff;
	text-decoration: none;
	margin:0;
	padding:0 10px 0 10px;
	height:40px;
	vertical-align:middle;
	display:block;
}

#header nav ul.level_2 li a:hover, #header nav ul.level_2 a.submenu.trail {
	background: #fff; /* Fallback IE 6-8 */
  background: rgba(255, 255, 255, .9);
	color:#5e5e5e;
}

#header nav ul.level_2 li.active span,
#header nav ul.level_2 li.forward span
  {
	background: #fff; /* Fallback IE 6-8 */
  background: rgba(255, 255, 255, .9);
	padding:0 10px 0 10px;
	font:15px/40px 'Archivo Narrow', sans-serif;
	font-weight: 400;
	color:#5e5e5e;
}

#header nav ul.level_2 li.forward span
{
	vertical-align:middle;
	display:block;
}




#header nav ul.level_3 li a, #header nav ul.level_3 li.active span,
#header nav ul.level_4 li a, #header nav ul.level_4 li.active span,
#header nav ul.level_5 li a, #header nav ul.level_5 li.active span {
	font:15px/15px 'Archivo Narrow', sans-serif;
	font-weight: 400;
	color:#fff;
	text-decoration: none;
	margin:0;
	padding:5px;
	height:auto;
	vertical-align:middle;
	display:block;
	white-space:nowrap;
	text-align: left;
}

#header nav ul.level_3 li a:hover, #header nav ul.level_3 li.active span,
#header nav ul.level_4 li a:hover, #header nav ul.level_4 li.active span,
#header nav ul.level_5 li a:hover, #header nav ul.level_5 li.active span  {
	background: #fff; /* Fallback IE 6-8 */
  background: rgba(255, 255, 255, .9);
	padding:5px;
	color:#5e5e5e;
	text-align: left;

}



#header nav li .bg_bar  {
	position:absolute;
	z-index:-1;
	padding:0;
	margin:0;
	left:0;
	width:100%;
	height:40px;
  margin-right: calc(-1 * ((100vw - 100%) / 2));/* align left edge to the left edge of the viewport */
	display: none;
  transition: opacity .20s ease-in-out;
  -moz-transition: opacity .20s ease-in-out;
  -webkit-transition: opacity .20s ease-in-out;
  opacity: 0;
  overflow: hidden;
	}

#header nav li .bg_bar  { background:#adbbb6; }
#header nav li.logistik .bg_bar  { background:#3d9ab5; }
#header nav li.euromulch .bg_bar  { background:#a0c727; }
#header nav li.megawatt .bg_bar  { background:#fb9e00; }
#header nav li.specials .bg_bar  { background:#cf0e6c; }


#header nav ul.level_1 li:hover ul.level_2 {
	opacity: 1;
  height: 40px;
	overflow:visible;
}

#header nav ul.level_1 li.submenu.first ul.level_2 {
	margin-left:10px;
}

#header nav ul li:hover > .bg_bar {
	opacity: 1;
  height: 40px;
	display:block;
}

#header nav ul.level_2 li:hover > .level_3, #header nav ul.level_3 li:hover > .level_4, #header nav ul.level_4 li:hover > .level_5 {
	display:block;
}


#header nav ul.level_1 a.submenu.trail {
	color:#adbbb6;
}
#header nav ul.level_2 a.submenu.trail {
	color:#5e5e5e;
}

#header #nav_gruppe ul.level_2 li a:hover,
#header #nav_gruppe ul.level_2 li.active > span,
#header #nav_gruppe ul.level_2 a.submenu.trail,
#header #nav_gruppe ul.level_2 submenu.trail,
#header #nav_gruppe ul.level_2 li > span  {
	color:#5e5e5e;
	cursor:pointer;

}


#header nav ul.level_1 li.logistik a:hover,
#header nav ul.level_1 li.active.logistik > span,
#header nav ul.level_1 a.submenu.trail.logistik,
#header nav ul.level_1 submenu.trail.logistik,
#header nav ul.level_1 li.logistik > span  {
	color:#3d9ab5;
	cursor:pointer;
	text-align: center;
}

#header nav ul.level_1 li.euromulch > a:hover,
#header nav ul.level_1 li.active.euromulch > span,
#header nav ul.level_1 a.submenu.trail.euromulch,
#header nav ul.level_1 submenu.trail.euromulch,
#header nav ul.level_1 li.euromulch > span {
	color:#a0c727;
	cursor:pointer;
	text-align: center;
}

#header nav ul.level_1 li.megawatt > a:hover,
#header nav ul.level_1 li.active.megawatt > span,
#header nav ul.level_1 a.submenu.trail.megawatt,
#header nav ul.level_1 .submenu.trail.megawatt,
#header nav ul.level_1 li.megawatt > span {
	color:#fb9e00;
	cursor:pointer;
	text-align: center;
}

#header nav ul.level_1 li.specials > a:hover,
#header nav ul.level_1 li.active.specials > span,
#header nav ul.level_1 a.submenu.trail.specials,
#header nav ul.level_1 .submenu.trail.specials,
#header nav ul.level_1 li.specials > span {
	color:#cf0e6c;
	cursor:pointer;
	text-align: center;
}

#header nav ul.level_2 a.submenu.trail { text-shadow:none;}

.logistik nav ul.level_2 li.forward span { color:#3d9ab5!important;}
.euromulch nav ul.level_2 li.forward span { color:#a0c727!important;}
.megawatt nav ul.level_2 li.forward span { color:#fb9e00!important;}
.specials nav ul.level_2 li.forward span { color:#cf0e6c!important;}
}

#header nav ul.level_3 li > a:hover,
#header nav ul.level_3 li.active > span,
#header nav ul.level_3 a.submenu.trail,
#header nav ul.level_3 .submenu.trail,
#header nav ul.level_3 li > span {
	text-align: left!important;
}

#header nav .submenu.gruppe ul.level_3 li > a:hover,
#header nav .submenu.gruppe ul.level_3 li.active > span,
#header nav .submenu.gruppe ul.level_3 a.submenu.trail,
#header nav .submenu.gruppe ul.level_3 .submenu.trail,
#header nav .submenu.gruppe ul.level_3 li > span {
	color:inherit;
}

#mobileNavigation{
	position:absolute;
	z-index:1000;
	top:0;
	left:0;
	display:none;
	}

#mobileNavigation .open{
	margin:48px 0 0 20px;
	display:block;
	height:20px;
	width:27px;
	background-image: url(img/mobile_btn.png);
	background-repeat:no-repeat;
	}


#container p, #container ul {
	padding:0 0 20px 0;
	margin:0;
}

#container .textarea p:first-child {padding:0 12px 0 20px;}
#container .textarea p, #container .textarea p:last-child {padding:0 12px 24px 20px;}

#container .headline p {
	padding:30px 0 20px 0;
}

#container .flexslider ul {padding:0;}

.flexslider video{
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    height: auto;
    overflow: hidden;
    margin-left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    object-fit: cover;
}

.flexslider.auto {max-height:inherit!important;}

.btn-layer {
    position: absolute;
    z-index: 1002;
    top: 4%;
    left: 5%;
    max-width: 210px;
  }
  .btn-layer img {
     width:100%; height:auto;
      max-width: 210px;
    }

  @media only screen and (max-width: 1200px){
    .btn-layer {top: 3%;left: 6%;}
    .btn-layer img {  max-width: 200px;}
  }
  @media only screen and (max-width: 920px){
    .btn-layer {top: 2%;}
    .btn-layer img {  max-width: 180px;}
  }
  @media only screen and (max-width: 768px){
    .btn-layer {top: 1%;}
    .btn-layer img {  max-width: 150px;}
  }
  @media only screen and (max-width: 680px){
    .btn-layer {top: 25px;}
    .btn-layer img {  max-width: 120px;}
  }
.cta-btn-mobile {display:none; position: absolute;
    right: 10px;
    top: 0;
    max-width: 80px;
}
  @media only screen and (max-width: 480px){
    .btn-layer {display:none;}
    .cta-btn-mobile {display:block;}
  }



#container a {
	color: #5e5e5e;
}

#container #info-text-gruppe a {
	text-decoration:none;
	font-weight:700;
}


#container h1 {
	font:34px/36px 'Archivo Narrow', sans-serif;
	font-weight: 700;
	margin:0;
	padding:0;
}

#container h1.ce_headline {
	padding:35px 0 5px 0;
	width:100%;
	max-width: 1440px;
	margin: auto;
	}
#container h2.ce_headline {
	padding:0 0 20px 0;
	width:100%;
	max-width: 1440px;
	margin: auto;
	}

#container h2.single {
	padding:0 0 35px 0;
	width:100%;
	max-width: 1440px;
	margin: auto;
	}




#container h2 {
	font:22px/28px 'Archivo Narrow', sans-serif;
	font-weight: 400;
	margin:0 0 20px 0;
	padding:0;
}

#container .ds h2 {font-weight: 600;}

#container h2.text {
	margin:15px 0 15px 0;
}

#container .ce_text_slider h2.text {
	margin:0 0 15px 0;
}




#container h3 {
	font:20px/22px 'Archivo Narrow', sans-serif;
	font-weight: 700;
	padding:0 0 20px 0;
	margin:0;
}


#container h4 {
	font:18px/25px 'Archivo Narrow', sans-serif;
	font-weight: 400;
	padding:0 0 0 35px;
	margin:0 0 10px 0;
	background-image:url(img/intro.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}


#container h1, #container h2 { }
#container p, #container h3, #container h4 { }


.logistik #container h1, .logistik #container h2, .logistik #container h2.text, .logistik .titel {
	color:#3d9ab5;
}

.euromulch #container h1, .euromulch #container h2, .euromulch #container h2.text, .euromulch .titel {
	color:#a0c727;

}
.megawatt #container h1, .megawatt #container h2, .megawatt #container h2.text, .megawatt .titel {
	color:#fb9e00;
}

.specials #container h1, .specials #container h2, .specials #container h2.text, .specials .titel {
	color:#cf0e6c;
}

#container .ce_text_slider h2.text
{
	font: 24px/26px 'Archivo Narrow', sans-serif;
  font-weight: 700;
	margin:0;
	padding: 15px 0 15px 20px;
	color:#fff;
	background:#adbbb6;
  position:relative;
}

.logistik #container .ce_text_slider h2.text {background:#3d9ab5;}
.euromulch #container .ce_text_slider h2.text {background:#a0c727;}
.megawatt #container .ce_text_slider h2.text {background:#fb9e00;}
.specials #container .ce_text_slider h2.text {background:#cf0e6c;}

#container .ce_text_slider strong {
  text-transform: uppercase;
  margin: 14px 0 6px 0;
	display:block;
	color:#adbbb6;
}

#container .ce_text_slider br {
   content: "";
	 display:block;
}

#container .ce_text_slider strong br {
   content: ""; display: none;
}

.logistik #container .ce_text_slider strong {color: #3d9ab5;}
.euromulch #container .ce_text_slider strong {color: #a0c727;}
.megawatt #container .ce_text_slider strong {color: #fb9e00;}
.specials #container .ce_text_slider strong {color: #cf0e6c;}

#container .ce_text_slider .panel-default {border-color:inherit;}
#container .ce_text_slider .panel {
    margin-bottom: 0;
    background-color: inherit;
    border:0px;
    border-radius:0px;
    -webkit-box-shadow:inherit;
    box-shadow:inherit;
}

#container .ce_text_slider .panel .panel-body {
    padding:0;
    border-top-color:inherit;
    background: #f0f0f0;
}


#container .ce_text_slider .panel-heading {padding:0; border-bottom:0; border-top-left-radius: 0; border-top-right-radius: 0;}
#container .ce_text_slider .panel-default a {text-decoration:none; display:block; color:#fff;}
#container .ce_text_slider .panel-default a span {display:block; color:#fff;font: 17px/24px 'Archivo Narrow', sans-serif;font-weight: 400;color: #fff;}
#container .ce_text_slider .panel-default a i {position:absolute; right:20px;top:50%; transform: translateY(-50%);}}

.fa-chevron-down:before {
    content: "\f078";
}
#container .ce_text_slider .panel-title > a i.fa-chevron-down:before {
    font-family: FontAwesome;
    content: "\f077";
}
#container .ce_text_slider .panel-title > a.collapsed i.fa-chevron-down:before  {
    content: "\f078";
}
#container .ce_text_slider .panel .panel-body a  {
    color: #5e5e5e;
    display:inline;
}

#container img.left {
	float:left;
	margin:0 20px 20px 0;
}

#container img.right {
	float:right;
	margin:0 0 20px 20px;
}

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

.ce_gallery img {
	width:100%;
	height:auto;
	}

.ce_text  {
	width:100%;
  max-width: 1440px;
	margin: auto;
	padding:0 0 15px 0;
	}
	.ce_text.image img {
		width:100%;
		height:auto;
		border:none;
		}

	.ce_text.last  {
		padding-bottom:35px;
		}

.ce_text strong, strong  {
	font-weight: 700;
	}


.ce_text_slider {
	clear:both;
	position:relative;
	width:100%;
  max-width: 1440px;
	height:auto;
	margin-bottom:30px;
	overflow:hidden;
	}

.ce_text_slider:first-child {margin:0 auto 30px auto;}

.ce_text_slider .image {
	display:none;
	position:absolute;
	top:0;
	z-index:1002;
	}

@media only screen and (min-width: 768px){
.ce_text_slider .img-container {
	height:100%;
	max-height:261px;
	overflow:hidden;
	}
}
@media only screen and (max-width: 767px){
.ce_text_slider .img-container {height:100%; max-height:500px;overflow: hidden;}
.ce_text_slider .img-container > .img-item {display:none;}
.ce_text_slider .img-container > .img-item:first-child {display:block;}
}


.ce_text_slider .img-container .img-item {padding:0;}
.ce_text_slider .img-container .img-item img {
	width: 100%;
	height:auto;
	padding:0;
	}

.ce_text_slider .textarea {
	margin: 0;
	padding:0;
	}


  .ce_text_slider .textarea ul {
    margin-left:20px!important;
  	}

.ce_text_slider .textarea ul li {
	list-style:disc;
	margin:0 12px 10px 20px;
  list-style-position: outside;
	}

.ce_text_slider .img-item img {
	width:100%;
	height:auto;
	display:block;

}


.ce_text_slider .opbtn {
	position:absolute;
	z-index:1;
	bottom:0;
	right:0;
	width:69%;
	max-width:614px;
	background:#fff;
	}

.ce_text_slider .opbtn a {
	display:inline-block;
	height:30px;
	width:40px;
	background-image: url(../img/opbtn_sec.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:right;
	margin:0 20px 15px 0;
	}

.ce_text_slider .opbtn a.open {
	display:inline-block;
	height:30px;
	width:30px;
	background-image: url(../img/opbtn.png);
	background-repeat:no-repeat;
	cursor:pointer;
	float:right;
	margin:0 40px 15px 0;
	}

.home .flexslider .label {
	position:absolute;
	z-index:1001;

}

.home #container .flexslider .label h2 {
	font: 33px/36px 'Archivo Narrow', sans-serif;
	font-weight: 700;
	margin:0;
	padding:0;
	text-shadow: 0px 1px 0px #ccc;
	letter-spacing: 0.2pt;
}

.home #container .flexslider .label span {
	font: 27px/32px 'Archivo Narrow', sans-serif;
	font-weight: 400;
	margin:0;
	padding:0;
	text-shadow: 0px 1px 0px white;
	letter-spacing: 0.2pt;
	display:block;
}


 .home #container .flexslider li:nth-child(3) .label h2, .home #container .flexslider li:nth-child(3) .label span,
.home #container .flexslider li:nth-child(5) .label h2, .home #container .flexslider li:nth-child(5) .label span {
	color:#fff;
	text-shadow: 0px 1px 0px black;
	}



#InfoBox {
	  font: 14px/20px 'Archivo Narrow', sans-serif;
    font-weight: 400;
	  width: 100%;width: 100%;
    max-width:1440px;
    margin: auto;
    -moz-column-width: 450px;
    -webkit-column-width: 450px;
    column-width: 450px;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 75px;
	  padding-top:20px;
	}


#InfoBox .gruppe { font-weight: 600; }
#InfoBox .logistik { font-weight: 600;  color:#3d9ab5; }
#InfoBox .euromulch { font-weight: 600; color:#a0c727; }
#InfoBox .megawatt { font-weight: 600; color:#fb9e00; }
#InfoBox .international  { font-weight: 600; color:#cf0e6c; }


.home #Teaser {
		display:block;
		height:auto;
    background: #e2e2e2;
	}


#news .inner {
		background: #e2e2e2;
	}
#news a .inner  {
		background: #fff;
	}

.news-teaser {

}
.news-teaser .inner {
	display:block;
	background: #e2e2e2;
}
.news-teaser .news-img {
	float:left;
	width:30%;
	height:auto;
	display:block;
	border:none;
	background: #fff;
}

.news-teaser .news-txt {
	height:100%;
	display:block;
	border:none;
	background: #fff;
}


.home #Teaser a .layer {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 10;
	transition: opacity .20s ease-in-out;
	-moz-transition: opacity .20s ease-in-out;
	-webkit-transition: opacity .20s ease-in-out;
	filter: alpha(opacity = 0); zoom:1;
	opacity: 0;
	background: #fff;
	background-repeat: no-repeat;
	background-position: center;
}


.home #Teaser a:hover img,
.home #Teaser a:active img  {
}

.home #Teaser a span {
	font:18px/18px 'Archivo Narrow', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	padding:20px 0 0 20px;
	display: block;
	text-align: left;
	color:#5e5e5e;
	height:auto;
	vertical-align: middle;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
	position: relative;
	width: 100%;
	background: #fff;
}
.home #Teaser a:hover span {bottom:inherit!important; }

.home #Teaser a p {
	font:15px/17px 'Archivo Narrow', sans-serif;
	font-weight: 400;
	padding:10px 15px 15px 20px;
	margin: 0;
	display:block;
	text-align:left;
	color:#5e5e5e;
	background: #fff;
	height:100%;
}

@media only screen and (max-width: 480px){
	.home #Teaser a .box {
		height:auto;
		min-height: inherit;
	  max-height:inherit ;
	}
	.home #Teaser a p {padding-bottom:40px;}
}

#info-grit {
	padding-top:10px;
}

@media only screen and (min-width: 1440px) {
	#info-grit{padding-top:20px;}
}

.facts {
	color:#000;
	text-align:center;
}
.facts .inner {padding:40px 0 0 0;display: table;
	 table-layout: fixed;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
 }
@media only screen and (max-width: 991px){.facts .inner {padding:40px 0 20px 0;} }

.facts .cell {display: table-row;}

.facts h2  {
    font: 25px/25px 'Archivo Narrow', sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    margin: 0 0 10px 0!important;
    padding: 0!important;
}
.facts p {
	display:block!important;
	width:80%!important;
	padding-bottom:20px!important;
	margin:0 auto!important;
}

.facts img {
	width:100%;
	max-width:50px;
	height:auto;
	border:none; display:block;
	margin:0 auto;
	padding-bottom:20px;
}


@media only screen and (min-width: 1120px) and  (max-width: 1440px)  {
	.facts h2  {font: 24px/24px 'Archivo Narrow', sans-serif!important;}
	.facts p {font-size: 14px;line-height: 20px;}
	.facts img {max-width: 45px;padding-bottom: 20px;}
}

@media only screen and (min-width: 992px) and  (max-width: 1119px)  {
	.facts h2  {font: 22px/22px 'Archivo Narrow', sans-serif!important;}
	.facts p {font-size: 13px;line-height: 17px;}
	.facts img {max-width: 40px;padding-bottom: 10px;}
}

.inner-content {margin}
.news {background:#e2e2e2; padding:40px 0 40px 0; color:#000;}
.news h2 {font: 60px/60px 'Archivo Narrow', sans-serif!important; text-align: center; margin:0!important; padding:0!important;}
.news-content {background:#e2e2e2; padding-bottom:10px;}
.news-single {background:#fff;margin-bottom:20px; position: relative;}
.news-single img, .news-single svg {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	max-width:150px;
	height:auto;
}

.news-single.blog  {background:#303030;}
.news-single.blog img { padding:15px;}
.news-single.blog img { padding:15px;}

.news-single .news-info {
	color:#000;
	height:150px;
	margin-left:165px;
	margin-right:15px;
	font: 16px/20px 'Archivo Narrow', sans-serif!important;
}
.news-single.blog .news-info {color:#fff;}
.news-single .news-info h2 {
	font: 20px/20px 'Archivo Narrow', sans-serif!important;
	font-weight: 600!important;
	padding: 15px 0 10px 0!important;
	margin: 0!important;
}
.news-content .col-md-4 { padding-right: 10px;padding-left: 10px; cursor: pointer;}
.news-content .col-md-4:hover {text-decoration:none;}
@media only screen and (min-width: 992px) and (max-width: 1440px) {
	.news-single .news-info {font: 14px/18px 'Archivo Narrow', sans-serif!important;}
	.news-single .news-info h2 {font: 18px/18px 'Archivo Narrow', sans-serif!important;padding: 15px 0 5px 0!important;}
}
@media only screen and (max-width: 1240px) {.news-content .col-md-4 {width:50%; padding:0 10px;} }
@media only screen and (max-width: 991px) {.news-content {padding-bottom:25px;} .news-content .col-md-4 {width:50%; padding:0;}
.news-single {margin-bottom:15px;} .news-single .news-info h2 {font: 21px/20px 'Archivo Narrow', sans-serif!important;} .news-single .news-info {font: 16px/18px 'Archivo Narrow', sans-serif!important;}}
@media only screen and (max-width: 920px) {.news h2 {font: 50px/50px 'Archivo Narrow', sans-serif!important;}}
@media only screen and (max-width: 480px) {
.news h2 {font: 40px/40px 'Archivo Narrow', sans-serif!important;}
.news-single img {position: relative;width:100%;max-width:inherit;} .news-single .news-info {height:auto;margin:0 20px;}
.news-single .news-info {	font: 16px/20px 'Archivo Narrow', sans-serif!important;}
.news-single .news-info h2 {	font: 22px/22px 'Archivo Narrow', sans-serif!important;padding: 20px 0 4px 0!important;}
}


.keyfacts  {padding:40px 0 40px 0; color:#000;}
.keyfacts h2,.keyfacts h3 {font: 60px/60px 'Archivo Narrow', sans-serif!important; text-align: center; margin:0!important; padding:0 0 40px 0!important; text-transform:uppercase; font-weight:700!important; }
.keyfacts h3 {font: 40px/40px 'Archivo Narrow', sans-serif!important; font-weight:400!important; padding:10px 0 40px 0!important;  }

.keyfacts .col-md-3  { margin-bottom:40px;}
.keyfacts .col-md-3 img {max-width:60px;margin:0 auto;}

.keyfacts .col-md-3 h2 {
    font: 25px/25px 'Archivo Narrow', sans-serif!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    margin: 25px 0 5px 0!important;
    padding: 0!important;
		text-align:center;
}

@media only screen and (max-width: 920px) {.keyfacts h2 {font: 50px/50px 'Archivo Narrow', sans-serif!important;} .keyfacts h3 {font: 40px/40px 'Archivo Narrow', sans-serif!important;}}

.keyfacts .col-md-3 p {
		text-align: center;
    display: block!important;
    padding: 0!important;
		margin:0 auto!important;
}


.landing {text-align:center!important; }
.landing h1  {text-transform: uppercase!important; padding-top:55px!important; }
.landing p {max-width:60%!important;  margin:0 auto!important; }


#Teaser a {
	position: relative;
	padding:0;
}

#Teaser a:hover {
	text-decoration: none;
}

#Teaser a .img-con {
	width: 100%;
	position: relative;
	overflow:hidden;
}

#Teaser a .layer {
	position: absolute;
	display: block;
	height: 100%;
	width:100%;
	z-index:10;
	transition: opacity .24s;
  -moz-transition: opacity .24s;
  -webkit-transition: opacity .24s;
  filter: alpha(opacity = 0); zoom:1;
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}

#Teaser a:hover .layer, #Teaser a:active .layer {
	filter: alpha(opacity = 0);
	zoom:1;
	opacity: 0;
	-webkit-user-select: none;
	-webkit-touch-callout: none
}

#Teaser a img {
	width:100%;
	height:auto;
	display:block;
	-moz-transition: all .4s;
  -webkit-transition: all .4s;
  transition: all .4s;
 -moz-transform:scale(1.1,1.1);
  -webkit-transform:scale(1.1,1.1);
  transform: scale(1.1,1.1);
	-webkit-transform: translate3d(0, 0, 1);
 	transform: translate3d(0, 0, 1);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

#Teaser a:hover img, #Teaser a:active img  {
  -moz-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
		-webkit-user-select: none;
		-webkit-touch-callout: none;
}

#Teaser a span {
    font: 18px/18px 'Archivo Narrow', sans-serif;
	  text-transform: uppercase;
    font-weight: 400;
		color: #fff;
    text-align: center;
    display: inline;
    padding:20px 12px 20px 12px;
    background: #adbbb6;
    position: absolute;
    min-width: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 10;
}
#Teaser a:hover span {}

#Teaser a span i {
      display: block;
      font: 15px/15px 'Archivo Narrow', sans-serif!important;
      font-weight: 400!important;
      text-transform: none;
      margin-top:5px;
    }

.logistik  #Teaser a span {background-color:#3d9ab5; }
.euromulch #Teaser a span {background-color:#a0c727;}
.megawatt  #Teaser a span {background-color:#fb9e00;}
.specials  #Teaser a span {background-color:#cf0e6c;}

.home #Teaser a.logistik span {color:#3d9ab5; }
.home #Teaser a.euromulch span {color:#a0c727;}
.home #Teaser a.megawatt span {color:#fb9e00;}
.home #Teaser a.specials span {color:#cf0e6c;}



#Teaser a .layer { background-image:url(../img/sub_layer_gruppe.png);}
.logistik  #Teaser a .layer { background-image:url(../img/sub_layer_logistik.png);}
.euromulch #Teaser a .layer { background-image:url(../img/sub_layer_euromulch.png);}
.megawatt  #Teaser a .layer { background-image:url(../img/sub_layer_megawatt.png);}
.specials  #Teaser a .layer { background-image:url(../img/sub_layer_specials.png);}

.home  #Teaser a.gruppe .layer  { background-image:url(../img/sub_layerxl_gruppe.png); }
.home  #Teaser a.logistik .layer  { background-image:url(../img/sub_layerxl_logistik.png); }
.home  #Teaser a.euromulch .layer  { background-image:url(../img/sub_layerxl_euromulch.png); }
.home  #Teaser a.megawatt .layer  { background-image:url(../img/sub_layerxl_megawatt.png); }
.home  #Teaser a.specials .layer  { background-image:url(../img/sub_layerxl_specials.png);}


.custom {
	width: 100%;
	max-width: 1440px;
	margin: auto;
}


/* ANSPRECHPARTNER */

#Ansprechpartner {
	width: 100%;
  max-width: 1440px;
	margin: auto;
	padding:0 5px;
	font-size:16px;
	}

  #Ansprechpartner .group, #Ansprechpartner .container  {margin-bottom:20px;}

@media (max-width: 480px) {
  .col-xxs {width:100%;   }
  .col-xxs .ce_image {margin-bottom:10px;}
  #Ansprechpartner h3 {width:100%; font: 20px/22px 'Archivo Narrow', sans-serif;margin: 0 0 10px 0;padding: 0 5px 0 5px;height: 22px; min-width:100px;}
  #Ansprechpartner .range .item .inside {padding: 4px 0 0 0;}
  #Ansprechpartner .range .item .name, #Ansprechpartner .range .item .titel, #Ansprechpartner .range .item .titel_2,
  #Ansprechpartner .range .item .telefon, #Ansprechpartner .range .item .email, #Ansprechpartner .range .item .vcard  {
  font-size: 12px; line-height:16px; padding:0;
  }
  #Ansprechpartner .range .item .titel_2 { word-break:break-all;}
  #Ansprechpartner .range .item .name {font-size: 17px; padding:0 0 4px 0;}
}

#Ansprechpartner .range .item, .item {
	position:relative;
	min-height:150px;
  width:100%;
	margin:0 0 15px  0;
	padding:0;
	background:#fff;
	}


#Ansprechpartner .range .item .inside {
	width: 100%;
	padding:15px 0 0 0;
	}

#Ansprechpartner .range .item .foto {
	position:absolute;
	left:0;
	top:0;
	}

#Ansprechpartner .range .item .name {
	font-size:20px;
	font-weight: 700;
	padding:0;
	}

#Ansprechpartner .range .item .titel,
#Ansprechpartner .range .item .titel_2 {
	font-size:15px;
	line-height:20px;
	}


#Ansprechpartner .range .item .telefon {padding:5px 0 0 0;}
#Ansprechpartner .range .item img {
  width: 100%;
  height: auto;
  border-radius: 50%;
	}
#Ansprechpartner .range .item .vcard {
	display:block;
	padding:5px 0 0 0;
	max-height:150px;
	max-width:150px;
	width:auto;
	}
#Ansprechpartner .range .item .vcard img {
	border:none;
	margin:0;
	padding:0;
	width:100%;
	max-width:20px;
	height:auto;
	border-radius:0!important;
	}

#Ansprechpartner h2 {
	font:28px/28px 'Archivo Narrow', sans-serif;
	font-weight: 700;
	margin:0 0 25px 0;
	padding:0;
}

#Ansprechpartner h3 {
	margin:0 0 15px 0;
	padding:0 10px 0 10px;
	display:inline-block;
	min-width:150px;
	height:32px;
	line-height:32px;
	vertical-align:middle;
	color:#fff;
	font-weight:400;
	background: #5e5e5e;
	}
	#Ansprechpartner h3.section {
		text-transform: uppercase;
		margin:0 0 15px 0;
		padding:0 10px 0 10px;
		min-width:150px;
		height:36px;
		line-height:36px;
		color:#5e5e5e;
		font-weight:400;
		background: #fff;
		border: 1px solid #5e5e5e;
		}

#Ansprechpartner h3.megawatt {
	background: #fb9e00;
	}

#Ansprechpartner h3.euromulch {
	background: #a0c727;
	}

#Ansprechpartner .mw .titel {color: #fb9e00;}
#Ansprechpartner .em .titel {color: #a0c727;}

#Ansprechpartner h3.sub {
	margin:0 0 15px 0;
	}

#Ansprechpartner a {
	text-decoration:none;
	color:#5e5e5e;
	}

#Ansprechpartner .logistik h3 { background: #3d9ab5;}
#Ansprechpartner .euromulch h3 { background: #a0c727;}
#Ansprechpartner .megawatt h3 { background: #fb9e00;}
#Ansprechpartner .specials h3 { background: #cf0e6c;}

#Ansprechpartner .logistik a:hover { color: #3d9ab5;}
#Ansprechpartner .euromulch a:hover  { color: #a0c727;}
#Ansprechpartner .megawatt a:hover  { color: #fb9e00;}
#Ansprechpartner .specials a:hover  { color: #cf0e6c;}

#Ansprechpartner .ce_form,
#Ansprechpartner .ce_text,
#Ansprechpartner #gmap-container {
	float:inherit;
	clear:both;
	width:100%;
}



#gmap-container {
	width: 100%;
  max-width: 1440px;
	margin: auto;
	padding: 0 0 30px 0;
}


/* GOOGLE FOR JOBS */

.hide {display:none;}
.job {margin-bottom:30px;}
.job .inner {padding: 20px; background: #f1f1f1; min-height:250px; position: relative;}
.job-H1 {padding:0!important; margin:0 0 40px 0!important;}
.job-H2 {font-weight:700!important; padding:0!important; margin:0 0 10px 0!important; }
.job-H2 a {text-decoration:none!important;color:#000!important;}
.job-H3 {padding:0!important; margin:35px 0 20px 0!important;}
p.time {padding: 0 0 5px 0!important;}
h3.time {font-size:16px!important; padding: 0 0 5px 0!important;font-weight:500!important;}
a.more  {margin-top: 30px; display:block;padding:5px; text-align: center; background: #adbbb6; color:#fff!important; font-weight:700; text-transform:uppercase;text-decoration:none!important;}
a.more-list  {
  display:block;padding:5px;
  text-align: center;
  background: #adbbb6; color:#fff!important;
  font-weight:700;
  text-transform:uppercase;
  text-decoration:none!important;
  position: absolute;
  width: auto;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.desc ul  {margin-left:20px!important;}
.desc ul li {list-style: disc; margin:0 0 5px 0!important;}

.intro_text h2 {
    font: 34px/36px 'Archivo Narrow', sans-serif!important;
    font-weight: 700!important;
    margin: 0;
    padding: 0 0 10px 0!important;}

  .intro_text .textarea p {
            padding: 0 0 10px 15px!important;}


/* NAVIGATION */ /* PAGE-SLIDE-MENU */

#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;

    /* Specify the width of your pageslide here */
    width: 225px;

    /* These styles are optional, and describe how the pageslide will look */
    background-color: #f0f0f0;

}

#pageslide .invisible {display:none;}
#pageslide nav ul li:hover {cursor:pointer;}
#pageslide nav ul li label {display:none}
#pageslide nav ul li:hover .level_2 {display:block;}

/* SUBNAV */



hr {
	clear:both;
	background-color: #e1e1e1;
	color: #e1e1e1;
	border: 0;
	height: 1px;
	margin:50px 0 50px 0;
	padding:0;
	}

hr.full {
	clear:both;
	background-color: #e1e1e1;
	color: #e1e1e1;
	border: 0;
	height: 1px;
	margin:50px 0 50px 0;
	padding:0;
	}


.clear {
	clear:both;
	width:0;
	height:0;
	margin:0;
	padding:0;
	}



.ce_text a {
	text-decoration: underline;
	color: #5e5e5e;
}

.logistik .ce_text a:hover { color: #3d9ab5;}
.euromulch .ce_text a:hover  { color: #a0c727;}
.megawatt .ce_text a:hover  { color: #fb9e00;}
.specials .ce_text a:hover  { color: #cf0e6c;}


#testimonials-next a {
	font-size:100px;
	line-height:85px;
	vertical-align:center;
	width:50px;
	height:100px;
	display: block;
	position: absolute;
	transition: opacity .15s ease-in,margin .35s ease-in;
	-webkit-transition: opacity .15s ease-in,margin .35s ease-in;
	-moz-transition: opacity .15s ease-in,margin .35s ease-in;
	-o-transition: opacity .15s ease-in,margin .35s ease-in;
	overflow: hidden;
	text-decoration:none;
	color:#e2e2e2;
	background-image: url(img/arrow_right.png);
	background-repeat:no-repeat;
}

#testimonials-prev a {
	font-size:100px;
	line-height:85px;
	vertical-align:center;
	width:50px;
	height:100px;
	display: block;
	position: absolute;
	transition: opacity .15s ease-in,margin .35s ease-in;
	-webkit-transition: opacity .15s ease-in,margin .35s ease-in;
	-moz-transition: opacity .15s ease-in,margin .35s ease-in;
	-o-transition: opacity .15s ease-in,margin .35s ease-in;
	overflow: hidden;
	text-decoration:none;
	color:#e2e2e2;
	background-image: url(img/arrow_left.png);
	background-repeat:no-repeat;
}


.btn {
	border: 1px solid #f5f5f5;
	display: inline-block;
	margin: 10px 0 10px 0;
	padding: 0 40px 0 40px;
	height: 36px;
	vertical-align:middle;
	font:18px/36px 'Archivo Narrow', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #5e5e5e;
	cursor:pointer;
	text-shadow:none;
}

.btn:hover {
	border: 1px solid #adbbb6;
background-color: #adbbb6;
}

a.btn:after{
	content:normal;
	margin:0;
	font-size:13px;
}

form.newsletter {
	width: 100%;
  max-width: 1440px;
	margin: auto;
	padding: 0 20px 30px 20px;
	}
form.newsletter #email_confirm {display:none;}

/*
form {
	margin:0;
	}

form .vname{
	width:240px;
	float:left;
	margin:0 30px 0 0;
	}

form label {
	display:inline-block;
	width:130px;
	padding:0 0 10px 0;
	margin:10px 0 0 0;
	vertical-align:top;
	}

form table td{
	height:40px;
	width:290px;
	line-height:42px;
	vertical-align:top;
	padding:0;
		}

form table td.sec{
	background-color:#f2f2f2;
		}

form select{
	font:16px/22px 'Archivo Narrow', sans-serif;
	font-weight: 400;
	width: 245px;
	height: 30px;
	margin: 5px 0 15px 0;
	padding: 0 0 0 5px;
	border: 1px solid #ccc;
	color:#5e5e5e;
	}

form input, form textarea {
	font:16px/22px 'Archivo Narrow', sans-serif;
	font-weight: 400;
	color:#5e5e5e;

	}

form input[type=text], form input[type=tel], form input[type=number] {
	width:100%;
	max-width:240px;
	height:30px;
	margin:5px 0 15px 0;
	padding:0 0 0 5px;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	}

form input[type=email] {
	width:100%;
	max-width:240px;
	height:30px;
	margin:5px 0 10px 0;
	padding:0 0 0 5px;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	}

form textarea {
	width:100%;
	max-width:510px;
	height:100px;
	margin:10px 0 10px 0;
	padding:0 0 0 5px;
	border: 1px solid #ccc;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	}

input {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	}

form input[type=checkbox]{
	width:10px;
	height:10px;
	margin:0;
	padding:0;
	border: 1px solid #ccc;
	-webkit-border-radius: 0px;
	}


form input[type=submit] {
	border: 1px solid #f5f5f5;
	display: inline-block;
	margin: 10px 0 10px 124px;
	padding: 0 40px 0 40px;
	height: 36px;
	vertical-align: middle;
	font:17px/22px 'Archivo Narrow', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #5e5e5e;
	cursor:pointer;
	text-shadow:none;
}



form input[type=submit]:hover {
	border: 1px solid #adbbb6;
background-color:#adbbb6;
}

.logistik form input[type=submit]:hover {
	border: 1px solid #3d9ab5;
	color: #fff;
	background-color:#3d9ab5;
	text-shadow:none;
	background-image:none;
	cursor:pointer;
}

*/

.ce_form   {
	background:#fff;
	width:100%;
  max-width: 1440px;
	margin:0 auto 30px auto;
	padding:0;
	}


.ce_text.weiss  {
	clear:both;
	background:#fff;
	padding-bottom:30px;
	}



.ce_form label {display: inline-block;
    max-width: 100%;
    margin: 8px 0;
    font-weight: 600;
	}
.formbody {
  margin-bottom: 20px;
  border-bottom: none;
  background: #fff;
}
.tab-pane .row.ce_form {
  margin: 0;
}
.tab-pane .formbody {
  padding: 20px;
}
.tab-pane .formbody .error {
  color: #901d1a;
  font-weight: 700;
}
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  line-height: inherit;
}
input[type=text],
input[type=tel],
input[type=email] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-bottom: 20px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
input[type=checkbox] {
  width: inherit;
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

.condition .widget-headline p  {
  padding:10px 0 0 0!important;
}

.condition .explanation p  {
  padding:0 0 8px 0!important;
}
.condition input[type=checkbox]  {
  display:inline-block;
}
.condition label.con  {
  margin:0 20px 0 5px;
}

.condition .condition_container {
  padding:0 0 5px 0!important;
}

select.liefermenge_art {
  margin-bottom:10px;
}


.col-md-6.widget-checkbox,
.col-md-6.widget-textarea {
  width: 100%;
}
.col-md-6.md {
  width: 40%;
}
.col-md-6.sm {
  width: 20%;
}
@media (max-width: 991px) {
  .col-md-6.md,
  .col-md-6.sm {
    width: 100%;
  }
}
form input[type=submit] {
  border-radius: 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0;

border: 1px solid #f5f5f5;
display: inline-block;
height: 40px;
vertical-align: middle;
font:17px/40px 'Archivo Narrow', sans-serif;
font-weight: 700;
text-transform: uppercase;
text-decoration: none;
text-align: center;
color: #fff;
background: #5e5e5e;
cursor:pointer;
text-shadow:none;

}
form input[type=submit]:hover {
  letter-spacing: inherit;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}



form .explanation {
	font-size:12px;
	margin:5px 0 0 0;
	}



#footer {
	position: relative;
	margin:40px auto 0 auto;
	clear:both;
	display:block;
	width:100%;
  max-width: 1440px;
	background:#e2e2e2;
	}
	#footer .right {
		text-align: right;
		}

	#footer .logo {
		float:right;
		width:100%;
		max-width: 240px;
		height: auto;
		margin-right: -15px;
		padding-bottom: 20px;
		}

#footer .inside {
	width: 100%;
  max-width: 1440px;
	margin: auto;
	padding:40px 0 0 0;
	}
#footer a {
	color:#000;
	text-decoration:none;
	}

#footer a:hover {
	color:#adbbb6;
	text-decoration:none;
	}


/* FOOTER NAVIGATION */

#footer nav  {
	padding: 0;
	text-decoration: none;
	min-height:150px;
}

#footer nav ul li { margin: 0 0 2px 0;}
#footer nav ul li a {font-size:18px;}
#footer nav ul li a:hover, #footer nav ul li.active span {color:#adbbb6;}
#footer nav ul li.active, #footer nav ul li a.active, #footer nav ul li span.active {font-size:18px;}
@media only screen and (max-width: 767px){#footer .inside {padding:20px 0 0 0;} #footer nav {min-height:inherit;}	#footer .logo {padding-top: 20px;}}
@media only screen and (max-width: 480px){#footer nav ul li a,#footer nav ul li.active, #footer nav ul li a.active, #footer nav ul li span.active  {font-size:16px;}}


/* Mobile & CO */

/* BOOSTRAP CUSTOM */
.container {width:100%!important; max-width: 1470px!important;}

@media only screen and (max-width: 1440px){
#header .logo,
#header #navigation,
#bc .mod_breadcrumb,
#container h1.ce_headline,
#container h2.ce_headline,
#container h2.single,
#infogrit,
.ce_text,
.ce_form,
.ce_text_slider,
#InfoBox,
#Teaser,
.custom,
#Ansprechpartner,
#gmap-container,
form.newsletter,
#footer,
#footer .inside,
#bc, #bc-sticky-wrapper {max-width: 1200px!important;}
 .container {max-width: 1230px!important;}
}
.ce_text_slider .row.txt {margin-left:0; margin-right:0; background: #f0f0f0;}

/* */
/* @media only screen and (max-width: 1260px){ */
	#header .logo, #container h1.ce_headline, #container h2.ce_headline,.ce_text, #InfoBox, .ce_form .formbody {padding-left:20px; padding-right:20px; }
	.ce_text_slider {background:inherit;}
	.ce_text_slider .row.txt {margin-left:0; margin-right:0; background: #f0f0f0;}
	.home #Teaser .mod_article {}
	/* } */

/* */
@media only screen and (max-width: 1220px){
	.row {margin-right: -15px;margin-left: -15px;}
	#header .logo .bg-logo {left:20px; }
	#header .logo ul {right:20px;}
	.flags {right:27px;}
	#header #navigation .inside {padding-left: 15px; padding-right: 15px;}
}

/* */
@media only screen and (max-width: 1096px){
	#header nav ul li a, #header nav ul li a:hover, #header nav ul li.active span {}
	#header nav ul.level_2 li a{padding:0 5px 0 5px;}
	#header nav ul.level_3 li a, #header nav ul.level_3 li.active span, #header nav ul.level_4 li a, #header nav ul.level_4 li.active span, #header nav ul.level_5 li a, #header nav ul.level_5 li.active span {padding:5px;}
	}

/* */
@media only screen and (max-width: 991px){ }

/* */
@media only screen and (max-width: 960px){
	#container {padding:0;}
	#header nav ul li a, #header nav ul li a:hover, #header nav ul li.active span {padding:0;}
	#header nav ul.level_2 li a{padding:0;}
	#header nav ul.level_3 li a, #header nav ul.level_3 li.active span, #header nav ul.level_4 li a, #header nav ul.level_4 li.active span, #header nav ul.level_5 li a, #header nav ul.level_5 li.active span {padding:0;}
	}
	.navbar-nav, .navbar-nav>li {float:none;}
@media only screen and (max-width: 920px){
	#main {padding-top:70px!important;}
	.navbar-nav, .navbar-nav>li {float:none;}
	#header {position: fixed;z-index: 1100;height:70px;}
	#header #navigation {bottom:0; height:70px;}
	#header #navigation .inside {padding:0;}

  .home #container, #container {padding-top:0!important;}
	.flags {right: 15px;}
	#header .logo {height:70px; width:100%;padding:0; margin:0;}
	#header .logo .bg-logo { top:0;z-index: 1;left: 0;right: 0;display: block;max-width:inherit; height: 70px!important;}
	#header .logo .bg-logo img { width: 90%; margin:0 auto; max-width: 400px; position: relative;top: 50%; transform: translateY(-50%);}

	#header nav {height:70px;background-color:#fff;}
  #header nav .navbar-header {height:70px;}
	#header nav li .bg_bar {display:none;}
	#header nav.mod_customnav  {display:block;}
	#bc, #bc-sticky-wrapper {display:none;}
	#header nav ul li {}


	.home #container .flexslider .label h2 {
		font: 28px/32px 'Archivo Narrow', sans-serif;
		font-weight: 700;
		margin: 0;
		padding: 0;
		text-shadow: 0px 1px 0px #ccc;
		letter-spacing: 0.2pt;
		}
	.home #container .flexslider .label span {
		font: 24px/28px 'Archivo Narrow', sans-serif;
		font-weight: 400;
		margin: 0;
		padding: 0;
		text-shadow: 0px 1px 0px white;
		letter-spacing: 0.2pt;
		}
	.home .flexslider .logo {
		width: 150px;
		height: 27px;
		}

		/* CONTENT */

		#container h1.ce_headline {padding-top: 20px!important;}
		#container h2.text {}
		.ce_text_slider {}
		.ce_text_slider .image {max-width:200px;}
		.ce_text_slider .image img {max-width:200px; height:auto;}
		.ce_text_slider .opbtn {width:100%;}
		.landing p {max-width: 80%!important;}
}


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

.home #container .flexslider .label h2 {font: 24px/24px 'Archivo Narrow', sans-serif;}
.home #container .flexslider .label span {font: 19px/22px 'Archivo Narrow', sans-serif;}
  .flexslider .logo { position:absolute; right:4%; bottom:8%; width:200px; height:35px;}
  .home .flexslider .logo {position: absolute; bottom: -64px;right: 0px; width: 200px; height: 35px;}
}
@media only screen and  (min-width: 481px) and (max-width: 767px){
#Teaser a span {  font: 16px/16px 'Archivo Narrow', sans-serif; }
.ce_form {
    max-width: inherit;
    padding: 10px 0 30px 0;
}
form label {width: 100%;padding:0;margin:0;}
form input[type=text], form input[type=tel], form input[type=number], form input[type=email], form textarea{max-width:inherit;}
form input[type=submit] {
    display:block;
    margin: 10px 0 10px 0;
    padding: 0 40px 0 40px;
		width: 100%;

}
}
@media only screen and (max-width: 560px){
	.navbar-toggle { padding: 6px 3px; top: 22px; }
	.navbar-toggle .icon-bar {height: 1px;}
	.flags a {
	    float: left;
	    display: block;
	    width: 12px;
	    height: 28px;
	    margin-left: 8px;
	}
		#header .logo .bg-logo img {width: 66%;}
}

@media only screen and (max-width: 520px){
	#header .logo img {width: 66%;}
}

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

body {font:16px/22px 'Archivo Narrow', sans-serif;}

form input[type=submit] {margin: 10px 0 10px 0;}

#Slides .flexslider, .flexslider.gallery { display:none;}

.ce_text_slider .flexslider {display:none;}

#Teaser a.col-xs-6 { width:100%;}
#Teaser a span {  font: 16px/16px 'Archivo Narrow', sans-serif; }
.home #container .flexslider .label h2 {font: 18px/20px 'Archivo Narrow', sans-serif;}
.home #container .flexslider .label span {font: 16px/20px 'Archivo Narrow', sans-serif;}


#container h1 {font: 30px/30px 'Archivo Narrow', sans-serif;}
#container h2 {font: 18px/24px 'Archivo Narrow', sans-serif;margin: 0 0 10px 0;}

.flexslider.fileTree {display:none;}
.ce_text_slider .image {display:block;position:relative; max-width:480px; width:100%;}
.ce_text_slider .image img { width:100%; max-width:480px;height:auto;}
}

@media only screen and (max-width: 350px){ #header .logo .bg-logo img {width: 75%;margin: 0 15px;float: right;}}
.recaptcha {padding-bottom:20px;}
.recaptcha p.error {color:red;}
