.scrollable {
  position: relative;
}

.scrollable:focus {
  outline: 0;
}

.scrollable .viewport {
  position: relative;
  overflow: hidden;
}

.scrollable .viewport .overview {
  position: absolute;
}

.scrollable .scroll-bar {
  display: none;
}

.scrollable .scroll-bar.vertical {
  position: absolute;
  right: 0;
  height: 100%;
}

.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
}

.scrollable .scroll-bar .thumb {
  position: absolute;
}

.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
  min-height: 10px;
}

.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Default skin*/

.scrollable.default-skin {
  padding-right: 10px;
  padding-bottom: 6px;
}

.scrollable.default-skin .scroll-bar.vertical {
  width: 6px;
}

.scrollable.default-skin .scroll-bar.horizontal {
  height: 6px;
}

.scrollable.default-skin .scroll-bar .thumb {
  background-color: black;
  opacity: 0.4;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.scrollable.default-skin .scroll-bar:hover .thumb {
  opacity: 0.6;
}

/*Gray skin*/

.scrollable.gray-skin {
  padding-right: 17px;
}

.scrollable.gray-skin .scroll-bar {
  border: 1px solid gray;
  background-color: #d3d3d3;
}

.scrollable.gray-skin .scroll-bar .thumb {
  background-color: gray;
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
  background-color: black;
}

.scrollable.gray-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.gray-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}

/*Modern skin*/
.scrollable.modern-skin {
  padding-right: 17px;
}

.scrollable.modern-skin .scroll-bar {
  border: 1px solid gray;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px #888;
  box-shadow: inset 0 0 5px #888;
}

.scrollable.modern-skin .scroll-bar .thumb {
  background-color: #95aabf;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #536984;
}

.scrollable.modern-skin .scroll-bar.vertical .thumb {
  width: 8px;
  background: -moz-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));
  background: -webkit-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -o-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -ms-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: linear-gradient(to right, #95aabf 0%, #547092 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";
}

