/** reset **/
* { margin: 0px; padding: 0px; }
h1, h2, h3, h4, h5, h6,
strong, b, em, i, a { color: inherit; font-weight: normal; font-style: normal; }
img, fieldset { border: 0px; }
a { text-decoration: underline; }
body { font-size: 15px; line-height: 1.4; font-family: 'HelveticaNeueLTPro-Roman', arial, verdana, sans-serif; color: #333; }
textarea { resize: vertical; }

#typo3-preview-info {
	top: auto !important;
	bottom: 15px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #d1050c;
}

/**
 * @license
 * MyFonts Webfont Build ID 2811478, 2014-05-14T04:36:39-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Helvetica Neue 45 Light by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-45-light/
 * Copyright: Copyright &#x00A9; 1988, 1990, 1993, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Webfont: Helvetica Neue 35 Thin by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-35-thin/
 * Copyright: Copyright &#x00A9; 1988, 1990, 1993, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Webfont: Helvetica Neue 65 Medium by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-65-medium/
 * Copyright: Copyright &#x00A9; 1988, 1990, 1993, 2002 Adobe Systems Incorporated.  All Rights Reserved. &#x00A9; 1981, 2002 Heidelberger Druckmaschinen AG. All rights reserved.
 * 
 * Webfont: Helvetica Neue 25 UltraLight by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-25-ultra-light/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1988 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2811478
 * Licensed pageviews: 250,000
 * 
 * © 2014 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/2ae656");
@import url("//hello.myfonts.net/count/3c27e9");


@font-face {font-family: 'HelveticaNeueLTStd-Lt';src: url('fonts/2AE656_0_0.eot');src: url('fonts/2AE656_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/2AE656_0_0.woff') format('woff'),url('fonts/2AE656_0_0.ttf') format('truetype');}
/*@font-face {font-family: 'HelveticaNeueLTStd-Th';src: url('fonts/2AE656_1_0.eot');src: url('fonts/2AE656_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/2AE656_1_0.woff') format('woff'),url('fonts/2AE656_1_0.ttf') format('truetype');}*/ 
@font-face {font-family: 'HelveticaNeueLTStd-Md';src: url('fonts/2AE656_2_0.eot');src: url('fonts/2AE656_2_0.eot?#iefix') format('embedded-opentype'),url('fonts/2AE656_2_0.woff') format('woff'),url('fonts/2AE656_2_0.ttf') format('truetype');}  
/*@font-face {font-family: 'HelveticaNeueLT-UltraLight';src: url('fonts/2AE656_3_0.eot');src: url('fonts/2AE656_3_0.eot?#iefix') format('embedded-opentype'),url('fonts/2AE656_3_0.woff') format('woff'),url('fonts/2AE656_3_0.ttf') format('truetype');}*/

@font-face {
  font-family: 'HelveticaNeueLTPro-Roman';
  src: url('fonts/HelveticaNeueLTPro-Roman/font.woff2') format('woff2'), url('fonts/HelveticaNeueLTPro-Roman/font.woff') format('woff');
}
@font-face {
  font-family: 'HelveticaNeueLTPro-Bd';
  src: url('fonts/HelveticaNeueLTPro-Bd/font.woff2') format('woff2'), url('fonts/HelveticaNeueLTPro-Bd/font.woff') format('woff');
}



/** standards / helper classes **/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}
/*
::selection {
	color: #fff;
	background-color: #728f9e;
}
::-moz-selection {
	color: #fff;
	background-color: #728f9e;
}*/
img,
object,
embed {
  	max-width: 100%;
  	height: auto; 
}

object,
embed {
  	height: 100%; 
}

img {
	display: block;
  	-ms-interpolation-mode: bicubic; 
}

.aural-only {
	position: absolute !important;
	height: 1px; width: 1px; 
	overflow: hidden;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);	
}
.hide { display: none; }

.clear { clear: both; }
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.center-h {
	position: relative;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.center-v {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.center-h.center-v {
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.no-user-selection {
	-moz-user-select: none;
	user-select: none;
}
.no-tap-highlight {
	-webkit-tap-highlight-color: transparent;
}


/* responsive YouTube iframe embed */
.iframe-container-youtube {
	position: relative;
	padding: 36px 0 56.24% 0;
	height: 0; overflow: hidden;
}
.iframe-container-youtube > iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}

/** standard grid base **/
.row:before,
.row:after {
	content: "";
	display: table;
}
.row:after {
	clear: both;
}
.col {
	float: left;
	position: relative;
}
/* large */
.col-1 { width: 8.33333%; }
.col-2 { width: 16.66667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333%; }
.col-5 { width: 41.66667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333%; }
.col-8 { width: 66.66667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333%; }
.col-11 { width: 91.66667%; }
.col-12 { width: 100%; float: none; }

.grid-6x-6x,
.grid-4x-8x,
.grid-8x-4x {
	margin: 0 -15px;
	padding: 0 24px; 
}

.grid-8x-4x {
    margin: 0 -37px;
}

.grid-6x-6x .col,
.grid-4x-8x .col,
.grid-8x-4x .col {
	padding: 0 15px;
}

.grid-6x-6x > .col .content-block, 
.grid-4x-8x > .col .content-block,
.grid-8x-4x > .col .content-block { 
	padding: 0; 
}

@media only screen and (max-width: 650px) {
	.grid-6x-6x .col,
	.grid-4x-8x .col,
    .grid-8x-4x .col,
    .grid-4x-8x .col {
		float: none;
		margin-bottom: 15px;
		width: 100%;
	}

}

/** block grid base **/
.block-grid { /*margin: 0 -1.2% 0 -1.2%;*/ }
.block-grid:before,
.block-grid:after {
	content: "";
	display: table;
}
.block-grid:after {
	clear: both;
}
.block-grid-item {
	float: left;
	padding: 0 5px;
}
/* large */
/* 4 blocks in a a row */
.block-grid-large-4 .block-grid-item { width: 25%; }
.block-grid-large-4 .block-grid-item:nth-of-type(4n+1) { clear: left; }

.block-grid-large-3 .block-grid-item { width: 33.333333%; }
.block-grid-large-3 .block-grid-item:nth-of-type(3n+1) { clear: left; }

.block-grid-large-2 .block-grid-item { width: 50%; }
/*.block-grid-large-2 .block-grid-item:nth-of-type(2n+1) { clear: left; }*/


/* medium @mediaquery */
/*.block-grid-medium-3 .block-grid-item { width: 33.33333%; }
.block-grid-medium-3 .block-grid-item:nth-of-type(1n) { clear: none; }
.block-grid-medium-3 .block-grid-item:nth-of-type(3n+1) { clear: left; }
*/
/* small @mediaquery */
/*.block-grid-small-2 .block-grid-item { width: 50%; }
.block-grid-small-2 .block-grid-item:nth-of-type(1n) { clear: none; }
.block-grid-small-2 .block-grid-item:nth-of-type(2n+1) { clear: left; }
*/

img.round {
    border-radius: 100%;
}

/** layout **/
#header {
	display: flex;
	align-items: center;
}
#logo {
	margin-right: 15px;
}

/**
 * @module MainNav
 */
#mainNav {
}
#mainNav li {
	list-style-type: none;
}
/* 1st lvl */
#mainNav li.first-level {
	display: inline-flex;
	height: 110px;
	align-items: center;
	list-style-type: none;
}
#mainNav li.first-level::after {
	content: '|';
	/*margin: 0 11px;*/
    margin: 0 9px;
	font-weight: bold;
	position: relative;
	top: -1px;
}
#mainNav li.first-level:last-child:after {
    display: none;
}
/*#mainNav li.first-level:last-child::after {
	display: none;
}*/
#mainNav li.first-level > a {
	text-decoration: none;
	font-family: HelveticaNeueLTPro-Roman;
	font-weight: normal;
	font-size: 17px;
	color: #565656;
	transition: color .2s ease;
}
#mainNav li.first-level.active > a,
#mainNav li.first-level > a:hover,
#mainNav li.first-level > a:focus {
	color: #d1050c;
}
/* 2nd lvl */
#mainNav li.first-level .submenu-trigger { display: none; }
#mainNav li.first-level > ul {
	display: none;
	min-width: 270px;
	position: absolute; z-index: 20;
	top: 100%;
	padding: 25px 8px 15px 15px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.85);
	box-shadow: 2px 2px 3px #999;
}
/*#mainNav li.first-level:last-child > ul {
	right: 0;
}*/
#mainNav li.first-level:hover > ul,
#mainNav li.first-level:hover > .mega-menu {
	display: block;
}
#mainNav li.second-level {}
#mainNav li.second-level > a {
	display: inline-block;
	padding: 4px 0px;
	text-decoration: none;
	font-size: 14px;
}
#mainNav li.second-level > a:hover,
#mainNav li.second-level > a:focus {
	color: #b6192a;
	/*font-family: 'HelveticaNeueLTStd-Md', sans-serif;*/
}

#mainNav li.first-level > .mega-menu { 
	display: none; 
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 90; 
	padding-top: 40px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.95);
}
#mainNav li.first-level > .mega-menu .col-3 > ul,
#mainNav li.first-level > .mega-menu .col-6 > ul { 
	padding: 0 7%;
}
#mainNav .mega-menu .col > ul > li > a {
	display: inline-block;
	margin-bottom: 7px;
	text-transform: uppercase;
	font-size: 13px;
	font-family: 'HelveticaNeueLTStd-Md', sans-serif;
	text-decoration: none;
}
#mainNav .mega-menu li.active > a { text-decoration: underline !important; }
#mainNav .mega-menu li li.active > a { text-decoration: none !important; }
#mainNav .mega-menu li li.active > a > span { text-decoration: underline; }
#mainNav .mega-menu .col > ul > li > ul {
	margin-bottom: 24px;
}
/* 3rd lvl */

#mainNav .mega-menu .col > ul > li > ul > li {
	line-height: 1.4;
	margin-bottom: 4px;
}
#mainNav .mega-menu .col > ul > li > ul > li > a {
	display: table;
	text-decoration: none;
	font-size: 13px;
}
#mainNav .mega-menu .col > ul > li > ul > li > a > span { display: table-cell; }
#mainNav .mega-menu .col > ul > li > ul > li > a:hover,
#mainNav .mega-menu .col > ul > li > ul > li > a:focus {
	color: #b6192a;
}
#mainNav .mega-menu .col > ul > li > ul > li > a:before {
	display: table-cell;
	content: ">";
	padding-right: 2px;
}

.mainnav-trigger {
	display: none;
	width: 30px; height: 20px;
	position: absolute; z-index: 20;
	right: 230px; top: 60px;
	background: none;
	border: none; 

	border-top: 4px solid #b6192a;
	border-bottom: 4px solid #b6192a;
	text-indent: -9999px;
	overflow: hidden;

	cursor: pointer;
	
	-webkit-tap-highlight-color: transparent;

	outline: none;
}
.mainnav-trigger:after {
	content: "";
	position: absolute;
	left: 0; right: 0; top: 4px;
	border-bottom: 4px solid #b6192a;
}

.menu-product-sub a {
	text-decoration: none;
}

	@media only screen and (max-width: 920px) {
		.mainnav-trigger { display: block; }
		#mainNav {
			display: none; 
			min-width: 250px;
			/*margin-top: 10px;*/
			margin-top: 0;
			position: absolute;
			right: 0;
			top: 100%;
			z-index: 999;
			background-color: #fff;
			box-shadow: 5px 5px 10px rgba(0, 0, 0, .4);
		}
		/* 1st level */
		#mainNav li.first-level {
			height: 43px;
			display: block;
			overflow: hidden;
			border-bottom: 1px solid #fff;
		}
		#mainNav li.first-level.sub-is-active {
			height: auto;
		}
		#mainNav li.first-level:last-child {
			border-bottom: none;
		}
		#mainNav li.first-level::after {
			display: none;
		}
		#mainNav li.first-level > a {
			float: left;
			padding: 9px 12px;
			text-align: left;
		}
		#mainNav li.first-level:hover > a {
			background-color: inherit;
			color: inherit;
		} 
		#mainNav li.first-level > a:hover,
		#mainNav li.first-level > a:focus {
			background-color: #999;
			color: #fff;
		}
		#mainNav li.first-level > a:before,
		#mainNav li.first-level > a:after { display: none; }
		#mainNav li.first-level.has-sub > a {
			float: left;
			width: 70%;
		}
		/*#mainNav li.first-level:after {
			content: "";
			display: block;
			width: 94%; height: 1px;
			margin: 0 auto;
			clear: both;
			background-color: #777;
		}
		#mainNav li.first-level:last-child:after { display: none; }
		*/
		#mainNav li.first-level.has-sub > .submenu-trigger {
			position: absolute;
			width: 30%; height: 42px;
			display: inline-block;
			background-color: #aaa;
			border: none;
			text-indent: -99999px;
			overflow: hidden;
			box-shadow: -3px 0 2px -2px rgba(0, 0, 0, 0.1);
			cursor: pointer;

			-webkit-tap-highlight-color: transparent;
			outline: none;
		} 
		#mainNav li.first-level.sub-is-active > .submenu-trigger {
			background-color: #fafafa;
		}
		#mainNav li.first-level.has-sub > .submenu-trigger > .icon-arrow {
			display: inline-block;
			width: 10px; height: 10px;
			position: absolute;
			left: 50%; top: 50%;
			margin-left: -5px; margin-top: -5px;
			background: transparent url('../img/icon/svg/icon_double_arrow_to_bottom.svg') no-repeat 0 -20px;
			background-size: 10px auto;
		}
		#mainNav li.first-level.sub-is-active > .submenu-trigger > .icon-arrow {
			background-image: url('../img/icon/svg/icon_double_arrow_to_top.svg');
			background-position: 0 0;
		}
		.no-svg #mainNav li.first-level.has-sub > .submenu-trigger > .icon-arrow {
			background: transparent url('../img/icon/icon_double_arrow_to_bottom_small.png') no-repeat 0px 0px;
			background-size: auto;
		}
		.no-svg #mainNav li.first-level.sub-is-active > .submenu-trigger > .icon-arrow {
			background-image: url('../img/icon/icon_double_arrow_to_top_small_grey.png');
			background-size: auto;
		}
		/* 2nd level */
		#mainNav li.first-level:hover > ul {
			display: none;
		}
		#mainNav li.first-level > ul {
			position: relative;
			min-width: 0;
			padding: 17px 8px 17px 12px;
			background-color: #fafafa;
			clear: both;
			box-shadow: none;
		}
		#mainNav li.first-level.sub-is-active > ul {
			display: block;
		}
		/* mega menu */
		#mainNav li.first-level > .mega-menu {
			position: static;
			display: none;
			width: auto;
			/*padding: 10px 0;*/
			background-color: #fafafa;
			clear: both;
		}
		#mainNav li.first-level:hover > .mega-menu {
			display: none;
		}
		#mainNav li.first-level > .mega-menu .col {
			float: none;
			width: auto;
		}
	}


/**
 *	@module Global container  
 */
.container { width: 1170px; max-width: 98%; margin: 0 auto; }
@media only screen and (max-width: 1000px) {
	.container { width: 98%; }
}

/**
 * @module Header
 */
#header {
	position: relative;
}
#logo img {
	width: 158px; height: 90px;
	margin-left: -15px;
}
/*
#headerInteract {
	position: absolute;
	right: 0;
	top: 10px;
}
#headerInteract > p {
	text-align: right;
	font-size: 12px;
	margin-bottom: 4px;
	color: #bbb;
}
*/
.header-actions {
	min-width: 170px;
	margin-left: auto;
}
#languageSelect {
	width: 100%;
	padding: 3px;
	margin-bottom: 4px;
	font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
	color: #888;
	border: 1px solid #dfdfdf;
}
#languageSelect option {
	padding-left: 5px;
}
#quickSearch {
	display: flex;
	border: 1px solid #dfdfdf;
}
#quickSearch input[type="text"] {
	width: 100%; height: 24px;
	padding-left: 6px;
	border: none;
	font-family: 'HelveticaNeueLTStd-Lt';

}
#quickSearch input[type="submit"] {
	width: 28px; height: 24px;
	border: none;
	background: transparent url('../img/icon/svg/icon_search.svg') no-repeat 50% 50%;
	background-size: 16px auto;
	cursor: pointer;
	text-indent: -99999px;
}
.no-svg #quickSearch input[type="submit"] {
	background-image: url('../img/icon/icon_search.png');
	background-size: auto auto;
}
.headerinteract-trigger { 
	display: none; 
	width: 34px;
	height: 24px;
	position: absolute;
	z-index: 110;
	right: 10px;
	top: 18px;
	border: 1px solid #ccc;
	color: #bbb;
	border-radius: 3px;
	background-color: #fff;
	text-indent: -99999px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	transition: all ease 0.2s;

	-webkit-tap-highlight-color: transparent;
	outline: none;

}
.headerinteract-trigger:after {
	content: "+";
	position: absolute;
	left: 0; right: 0; top: -2px;
	display: block;
	font-family: sans-serif;
	font-size: 20px;
	color: inherit;
	text-indent: 0
}
.headerinteract-trigger.is-active:after {
	content: "×";
}
.headerinteract-trigger:hover,
.headerinteract-trigger:focus {
	border-color: #777;
	color: #777;
}

	@media only screen and (max-width: 920px) {
		#logo {
			margin-bottom: 5px;
			left: 8px; top: 6px;
		}
		.mainnav-trigger { right: 12px; }

		.header-actions {
			display: none;
			padding: 10px;
			position: absolute; z-index: 100;
			top: 0; right: 0; bottom: 0; left: 0;

			background-color: #fff;
			/*background-color: rgba(255, 255, 255, 0.98);*/
		}
		.header-actions p {	text-align: left; }
		#languageSelect {
			display: block;
			width: 50%;
			padding: 6px;
		}
		#quickSearch { 
			display: flex; 
			width: 50%;
		}
		#quickSearch input[type="text"] {
			padding-left: 10px;
			height: 30px;
		}
		#quickSearch input[type="submit"] {
			width: 34px; height: 30px;
		}
		.headerinteract-trigger {
			display: block;
		}
	}

/**
 * @module Header Image 
 * @module Slider
 */