.scrollable.modern-skin .scroll-bar.horizontal .thumb {
  height: 8px;
  background-image: linear-gradient(#95aabf, #547092);
  background-image: -o-linear-gradient(#95aabf, #547092);
  background-image: -moz-linear-gradient(#95aabf, #547092);
  background-image: -webkit-linear-gradient(#95aabf, #547092);
  background-image: -ms-linear-gradient(#95aabf, #547092);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";
}

.scrollable.modern-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.modern-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}
@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -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); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "←"; }
[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: -25px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: "→"; }
[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

/*# sourceMappingURL=slick.css.map */

/* source-sans-pro-300 - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */
	url('../fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/source-sans-pro-v21-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/source-sans-pro-v21-latin-600.woff') format('woff'), /* Modern Browsers */
	url('../fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}
/* source-sans-pro-700 - latin */
@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
	url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


/* raleway-regular - latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-500 - latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/raleway-v28-latin-500.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/raleway-v28-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/raleway-v28-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/raleway-v28-latin-500.woff') format('woff'), /* Modern Browsers */
	url('../fonts/raleway-v28-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/raleway-v28-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/raleway-v28-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/raleway-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/raleway-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/raleway-v28-latin-700.woff') format('woff'), /* Modern Browsers */
	url('../fonts/raleway-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/raleway-v28-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-800 - latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/raleway-v28-latin-800.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('../fonts/raleway-v28-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/raleway-v28-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/raleway-v28-latin-800.woff') format('woff'), /* Modern Browsers */
	url('../fonts/raleway-v28-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/raleway-v28-latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}


body {
	background: #000;
	overflow: auto;
}


* {
	margin: 0px;
	padding: 0px;
	border: none;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
}

strong{
	font-weight:600;
	}

.responsive-frame {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.overlay{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	z-index:999;
	background:rgba(0,0,0,0.6);
	}
	
.overlay-menu{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	z-index:997;
	background:rgba(0,0,0,0.6);
	}
	
#video-overlay{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	z-index:999;
	background:rgba(0,0,0,0.6);
	}
	
#video-overlay .video-wrapper{
	position: relative;
	margin: 0 auto;
	max-width: 720px;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: #000;
	top: 8%;
	}
	
#video-overlay iframe{
	position: relative;
	margin: 0 auto;
	width: 100% !important;
	}
	
	

/*=== PRODUCT ===*/

#product-overlay .product-arrow-left,
#product-overlay .product-arrow-right {
	display: none;
}

.product {
	position: fixed;
	overflow: auto;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
	background: rgba(128,128,128,0.9);
	display: none;
}

.product-frame {
	display:none;
	position: relative;
	width: 80%;
	max-width: 920px;
	margin: 20px auto 10px auto;
	z-index: 999;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #555;
	-moz-box-shadow: 0px 0px 5px #555;
	-ie-box-shadow: 0px 0px 5px #555;
	-ms-box-shadow: 0px 0px 5px #555;
	box-shadow: 0px 0px 5px #555;
	overflow: hidden;
}

.product-cancel-icon {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0px;
	right: 0px;
	background: rgba(0,0,0,0.1) url('../images/cancel-icon-white.png') center center no-repeat;
	cursor: pointer;
	z-index: 999;
}

.product-cancel-icon:hover {
	background: rgba(0,0,0,0.5) url('../images/cancel-icon-white.png') center center no-repeat;
}

.product-arrow-left {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 0px;
	margin-top: -100px;
	background: url('../images/arrow-left-white.png') center center no-repeat;
	cursor: pointer;
}

.product-arrow-right {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	right: 0px;
	margin-top: -100px;
	background: url('../images/arrow-right-white.png') center center no-repeat;
	cursor: pointer;
}

.product-arrow-left,
.product-arrow-right {
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ie-transition: all 250ms;
	-ms-transition: all 250ms;
	transition: all 250ms;
	z-index: 999;
}
	
.product-arrow-left:hover {
	background: url('../images/arrow-left-white.png') 25px center no-repeat;
}

.product-arrow-right:hover {
	background: url('../images/arrow-right-white.png') 5px center no-repeat;
}

.product-single-view .product-header {
	display: block;
}

.product-single-view .product-body {
	display: block;
}

.product-single-view .product-body-text {
	display: block;
	max-width:1200px;
	margin: 75px auto;
	float:none;
}

.product-single-view .product-header-item-text-milky-headline {
	position: relative;
	float: none;
	max-width:1200px;
	margin:0 auto;
	width: 100%;
	margin-top: 35px;
}


.product-single-view .product-header-item-text-milky-description {
	position: relative;
	float: none;
	max-width:1200px;
	margin:0 auto;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 35px;
}




.product-header {
	position: relative;
	float: left;
	width: 100%;
	height: 400px;
	z-index: 1;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	display: none;
}

.product-header-item {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.product-header-item-text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	overflow: hidden;
}

.product-header-item-text-bg {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 400px;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

.product-header-item-text-milky {
	position: relative;
	float: left;
	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.4);
	z-index: 1;
	background: rgba(0,0,0,0.4);
}

.product-header-item-text-milky-headline {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 35px;
}

.product-header-item-text-milky-headline p {
	margin-left: 35px;
	font-size: 32px;
	line-height: 34px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #fff;
}

.product-header-item-text-milky-description {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 35px;
	margin-bottom: 35px;
}

.product-header-item-text-milky-description p {
	padding-left: 35px;
	padding-right: 40px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #fff;
}

.product-body {
	position: relative;
	float: left;
	width: 100%;
	z-index: 0;
	background: #fff;
	display: none;
}

.product-body-links {
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
	z-index: 0;
	background: #d9d9d9;
}

.product-body-links-item {
	position: relative;
	float: right;
	height: 40px;
	margin-right: 20px;
	z-index: 0;
}

.product-body-links-item p {
	margin-top: 10px;
	font-size: 15px;
	line-height: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #2b2b2b;
}

.product-body-links-item:hover p {
	text-decoration: underline;
}

.product-body-text {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 40px;
}

.product-body-text p {
	position: relative;
	float: left;
	padding: 0px 45px 0px 35px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #3f3f3f;
}

.product-body-text p:nth-child(even) img {
	float: right;
	margin: 0px 0px 10px 40px;
}

.product-body-text p:nth-child(odd) img {
	float: left;
	margin: 0px 40px 10px 0px;
}


/*=== PDF VIEWER ===*/

.viewer {
	position: fixed;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 100%;
	z-index: 0;
	overflow: hidden;
	background: #1a1a1a;
}

.viewer iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 0;
	background: #1a1a1a;
	display: none;
}


/*=== SITEMAP ===*/

.sitemap {
	position: fixed;
	overflow: auto;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 999;
	background: rgba(128,128,128,0.9);
	display: none;
}

.sitemap-body.search-body {
	display: none;
}

.sitemap-frame {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	z-index: 999;
	background: #fff;
	padding-bottom: 50px;
	-webkit-box-shadow: 0px 0px 5px #555;
	-moz-box-shadow: 0px 0px 5px #555;
	-ie-box-shadow: 0px 0px 5px #555;
	-ms-box-shadow: 0px 0px 5px #555;
	box-shadow: 0px 0px 5px #555;
	display: none;
}

.sitemap .header {
	position: relative;
	float: left;
	width: 100%;
	height: 65px;
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ie-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.sitemap .header .logo {
	position: absolute;
	z-index: 1;
	left: 5%;
	bottom: 0px;
}

.sitemap .header .logo img {
	position: relative;
	float: left;
	z-index: 1;
	height: 32px;
}

.sitemap .header .search {
	position: absolute;
	right: 5%;
	z-index: 1;
	bottom: 0px;
}

.sitemap .header .search-input {
	position: relative;
	float: left;
	z-index: 1;
	width: 380px;
	border-bottom: 1px solid #e2e2e2;
	margin-right: 5px;
}

.sitemap .header .search-input form {
	position: relative;
	float: left;
	width: 380px;
}

.sitemap .header .search-input form input {
	position: relative;
	float: left;
	width: 375px;
	padding: 8px 0px;
	font-size: 18px;
	line-height: 16px;
	color: #bebebe;
	padding-left: 5px;
}

.sitemap .header .search-icon {
	position: relative;
	float: left;
	width: 19px;
	height: 19px;
	margin-top: 17px;
	cursor: pointer;
}

.sitemap .header .cancel-icon {
	position: relative;
	float: left;
	width: 19px;
	height: 19px;
	margin-top: 17px;
	margin-left: 20px;
	cursor: pointer;
}

.sitemap-body {
	position: relative;
	float: left;
	width: 90%;
	margin: 40px 5% 0px 5%;
}

.sitemap-body-columns {
	position: relative;
	float: left;
	width: 100%;
}

.sitemap-body-column {
	position: relative;
	float: left;
	padding-right: 2%;
	margin-right: 2%;
	border-right: 1px solid #e5e5e5;
	height: 100%;
	  width: 13%;
}

.sitemap-body-column:last-child {
	position: relative;
	float: left;
	padding-right: 0%;
	margin-right: 0%;
	border-right: 1px solid #fff;
}

.sitemap-body-column-head {
	position: relative;
	float: left;
	font-size: 24px;
	line-height: 24px;
	color: #333333;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

.sitemap-body-column-body {
	position: relative;
	float: left;
	width: 100%;
	margin: 20px 0;
}

.sitemap-body-column-body a {
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin: 9px 0px;
	color: #333333;
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

.sitemap-body-column-body a:hover {
	text-decoration: underline;
}

.sitemap-body-head {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}

.sitemap-body-head-title {
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

.sitemap-body-head-title strong {
	font-weight: 600;
}

.sitemap-body-head-close {
	position: relative;
	float: right;
	padding-left: 20px;
	background: url('../images/close-icon.png') center left no-repeat;
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	cursor: pointer;
}

.sitemap-body-head-close:hover {
	text-decoration: underline;
}

.sitemap-body-results {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}

.sitemap-body-results-item {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	background: url('../images/arrow-right-result.png') right center no-repeat;
	z-index: 0;
}

.sitemap-body-results-item:hover {
	border-bottom: 1px solid #eee;
	background: url('../images/arrow-right-result.png') 98% center no-repeat;
	z-index: 1;
}

.sitemap-body-results-item-title {
	position: relative;
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	margin-top: 20px;
}

.sitemap-body-results-item-breadcrump {
	position: relative;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	color: #090e99;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}

.sitemap-body-results-item-text {
	position: relative;
	float: left;
	width: 80%;
	font-size: 14px;
	line-height: 18px;
	color: #808080;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

.sitemap-body-results-item:hover .sitemap-body-results-item-title,
.sitemap-body-results-item:hover .sitemap-body-results-item-breadcrump,
.sitemap-body-results-item:hover .sitemap-body-results-item-text {
	margin-left: 10px;
}

.sitemap-body-results-item-hint {
	position: absolute;
	right: 40px;
	bottom: 10px;
}


/*=== WRAPPER ===*/

.wrapper {
	position: absolute;
	width: 100%;
	background: #393939;
	min-height: 100%;
	z-index: 2;
	overflow: hidden;
	-webkit-transform: translateZ(0px);
}

.animated250 {
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ie-transition: all 250ms;
	-ms-transition: all 250ms;
	transition: all 250ms;
}

/*=== HEADER ===*/

.header {
	position: relative;
	float: left;
	width: 100%;
	height: 130px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.header .logo {
	position: absolute;
	z-index: 1;
	left: 40px;
	bottom: 30px;
}

.header .logo img {
	position: relative;
	float: left;
	z-index: 1;
}

.header .search{
	position: absolute;
	right: 0px;
	z-index: 1;
	right: 25px;
	bottom: 30px;
	width: 380px;
}

.sitemap .header .search{
	width: auto;
}


.search.page404{
	z-index: 1;
	right: 25px;
	bottom: 30px;
	margin-top: 50px;
}

.header .search-input, .search.page404 .search-input{
	position: relative;
	float: left;
	z-index: 1;
	width: 97%;
	border-bottom: 1px solid #e2e2e2;
	margin-right: 3%;
}

.header .search-input form, .search.page404 .search-input form {
	position: relative;
	float: left;
	width: 100%;
}

.header .search-input form input, .search.page404 .search-input form input {
	position: relative;
	float: left;
	width: 100%;
	padding: 8px 0px 8px 3%;
	font-size: 18px;
	line-height: 16px;
	color: #bebebe;
}

.header .search-icon, .search.page404 .search-icon {
	position: absolute;
	right: 5px;
	width: 19px;
	height: 19px;
	margin-top: 10px;
	cursor: pointer;
	z-index: 5;
}


/*=== MENU ===*/

.menu {
	position: relative;
	float: left;
	width: 100%;
	/*height: 50px;*/
	background: #777 url('../images/menu-bg.png');
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.menu-mobile-link{
	display:none;
	position: relative;
	float: left;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ie-transition: all 250ms;
	-ms-transition: all 250ms;
	transition: all 250ms;
	margin-left: 10px;
	}
	
.menu-mobile-link > .menu-link > p{	
	background: url('../images/sitemap-link.png') left center no-repeat;
	padding-left:35px;
}

.menu-1 {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	background: #000 url('../images/menu-bg-sitemap.png');
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ie-transition: all 250ms;
	-ms-transition: all 250ms;
	transition: all 250ms;
}

.menu-1 .sitemap-link {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	background: url('../images/sitemap-link.png') center center no-repeat;
	cursor: pointer;
}

.menu-1:hover {
	position: relative;
	float: left;
	width: 50px;
	height: 50px;
	background: #000 url('../images/menu-bg-blank.png');
}

.menu-2 {
	position: relative;
	float: left;
	margin-left: 10px;
}

.sidebar.menu-mobile{
	position:absolute;
	z-index: 998;
	right: -720px;
	-webkit-transition: right 300ms;
	-moz-transition: right 300ms;
	-ie-transition: right 300ms;
	-ms-transition: right 300ms;
	transition: right 300ms;
	}

.menu-3.languages-mobile .menu-link, .menu .menu-link {
	position: relative;
	float: left;
	height: 50px;
	padding: 0px 12px;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ie-transition: all 250ms;
	-ms-transition: all 250ms;
	transition: all 250ms;
	background: url('../images/menu-bg-blank.png');
	cursor: pointer;
	overflow: hidden;
}

.menu .menu-link:hover {
	background: url('../images/menu-bg-sitemap.png');
}

.menu .menu-link.open {
	background: url('../images/menu-bg-sitemap.png');
}

.menu .menu-link.active:hover {
	background: none;
}

.menu-3.languages-mobile .menu-link p, .menu .menu-link p{
	position: relative;
	float: left;
	margin-top: 14px;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 0.03em;
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ie-transition: all 250ms;
	-ms-transition: all 250ms;
	transition: all 250ms;
}


.menu-3.languages-mobile .menu-link p{
	color:#000;
	}

.menu-3.languages-mobile .menu-link p.menu-link-hl, .menu .menu-link p.menu-link-hl{
	position: absolute;
	left: 12px;
	color: #fff;
	top: 100%;
}

.menu-3.languages-mobile .menu-link p.menu-link-hl{
	color: #000;
}

.menu-3.languages-mobile .menu-link:hover p.menu-link-n, .menu .menu-link:hover p.menu-link-n{
	margin-top: -100%;
}

.menu-3.languages-mobile .menu-link:hover p.menu-link-hl, .menu .menu-link:hover p.menu-link-hl{
	top: 0px;
}

.menu-3.languages-mobile .menu-link.active p, .menu .menu-link.active p {
	font-weight: 600;
}

.menu-3 {
	position: relative;
	float: right;
	height: 50px;
	margin-right: 37px;
}


.menu-3.languages-mobile{
	display:none;
	}

/*=== INTRO ===*/

.intro {
	position: relative;
	float: left;
	width: 100%;
	height: 360px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.intro.intro-industry {
	height: 500px;
}

.intro-frame {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: #555;
	overflow: hidden;
}

.intro-item {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.intro-industry-slideshow {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.intro-text {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.intro-item-text {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.intro-industry .intro-item-text {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.intro-industry .intro-item-text-bg {
	height: 500px;
}

.intro-item-text-milky {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 249px;
	border-top: 1px solid rgba(120,120,120,0.8);
	z-index: 1;
	background: rgba(120,120,120,0.6);
}

.intro-item-text-bg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 0;
	height: 360px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.intro-item-text-main {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 70px;
}

.intro-item-text-low {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 90px;
}

.intro-item-text-main h2 {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 92px;
	line-height: 80px;
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
}

.intro-item-text-low h2 {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 48px;
	line-height: 40px;
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
}

.intro-item-text-sub {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	font-size: 23px;
	line-height: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;
}

.intro-item-breadcrump {
	position: absolute;
	left: 80px;
	top: 20px;
	text-shadow: 0 0 10px #000000;
}

.intro-item-breadcrump .menu-dropdown {
	cursor: pointer;
}

.intro-item-breadcrump .menu-dropdown:hover {
	text-decoration: underline;
}

.intro-item-breadcrump .menu-dropdown,
.intro-item-breadcrump span,
.intro-item-breadcrump a {
	position: relative;
	float: left;
	margin-right: 10px;
	color: #fff;
	font-size: 15px;
	line-height: 13px;
	font-family: 'Source Sans Pro', sans-serif;
}

.intro-item-navi {
	position: absolute;
	right: 50px;
	top: 20px;
}

.intro-item-navi .intro-item-navi-item {
	position: relative;
	float: left;
	margin-left: 20px;
	color: #fff;
	font-size: 15px;
	line-height: 13px;
	font-family: 'Source Sans Pro', sans-serif;
	cursor: pointer;
	text-shadow: 0 0 10px #000000;
}

.intro-item-breadcrump a:hover,
.intro-item-navi .intro-item-navi-item:hover {
	text-decoration: underline;
}


/*=== SLIDESHOW-DROPDOWN ===*/

.slideshow-dropdown {
	display: none;
}


/*=== SLIDESHOW ===*/

.slideshow {
	position: relative;
	float: left;
	width: 100%;
	background: #888;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.slideshow-arrow-left {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 0px;
	margin-top: -100px;
	background: url('../images/arrow-left-white.png') center center no-repeat;
	cursor: pointer;
}

.slideshow-arrow-right {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	right: 0px;
	margin-top: -100px;
	background: url('../images/arrow-right-white.png') center center no-repeat;
	cursor: pointer;
}

.slideshow-arrow-left,
.slideshow-arrow-right {
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ie-transition: all 250ms;
	-ms-transition: all 250ms;
	transition: all 250ms;
	z-index: 999;
}
	
.slideshow-arrow-left:hover {
	background: url('../images/arrow-left-white.png') 25px center no-repeat;
}

.slideshow-arrow-right:hover {
	background: url('../images/arrow-right-white.png') 5px center no-repeat;
}

.slideshow-frame {
	position: relative;
	float: left;
	width: 100%;
	height: 350px;
	z-index: 0;
	background: #aaa;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

/* Specify Swiper's Size: */
.swiper-container, .swiper-wrapper, .swiper-slide {
	width: 100%;
	height: 100%;
}

.slick-list,
.slick-track {
	position: relative;
	float:left;
	width: 100%;
	height: 100%;
}

.news-items .slick-list,
.news-items .slick-track {
	position: static;
	float:none;
	width: auto;
	height: auto;
}


.slideshow-item {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slideshow-item-video {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -200px;
	margin-left: -360px;
	width: 720px;
	height: 405px;
	background: #000;
	
}

.slideshow-item-text {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.slideshow-item-text-milky {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 199px;
	border-top: 1px solid rgba(255,255,255,0.4);
	z-index: 1;
	background: rgba(0,0,0,0.4);
}

.slideshow-item-text-bg {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	z-index: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.intro-industry .slideshow-item-text-bg {
	height: 100%;
}

.slideshow-item-text-main {
	position: relative;
	float: left;
	width: 100%;
	height: 83px;
	margin-top: 40px;
}

.slideshow-item-text-main-move {
	position: relative;
	margin: 0 auto;
	top: 160px;
	-webkit-transition:top 300ms;
	-moz-transition:top 300ms;
	-o-transition:top 300ms;
	transition:top 300ms;
}

.slideshow-item-text-main h2 {
	position: relative;
	float: left;
	padding-left: 105px;
	height: 83px;
	font-size: 75px;
	line-height: 80px;
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	white-space:nowrap;
	background: transparent no-repeat left center;
}

.slideshow-item-text-sub {
	position: relative;
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
	color: #fff;
}

.slideshow-item-text-button {
	position: absolute;
	right: 30px;
	bottom: 20px;
	height: 40px;
	z-index: 1;
	background: rgba(0,0,0,0.2);
	padding: 0px 20px;
}

.slideshow-item-text-button p {
	position: relative;
	float: left;
	background: url('../images/button-arrow-right.png') right center no-repeat;
	padding-right: 40px;
	margin-top: 12px;
	font-size: 15px;
	font-weight: 600;
	line-height: 14px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}

.slideshow-item-text-button:hover p {
	background: url('../images/button-arrow-right.png') 95% center no-repeat;
}

.slideshow-item-text-button:hover {
	background: rgba(0,0,0,1);
}

/*=== SLIDESHOW MENU ===*/

.slideshow-menu {
	position: relative;
	float: left;
	width: 100%;
	height: 120px;
	background: #f2f2f2;
	overflow: hidden;
}

.slideshow-menu-items {
	position: relative;
	margin: 0 auto;
	height: 120px;
	width: 100%;
	max-width: 1200px;
}

.slideshow-menu-item {
	position: relative;
	float: left;
	height: 120px;
	cursor: pointer;
}

.slideshow-menu-item-icon {
	position: relative;
	float: left;
	width: 100%;
	height: 38px;
	text-align: center;
	margin-top: 20px;
}

.slideshow-menu-item-icon img {
		width: 44px;
		height: 38px;
		position: relative;
}

.swiper-ec-main .slideshow-menu-item-icon img {
		left: 50%;
		margin-left: -22px;
}

.slideshow-menu-item-text {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	margin-top: 10px;
}

.slideshow-menu-item-text.text-shifted {
	margin-top: 16px;
}

.slideshow-menu-item-text,
.slideshow-menu-item img {
	opacity: 0.35;
}

.slideshow-menu-item:hover .slideshow-menu-item-text,
.slideshow-menu-item:hover img {
	opacity: 1;
}

.slideshow-menu-item.active {
	cursor: default;
}

.slideshow-menu-item.active .slideshow-menu-item-text,
.slideshow-menu-item.active img {
	opacity: 1;
}


/*=== STANDORTE ===*/

.standorte {
	position: relative;
	float: left;
	width: 100%;
	background: #fff url('../images/company-bg-top.png') no-repeat top left;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.standorte-frame {
	position: relative;
	float: left;
	width: 100%;
	background: transparent url('../images/company-bg-bottom.png') no-repeat bottom right;
	padding-bottom: 60px;
}

.standorte-headline {
	position: relative;
	width: 100%;
	margin-top: 70px;
	float: left;
}

.standorte-headline p {
	float: left;
	color: #090e96;
	font-size: 27px;
	line-height: 32px;
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	margin-left: 1.5%;
}

.standorte-headline.standorte-headline-grey p {
	color: #666;
}

.standorte-items {
	position: relative;
	width: 100%;
	float: left;
}

.standorte-items-frame {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
}

.standorte-items .standorte-item {
	position: relative;
	float: left;
	width: 30%;
	margin: 0px 1.5%;
	background: #e5e5e5;
}

.standorte-items .standorte-item:first-child {
	margin: 0px 1.5% 0px 2%;
}

.standorte-items .standorte-item:last-child {
	margin: 0px 2% 0px 1.5%;
}

.standorte-box-head {
	position: relative;
	float: left;
	width: 100%;
}

.standorte-box-image {
	position: relative;
	float: left;
	width: 100%;
	height: 160px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: 15px;
}

.standorte-box-head p {
	position: relative;
	float: left;
	padding: 20px 20px 0px 20px;
	font-size: 22px;
	font-weight: 300;
	line-height: 28px;
	color: #666;
	font-family: 'Source Sans Pro', sans-serif;
}

.standorte-box-subline {
	position: relative;
	float: left;
	width: 100%;
}

.standorte-box-subline p {
	position: relative;
	float: left;
	padding: 0px 20px 0px 20px;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	color: #666;
	font-family: 'Source Sans Pro', sans-serif;
}

.standorte-box-text {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.standorte-box-text-adress {
	height: 116px;
}

.standorte-box-text p {
	position: relative;
	float: left;
	width: 100%;
	padding-left: 20px;
	font-size: 15px;
	line-height: 22px;
	color: #666;
	font-family: 'Source Sans Pro', sans-serif;
}

.standorte-box-text p span{
	float: left;
	width: 70px;
	color: #666;
}

.standorte-box-text p.special{
	float: left;
	margin-left: 70px;
	font-size: 12px;
	color: #666;
}

.standorte-box-text a{
	color: #666;
}

.standorte-box-text p strong{
	font-weight: 600;
	color: #666;
}

.standorte-box-text p strong a{
	font-weight: 600;
	color: #666;
}

.standorte-box-text p strong a:hover{
	text-decoration: underline;
}

.standorte-box-buttons {
	margin-top: 20px;
	position: relative;
	float: left;
	width: 100%;
}

.standorte-box-button {
	position: relative;
	float: left;
	height: 40px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 20px;
	width: 100%;
	background: #cccccc;
	margin-top: 1px;
}

.standorte-box-button p {
	position: relative;
	float: left;
	background: url('../images/button-arrow-right.png') right center no-repeat;
	p: 0px 20px;
	margin-top: 12px;
	font-size: 15px;
	font-weight: 600;
	line-height: 14px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
}

.standorte-box-button:hover p {
	background: url('../images/button-arrow-right.png') 95% center no-repeat;
	color: #fff;
}

.standorte-box-button:hover {
	background: #000;
}


/*=== TRENNER ===*/

.trenner {
	position: relative;
	float: left;
	width: 100%;
	background: #fff url('../images/company-bg-top.png') no-repeat top left;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	height: 80px;
}

.trenner-frame {
	position: relative;
	float: left;
	width: 100%;
	height: 80px;
	background: transparent url('../images/company-bg-bottom.png') no-repeat bottom right;
}



/*=== COMPANY ===*/

.company {
	position: relative;
	float: left;
	width: 100%;
	background: #fff url('../images/company-bg-top.png') no-repeat top left;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.company-frame {
	position: relative;
	float: left;
	width: 100%;
	background: transparent url('../images/company-bg-bottom.png') no-repeat bottom right;
	padding-bottom: 60px;
}

.company-minimal .company-frame {
	padding-top: 30px;
}

.company-image .company-frame {
	padding-top: 30px;
}
.contactpartner .company-frame {
	padding-top: 50px;
}

.company-frame .contactpartner-intro-headline {
	position: relative;
	float: left;
	width: 90%;
	padding: 0% 5%;
}

.company-frame .contactpartner-intro-headline p{
	margin:0;
}

.company-text {
	position: relative;
	width: 90%;
	padding: 0% 5%;
}

.company-text p.company-text-headline {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 70px;
	color: #090e96;
	font-size: 34px;
	line-height: 32px;
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.company-text-headline.company-text-headline-grey {
	color: #666;
}

.company-text-subline {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
	color: #3f3f3f;
	font-size: 21px;
	line-height: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}

.company-text .company-text-image {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	color: #3f3f3f;
	font-size: 23px;
	line-height: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}

.company-text p {
	position: relative;
	float: left;
	width: 100%;
	padding-right: 0%;
	margin-top: 25px;
	color: #3f3f3f;
	font-size: 21px;
	line-height: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

.company-text h2,
.company-text h3,
.company-text h4,
.company-text ul {
	position: relative;
	float: left;
	width: 100%;
     margin-top: 25px;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
	color: #3f3f3f;
    font-size: 21px;
    line-height: 30px;
}

.company-text h4{
	color: #666;
	font-size:26px;
    font-weight: 600;
	margin-top:40px;
}

.company-text h3{
	color: #666;
	text-transform: uppercase;
	font-size:26px;
	margin-top:40px;	
    font-weight: 600;
}

.company-text ul {
	padding-left:40px;
	box-sizing: border-box;
}

.company-text ul li{
	color: #3f3f3f;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}

.company-text-button-frame {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 15px;
}

.company-text-button {
	position: relative;
	float: left;
	height: auto;
	background: rgba(0,0,0,0.4);
	padding: 0px 20px;
}

.company-text-button p {
	position: relative;
	float: left;
	background: url('../images/button-arrow-right.png') right center no-repeat;
	padding-right: 40px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 15px;
	width: auto;
	font-weight: 600;
	line-height: 14px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}

.company-text-button:hover p {
	background: url('../images/button-arrow-right.png') 95% center no-repeat;
}

.company-text-button:hover {
	background: rgba(0,0,0,1);
}


/*=== IMAGE SLIDESHOW ===*/

.image-slideshow {
	position: relative;
	float: left;
	width: 100%;
	height: 600px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.image-slideshow-frame {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	height: 600px;
	z-index: 0;
	background: #555;
}

.image-slideshow-item {
	position: relative;
	float: left;
	width: 100%;
	height: 600px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.image-slideshow-item {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.image-slideshow-arrow-left {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	left: 0px;
	margin-top: -25px;
	background: url('../images/arrow-left-white.png') center center no-repeat;
	cursor: pointer;
}

.image-slideshow-arrow-right {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	right: 0px;
	margin-top: -25px;
	background: url('../images/arrow-right-white.png') center center no-repeat;
	cursor: pointer;
}

.image-slideshow-arrow-left,
.image-slideshow-arrow-right {
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ie-transition: all 250ms;
	-ms-transition: all 250ms;
	transition: all 250ms;
	z-index: 999;
}
	
.image-slideshow-arrow-left:hover {
	background: url('../images/arrow-left-white.png') 25px center no-repeat;
}

.image-slideshow-arrow-right:hover {
	background: url('../images/arrow-right-white.png') 5px center no-repeat;
}


/*=== NEWS ===*/

.news {
	position: relative;
	float: left;
	width: 100%;
	background: #e6e6e6;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	padding-bottom: 60px;
}

.news-frame {
	position: relative;
	float: left;
	width: 100%;
}

.news-headline {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 60px;
	font-family: 'Source Sans Pro', sans-serif;
}

.news-headline p {
	position: relative;
	float: left;
	margin-left: 7%;
	font-size: 36px;
	line-height: 32px;
	font-family: 'Raleway', sans-serif;
	color: #666666;
	font-weight: 800;
	text-transform: uppercase;
}

.standort-modul-headline {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 60px;
	font-family: 'Source Sans Pro', sans-serif;
}

#termin-uebersicht .news-event-overview{
	padding: 0 8px;
    box-sizing: border-box;
}




.standort-modul-headline p {
	position: relative;
	float: left;
	margin-left: 35px;
	font-size: 36px;
	line-height: 32px;
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
}

.news-items,
.news-event-overview{
	position: relative;
	float: left;
	width: 90%;
	margin: 50px 5% 0px 5%;
}

.news-event-overview img{
	width:100%;
	height: auto;
	margin-bottom:20px;
}

.news-item {
	position: relative;
	float: left;
	width: 30%;
}

.news-item .news-image{
	position: relative;
	float: right;
	width: 96%;
	height: 180px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 2%;
}

.news-item p {
	width: 95%;
	margin-top: 15px;
	float: right;
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
}

.news-item:hover p{
	text-decoration: underline;
}

.news-item p strong{
	font-weight: 600;
	color: #666666;
}

.news-arrow-left {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 65px;
	left: -5%;
	background: url('../images/arrow-left-grey.png') center center no-repeat;
	cursor: pointer;
}

.news-arrow-right {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 65px;
	right: -5%;
	background: url('../images/arrow-right-grey.png') center center no-repeat;
	cursor: pointer;
}

.news-arrow-left,
.news-arrow-right {
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-ie-transition: all 250ms;
	-ms-transition: all 250ms;
	transition: all 250ms;
	z-index: 999;
}
	
.news-arrow-left:hover {
	background: url('../images/arrow-left-grey.png') 25px center no-repeat;
}

.news-arrow-right:hover {
	background: url('../images/arrow-right-grey.png') 5px center no-repeat;
}


/*=== CERTIFICATES ===*/

.certificates {
	position: relative;
	float: left;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	padding-bottom: 60px;
}

.certificates-frame {
	position: relative;
	float: left;
	width: 100%;
}

.certificates-top {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 60px;
}

.certificates-top-item {
	position: relative;
	float: left;
	width: 30%;
	height: 80px;
	margin: 0px 1.5%;
	text-align: center;
}

.certificates-text {
	position: relative;
	float: left;
	width: 90%;
	margin: 10px 5% 0px 5%;
}

.certificates-text p {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 25px;
	color: #3f3f3f;
	font-size: 21px;
	font-weight: 300;
	line-height: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
}

.certificates-link {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 20px;
	height: 40px;
}

.certificates-link-mover {
	position: relative;
	margin: 0 auto;
	height: 40px;
}

.certificates-link-button {
	position: relative;
	float: left;
	height: 40px;
	z-index: 1;
	background: rgba(0,0,0,0.4);
	padding: 0px 20px;
}

.certificates-link-button p {
	position: relative;
	float: left;
	background: url('../images/button-arrow-right.png') right center no-repeat;
	padding-right: 40px;
	margin-top: 12px;
	font-size: 15px;
	line-height: 14px;
	font-weight: 600;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}

.certificates-link-button:hover p {
	background: url('../images/button-arrow-right.png') 95% center no-repeat;
}

.certificates-link-button:hover {
	background: rgba(0,0,0,1);
}


/*=== LEGAL ===*/

.footer {
	position: relative;
	float: left;
	width: 100%;
	background: #404040;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	padding-bottom: 40px;
}

.footer-frame {
	position: relative;
	width: 100%;
}

.footer-top {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 60px;
}

.social-media-footer{
	position: relative;
	float: left;
	width: 100%;
	background: #ffffff;
}

.footer-social-media-links{
	position: relative;
	float: left;
	width: 100%;
	padding: 60px 5% 30px;
	box-sizing: border-box;
}

.social-media-link img{
	max-height: 40px;
	width: auto;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.social-media-headline {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	font-family: 'Source Sans Pro',sans-serif;
}

.social-media-headline p{
	position: relative;
	float: left;
	font-size: 36px;
	line-height: 32px;
	font-family: 'Raleway',sans-serif;
	text-transform: uppercase;
	color: #666;
	font-weight: 800;
}

.footer-column {
	position: relative;
	float: left;
	width: 30%;
	min-width: 260px;
	margin: 0px 1.5%;
}

.footer-column:last-child {
	margin: 0px 2% 0% 1.5%;
}

.footer-column:first-child {
	margin: 0px 1.5% 0% 2%;
}

.footer-box {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 30px;
	background: #393939;
}

.footer-box-head {
	position: relative;
	float: left;
	width: 100%;
}

.footer-box-reach .footer-box-buttons{
	margin-top: 12px;
}

.footer-box-reach .footer-box-head p{
	padding-top: 17px;
}

.footer-box-head p {
	position: relative;
	float: left;
	padding: 20px 20px 0px 20px;
	font-size: 26px;
	font-weight: 300;
	line-height: 28px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}

.footer-box-text {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.footer-box-text-adress {
	height: 116px;
}

.footer-box-text p {
	position: relative;
	float: left;
	width: 100%;
	padding-left: 20px;
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}

.footer-box-text p span{
	float: left;
	width: 60px;
	color: #fff;
}

.footer-box-text p.special{
	float: left;
	margin-left: 60px;
	font-size: 12px;
	color: #c4c4c4;
}

.footer-box-text a{
	color: #fff;
}

.footer-box-text p strong{
	font-weight: 600;
	color: #fff;
}

.footer-box-text p strong a{
	font-weight: 600;
	color: #fff;
}

.footer-box-text p strong a:hover{
	text-decoration: underline;
}

.footer-text {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.footer-text p{
	position: relative;
	float: left;
	padding: 0px 15px;
	text-align: left;
	color: #808080;
	font-size: 13px;
	line-height: 19px;
	font-family: 'Source Sans Pro', sans-serif;
}


.footer-box-buttons {
	margin-top: 20px;
	position: relative;
	float: left;
	width: 100%;
}

.footer-box-button {
	position: relative;
	float: left;
	height: 40px;
	width: 100%;
	background: #333333;
	margin-top: 1px;
}

.footer-box-button p {
	position: relative;
	float: left;
	background: url('../images/button-arrow-right.png') right center no-repeat;
	margin: 5%;
	margin-top: 12px;
	font-size: 15px;
	font-weight: 600;
	line-height: 14px;
	color: #999999;
	font-family: 'Source Sans Pro', sans-serif;
	width: 90%;
}

.footer-box-button:hover p {
	background: url('../images/button-arrow-right.png') 95% center no-repeat;
	color: #fff;
}

.footer-box-button:hover {
	background: #000;
}


/*=== LEGAL ===*/

.legal {
	position: relative;
	float: left;
	width: 100%;
	height: 60px;
	background: #393939;
}

.legal-frame {
	position: relative;
	margin-top: 17px;
	width: 100%;
	text-align: center;
}

.legal-frame a {
	position: relative;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 13px;
	line-height: 14px;
	cursor:pointer;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}

.legal-frame a:last-child {
	border-right: 0px solid #fff;
}


/*=== SLOGAN ===*/

.slogan {
	position: relative;
	float: left;
	width: 100%;
	background: #e6e6e6;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	padding: 60px 0px;
}

.slogan-main {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 27px;
	line-height: 28px;
	font-weight: 400;
	color: #666666;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
}

.slogan-sub, .slogan > p {
	position: relative;
	float: left;
	width: 90%;
	padding:0 5%;
	margin-top: 15px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #666666;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
}


/*=== INFOGRAFIK ===*/

.infographics {
	position: relative;
	float: left;
	width: 100%;
	background: #555;
	
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.infographics-item {
	position: relative;
	float: left;
	/*width: 25%;*/
	width: 33.33%;
	min-height: 490px;
	background: #484848;
	height: 100%;
	overflow: hidden;
}

.infographics-item-head {
	position: relative;
	float: left;
	width: 100%;
	height: 90px;
	background: #5b5b5b;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.infographics-item:nth-child(even) .infographics-item-head {
	background: #636363;
}

.infographics-item:nth-child(even) {
	background: #515151;
}

.infographics-item-head p{
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	font-size: 19px;
	line-height: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	margin-top: 35px;
}

.infographics-item-body {
	position: relative;
	float: left;
	width: 100%;
	padding: 35px 0;
}

.infographics-item-body-item {
	position: relative;
	width: 100%;
	max-width: 230px;
	margin: 15px auto;
	height: 130px;
	display: none;
}

.infographics-item-body-item-image {
	position: relative;
	float: left;
	width: 71px;
	height: 71px;
}

.infographics-item-body-item-title {
	position: absolute;
	top: 0px;
	left: 80px;
}

.infographics-item-body-item-title p {
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	color: #fff;
	font-size: 40px;
	line-height: 40px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	text-shadow: 0px 1px 5px #000;
	margin-top: 22px;
}

.infographics-item-body-item-label {
	position: relative;
	float: left;
	width: 100%;
	margin: 0px;
}

.infographics-item-body-item-label p {
	position: relative;
	float: left;
	width: 100%;
	text-align: left;
	color: #fff;
	font-size: 22px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}


.infographics-item-body-item-image {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
}

.infographics-item-body-chart {
	position: relative;
	float: left;
	width: 100%;
	height: 170px;
	margin: 0px 0px 30px;
}

.infographics-item-body-chart-image {
	text-align: center;
	position: relative;
	height: 170px;
	width: 100%;
	max-width: 230px;
	margin: 0 auto;
}

.infographics-item-body-chart-image img {
	width: 100%;
	display: none;
}

.infographics-item-body-title {
	position: relative;
	float: left;
	width: 100%;
	margin: 10px 0px;
	height: 50px;
}

.infographics-item-body-title p {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 50px;
	line-height: 46px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	text-shadow: 0px 1px 5px #000;
	display: none;
}

.infographics-item-body-title p sup {
	font-size: 28px;
	color: #fff;
	font-weight: 300;
}

.infographics-item-body-label {
	position: relative;
	float: left;
	width: 100%;
	margin: 0px;
}

.infographics-item-body-label p {
	position: relative;
	float: left;
	width: 80%;
	padding: 0px 10%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	display: none;
}


/*=== CONTACTTOGGLE ===*/

.contacttoggle {
	position: relative;
	float: left;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.contacttoggle-frame {
	position: relative;
	float: left;
	width: 100%;
}

.contacttoggle-head {
	position: relative;
	float: left;
	width: 100%;
	height: 80px;
	cursor: pointer;
	overflow: hidden;
}

.contacttoggle-head-headline {
	position: absolute;
	left: 1.5%;
	top: 30px;
}

.contacttoggle-head-headline > p{
	font-size: 27px;
	line-height: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #abaaaa;
	margin-left: 0px;
}

.contacttoggle-head-toggle {
	position: absolute;
	right: 1.5%;
	top: 30px;
}

.contacttoggle-head-toggle > p{
	font-size: 50px;
	line-height: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	color: #abaaaa;
	margin-left: 0px;
}

.contacttoggle-head:hover .contacttoggle-head-headline > p,
.contacttoggle.active .contacttoggle-head-headline > p {
	color: #666;
}

.contacttoggle.active .contacttoggle-head:hover .contacttoggle-head-toggle > p {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ie-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.contacttoggle.active .contacttoggle-head-toggle > p {
	color: #666;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ie-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.contacttoggle .contacttoggle-head:hover .contacttoggle-head-toggle > p {
	color: #666;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ie-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.contacttoggle-body {
	position: relative;
	float: left;
	width: 100%;
	display: none;
	margin-bottom: 60px;
}

.contacttoggle-box-trenner {
	position: relative;
	float: left;
	width: 100%;
}

.contacttoggle-box-trenner-subhead {
	position: relative;
	float: left;
	width: 100%;
	box-shadow: 0 -7px 10px -10px #000000;
}


.contacttoggle-box-trenner-subhead:nth-child(1){
	box-shadow:none;
}

.contacttoggle-box-trenner-subhead a.kontakt-mail{
	width:100%;
	float:left;
	font-weight:600;
	}


.contacttoggle-box-trenner-subhead > p{
	font-size: 22px;
	line-height: 19px;
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #abaaaa;
	padding:0 1.5%;
	padding-top:30px;
}



.contacttoggle-box {
	position: relative;
	float: left;
	min-height: 242px;
	width: 30%;
	margin: 30px 1.5% 0px 1.5%;
}

.contacttoggle-box:nth-child(3n) {
	margin: 30px 1.5% 0px 2%;
}

.contacttoggle-box:nth-child(3n+1) {
	margin: 30px 1.5% 0px 2%;
}

.contacttoggle-box-frame {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 0px;
	background: #f2f2f2;
}

.contacttoggle-box-head {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 15px;
	z-index: 3;
}

.contacttoggle-box-head p {
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #666;
	margin-left: 30px;
}

.contacttoggle-box-head p span {
	font-weight: 700;
	color: #666;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 2px solid #666;
}

.contacttoggle-box-head p strong {
	font-weight: 700;
	color: #666;
}

.contacttoggle-box-body {
	position: absolute;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 20px;
	background: #f2f2f2;
}

.contacttoggle-box-items .contacttoggle-box-body {
	margin-top: 15px;
	padding-bottom: 40px;
}

.contacttoggle-box-body-text {
	position: relative;
	float: left;
	padding-right: 20px;
}

.contacttoggle-box-body-text-address {
	position: relative;
	float: left;
	width: 100%;
}

.contacttoggle-box-body-text-address p {
	position: relative;
	float: left;
	margin-left: 30px;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #666;
}

.contacttoggle-box-body-text-head {
	position: relative;
	float: left;
	width: 100%;
}

.contacttoggle-box-body-text-head p {
	position: relative;
	float: left;
	margin-left: 30px;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	color: #666;
}

.contacttoggle-box-body-text-position {
	position: relative;
	float: left;
	width: 100%;
}

.contacttoggle-box-body-text-position p {
	position: relative;
	float: left;
	margin-left: 30px;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #666;
}

.contacttoggle-box-body-text-contact-frame {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.contacttoggle-box-body-text-contact {
	position: relative;
	float: left;
	width: 100%;
}

.contacttoggle-box-body-text-contact p {
	position: relative;
	float: left;
	margin-left: 30px;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #666;
}

.contacttoggle-box-body-text-contact p span {
	position: relative;
	float: left;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #666;
	width: 70px;
}

.contacttoggle-box-body-text-contact p a {
	font-size: 14px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #666;
}

.contacttoggle-box-body-text-contact p a:hover {
	text-decoration: underline;
}


/*=== KONTAKTPARTNER ===*/

.contactpartner {
	position: relative;
	float: left;
	width: 100%;
	background: #fff url('../images/company-bg-bottom-left.png') no-repeat left bottom;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	padding-bottom: 60px;
}

.contactpartner-frame {
	position: relative;
	float: left;
	width: 100%;
}

.contactpartner-intro {
	position: relative;
	float: left;
	width: 50%;
	z-index: 1;
	margin-top: 90px;
}

.contactpartner-standort .contactpartner-intro {
	margin-top: 60px;
}

.contactpartner-standort .contactpartner-box {
	margin-top: 75px;
}

.contactpartner-box-items {
	margin-top: 20px;
}

.contactpartner-box-items  {
	position: relative;
	float: left;
	width: 50%;
	margin-top: 60px;
}

.contactpartner-box-items .contactpartner-box {
	margin-top: 20px;
	width: 100%;
}

.contactpartner-intro-text {
	position: relative;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
}

.contactpartner-intro-headline {
	position: relative;
	float: left;
	width: 100%;
}

.contactpartner-intro-headline p{
	font-size: 27px;
	line-height: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #666;
	margin-left: 20px;
}

.news-text .contactpartner-intro-headline p{
	line-height: 28px;
}

.contactpartner-intro-industry {
	position: relative;
	float: left;
	width: 100%;
	height: 23px;
	margin-top: 7px;
	background: 20px center no-repeat;
}

.contactpartner-intro-industry p {
	position: relative;
	float: left;
	margin-left: 52px;
	margin-top: 4px;
	font-size: 15px;
	line-height: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #666;
}

.contactpartner-intro-slogan {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
}

.news-text .contactpartner-intro-slogan {
	margin-top: 10px;
	margin-bottom: 10px;
}

.contactpartner-intro-slogan p {
	position: relative;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 27px;
	line-height: 28px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #666;
	
}

.contactpartner-intro-description {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 15px;
}

.contactpartner-intro-description p {
	position: relative;
	float: left;
	padding-left: 20px;
	padding-right: 40px;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #666;
}

.news-text .contactpartner-intro-description p {
	margin-bottom: 20px;
}


.contactpartner-box {
	position: relative;
	float: left;
	width: 50%;
	margin-top: 100px;
}

.contactpartner-box-frame {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 0px;
	background: #f2f2f2;
}

.news-text .contactpartner-box-frame {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 0px;
	background: #fff;
}


.contactpartner-box-frame img {
	width: 100%;
}

.news-text .contactpartner-box-frame img {
	position: relative;
	float: left;
	max-height: 400px;
	max-width: 95%;
	width: auto;
	height: auto;
}

.contactpartner-box-head {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 15px;
}

.contactpartner-box-head p {
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #666;
	margin-left: 30px;
}

.contactpartner-box-head p span {
	font-weight: 700;
	color: #666;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 2px solid #666;
}

.contactpartner-box-head p strong {
	font-weight: 700;
	color: #666;
}


.contactpartner-box-buttons {
	position: relative;
	float: left;
	width: 100%;
}

.contactpartner-box-button {
	position: relative;
	cursor:pointer;
	float: left;
	height: 40px;
	width: 100%;
	background: #cccccc;
	padding: 0px 30px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contactpartner-box-button p {
	position: relative;
	float: left;
	background: url('../images/button-arrow-right.png') right center no-repeat;
	margin-top: 12px;
	font-size: 15px;
	font-weight: 600;
	line-height: 14px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
}

.contactpartner-box-button:hover p {
	background: url('../images/button-arrow-right.png') 95% center no-repeat;
	color: #fff;
}

.contactpartner-box-button:hover {
	background: #000;
}


.contactpartner-box-body {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 35px;
	padding-bottom: 20px;
}

.contactpartner-box-items .contactpartner-box-body {
	margin-top: 15px;
	padding-bottom: 40px;
}

.contactpartner-box-body-text {
	position: relative;
	float: left;
	padding-right: 170px;
}

.contactpartner-box-body-text-address {
	position: relative;
	float: left;
	width: 100%;
}

.contactpartner-box-body-text-address p {
	position: relative;
	float: left;
	margin-left: 30px;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #666;
}

.contactpartner-box-body-text-head {
	position: relative;
	float: left;
	width: 100%;
}

.contactpartner-box-body-text-head p {
	position: relative;
	float: left;
	margin-left: 30px;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	color: #666;
}

.contactpartner-box-body-text-position {
	position: relative;
	float: left;
	width: 100%;
}

.contactpartner-box-body-text-position p {
	position: relative;
	float: left;
	margin-left: 30px;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 700;
	color: #666;
}

.contactpartner-box-body-text-contact-frame {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 20px;
}

.contactpartner-box-body-text-contact {
	position: relative;
	float: left;
	width: 100%;
}

.contactpartner-box-body-text-contact p {
	position: relative;
	float: left;
	margin-left: 30px;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #666;
}

.contactpartner-box-body-text-contact p span {
	position: relative;
	float: left;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #666;
	width: 70px;
}

.contactpartner-box-body-text-contact p a {
	font-size: 15px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #666;
}

.contactpartner-box-body-text-contact p a:hover {
	text-decoration: underline;
}

.contactpartner-box-body-qrcode {
	position: absolute;
	top: 0px;
	right: 30px;
	width: 120px;
	height: 120px;
	display:none;
}

.contactpartner-box-items .contactpartner-box-body-qrcode {
	top: 30px;
}

.contactpartner-box-body-qrcode img {
	float: left;
	position: relative;
	width: 120px;
	height: 120px;
	display:none;
}


/*=== HORSLIDER ===*/

.horslider {
	position: relative;
	float: left;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	height: 400px;
	overflow: hidden;
}

.horslider-frame {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

.horslider-intro {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 330px;
	height: 100%;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
	z-index: 1;
}

.horslider-products .horslider-intro {
	background: #999;
}

.horslider-technology .horslider-intro {
	background: #cccccc;
}

.horslider-service .horslider-intro {
	background: #ebebeb;
}

.horslider-intro-mode {
	position: absolute;
	bottom: 15px;
	left: 40px;
	height: 40px;
	width: 100px;
	display: none;
}

.horslider-intro-mode-item {
	position: relative;
	float: left;
	margin-right: 0px;
	height: 40px;
	width: 40px;
	background: transparent center center no-repeat;
	cursor: pointer;
	opacity: 0.3;
}

.horslider-intro-mode-item:hover,
.horslider-intro-mode-item.active {
	opacity: 1;
}

.horslider-intro-mode-full {
	background-image: url('../images/view-full.png');
}

.horslider-intro-mode-grid {
	background-image: url('../images/view-tile.png');
}


.horslider-intro-arrows {
	position: absolute;
	bottom: 15px;
	right: 0px;
	height: 40px;
	width: 90px;
}

.horslider-intro-arrows-item {
	position: relative;
	float: left;
	margin-right: 0px;
	height: 40px;
	width: 40px;
	background: transparent center center no-repeat;
	cursor: pointer;
	opacity: 0.3;
}

.horslider-intro-arrows-item:hover,
.horslider-intro-arrows-item.active {
	opacity: 1;
}

.horslider-intro-arrow-left {
	background-image: url('../images/arrow-left-white.png');
}

.horslider-intro-arrow-right {
	background-image: url('../images/arrow-right-white.png');
}


.horslider-intro-text {
	position: relative;
	float: left;
	margin-top: 50px;
	margin-left: 40px;
	width: 270px;
}

.horslider-intro-headline {
	position: relative;
	float: left;
	width: 100%;
}

.horslider-intro-headline p{
	font-size: 27px;
	line-height: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
}

.horslider-intro-industry {
	position: relative;
	float: left;
	width: 100%;
	height: 23px;
	margin-top: 7px;
	background: left center no-repeat;
}

.horslider-intro-industry p {
	position: relative;
	float: left;
	margin-left: 32px;
	margin-top: 4px;
	font-size: 15px;
	line-height: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
}

.horslider-intro-description {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 30px;
}

.horslider-intro-description p {
	position: relative;
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #fff;
}

.horslider-technology .horslider-intro-headline p,
.horslider-service .horslider-intro-headline p,
.horslider-technology .horslider-intro-industry p,
.horslider-service .horslider-intro-industry p,
.horslider-technology .horslider-intro-description p,
.horslider-service .horslider-intro-description p {
	color: #666666;
}


.horslider-technology .horslider-intro-arrow-left,
.horslider-service .horslider-intro-arrow-left {
	background-image: url('../images/arrow-left-dark.png');
}

.horslider-technology .horslider-intro-arrow-right,
.horslider-service .horslider-intro-arrow-right {
	background-image: url('../images/arrow-right-dark.png');
}

.horslider-technology .horslider-intro-mode-full,
.horslider-service .horslider-intro-mode-full {
	background-image: url('../images/view-full-dark.png');
}

.horslider-technology .horslider-intro-mode-grid,
.horslider-service .horslider-intro-mode-grid {
	background-image: url('../images/view-tile-dark.png');
}


.horslider-slides {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #333;
	overflow: hidden;
	z-index: 0;
}

.horslider-slides-frame {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background: #333;
	overflow: hidden;
	z-index: 0;
}

.horslider-slides-item {
	position: relative;
	float: left;
	width: 400px;
	height: 400px;
	background: #aaa;
	overflow: hidden;
	z-index: 0;
	cursor:w-resize;
}

.horslider-slides-item-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.horslider-slides-item-text {
	position: absolute;
	width: 100%;
	top: 185px;
	left: 0px;
	z-index: 1;
}

.horslider-slides-item-more {
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1;
	height: 55px;
	width: 100%;
	background: transparent url('../images/gradient-bottom-black.png') repeat-x;
	cursor: pointer;
}

.horslider-slides-item-more span {
	position: relative;
	float: right;
	font-size: 16px;
	line-height: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 800;
	color: #fff;
	margin-right: 20px;
	margin-top: 28px;
}

.horslider-slides-item-links {
	position: absolute;
	bottom: 0px;
	height: 35px;
	right: 40px;
	z-index: 1;
}

.horslider-slides-item-links-item {
	position: relative;
	float: left;
	margin-right: 20px;
	height: 35px;
	z-index: 1;
}

.horslider-slides-item-links-item p {
	font-size: 15px;
	line-height: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #fff;
	float: left;
	margin-top: 9px;
}

.horslider-slides-item-text p {
	font-size: 36px;
	line-height: 38px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #fff;
	float: left;
	width: 100%;
	text-align: center;
	text-shadow:0px 0px 20px #000000;
}


.horslider-slides-item-overlay {
	position: absolute;
	width: 100%;
	background: #fff;
	bottom: 0px;
	left: 0px;
	z-index: 5;
	display: none;
}

.horslider-slides-item-overlay-links {
	position: absolute;
	width: 360px;
	padding-right: 40px;
	background: #d9d9d9;
	bottom: 0px;
	left: 0px;
	height: 35px;
	z-index: 0;
}

.horslider-slides-item-overlay-links .horslider-slides-item-overlay-links-item {
	position: relative;
	float: right;
	margin-right: 20px;
	height: 35px;
	z-index: 0;
}

.horslider-slides-item-overlay-links .horslider-slides-item-overlay-links-item p{
	font-size: 15px;
	line-height: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #3f3f3f;
	float: left;
	margin-top: 9px;
}

.horslider-slides-item-overlay-links .horslider-slides-item-overlay-links-item:hover p{
	text-decoration: underline;
}

.horslider-slides-item-overlay-title {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 15px;
}

.horslider-slides-item-overlay-title p {
	position: relative;
	float: left;
	font-size: 20px;
	line-height: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	color: #3f3f3f;
	margin-left: 15px;
}

.horslider-slides-item-overlay-description {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
}

.horslider-slides-item-overlay-description p {
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #3f3f3f;
	padding-left: 15px;
	padding-right: 8px;
}

.horslider-slides-item-overlay-more {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 35px;
	background: #fff;
	padding: 8px 0px;
	cursor: pointer;
}

.horslider-slides-item-overlay-more:hover {
	background: #000;
}

.horslider-slides-item-overlay-more p {
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	color: #3f3f3f;
	padding-left: 15px;
	padding-right: 8px;
	width: 360px;
}

.horslider-slides-item-overlay-more:hover p {
	color: #fff;
}

.horslider-slides-item-overlay-more p span {
	position: absolute;
	right: 0px;
	font-size: 16px;
	line-height: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 800;
	color: #3f3f3f;
	margin-right: 0px;
}

.horslider-slides-item-overlay-more:hover p span {
	color: #fff;
	margin-right: 10px;
}

/*=== MAP ===*/

.map {
	position: relative;
	float: left;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.map-frame {
	position: relative;
	float: left;
	width: 100%;
	height: 550px;
}

.map-frame iframe {
	position: absolute;
	float: left;
	height: 550px;
	width: 100%;
	background: #000;
	z-index:1;
}


.map-frame .map-overlay {
	position: absolute;
	float: left;
	height: 550px;
	width: 100%;
	z-index:5;
	cursor:pointer;
	background: rgba(0,0,0,0.2) url(../images/map_back.png) 40% center no-repeat;
	
}

.map-frame .map-overlay-open {
	position: absolute;
	right:100px;
	height: 50px;
	width: 50px;
	z-index:5;
	cursor:pointer;
	display:none;
	background: url(../images/map_back_open.png) center center no-repeat;
	
}


/*=== SUCHE ===*/

.searchpanel {
	position: relative;
	float: left;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px #000;
	-moz-box-shadow: 0px 0px 5px #000;
	-ie-box-shadow: 0px 0px 5px #000;
	-ms-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.searchpanel-frame {
	position: relative;
	float: left;
	width: 100%;
	padding-bottom: 60px;
}

.searchpanel-body {
	position: relative;
	float: left;
	width: 90%;
	margin: 40px 5% 0px 5%;
}

.searchpanel-body-head {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
}

.searchpanel-body-head-title {
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

.searchpanel-body-head-title strong {
	font-weight: 600;
}

.searchpanel-body-head-close {
	position: relative;
	float: right;
	padding-left: 20px;
	background: url('../images/close-icon.png') center left no-repeat;
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	cursor: pointer;
}

.searchpanel-body-head-close:hover {
	text-decoration: underline;
}

.searchpanel-body-results {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}

.searchpanel-body-results-item {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 10px;
	background: url('../images/arrow-right-result.png') right center no-repeat;
	z-index: 0;
}

.searchpanel-body-results-item:hover {
	border-bottom: 1px solid #eee;
	background: url('../images/arrow-right-result.png') 98% center no-repeat;
	z-index: 1;
}

.searchpanel-body-results-item-title {
	position: relative;
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	margin-top: 20px;
}

.searchpanel-body-results-item:hover .searchpanel-body-results-item-title {
	text-decoration: underline;
}

.searchpanel-body-results-item-breadcrump {
	position: relative;
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	color: #090e99;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}

.searchpanel-body-results-item-text {
	position: relative;
	float: left;
	width: 80%;
	font-size: 14px;
	line-height: 18px;
	color: #808080;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
}

.searchpanel-body-results-item:hover .searchpanel-body-results-item-title,
.searchpanel-body-results-item:hover .searchpanel-body-results-item-breadcrump,
.searchpanel-body-results-item:hover .searchpanel-body-results-item-text {
	margin-left: 10px;
}

.searchpanel-body-results-item-hint {
	position: absolute;
	right: 40px;
	bottom: 10px;
}


/*=== SIDEBAR ===*/

.sidebar {
	position: fixed;
	top: 0px;
	right: 0px;
	max-width: 360px;
	width:100%;
	height: 100%;
	z-index: 1;
	background: #1a1a1a;
	-webkit-transform: translateZ(0px);
	overflow: hidden;
}


.sidebar-scroll {
	position: relative;
	float: left;
	width: 100%;
	z-index: 0;
	background: #1a1a1a;
}

.sidebar-open,
.sidebar-open-full,
.sidebar-open-data,
.sidebar-open-downloads {
	cursor: pointer;
}


.sidebar-head-close p {
position: relative;
float: left;
margin: 17px 30px;
color: #fff;
margin-left: 55px;
font-size: 15px;
line-height: 27px;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 600;
}

.sidebar-head {
	position: relative;
	float: left;
	width: 100%;
	
	background: #262626;
}

.navi-sidebar-head {
	position: relative;
	float: left;
	width: 100%;
	background: #262626;
}

.sidebar-head-close {
	position: relative;
	float: left;
	width: 100%;
	z-index: 1;
	height: 60px;
	background: #262626 url('../images/sidebar-back.png') 30px center no-repeat;
	cursor: pointer;
}

.navi-sidebar-head-close {
	position: relative;
	float: left;
	width: 100%;
	z-index: 1;
	height: 60px;
	background: #262626 url('../images/sidebar-back.png') 30px center no-repeat;
	cursor: pointer;
}

.sidebar-head-close:hover {
	background: #000 url('../images/sidebar-back.png') 10px center no-repeat;
}

.navi-sidebar-head-close:hover {
	background: #000 url('../images/sidebar-back.png') 10px center no-repeat;
}

.sidebar-head .search {
	position: relative;
	float: left;
	width: 100%;
	z-index: 1;
}

.sidebar-head .search-input {
	position: relative;
	float: left;
	z-index: 1;
	width: 290px;
	border-bottom: 1px solid #313131;
	margin-left: 30px;
	margin-right: 5px;
}

.sidebar-head .search-input form {
	position: relative;
	float: left;
	width: 100%;
}

.sidebar-head .search-input form input {
	position: relative;
	float: left;
	width: 100%;
	padding: 8px 0px;
	font-size: 18px;
	line-height: 16px;
	color: #666666;
	background: #262626;
}

.sidebar-head .search-icon {
	position: relative;
	float: left;
	width: 19px;
	height: 19px;
	margin-top: 17px;
	cursor: pointer;
}

.sidebar-head-title {
	position:relative;
	float:left;
	width: 100%;
	margin-top: 30px;
	z-index: 1;
	cursor: pointer;
	background: #262626;
}

.sidebar-head-title h2 {
	position: relative;
	float: left;
	text-align: left;
	font-size: 26px;
	line-height: 28px;
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	padding: 14px 0px;
	margin-left: 30px;
	background: transparent no-repeat left center;
}


.scrollable.default-skin {
	padding-right: 15px;
	padding-bottom: 6px;
}
.sidebar-body {
	position: relative;
	float: left;
	width: 100%;
	height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
}

.navi-sidebar-body {
	position: relative;
	float: left;
	width: 100%;
	height: 500px;
	overflow-y: auto;
	overflow-x: hidden;
}


.sidebar-body-container {
	position: relative;
	float: left;
	width: 100%;
}

.sidebar-body-title {
	position: relative;
	float: left;
	width: 100%;
	background-color: #262626;
	margin-top: 1px;
	height: 50px;
	padding-top: 20px;
	cursor: pointer;
}

.sidebar-body-title.headline-e2{
	height: 40px;
	padding-top: 15px;
}
.sidebar-body-title.headline-e3{
	height: 30px;
	padding-top: 10px;
}

.sidebar-body-title.closed + .sidebar-body-content{
	display: none;
}

.sidebar-body-title.closed.arrows{
	background: #262626 url(../images/button-arrow-down.png) 340px center no-repeat;
}

.sidebar-body-title.arrows{
	background: #262626 url(../images/button-arrow-up.png) 340px center no-repeat;
}


.sidebar-body-title:hover {
	background-color: #000;
}

.sidebar-body-title.special:hover {
	background-color: #262626;
}

.sidebar-body-title.special {
	padding-top: 0px;
	cursor: default;
}

.sidebar-body-title p {
	position: relative;
	float: left;
	text-align: center;
	font-size: 24px;
	line-height: 22px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	margin-top: 12px;
	color: #fff;
	margin-left: 30px;
}

.sidebar-body-title.headline-e2 p {
	font-size: 20px;
	line-height: 22px;
	margin-top: 5px;
}

.sidebar-body-title.headline-e3 p {
	font-size: 18px;
	line-height: 20px;
	margin-top: 0px;
}

.sidebar-body-title.arrows.closed p {
	color: #aaa;
}
.sidebar-body-title.arrows p {
	color: #ffffff;
}
.sidebar-body-title p {
	color: #aaa;
}

.sidebar-body-content {
	position: relative;
	float: left;
	width: 100%;
}

.sidebar-body-content-item {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 1px;
	background: #313131 url('../images/button-arrow-right.png') 340px center no-repeat;
	cursor: pointer;
}

.sidebar-body-content-item p {
	position: relative;
	float: left;
	margin: 17px 30px;
	color: #989898;
	font-size: 15px;
	line-height: 14px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}

.sidebar-body-content-item:hover {
	background: #000 url('../images/button-arrow-right.png') 320px center no-repeat;
}

.sidebar-body-content-item.active {
	background: #000 url('../images/button-arrow-right.png') 320px center no-repeat;
}

.sidebar-body-content-item:hover  p{
	color: #fff;
	margin-left: 40px;
}

.sidebar-body-content-item.active  p{
	color: #fff;
	margin-left: 40px;
}

.scrollable .viewport .overview {
	position: relative;
	width: 100%;
	float: left;
}

.scrollable .viewport {
	position: relative;
	float: left;
	height: auto !important;
	width:360px !important;
	overflow: hidden;
}



.certificates-top-item.sidebar-body-content-item {
	width: 17%;
	margin: 0px 1.5%;
	background: none;
	cursor: pointer;
}

.certificates-top-item.sidebar-body-content-item img{
	height: 100%;
}


@media all and (max-width: 1100px) {
.intro-item-navi{
	right: auto;
	top: 50px;
	left: 60px;
	}
	
.menu-3.languages-mobile{
	display:block;
	}
	
.menu-3.languages{
	display:none;
	}
	
.sitemap-body-column {
  width: 45%;
  margin-bottom:30px;
  border:none;
}
	
}


@media all and (max-width: 1000px) {
.slideshow-item-text-main h2 {
	padding-left: 90px;
	background-size: 80px auto;
	}

.slideshow-item-text-main {
	margin-top: 20px;
	}

.slideshow-item-text-sub {
	margin-top: 0px;
	}
	
.slideshow-item-text-button {
	width:100%;
	max-width:640px;
	right:50%;
	margin-right:-340px;
	}

.slideshow-item-text-button p{
	text-align:center;
	background-image:none;
	float:none;
	padding:0;
	}
	
.slideshow-item-text-button:hover p{
	background-image:none;
	
	}
	
.image-slideshow-frame,.image-slideshow{
  height: 400px;
}

.footer-column {
  width: 47%;
}

.footer-column:nth-child(4) {
  width: 97%;
}

.footer-column:nth-child(4) .footer-box {
  width: 48.5%;
  margin-right:1.5%;
}

.footer-column:nth-child(4) .footer-box:nth-child(2) {
  margin-right:0;
  margin-left:1.5%;
}


.horslider-intro {
  width: 100%;
  height:auto;
  position:relative;
  float:left;
}

.horslider-intro-text {
    margin: 20px 5% 40px;
  width: 90%;
}

.horslider-slides {
  position:relative;
  float:left;
  height: 400px;
}

.horslider{
	height:auto;
	}
	
	
.contacttoggle-box,.standorte-items .standorte-item {
  width: 47%;
  margin: 30px 1.5% 0px 1.5% !important;
}
/*
.infographics-item {
  width: 50%;
  }
  */
.menu .menu-link {
  	padding: 0px 8px;
    border-right: 1px solid rgba(0,0,0,0.2);
 }
 
.menu-3.languages-mobile .menu-link p, .menu .menu-link p {
  margin-top: 14px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
}
.menu-3.languages-mobile .menu-link p.menu-link-hl, .menu .menu-link p.menu-link-hl {
  left: 8px;
}

.menu-2 {
  margin-left: 5px;
}
	
.slideshow-menu-item-text.text-shifted {
  word-wrap: break-word;
}



	.certificates-top-item.sidebar-body-content-item {
		width: 100%;
		margin:10px 0;
	}

}



@media all and (max-width: 768px) {
.slideshow-item-text-button {
  width: 90%;
  right: 0px;
  margin-right: 0px;
  padding:0;
   margin:0 5%;
}


.menu-1,.menu-2{
	display:none;
	}
	
.menu-mobile-link{
	display:block;
	}

.slideshow-dropdown {
  display: none !important;
}

.slideshow-item-video {
	left: 0px;
	top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	width: 100%;
	height: 100%;
}

.slideshow-item-video iframe{
	width: 100%;
	  height: 100%;
}



.header .logo img {
  width: 50%;
}

.header .logo {
	top: 10px;
	left: 10px;
}

.sitemap .header .logo {
  top: 40px;
}

.header .search {
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 380px;
  margin: 50px auto 0;
  padding-bottom: 45px;
}

.header .search-input form input, .search.page404 .search-input form input {
	padding: 5px 0 5px 3%;
	margin-top: 7px;
}

.header {
  height: auto;
}

.sitemap .header .search .search-input,
.sitemap .header .search .search-icon {
	display:none;
	}



.horslider-slides-item {
  width: 250px;
  height: 250px;
}

.horslider-slides {
  height: 250px;
}

.horslider-slides-item-overlay {
  display: block;
}

.horslider-slides-item-overlay-description{
	display:none;
	}
	
.horslider-slides-item-overlay-links {
  width: 100%;
}

.product-frame {
  width: 95%;
}

.contactpartner-intro,.contactpartner-box {
  width: 100%;
  margin-top: 30px;
}

.contactpartner-box img{
	padding-left: 20px;
}


.menu-3.languages-mobile .menu-link, .menu .menu-link {
  	padding: 0px 12px;
    border-right: none;
 }
 
.menu-3.languages-mobile .menu-link p, .menu .menu-link p {
  margin-top: 14px;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.03em;
}
.menu-3.languages-mobile .menu-link p.menu-link-hl, .menu .menu-link p.menu-link-hl {
  left: 12px;
}

.horslider-slides-item-overlay-links .horslider-slides-item-overlay-links-item {
  float: left;
  margin-left: 15px;
  margin-right:0;
}


}

@media all and (max-width: 640px) {
	
.product-header-item-text-milky-headline p,
.sitemap-body-column-head,
.intro-item-text-main h2,
.intro-item-text-low h2,
.intro-item-text-sub,
.standorte-headline p,
.standorte-box-head p,
.company-text p.company-text-headline,
.company-text .company-text-image,
.news-headline p,
.standort-modul-headline p,
.social-media-headline p,
.footer-box-head p,
.slogan-main,
.infographics-item-body-item-title p,
.infographics-item-body-item-label p,
.infographics-item-body-title p,
.infographics-item-body-title p sup,
.contacttoggle-head-headline > p,
.contacttoggle-head-toggle > p,
.contactpartner-intro-headline p,
.contactpartner-intro-slogan p,
.horslider-intro-headline p,
.horslider-slides-item-text p,
.sidebar-head-title h2,
.sidebar-body-title p  {
	font-size: 20px;
	line-height: 22px;
	margin-top:20px;
	margin-bottom:10px;
}

.image-slideshow-arrow-left,
.image-slideshow-arrow-right,
.product-arrow-left,
.product-arrow-right,
.slideshow-arrow-left,
.slideshow-arrow-right,
.image-slideshow-arrow-left,
.image-slideshow-arrow-right{
	background-color:#000;
}

.image-slideshow-arrow-left:hover,
.image-slideshow-arrow-right:hover,
.product-arrow-left:hover,
.product-arrow-right:hover,
.slideshow-arrow-left:hover,
.slideshow-arrow-right:hover,
.image-slideshow-arrow-left:hover,
.image-slideshow-arrow-right:hover{
	background-color:#000;
}
	
	
.news-arrow-left,
.news-arrow-right  {
	background-color:#fff;
}

.news-arrow-left:hover,
.news-arrow-right:hover {
	background-color:#fff;
}


.standorte-frame {
	
	background: none;
}
	

.company-text p {
  font-size: 16px;
  line-height: 20px;
}

	
.slideshow-item-text-main h2 {
  
  padding-left: 0;
  padding-top: 90px;
  text-align: center;
  width: 100%;
  height:auto;
  background: transparent no-repeat center top;
  background-size: auto 80px;
  line-height: 22px;
 margin-bottom: 10px;

}

.image-slideshow-frame,.image-slideshow{
  height: 250px;
}

.intro.intro-industry {
  height: 250px;
}


.footer-column {
  width: 97%;
}

.footer-column:nth-child(4) .footer-box {
  width:100%;
  margin-right:0;
}

.footer-column:nth-child(4) .footer-box:nth-child(2) {
  margin-left:0;
}

.contacttoggle-box, .standorte-items .standorte-item {
  width: 97%;
  margin: 30px 1.5% 0px 1.5% !important;
}
	
.menu-3.languages-mobile {
  margin-right:10px;
}

.news-items {
  margin: 20px 5% 0 5%;
}

.news-headline,
.certificates-top,
.footer-top,
.standorte-headline,
.contactpartner-standort .contactpartner-box {
  margin-top: 20px;
}

.company-text .company-text-image,
.standorte-items-frame,
.contactpartner-standort .contactpartner-intro,
.product-header-item-text-milky-headline,
.product-header-item-text-milky-description,
.sidebar-head-title{
	margin-top:0;
	}

.standort-modul-headline,
.product-header-item-text-milky-description{
	margin-bottom:20px;
	}

.news,
.certificates,
.company-frame,
contactpartner  {  
  padding-bottom: 20px;
}

.product-header{
	height:200px;
	}
	
.product-header-item-text-bg {
  height: 200px;
}

.slogan{
	padding:20px 0;
	}
	
.contacttoggle-head-headline,
.contacttoggle-head-toggle{
	top:0;
	}
	
.contacttoggle-head {
  height: 60px;
}

.map-frame .map-overlay,
.map-frame iframe,
.map-frame {
  height: 350px;
}

.intro-industry .intro-item-text-bg{
	background-image:none !important;
	}
	
.intro-item-breadcrump{display:none;}
.intro-item-navi {
  left: 10px;
  top: 10px;
}

.intro-item-navi .intro-item-navi-item{
	margin:5px;
	}

.sidebar-body,.navi-sidebar-body {
  width: 105%;
}

.slideshow-item-text {
  height: 100%;
}

.slideshow-item-text-main{
	height:auto;
	}

.slideshow-item-text-milky {
  height: 75%;
}

.slideshow-item-text-button {
position:relative;
float:left;
  width: 90%;
  right: 0px;
  margin-right: 0px;
  padding:0;
   margin:0 5%;
   margin-top:40px;
}

.infographics-item {
  width: 100%;
}

.contactpartner-box-body-text {
  padding-right: 0px; 
}


.contactpartner-box-items {
  width: 100%;
}

.product-body-text p,
.product-header-item-text-milky-description p {
  padding: 0 20px 0 20px;
}

.product-header-item-text-milky-headline p{
	margin-left:20px;
	margin-right:20px;
	}


}