.header-image {
	position: relative;
	/*border-radius: 40px 0;*/
	overflow: hidden;
}
.header-image-image {
	margin-bottom: 30px;
}
.header-image img {
	width: 100%;
	height: auto;
}
.header-image--has-slider .header-image {
	max-width: none;
}
/*.header-image-text {
	position: absolute;
	left: 0;
	bottom: 22px;
	margin-left: 3%;
}
.header-image-text h1 {
	margin-bottom: 0;
	color: #333;
	font-family: 'HelveticaNeueLTStd-Th';
	font-size: 27px;
	line-height: 1.4;
	text-transform: uppercase;
}
.header-image-text span {
	display: block;
}*/
.slider {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 30px;
}
.slider-text {
	position: absolute;
	left: 0;
	bottom: 45px;
}
.slider-text > a { display: block; text-decoration: none; overflow: hidden; }
.slider-text > a span,
.header-image-text.highlight span {
	float: left; clear: left;
	margin-top: 5px;
	padding: 4px 26px;
	background-color: #b6192a;
	font-family: 'HelveticaNeueLT-UltraLight', sans-serif;
	font-size: 34px;
	color: #fff;
	text-transform: uppercase;
}
.header-image-text.highlight {
	margin-left: 0;
	bottom: 45px;
}
.slider-text > a span:last-child:after {
	content: "»";
	margin-left: 4px;
}
.slider-direction-nav {
	list-style-type: none;
}
.slider-direction-nav .slider-prev { display: none; }
.slider-direction-nav .slider-next { 
	position: absolute;
	z-index: 10;
	right: 50px; top: 50%;
	margin-top: -30px;
	display: block;
	width: 65px; height: 110px;
	background: transparent url('../img/icon/svg/icon_slider_arrow.svg') no-repeat 50% 50%;
	text-indent: -9999px;
	overflow: hidden;
}
.slider-control-paging {
	position: absolute; z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	bottom: 23px;
	overflow: hidden;
}
.slider-control-paging li {
	float: left;
	margin-left: 9px;
	border-radius: 50%;
	list-style-type: none;
	cursor: pointer;
	overflow: hidden;
}
.slider-control-paging li a {
	display: block;
	width: 20px; height: 20px;
	text-indent: -99999px;
	background-color: #ccc;
	overflow: hidden;
}
.slider-control-paging li a.slider-active { background-color: #565656; }

	@media only screen and (max-width: 900px) {
		/*.header-image-text h1 { text-shadow: 1px 1px #fff; }*/
	}

	@media only screen and (max-width: 750px) {
		.header-image-text h1 {
			font-size: 23px;
		}
		.slider-text {
			bottom: 24px;
		}
		.slider-text > a span {
			margin-top: 3px;
			padding: 4px 20px;
			font-size: 28px;
		}
	}
	@media only screen and (max-width: 600px) {
		.header-image {
			border-radius: 20px 0;
		}
		.header-image-text {
			bottom: 15px;
		}
		.header-image-text.highlight span {
			font-size: 24px;			
		}
		.header-image.header-image--has-slider {
			width: 100%;
			max-width: none;
			border-radius: 0;
		}
		.slider a, 
		.slider-control-paging li {
			-webkit-tap-highlight-color: transparent;
		}
		.slider-text {
			width: 100%;
			bottom: 14%;
		}
		.slider-text > a span {
			display: block;
			float: none; 
			padding: 12px 20px;
			font-size: 24px;
		}
		.slider-control-paging {
			bottom: 5%;
			/* center */
			left: 50%; right: auto;
			-ms-transform: translate(-50%, 0);
			-webkit-transform: translate(-50%, 0);
			transform: translate(-50%, 0);
		}
		.slider-control-paging li a {
			width: 16px; height: 16px;
		}
	}
	@media only screen and (max-width: 380px) {
		.slider-control-paging { bottom: 4.5%; }
	}

/**
 * @module Back link
 */
.back-link { margin-top: 24px; text-align: right; }
.back-link a { text-decoration: none }
.back-link a > span { position: relative; }
.back-link a > span:after {
	content: '';
	position: absolute;
	left: 0; bottom: 2px;
	z-index: -1;
	width: 100%;
	height: 1px;
	display: inline-block;
	background-color: #999;
}

/**
 * @module Portal section
 */
#portalSection {
	margin-top: 16px;
	margin-bottom: 35px;
	overflow: hidden;
}
#portalSection > .row {
	margin-bottom: 16px;
	margin-right: -0.9%;
	margin-left: -0.9%;
}
#portalSection > .row {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#portalSection > .row:last-child {
	display: block;
}

/*#portalSection > .row:last-child .col:first-child .teaser-box {
	background-color: #eee;
}*/
#portalSection .col {
	padding-right: 0.9%;
	padding-left: 0.9%;
}

#portalSection .teaser-box {
	height: 100%;
}
#portalSection .teaser-box-content {
	padding-bottom: 5px;
	/*transition: all linear 0.2s;*/
}
#portalSection .col-8 .teaser-box-content {
	padding-left: 4.5%;
}
/*
#portalSection .teaser-box:hover .teaser-box-content {
	background-color: #b6192a;
	color: #fff;
}
#portalSection .teaser-box--highlight:hover .teaser-box-content {
	background-color: inherit;
	color: inherit;
}*/

	@media only screen and (max-width: 600px) {
		#portalSection {
			margin-bottom: 0;
			padding: 30px 6% 0px 6%;
			width: auto;
			max-width: none;
		}
		#portalSection > .row { margin: 0; }
		#portalSection .col { padding: 0; }
		#portalSection > .row { display: block; }
		#portalSection .col-medium-12 {
			width: 100%;
			float: none;
		}
		#portalSection .teaser-box {
			padding-bottom: 35px;
			margin-bottom: 35px;
			border: none;
		}
		#portalSection > .row:first-child .teaser-box {
			border-bottom: 1px solid #999;
		}
		#portalSection > .row:first-child .col:last-child .teaser-box {
			border-bottom: none;
			margin-bottom: 0;
		}
		#portalSection > .row:last-child .col .teaser-box {
			margin-bottom: 0;
		}
		#portalSection > .row:last-child .col:first-child .teaser-box { background-color: transparent; }
		#portalSection .teaser-box--highlight {
			margin-left: -6.7%;
			margin-right: -6.7%;
		}
		#portalSection .teaser-box--highlight .teaser-box-header {
			padding: 6px 0px;
			text-align: center;
		}
		#portalSection .teaser-box--highlight .teaser-box-content {
			padding: 20px 5% 0px 5%;
		}
		#portalSection .teaser-box-content {
			padding: 0px;
			padding-top: 20px;
		}
		#portalSection .teaser-box-content > h2 { margin-bottom: 20px; }

	}

/**
 * @module Teaser box
 */

.teaser-box-content h2 {
	font-size: 24px;
	margin-top: 15px;
	hyphens: auto;
}

.teaser-box-content h2 a {
	text-decoration: none;
}
.block-grid-large-3 .teaser-box-content h2 {
	font-size: 18px;
}
.block-grid-large-3 .teaser-box-content h2 a {
	font-size: inherit;
}
.teaser-box-subheader {
	font-size: 20px;
}
.teaser-box-content a {
	text-decoration: none;
}
.teaser-box .youtube-embed {
	margin-bottom: 0;
}
/* Quarter View */
.products-quarter-view .teaser-box-content h2 {
	font-size: 18px;
}
.products-quarter-view .teaser-box-subheader {
	font-size: 15px;
}
/*
.teaser-box {
	border: 1px solid #dedede;
}
.teaser-box a {
	text-decoration: none;
}
.teaser-box-content {
	padding: 12px 5% 18px 9%;
}
.teaser-box-content > h2 {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 18px;
}

.teaser-box--highlight .teaser-box-header {
	padding: 6px 0 6px 6%;
	background-color: #8c8c8c;
} 
.teaser-box--highlight .teaser-box-header > h2 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-family: 'HelveticaNeueLTStd-Th', sans-serif;
	font-size: 28px;
}
.teaser-box--highlight .teaser-box-footer {
	padding: 12px 0 12px 6%;
	background-color: #8c8c8c;
} 
.teaser-box--highlight .teaser-box-footer > h2 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-family: 'HelveticaNeueLTStd-Th', sans-serif;
	font-size: 18px;
}
.teaser-box--highlight .teaser-box-content {
	padding-left: 6%;
	padding-right: 6%;
} 

.teaser-box .news-list {}
.teaser-box .news-list-article {
	margin-bottom: 12px;
}
.teaser-box .news-list-article > h3 {
	margin: 0;
	color: #555;
	font-family: 'HelveticaNeueLTStd-Md', sans-serif;
	font-size: 15px;
}
.teaser-box .news-list-article a.more { text-decoration: underline; }

.teaser-box--has-facebook-plugin {}
.teaser-box--has-facebook-plugin .teaser-box-footer {
	padding: 0;
}
.teaser-box--has-facebook-plugin .teaser-box-footer a {
	display: block;
	padding: 18px 0 18px 60px;
	font-size: 14px;
	background: transparent url('../img/icon/svg/icon_navi_facebook.svg') no-repeat 18px 50% / 26px auto;
}
*/

.teaser-box--highlight {
	padding: 20px;
	border: 1px solid #000;
	overflow: hidden;
}
.teaser-box--highlight .teaser-box-header {
	display: none;
}
.teaser-box--highlight a img {
	float: left;
	margin-right: 15px;
}
.teaser-box-image {
	overflow: hidden;
}
.teaser-box-image {
	border: 1px solid transparent;
}
.teaser-box-image.has-border img {
	border: 1px solid #ccc;
	padding-left: 1px;
	padding-right: 1px;
}

/**
 * @extends Teaser box
 */
.teaser-box-content .address-image {
	float: left;
	margin-right: 12px;
}
.teaser-box-content .data { font-size: 14px;  }

.teaser-box-video {
	overflow: hidden;
	background-color: #eee;
	text-align: center;
}
.teaser-box-video video {
	width: auto; max-height: 210px;
	vertical-align: bottom;
}

/**
 * @module Teaser section
 */
.teaser-section {
	margin-top: 24px;
	margin-bottom: 24px;
	overflow: hidden;
}
.teaser-section .block-grid {
	margin: 0 -5px;
}
.teaser-section .block-grid-item {
	padding: 0 5px;
	clear: none !important;
}
.teaser-section .divider.count-1 { display: none; }
/*
.teaser-section .teaser-box { height: 100%; }
*/
/*.teaser-box-image { overflow: hidden; }*/
.teaser-section .teaser-box-image img { width: 100%; }
/*
.teaser-section .teaser-box--highlight .teaser-box-header { 
	padding-left: 0;
	text-align: center; 
}
.teaser-section .teaser-box-content {
	padding: 8px 4%;
}
.teaser-section .teaser-box-content h2 {
	font-size: 14px;
	color: #333;
}
.teaser-section.youtube .teaser-box-content h2 {
	font-size: 18px;
	color: #333;
}
.teaser-section .teaser-box-content a.more {
	display: inline-block;
	padding: 4px 18px;
	background-color: #e0e0e0;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	text-decoration: none;
}
.teaser-section .teaser-box-content a.more:hover,
.teaser-section .teaser-box-content a.more:focus {
	background-color: #dadada;
}
*/
	@media only screen and (max-width: 800px) {
		.teaser-section .block-grid-medium-3 .block-grid-item { width: 33.33333%; }
		.teaser-section .block-grid-medium-3 .block-grid-item:nth-of-type(1n) { clear: none; }
		.teaser-section .block-grid-medium-3 .block-grid-item:nth-of-type(3n+1) { clear: left; }
		
		.block-grid-medium-2 .block-grid-item { width: 50%; }
		.block-grid-medium-2 .block-grid-item:nth-of-type(1n) { clear: none; }
		.block-grid-medium-2 .block-grid-item:nth-of-type(2n+1) { clear: left; }
	}
	@media only screen and (max-width: 650px) {
		.teaser-section .block-grid-small-2 .block-grid-item { width: 50%; }
		.teaser-section .block-grid-small-2 .block-grid-item:nth-of-type(1n) { clear: none; }
		.teaser-section .block-grid-small-2 .block-grid-item:nth-of-type(2n+1) { clear: left; }
		
		.block-grid-small-1 .block-grid-item { width: 100%; }
		.block-grid-small-1 .block-grid-item:nth-of-type(1n) { clear: none; }
		.block-grid-small-1 .block-grid-item:nth-of-type(1n+1) { clear: left; }
	}
	@media only screen and (max-width: 580px) {
		.teaser-box--has-facebook-plugin .teaser-box-footer { overflow: hidden; }
		.teaser-box--has-facebook-plugin .fb_iframe_widget { display: block; width: 340px; margin: 0 auto; margin-bottom: 20px; }
	}
	@media only screen and (max-width: 420px) {
		.teaser-section .block-grid-very-small-1 .block-grid-item { width: 100%; clear: left !important; }
	}

/**
 * @module Content section
 */
.content-section {
	/*margin-top: 26px;*/
}
.content-section .col-8 { padding-right: 3%; }
.content-section .text {
	max-width: 96%;
}
.content-section .news-list {
	padding-left: 3.7%;
	padding-right: 3.7%;
}
.content-section .news-list-article a { text-decoration: none; }
.content-section .news-list-article h3 a { font-weight: bold; }
.content-section .news-list-article a.more { display: inline-block; margin-left: 6px; text-decoration: underline; }
.content-section .news-list-article h3 { margin-bottom: 0; font-weight: bold; }
.content-section .news-list h3.month-divider { font-weight: bold; text-transform: uppercase; color: #b6192a; }

.content-section .news-list-grouped {
	padding: 0 30px;
}
.content-section .news-list-grouped .news-list-month {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #666;
}
.content-section .news-list-grouped .news-list-article {
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
	border-bottom: 1px solid #666;
}
.content-section .news-list-grouped .news-list-article.is-last {
	border-bottom: none;
}
.content-section .news-list-grouped .news-list-article-image {
	float: left;
	width: 30%;
	margin-right: 30px;
}
.content-section .news-list-grouped a.more { display: table; }

/* fix weird border-box bug in ff */
.content-section .teaser-box--highlight img { transform: scale(1); }

.content-section .col-4 .block-grid-item {
	float: none;
	width: 100%; height: auto !important;
}

/**
 * @module Content
 * @module Content block
 * @todo indented check
 */
.content-section {
	/*padding-top: 24px;*/
}
#asideContent {
	float: right;
	width: 25%;
}
.content-block {
	padding-bottom: 30px;
	padding-right: 1%;
	margin-bottom: 30px;
	border-bottom: 1px solid #999;
	/*overflow: hidden;*/
}

.content-secondary .content-block {
	padding-right: 0;
}

.content-block--no-bottom-border { border-bottom: none; }

.content-block:last-child,
.content-block.content-block--has-image {
	padding-bottom: 0;
	border-bottom: none;
}
.content-block:last-child { margin-bottom: 0; }
.content-block-image {
	float: left;
	width: 15%;
	min-width: 80px;
}
.content-block.is-image {
	padding-bottom: 0;
	border-bottom: 0;
}
.content-block.is-image .content-block-image {
	float: none;
	width: 100%;
	min-width: 0;
}
.image-border {
/*	border-radius: 20px 0;*/
	overflow: hidden;
    border: 1px solid #ccc;
}
.content-block.is-image .content-block-image .image-caption {
	margin-top: 10px;
}
.content-block.is-textpic .content-block-text {
	float: left;
	width: 85%;
}
.content-block-text.content-block-text--no-border { border: none; }
.content-block.is-header {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.content-block-text p:last-child { margin-bottom: 0; }

.content-block.has-image-row .content-block-text {
	float: none;
	width: auto;
}
.content-block-square-row {
	margin-top: 30px;
	margin-left: -5px;
	margin-right: -5px;
}
.content-block-square {
	float: left;
	width: 25%;
	margin-bottom: 10px;
	padding: 0 5px;
}
/*.content-block-square img {
	border-radius: 15px 0;
}*/

	@media only screen and (max-width: 960px) {
		.content-section .teaser-box--highlight a.more-button { 
			margin-top: 10px;
		}
	}

	@media only screen and (max-width: 720px) {
		.content-section .col {
			float: none;
			width: auto;
		}
		.content-section .col-8 {
			padding-right: 0;
			margin-bottom: 30px;
		}
		.content-section .teaser-box--highlight { 
			border: none; 
		}
		.content-section .teaser-box--highlight .teaser-box-header {
			margin: 0 -1.2%;
			padding-left: 0;
			text-align: center;
		}
	}
	@media only screen and (max-width: 580px) {
		.content-block {
			padding-left: 3.7%;
			padding-right: 3.7%;
		}
		.content-block-image {
			float: none;
			width: auto;
		}
		.content-block-text {
			float: none;
			width: auto;
		}
		.content-block-square {
			width: 50%;
		}
	}


/**
 * @module Page links
 */
.page-links {
	margin-left: 40px;
}
.page-links.is-sticky {
	position: fixed;
	top: 10px;
}
.page-links ul {
	list-style-type: none;
}
.page-links h3 {
	margin-bottom: 2px;
	font-size: 14px;
	font-family: 'HelveticaNeueLTStd-Md', sans-serif;
}
.page-links li {
	position: relative;
	margin-left: 15px;
	margin-bottom: 2px;
	list-style-type: none;
	font-size: 14px;
}
/*
.page-links li:before {
	content: "•";
	position: absolute;
	left: -11px; top: 1px;
	width: 10px; height: 10px;
	color: #b6192a;
	font-size: 14px;
}
*/
.page-links li a {
	text-decoration: none;
}
.page-links li a:hover,
.page-links li a:focus { text-decoration: underline; }
	
	@media only screen and (max-width: 720px) {
		.page-links {
			position: static !important;
			margin: 0;
			margin-bottom: 34px;
			padding: 0 3.7%;
		}
		.page-links li {
			margin: 0;
			border-bottom: 1px solid #ddd;
		}
		.page-links li:before { content: ""; display: none; }
		.page-links li a {
			display: block;
			padding: 12px 0;
		}
	}

/**
 * @module Carousel
 */
 /* slick slider default styles */
.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: none; touch-action: none; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -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; zoom: 1; }
.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; }
.slick-slide img { display: block; }
.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; }

.carousel-container {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 35px 0 50px 0;
	/*
	background: transparent url('../img/background_grey_fond.jpg') no-repeat 50% 50%;
	background-size: cover;
	*/
	background-color: #fff;
	border: 1px solid #000;
}
.carousel {
	margin-left: 45px;
	margin-right: 45px;
}
.carousel-headline {
	display: none;
	padding: 6px 0px;
	margin: 0 -1.2% 20px -1.2%;
	background-color: #8c8c8c;
	text-align: center;
}
.carousel-headline h2 {
	margin-bottom: 0;
	color: #fff;
	font-family: 'HelveticaNeueLTStd-Th', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
}
.carousel-item {
	float: left;
}
.carousel-item-image {
	padding: 6px;
}
.carousel-item-image a {
	display: block;
}
.carousel-item-image img { width: 100%; }
.carousel .slick-prev,
.carousel .slick-next {
	width: 24px; height: 24px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	border: none;
	text-indent: -99999px;
	overflow: hidden;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
.carousel .slick-prev {
	left: -27px;
	background: transparent url('../img/icon/svg/icon_double_arrow_to_left.svg') no-repeat 0 0;
	background-size: 24px auto;
}
.carousel .slick-prev:hover, 
.carousel .slick-prev:focus {
	background-image: url('../img/icon/svg/icon_double_arrow_to_left.svg');
	background-position: 0 -24px;
}
.carousel .slick-next {
	right: -27px;
	background: transparent url('../img/icon/svg/icon_double_arrow_to_right.svg') no-repeat 0 0;
	background-size: 24px auto;
}
.carousel .slick-next:hover, 
.carousel .slick-next:focus {
	background-image: url('../img/icon/svg/icon_double_arrow_to_right.svg');
	background-position: 0 -24px;
}
.no-svg .slick-prev {
	background-image: url('../img/icon/icon_double_arrow_to_left.png');
	background-size: auto;
}
.no-svg .carousel .slick-prev:hover, 
.no-svg .carousel .slick-prev:focus {
	background-image: url('../img/icon/icon_double_arrow_to_left_black.png');
	background-position: 0;
	background-size: auto;
}
.no-svg .slick-next {
	background-image: url('../img/icon/icon_double_arrow_to_right.png');
	background-size: auto;
}
.no-svg .carousel .slick-next:hover, 
.no-svg .carousel .slick-next:focus {
	background-image: url('../img/icon/icon_double_arrow_to_right_black.png');
	background-position: 0;
	background-size: auto;
}

	@media only screen and (max-width: 496px) {
		.carousel-headline {
			display: block;
		}
		.carousel-container { 
			padding: 0;
			margin: 40px 0;
			background: transparent none; 
		}
	}

/* Carousel (minimal) */
.carousel-minimal {
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 20px;
	padding-left: 18px;
	background: transparent none; 
}
.carousel-minimal .carousel { 
	margin: 0; 
	max-width: 390px; 
}
.carousel-minimal .carousel-item-image { padding: 0; }
/*.carousel-minimal .slick-prev,
.carousel-minimal .slick-next {
	filter: drop-shadow(1px 1px 7px rgba(0, 0, 0, 0.2));
}*/
.carousel-minimal .slick-prev {
	left: 14px;
}
.carousel-minimal .slick-next {
	right: 14px;
}

.carousel-minimal .slick-prev.slick-disabled,
.carousel-minimal .slick-next.slick-disabled { display: none !important; }

@media only screen and (max-width: 600px) {
	.carousel-minimal { 
		margin-bottom: 40px;
		padding-left: 3.7%;
		padding-right: 3.7%;
	}
}


/**
 * @module Lightbox
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.92;
 }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  margin-top: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }
 /* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; color: #333; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #333;
  right: -35px; top: -35px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*padding: 40px 0 40px;*/
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; 
}
	.mfp-figure figcaption {
		display: none;
		position: absolute;
		left: 0;
		width: 100%;
		padding: 8px;
		background-color: #fff;
		border: 1px solid #ccc;
		border-top: 0;
	}
  /*.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }*/
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
	color: #333;
 }

.mfp-title {
  text-align: left;
  font-size: 13px;
  line-height: 18px;
  color: #333;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

	@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
		/**
		 * Remove all paddings around the image on small screen
		 */
	  .mfp-img-mobile .mfp-image-holder {
	    padding-left: 0;
	    padding-right: 0; }
	  .mfp-img-mobile img.mfp-img {
	    padding: 0; }
	  .mfp-img-mobile .mfp-figure:after {
	    top: 0;
	    bottom: 0; }
	  .mfp-img-mobile .mfp-figure small {
	    display: inline;
	    margin-left: 5px; }
	  .mfp-img-mobile .mfp-bottom-bar {
	    background: rgba(0, 0, 0, 0.6);
	    bottom: 0;
	    margin: 0;
	    top: auto;
	    padding: 3px 5px;
	    position: fixed;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box; }
	    .mfp-img-mobile .mfp-bottom-bar:empty {
	      padding: 0; }
	  .mfp-img-mobile .mfp-counter {
	    right: 5px;
	    top: 3px; }
	  .mfp-img-mobile .mfp-close {
	    top: 0;
	    right: 0;
	    width: 35px;
	    height: 35px;
	    line-height: 35px;
	    background: rgba(0, 0, 0, 0.6);
	    position: fixed;
	    text-align: center;
	    padding: 0; } }

	@media all and (max-width: 900px) {
	  .mfp-arrow {
	    -webkit-transform: scale(0.75);
	    transform: scale(0.75); }
	  .mfp-arrow-left {
	    -webkit-transform-origin: 0;
	    transform-origin: 0; }
	  .mfp-arrow-right {
	    -webkit-transform-origin: 100%;
	    transform-origin: 100%; }
	  .mfp-container {
	    padding-left: 6px;
	    padding-right: 6px; } }

	.mfp-ie7 .mfp-img {
	  padding: 0; }
	.mfp-ie7 .mfp-bottom-bar {
	  width: 600px;
	  left: 50%;
	  margin-left: -300px;
	  margin-top: 5px;
	  padding-bottom: 5px; }
	.mfp-ie7 .mfp-container {
	  padding: 0; }
	.mfp-ie7 .mfp-content {
	  padding-top: 44px; }
	.mfp-ie7 .mfp-close {
	  top: 0;
	  right: 0;
	  padding-top: 0; }

	  @media only screen and (max-width: 380px) {
	  	.mfp-figure .mfp-close {
	  		width: 20px; height: 20px;
	  		text-align: center;
	  		left: 0px;
	  		top: -40px;
	  	}
	  }


/**
 * @module Accordion
 * @todo preload hover background-images via pseudo elements
 */
.accordion {
	margin-top: 40px;
	margin-bottom: 40px;
}
.accordion-item {}
.accordion-head {
	position: relative;
	padding: 14px 0px;
	border-top: 1px solid #000;
	cursor: pointer;
	outline: none;
}
.accordion .accordion-item:last-child {
	border-bottom: 1px solid #000;
}
.ui-accordion-header.ui-state-hover,
.ui-accordion-header.ui-state-focus {
}
.ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	right: 10px; top: 50%;
	width: 25px; height: 25px;
	margin-top: -12px;
	display: inline-block;
	background: transparent url('../img/icon/svg/icon_double_arrow_to_right.svg') no-repeat 0 0;
	background-size: 25px auto;
}
.ui-accordion-header.ui-state-hover .ui-accordion-header-icon,
.ui-accordion-header.ui-state-focus .ui-accordion-header-icon {
	background-position: 0px -25px;
}
.ui-accordion-header-active .ui-accordion-header-icon {
	background: transparent url('../img/icon/svg/icon_double_arrow_to_bottom.svg') no-repeat 0 0;
	background-size: 25px auto;
}
.ui-accordion-header-active.ui-state-hover .ui-accordion-header-icon,
.ui-accordion-header-active.ui-state-focus .ui-accordion-header-icon {
	background-position: 0 -25px;
}
.no-svg .ui-accordion-header .ui-accordion-header-icon {
	background-image: url('../img/icon/icon_double_arrow_to_right.png');
	background-size: auto;
}
.no-svg .ui-accordion-header.ui-state-hover .ui-accordion-header-icon,
.no-svg .ui-accordion-header.ui-state-focus .ui-accordion-header-icon {
	background-position: 0px 0px;
}
.no-svg .ui-accordion-header-active .ui-accordion-header-icon {
	background-image: url('../img/icon/icon_double_arrow_to_bottom.png');
	background-size: auto;
}
.accordion-head h2 {
	margin-bottom: 0;
	font-size: 20px;
	font-family: HelveticaNeueLTStd-Md;
	color: #58585a;
	text-transform: none;
}
.accordion-content {
	padding-top: 24px;
	padding-bottom: 19px;
	margin: 0 -1%;
}
.accordion-content img { 
	max-width: 100%; 
}
.accordion-content .col {
	padding: 0 1%;
}
.accordion-content .col:first-child .text {
	padding-left: 22px;
}
.accordion .block-grid {
	margin: 0 0.3%;
}
.accordion .block-grid-item {
	padding: 0 0.8%;
}
.accordion .image {}
.accordion .image-description {
	padding-top: 8px;
}
.accordion .image-description a { text-decoration: none; }

	@media only screen and (max-width: 800px) {
		.accordion .block-grid-medium-3 .block-grid-item { width: 33.33333%; }
		.accordion .block-grid-medium-3 .block-grid-item:nth-of-type(1n) { clear: none; }
		.accordion .block-grid-medium-3 .block-grid-item:nth-of-type(3n+1) { clear: left; }
	}
	@media only screen and (max-width: 650px) {
		.accordion .block-grid-small-2 .block-grid-item { width: 50%; }
		.accordion .block-grid-small-2 .block-grid-item:nth-of-type(1n) { clear: none; }
		.accordion .block-grid-small-2 .block-grid-item:nth-of-type(2n+1) { clear: left; }
		
		.accordion-content .col:first-child .text {	padding: 0; }
		.accordion .col-medium-12 { width: auto; float: none; }
	}
	@media only screen and (max-width: 420px) {
		.accordion .block-grid-very-small-1 .block-grid-item { width: 100%; clear: left !important; }
	}

.page-uid-2898 .accordion-head {
    position: relative;
    padding: 14px 0px;
    border-top: none;
    cursor: pointer;
    outline: none;
    background-color: #d1050c;
    border-radius: 10px;
}
.page-uid-2898 .accordion-head > h2 {
    color: #fff;
    text-align: center;
}

.page-uid-2898 .accordion-head .ui-accordion-header-icon {
    background: transparent url(../img/icon/svg/icon_double_arrow_to_right_white.svg) no-repeat 0 0;
    background-size: 25px auto;
    transition: transform 0.3s ease;
}
.page-uid-2898 .ui-accordion-header-active .ui-accordion-header-icon {
    transform: rotate(90deg);
}

.page-uid-2898 .accordion-item + .accordion-item {
    margin-top: 20px;
    border-bottom: none;
}

/**
 * @module Contact form
 */
.mailform {}
.mailform input[type="text"],
.mailform input[type="password"],
.mailform textarea,
.mailform select {
	background-color: #e0e0e0;
	font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
	font-size: 14px;
	color: #333;
	border: 1px solid #e0e0e0;
}

.mailform input[type="text"]:hover,
.mailform input[type="password"]:hover,
.mailform textarea:hover,
.mailform select:hover {
	border-color: #ccc;
}
.mailform input[type="text"]:focus,
.mailform input[type="password"]:focus,
.mailform textarea:focus,
.mailform select:focus {
	border-color: #aaa;
}

.mailform input[type="text"],
.mailform input[type="password"],
.mailform textarea {
	display: block;
	width: 100%;
	padding: 10px 9px;
	margin-top: 2px;
}
.mailform textarea { min-height: 150px; }
.mailform select {
	width: 100%;
	padding: 9px 6px;
}
.mailform select > option {
	background-color: #fff;
	padding-left: 10px;
}
.mailform input[type="radio"],
.mailform input[type="checkbox"] {
	position: relative;
	bottom: -1px;
	margin-right: 5px;
}
.mailform button[type="submit"],
.button {
	min-width: 120px;
	padding: 10px 9px;
	background-color: #555;
	color: #fff;
	border: none;
	font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
	cursor: pointer;
	text-decoration: none;
}
.mailform button[type="submit"]:hover,
.mailform button[type="submit"]:focus {
	background-color: #777;
}

.mailform button[type="submit"]:before {
	content: '>';
	margin-right: 3px;
}
.mailform .field { margin-bottom: 14px; }
.mailform .field > label { font-size: 14px; }
.mailform .col-inputs-1 { padding-right: 3%; }
.mailform .col-inputs-2 { padding-left: 3%; }

p.error { color: #b6192a; }

.mailform label.has-error {
	color: #b6192a;	
}
.mailform .has-error input,
.mailform .has-error textarea,
.mailform .has-error select {
	border-color: #b6192a;
}

.mailform .help .text { display: none;}
.mailform label .help {
    background-image: url(../img/icon/icon_info.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: 15px;
}

input[type="text"].inline-condensed {
	width: auto;
	display: inline;
	padding: 6px 5px;
}

.tx-felogin-pi1 .mailform {
	max-width: 350px;
}

@media only screen and (max-width: 720px) {
	.mailform-contact {	padding: 0 3%; }
	.mailform .col-inputs-1 { padding-right: 0; }
	.mailform .col-inputs-2 { padding-left: 0; }

	.mailform button[type="submit"] {
		width: 100%;
		padding: 14px 0;
	}
}

/**
 * @module Contact page
 */
 #google-maps-was { height: 240px; margin-bottom: 20px; }
 .sales-contacts .accordion-content {
 	margin: 0;
 }
 .sales-contacts-contact {
 	margin-bottom: 20px;
 }
 .sales-contacts-image {
 	float: left;
 	margin-right: 3%;
 }
 .sales-contacts-contact p:last-child { margin-bottom: 0; }
 .sales-contacts-email { text-decoration: none; font-family: 'HelveticaNeueLTStd-Md', sans-serif; }
 .sales-contacts-mobile:before {
 	content: '|';
 	margin: 0 7px;
 }
 .sales-contacts-description {
 	margin-bottom: 10px;
 }
 
/**
 * @module To top
 */
#to-top { margin-top: 35px; }
.page-uid-2898 #to-top,
.page-uid-2925 #to-top,
.page-uid-2926 #to-top {
    display: none;
}
/**
 * @module Footer
 */
#footer {
	margin-top: 20px;
	padding: 30px 0;
	background-color: #e0e1e1;
}
	@media only screen and (max-width: 1000px) {
		#footer {
			padding-left: 2%;
			padding-right: 2%;
		}
	}
	@media only screen and (max-width: 380px) {
		#footer {
			padding-left: 6%;
			padding-right: 6%;
		}
	}
.page-uid-2898 #footer,
.page-uid-2925 #footer,
.page-uid-2926 #footer {
    margin-top: 0;
}
/**
 * @module Footer Nav
 */
#footerNav {}
#footerNav ul {}
#footerNav li {
	list-style-type: none;
}
#footerNav li.first-level {
	float: left;
	width: 14.28%;
	margin-bottom: 24px;
}
	@media only screen and (max-width: 1000px) {
		#footerNav li.first-level {
			width: 25%;
		}
		#footerNav li.first-level:nth-child(4n+1) { clear: left; }
	}
	@media only screen and (max-width: 620px) {
		#footerNav li.first-level {
			width: 50%;
		}
		#footerNav li.first-level:nth-child(4n+1) { clear: none; }
		#footerNav li.first-level:nth-child(2n+1) { clear: left; }

	}
	@media only screen and (max-width: 380px) {
		#footerNav li.first-level {
			float: none;
			width: auto;
		}
	}
#footerNav li.first-level > a {
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
}
#footerNav li.first-level.active > a { text-decoration: underline; }
#footerNav li.first-level > ul {
	margin-top: 17px;
}
#footerNav li.second-level { 
	position: relative; 
	margin-left: 11px; 
	margin-bottom: 2px;
}
#footerNav li.second-level:before {
	content: "•";
	position: absolute;
	left: -11px; top: 1px;
	color: #b6192a;
	font-size: 14px;
}
#footerNav li.second-level.active > a { text-decoration: underline; }
#footerNav li.second-level > a {
	text-decoration: none;
	color: #333;
	font-size: 13px;
}
#footerNav li.second-level > a:hover,
#footerNav li.second-level > a:focus {
	color: #b6192a;
}

/**
 * @module Fixed Buttons
 */
.fixed-buttons {
	position: fixed;
	right: 0;
	top: 40%;
	transform: translateY(-50%);
	z-index: 50;
}
.fixed-buttons li {
	margin-bottom: 3px;
	list-style-type: none;
}
.fixed-buttons li a {
	display: block;
	width: 36px; height: 36px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -99999px;
	border-radius: 2px;
	overflow: hidden;
}
.fixed-buttons li a.facebook-icon {
	background-image: url('../img/icon/svg/icon_navi_facebook.svg');
}
.fixed-buttons li a.instagram-icon {
	background-color: #fff;
	background-image: url('../img/icon/svg/icon_navi_instagram.svg');
}
.fixed-buttons li a.xing-icon {
	background-image: url('../img/icon/svg/icon_navi_xing.svg');
}
.fixed-buttons li a.linkedin-icon {
	background-image: url('../img/icon/svg/icon_navi_linkedin.svg');
}
.fixed-buttons li a.youtube-icon {
	background-image: url('../img/icon/svg/icon_navi_youtube.svg');
}
.fixed-buttons li a.email-icon {
	background-image: url('../img/icon/svg/icon_navi_email.svg');
}
.fixed-buttons li a.print-icon {
	background-image: url('../img/icon/svg/icon_navi_print.svg');
}


/**
 * @module Representations 
 */
.representations-form {
	width: 70%;
	margin-bottom: 20px;
}
.representations-continent-chooser {
	background-color: #f5f5f5;
	background-image: -webkit-linear-gradient(top, rgba(238,239,238,1) 0%,rgba(255,255,255,1) 48%,rgba(247,247,247,1) 72%,rgba(239,240,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background-image: linear-gradient(to bottom, rgba(238,239,238,1) 0%,rgba(255,255,255,1) 48%,rgba(247,247,247,1) 72%,rgba(239,240,238,1) 100%); /* W3C */
}
.representations-map {
	position: relative;
	height: 0;
	padding-bottom: 46%;
	margin-bottom: 20px;
	background-color: #f3f3f3;
}
.representations-imagemap-blank,
.representations-imagemap,
.representations-imagemap-bg,
.representations-imagemap-overlay {
	position: absolute;
	left: 0;
	top: 0;
}
.representations-imagemap-bg  { z-index: 10; }
.representations-imagemap-overlay  { z-index: 20; display: none; }
.representations-imagemap-overlay.active  { display: block; }
.representations-imagemap-blank { z-index: 30; width: 100%; height: 100%; }

.representations-listing {
	margin: -5px;
}
.representations-item {
	margin-bottom: 50px;
}
.representation-address { margin-bottom: 8px; }

@media only screen and (max-width: 1000px) {
	.representations-map { display: none; }
	.representations-form {	width: 100%; }
}

/**
 * @module Page search
 */
.tx-indexedsearch-searchbox-row {
	position: relative;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-sword {
	display: block;
	width: 100%; height: 100%;
	padding: 10px 8px;
	background-color: #fff;
	border: none;
	background: transparent none;
}
.tx-indexedsearch-info-sword { margin-top: 30px; }
.tx-indexedsearch-sw { font-weight: bold; }
.tx-indexedsearch-searchbox-button {
	position: absolute;
	width: 40px;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url('/fileadmin/tpl/img/icon/svg/icon_search.svg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 20px;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.no-svg .tx-indexedsearch-searchbox-button  {
	background-image: url('/fileadmin/tpl/img/icon/icon_search.png');
	background-size: auto auto;
}
.tx-indexedsearch-whatis { margin-top: 20px; }
.tx-indexedsearch-browsebox { margin: 20px 0; }
.tx-indexedsearch-browsebox { overflow: hidden; }
.tx-indexedsearch-browsebox li { float: left; margin-right: 10px; list-style-type: none; }
.tx-indexedsearch-res {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}
.tx-indexedsearch-res h3 span { display: inline-block; }

/**
 * @module Partnerlogos
 */
.partner-logos { 
	margin-top: 30px;
	text-align: center; 
}
.partner-logos--item {
	position: relative;
	display: inline-block;
	padding: 0 1%;
}
.partner-logos--item > a { outline: none; }
.partner-logos--description {
	position: absolute;
	left: 50%;
	color: #555;
	font-size: 11px;
	transform: translateX(-50%);
}
/**
 * @module Revealer
 */
.revealer-content {
	padding-bottom: 15px;
}


/**
 * @module Hintbox
 */
 .hint-box {
 	padding: 25px;
 	border: 1px solid #b6192a;
 }
 .hint-box h2 {
 	margin-bottom: 15px;
 }
 .hint-box p {
 	font-weight: bold;
 }
 .hint-box p a {
 	font-weight: normal;
 	text-decoration: underline;
 	color: #b6192a;
 }

/**
 * @module Divider
 */
 /*
.divider {
	width: 950px;
	margin: 30px auto;
}
.divider > hr {
	border: none;
	border-bottom: 1px solid #666;
}
@media only screen and (max-width: 1000px) {
	.divider {
		width: 100%;
		padding: 0 30px;
	}
}
*/
.ce-div {
	width: 950px;
	margin: 30px auto;
	border: none;
	border-bottom: 1px solid #666;
}

@media only screen and (max-width: 1000px) {
	.ce-div {
		width: 100%;
		padding: 0 30px;
	}
}

/**
 * @module Flag nav
 */
.flag-nav { 
	margin-bottom: 20px;
	overflow: hidden; 
}
.flag-nav p { float: left;  }
.flag-nav-list {
	overflow: hidden;
	position: relative;
	bottom: 6px;
	float: left;
	margin-left: 15px;
}
.flag-nav-list > li {
	float: left;
	margin-right: 6px;
	list-style-type: none;
}
.flag-nav-list > li > a {
	display: inline-block;
	width: 35px; height: 34px;
	background-repeat: no-repeat;
	background-size: 35px 33px;
	text-indent: 110%;
	white-space: pre;
	text-decoration: none;
	overflow: hidden;
}
.flag-nav-list > li > a.active {
	border-bottom: 2px solid #777;
}
.flag-de > a {
	background-image: url('../img/icon/flags/de.png');
}
.flag-en > a {
	background-image: url('../img/icon/flags/uk.png');
}
.flag-fr > a {
	background-image: url('../img/icon/flags/fr.png');
}
.flag-nl > a {
	background-image: url('../img/icon/flags/nl.png');
}

/***
 * @module Cookie consent
 */
.cc-grower {
  transition: max-height 0.3s !important;
  overflow: visible !important;
}
.cc-window.cc-banner.cc-type-info {
  position: relative;
  z-index: 99999;
  padding: 2px 12px;
  background-color: #fff;
  font-size: 12px;
  border-bottom: 1px solid #ddd;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
}
.cc-window.cc-banner.cc-type-info .cc-btn {
  text-decoration: none !important;
  min-width: 0;
  padding: 0px 7px;
  margin: 3px 0;
  color: #b6192a !important;
  background-color: transparent;
}
.cc-window.cc-banner.cc-type-info .cc-link {
  color: #b6192a !important;
}

/**
 * @module YouTube Embed
 */
.youtube-embed {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	position: relative;
}
.youtube-embed-image {
	position: relative;
	cursor: pointer;
}
.youtube-embed-image img {
	width: 100%; height: auto;
}
.youtube-embed-image::after {
	content: '';
	position: absolute;
	display: block;
	width: 60px;
	height: 60px;
	left: 50%;
	background: transparent url('../img/icon/icon_youtube_play.svg') no-repeat 0 0;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	pointer-events: none;
}
.youtube-embed-hint {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.95);
	color: #b6192a;
	padding: 19px;
	font-size: 14px;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.youtube-embed-hint p {
	margin-bottom: 5px;
}
.youtube-embed-hint a {
	text-decoration: underline;
}
.youtube-embed-ok {
	display: inline-block;
	margin-top: 15px;
	padding: 8px 10px;
	border: 1px solid #b6192a;
	color: #b6192a;
	border-radius: 2px;
	background-color: transparent;
	cursor: pointer;
}

/**
 * @module Multi Upload
 */
.multi-upload-item {
	margin-bottom: 4px;
}
.multi-upload-remove {
	border: none;
	background-color: transparent;
	font: inherit;
	font-size: 14px;
	cursor: pointer;
}
.multi-upload-remove::before {
	content: '+';
	display: inline-block;
	transform: rotate(45deg);
	margin-right: 4px;
	color: rgba(200, 0, 0, 1);
}
.multi-upload-add {
	margin-top: 15px;
	border: none;
	background-color: transparent;
	font: inherit;
	cursor: pointer;
}
.multi-upload-add::before {
	content: '+';
	margin-right: 4px;
}

.frame-type-menu_sitemap ul {
	margin-left: 40px;
}

/**
 * @module Divider
 */
.divider {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
.divider hr {
	height: 1px;
	border: none;
	background-color: #333;
}

/**
 * @module Contact section
 */
.contact-section-category {
	margin-bottom: 30px;
	border-bottom: 1px solid;
}
.contact-section-contact {
	margin-bottom: 30px;
}
.contact-section-contact:nth-child(2n+1) {
	clear: both;
}
.contact-section-innercontent {
	display: flex;
}
.contact-section-image {
	margin-right: 15px;
	flex: 0 0 36%;
}
.contact-section-image img {
	width: 100%;
	height: auto;
}
.contact-section-data {
	padding-right: 15px;
	align-self: end;
	flex-grow: 1;
	width: 10%;
}

/* Header Pic */
.header-pic {
	margin-bottom: 40px;
}
.header-pic-image img {
	width: 100%; height: auto;
}

/* Download Teaser */
.download-teaser {
	display: flex;
	margin-bottom: 30px;
	padding: 23px;
	border: 1px solid #000;
}
.download-teaser-image {
	flex: 0 0 50%;
}
.download-teaser-image img {
	border: 1px solid #ccc;
}
.download-teaser-content {
	padding-left: 20px;
	display: flex;
	flex-direction: column;
}
.download-teaser-icon {
	margin-top: auto;
	margin-right: 20px;
	margin-bottom: 15px;
}

/* Anchor List (Sprungmarken) */
.anchor-list { list-style-type: none; }
.anchor-list-item > a { text-decoration: none; }

/* cookiebot */
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, 
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, 
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    padding: 6px 15px !important;
    border-radius: 0 !important;
    width: auto !important;
    height: auto !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    background-color: #d1050c !important;
    border: 1px solid #d1050c !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    background-color: #9a9a9a !important;
    border: 1px solid #9a9a9a !important;
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane {
    padding: 8px 3px 8px 10px !important;
}
#CybotCookiebotDialog {
    border: none !important;
    border-radius: 6px !important;
    margin-top: 220px !important;
    border-radius: 0 !important;
    color: #555554 !important;
}
#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    float: none !important;
    width: 60% !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    margin-bottom: 20px !important;
}
#CybotCookiebotDialog a, #CybotCookiebotDialog br, #CybotCookiebotDialog div, #CybotCookiebotDialog td {
    line-height: 1.5 !important;
}
#CybotCookiebotDialogBodyContent {
    padding: 5px 20px 4px 20px !important;
}
#CybotCookiebotDialogPoweredbyLink img {
    display: none !important;
}
#CybotCookiebotDialogBodyContentTitle {
    margin-top: 12px !important;
    color: #555554 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    text-align: center !important;
}
#CybotCookiebotDialogBodyLevelDetailsWrapper {
    padding: 7px 0 4px 4px !important;
}
#CybotCookiebotDialogBodyContentText {
    font-size: 12px !important;
    margin-top: 10px !important;
    font-family: 'Open Sans', sans-serif !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    order: 2 !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    order: 1 !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    order: 3 !important;
}

/* Debitorenstammdaten */
[id*="debitorenstammdaten-"] {
}
[id*="debitorenstammdaten-"] .form-group {
	margin-bottom: 14px;
}
[id*="debitorenstammdaten-"] .form-group label {
	font-size: 14px;
}
[id*="debitorenstammdaten-"] fieldset .form-group {
	width: calc(50% - 30px);
	float: left;
}
[id*="debitorenstammdaten-"] fieldset .form-group:nth-of-type(even) {
	margin-left: 15px;
}
[id*="debitorenstammdaten-"] fieldset .form-group:nth-of-type(odd) {
	margin-right: 15px;
}
[id*="debitorenstammdaten-"] fieldset > legend {
	font-size: 20px;
	margin-bottom: 8px;
}
[id*="debitorenstammdaten-"] input[type="text"],
[id*="debitorenstammdaten-"] input[type="email"] {
	display: block;
    width: 100%;
    padding: 10px 9px;
    margin-top: 2px;
	background-color: #e0e0e0;
    font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
    font-size: 14px;
    color: #333;
    border: 1px solid #e0e0e0;
}
[id*="debitorenstammdaten-"] button[type="submit"] {
	min-width: 120px;
    padding: 10px 9px;
    background-color: #555;
    color: #fff;
    border: none;
    font-family: 'HelveticaNeueLTStd-Lt', sans-serif;
    cursor: pointer;
    text-decoration: none;
}
#debitorenstammdaten-19080-feld_abweichende_rechnungsadresse,
#debitorenstammdaten-19126-feld_abweichende_rechnungsadresse {
	display: none;
}
[id*="debitorenstammdaten-"] label[for="debitorenstammdaten-19080-abweichende_rechnungsadresse"],
[id*="debitorenstammdaten-"] label[for="debitorenstammdaten-19126-abweichende_rechnungsadresse"] {
	display: flex;
}
[id*="debitorenstammdaten-"] label[for="debitorenstammdaten-19080-abweichende_rechnungsadresse"] span,
[id*="debitorenstammdaten-"] label[for="debitorenstammdaten-19126-abweichende_rechnungsadresse"] span {
	padding-left: 10px;
}
[id*="debitorenstammdaten-"] .form-group .form-check {
    position: relative;
}
[id*="debitorenstammdaten-"] .form-group .form-check label[for*="dsgvo"] {
    position: absolute;
    top: 0;
    left: 0;
}
[id*="debitorenstammdaten-"] .form-group label[for*="dsgvo"] span {
    display: none;
}
[id*="debitorenstammdaten-"] #c19081 {
	padding-left: 23px;
}
[id*="debitorenstammdaten-"] [type="radio"] + span {
    padding-left: 7px;
}

/* Imagemap */
.imagemap-row {
	margin: 0 -15px;
}
.imagemap-col {
	padding: 0 15px;
}
.imagemap-items {
	overflow-y: scroll;
	height: 770px;
}
.imagemap-map {
	position: relative;
	margin-bottom: 30px;
}
.imagemap-place {
	position: absolute;
	cursor: pointer;
}
.imagemap-marker {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #d1050c;
	border: 1px solid #d1050c;
	overflow: hidden;
}
.imagemap-place-type-main-plant .imagemap-marker {
	width: 54px;
	height: 20px;
	background: transparent url('../img/servicekarte/logo_was.png') no-repeat 0 0 / contain;
	border: none;
	border-radius: 0;
}
.imagemap-place-type-service-base .imagemap-marker {
	width: 30px;
	height: 14px;
	background: transparent url('../img/servicekarte/transporter.svg') no-repeat 0 0 / contain;
	border: none;
	border-radius: 0;
}
.imagemap-place-title {
	position: absolute;
	font-size: 12px;
	font-weight: bold;
	white-space: pre;
	text-shadow: 1px 1px 2px rgb(255, 255, 255, 1);
}
.imagemap-place-pos-top .imagemap-place-title {
	bottom: 100%;
	transform: translateX(-50%);
	left: 50%;
}
.imagemap-place-pos-bottom .imagemap-place-title {
	top: 100%;
	transform: translateX(-50%);
	left: 50%;
}
.imagemap-place-pos-left .imagemap-place-title {
	right: calc(100% + 5px);
	top: 1px;
}
.imagemap-place-pos-right .imagemap-place-title {
	left: calc(100% + 5px);
	top: 1px;
}
.imagemap-back {
	display: none;
	font: inherit;
	border: none;
	background-color: transparent;
	color: #d1050c;
	cursor: pointer;
}
.imagemap-back::before {
	content: '<';
	display: inline-block;
	margin-right: 8px;
}

/* divider */
.divider {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d1050c;
    margin: 1em 0;
    padding: 0;
}

/* content-landingpage-headline */
.content-landingpage-headline {
    text-align: center;
}
.content-landingpage-headline .headline {
    color: #d1050c;
    margin-bottom: 0!important;
}

body:not(.page-uid-2925):not(.page-uid-2926) .content-landingpage-headline .headline {
    font-size: 40px;
}

.content-landingpage-headline .headline span {
    display: block;
    color: #333;
    line-height: 1;
}
@media(max-width: 650px) {
    body:not(.page-uid-2925):not(.page-uid-2926) .content-landingpage-headline .headline {
        font-size: 30px;
    }
}

/* content-landingpage-quote */
.content-landingpage-quote {
    background-color: #F5F5F5;
    padding: 50px;
    text-align: center;
    position: relative;
}
.content-landingpage-quote:before {
    content: "";
    background-image: url(../img/icon/icon-quote.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    top: -17px;
    right: -47px;
}
.content-landingpage-quote .image {
    width: 40%;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.col-4 .content-landingpage-quote .image {
    width: 55%;
}
.content-landingpage-quote .image + .body {
    margin-top: 35px;
}
@media(max-width: 650px) {
    .content-landingpage-quote {
        padding: 30px;
    }
    .content-landingpage-quote .image {
        width: 80%;
    }
    .content-landingpage-quote {
        margin-top: 60px;
    }
    .content-landingpage-quote:before {
        right: -18px;
        width: 50px;
        height: 50px;
    }
}

.page-uid-2878 .content-landingpage-quote:before,
.page-uid-2898 .content-landingpage-quote:before {
    background-image: url(/fileadmin/user_upload/Landingpages/wir_brauchen_dich_als_mechatroniker/WAS_Vorraussetzungen.svg);
    top: -31px;
    right: -33px;
}

@media(max-width: 767px) {
    .page-uid-2878 .content-landingpage-quote:before,
    .page-uid-2898 .content-landingpage-quote:before {
        top: -25px;
    }
}
@media(max-width: 650px) {
    .page-uid-2878 .content-landingpage-quote:before,
    .page-uid-2898 .content-landingpage-quote:before {
        right: -10px;
    }
}

.page-uid-2898 .content-landingpage-quote ul {
    text-align: left;
    list-style-type: disc;
}
.page-uid-2898 .content-landingpage-quote ul li:nth-child(odd) {
    background-color: unset;
}

.page-uid-2878 .content-landingpage-quote h1,
.page-uid-2878 .content-landingpage-quote h2,
.page-uid-2878 .content-landingpage-quote h3,
.page-uid-2878 .content-landingpage-quote h4,
.page-uid-2898 .content-landingpage-quote h1,
.page-uid-2898 .content-landingpage-quote h2,
.page-uid-2898 .content-landingpage-quote h3,
.page-uid-2898 .content-landingpage-quote h4 {
    color: #d1050c;
}

/* content-landingpage-list */
.row > .col-12 > .content-landingpage-list {
    width: 75%;
    margin: 0 auto;
}
@media(max-width: 650px) {
    .row > .col-12 > .content-landingpage-list {
        width: 100%;
    }
}
.content-landingpage-list > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.content-landingpage-list > ul > li {
    position: relative;
    padding-left: 50px;
    display: flex;
    align-items: center;
    background-color: unset!important;
}
.content-landingpage-list > ul > li + li {
    margin-top: 25px;
}
.content-landingpage-list .numeration {
    color: #fff;
    background-color: #d1050c;
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    border-radius: 50%;
    margin-right: 15px;
    /*position: absolute;
    top: -5px;
    left: 0;*/
}
.content-landingpage-list .body {
    margin-top: 3px;
}
.content-landingpage-list > ul > li:nth-child(-n+10) .numeration {
    font-size: 23px;
}
.content-landingpage-list .numeration span {
    margin-top: 4px;
}
.content-landingpage-list > ul > li:nth-child(-n+10) .numeration span {
    margin-top: 6px;
}
.content-landingpage-list .header {
    font-size: 25px;
    font-weight: bold;
    display: block;
    margin-bottom: 3px;
    color: #d1050c;
    font-family: 'HelveticaNeueLTPro-Bd', sans-serif;
}

/* frame-type-form_formframework */
div + .frame-type-form_formframework {
    margin-top: 50px;
}
.innovation .frame-type-form_formframework .actions {
    margin-top: 3px;
}

/* content text */
.content-text.layout-custom-90 {
    background-color: #F5F5F5;
    padding: 20px;
}
.content-landingpage-quote + *,
.content-text + * {
    margin-top: 25px;
}

.content-text + .content-landingpage-quote {
    margin-top: 40px;
}

/* blog_extension */
@import url(./blog_extension.css);


@font-face {
    font-family: "MightyBrush";
    src: url("./fonts/MightyBrush.woff") format("woff"), 
        url("./fonts/MightyBrush.woff2") format("woff2");
    font-swap: swap;
}

.page-uid-2898 .headline,
.page-uid-2898 .header {
    font-family: 'MightyBrush', 'HelveticaNeueLTPro-Bd', sans-serif;
}

.page-uid-2898 .accordion-item .headline,
.page-uid-2898 .accordion-item .header {
    font-family: 'HelveticaNeueLTPro-Bd', sans-serif;
    font-size: 26px;
    color: #565656;
}

.page-uid-2898 .content-block.is-image.imageorient-0 {
    text-align: center;
}
.page-uid-2898 .content-block.is-image.imageorient-0 img {
    display: inline-block;
}

/* content-teaser-round */
.content-teaser-round {
    border: 1px solid #d1050c;
    border-radius: 15px;
    margin-top: 100px;
    padding: 0 30px 30px 30px;
    
}
.content-teaser-round:first-child:last-child {
    height: calc(100% - 100px);
}
.content-teaser-round > img {
    margin: 0 auto;
    margin-top: -100px;
    width: 200px;
    border-radius: 100%;
}
.content-teaser-round > img + .content {
    margin-top: 35px;
}
.content-teaser-round > .content > .head {
    text-align: center;
}
.content-teaser-round > .content > .head .header,
.content-teaser-round > .content > .head .subheader {
    font-family: 'HelveticaNeueLTPro-Roman', arial, verdana, sans-serif;
}
.content-teaser-round > .content > .head .header {
    color: #d1050c;
    font-size: 24px;
}
.content-teaser-round > .content > .head + .body {
    margin-top: 35px;
}

/* video */
video {
    width: 100%;
    height: auto;
    display: block;
}
.mask-video {
    position: relative;
}
.mask-video .play {
    cursor: pointer;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path fill="white" d="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zM188.3 147.1c7.6-4.2 16.8-4.1 24.3 .5l144 88c7.1 4.4 11.5 12.1 11.5 20.5s-4.4 16.1-11.5 20.5l-144 88c-7.4 4.5-16.7 4.7-24.3 .5s-12.3-12.2-12.3-20.9V168c0-8.7 4.7-16.7 12.3-20.9z"/></svg>');
    background-position: center;
    background-size: 100px;
    background-repeat: no-repeat;
}

/* more button big */
.more-button-big {
    display: inline-block;
    background-color: #d1050c;
    padding: 10px 90px;
    color: #fff;
    font-family: 'HelveticaNeueLTPro-Bd', sans-serif;
    font-weight: bold;
    font-size: 23px;
    line-height: 1;
    padding-top: 20px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
}

/* */
.page-uid-2925 #footer > .container,
.page-uid-2926 #footer > .container {
    display: flex;
    justify-content: center;
}
@media(max-width: 900px) {
    .page-uid-2925 #footer > .container,
    .page-uid-2926 #footer > .container {
        flex-direction: column;
        align-items: center;
    }
    .page-uid-2925 #footer > .container > span,
    .page-uid-2926 #footer > .container > span{
        text-align: center;
    }
    .page-uid-2925 #footerNav,
    .page-uid-2926 #footerNav {
        justify-content: flex-start;
    }
}
.page-uid-2925 #footer > .container > span,
.page-uid-2926 #footer > .container > span {
    font-weight: bold;
}

.page-uid-2925 #footer > .container #footerNav ul,
.page-uid-2926 #footer > .container #footerNav ul {
    display: flex;
    flex-direction: row;
}
@media(max-width: 576px) {
    .page-uid-2925 #footer > .container #footerNav,
    .page-uid-2926 #footer > .container #footerNav {
        margin-top: 15px;
    }
    
    .page-uid-2925 #footer > .container #footerNav ul,
    .page-uid-2926 #footer > .container #footerNav ul {
        flex-direction: column;
    }
}
.page-uid-2925 #footer > .container #footerNav ul li,
.page-uid-2926 #footer > .container #footerNav ul li {
    padding-left: 15px;
    margin-left: 10px;
}
.page-uid-2925 #footer > .container #footerNav ul li:before,
.page-uid-2926 #footer > .container #footerNav ul li:before {
    left: 0;
    color: #333;
    font-size: 9px;
    top: 5px;
}

/* headline-white-big */
.headline-white-big {
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    font-family: 'HelveticaNeueLTPro-Bd', sans-serif;
}

h1 .headline-white-big {
    display: block;
    margin-bottom: -20px;
}

.page-uid-2925 .content-fullimageteaser .header,
.page-uid-2926 .content-fullimageteaser .header {
    white-space: nowrap;
}

@media(max-width: 900px) {
    .page-uid-2925 .content-fullimageteaser .header,
    .page-uid-2926 .content-fullimageteaser .header {
        white-space: normal;
    }
}