/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { line-height: 1.15; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /** * Add the correct display in IE 9-. */ article, aside, footer, header, nav, section { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in IE. */ figcaption, figure, main { /* 1 */ display: block; } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * 1. Remove the bottom border in Chrome 57- and Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Add the correct display in IE 9-. */ audio, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: sans-serif; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], /* 1 */ [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * 1. Add the correct display in IE 9-. * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. */ details, /* 1 */ menu { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Scripting ========================================================================== */ /** * Add the correct display in IE 9-. */ canvas { display: inline-block; } /** * Add the correct display in IE. */ template { display: none; } /* Hidden ========================================================================== */ /** * Add the correct display in IE 10-. */ [hidden] { display: none; }
@media only screen {
/*****************************************************************************/

/*

COLORS:
_ blue: #002a3c
_ pink: #b42246

FONTS:
font-family: 'Titillium Web', sans-serif;
font-weight: 300/700;
font-style: normal/italic
*/

/* ==========================================================================
   BASICS
   ========================================================================== */

* html body * { overflow: visible; }
* html iframe, * html frame { overflow: auto; }

html, body {
	position: absolute;
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	z-index: 1;
}

body {
	display: block;
	background: #002a3c url() fixed no-repeat center top;
	background-size: 100% auto;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0.5px;
	color: #fff;
	-moz-font-feature-settings: "liga=0";
	-moz-font-feature-settings: "liga" 0;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	-webkit-font-variant-ligatures: no-common-ligatures;
	        font-variant-ligatures: no-common-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	text-align: center;
}

*,
*:after,
*::before {
	-webkit-box-sizing: inherit;
	   -moz-box-sizing: inherit;
	        box-sizing: inherit;
	padding: 0;
	margin: 0;
}

::selection { color: #fff; background-color: #002a3c; }

/* ==========================================================================
   LAYOUT
   ========================================================================== */

/* HEADER */

header {
	position: relative;
	width: 100%;
	height: 300px;
	z-index: 21;
}

header > div#logoLayer {
	position: absolute;
	left: calc(50% - 1400px / 2);
	top: 75px;
	width: 680px;
	height: 127px;
	z-index: 11;
}

header > div#logoTypoLayer img {
	width: 100%;
	height: 100%;
}

header > nav#main {
	position: absolute;
	left: 50%;
	top: 128px;
	width: auto;
	height: auto;
	z-index: 12;
}

.pageHomeOK > header > nav#main { padding-top: 1px; }

header > nav#buttons {
	position: fixed;
	right: 20px;
	top: 20px;
	width: auto;
	height: auto;
	z-index: 12;
}

header > nav#buttons img {
	width: 30px;
	height: 30px;
}

header > nav#date {
	position: absolute;
	left: 50%;
	margin-left: -20px;
	top: 180px;
	width: auto;
	height: auto;
	background-color: #ff00c6;
	animation: myBackgroundColors 7s infinite alternate ease-in-out;
	border-radius: 0 15px 0 15px;
	z-index: 12;
}

header > nav#date svg {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: -3px;
}

header > nav#date svg path {
	fill: inherit;
}

header > nav#date svg use {
	fill: #002a3c;
}

header > nav#date span {
	display: inline-block;
	vertical-align: middle;
}

/* MAIN */

main {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 11;
}

main > section {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 1.667em;
	padding: 80px 0;
	text-align: center;
	z-index: 11;
}

main > section:nth-last-of-type(1) { padding-bottom: 160px; }

main > section > div.content {
	position: relative;
	width: 1400px;
	margin: auto;
	text-align: left;
	z-index: 12;
}

main > section > div.content.max { width: 100%; }
main > section > div.content.indent { padding-left: 385px; }

main > section > div.bgGradient {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 75%;
	max-height: 150px;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	z-index: 11;
}

main > div#backlink {
	position: absolute;
	left: calc(50% - 1400px / 2);
	bottom: 20px;
	width: 30px;
	height: 30px;
	opacity: 0.75;
	transition: opacity 0.25s;
	z-index: 12;
}

main > div#backlink:hover { opacity: 1; }

main > div#backlink img {
	width: 30px;
	height: 30px;
}

/* FOOTER */

footer {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #000;
	padding: 50px 0;
	text-align: center;
	opacity: 0.9;
	z-index: 11;
}

footer.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
}

footer > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 330px;
	height: auto;
	background: transparent url() scroll no-repeat center top;
	background-size: auto 40px;
	padding-top: 60px;
	font-size: 14px;
	line-height: 1.667em;
	text-align: center;
	/*opacity: 0.667;*/
}

/*footer:hover > div { opacity: 1; }*/

footer > div:nth-of-type(1) { background-image: url('../images/graphics/footer/map.png'); }
footer > div:nth-of-type(2) { background-image: url('../images/graphics/footer/phone.png'); }
footer > div:nth-of-type(3) { background-image: url('../images/graphics/footer/time.png'); }
footer > div:nth-of-type(4) { background-image: url('../images/graphics/footer/balance.png'); }

/* COOKIE BANNER */

div.cookiebanner {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: calc(100% - (2 * 20px));
	max-width: 450px;
	background-color: #000;
	border: 2px solid #fff;
	padding: 20px;
	box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.25);
	z-index: 14;
}

div.cookiebanner > p {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.333em;
	color: #fff;
}

div.cookiebanner > p > button {
	width: 100%;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 0 20px 0 20px;
	padding: 7px 7px;
	text-align: center;

	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 1em;
	color: #000;
}

div.cookiebanner > p > button.no {
	background-color: transparent;
	color: #fff;
	font-weight: 300;
}

div.cookiebanner > p > button:hover {
	cursor: pointer;
}

div.cookiebanner > p:nth-of-type(2) {
	margin-bottom: 5px;
}

div.cookiebanner > p > a,
div.cookiebanner > p > a:link,
div.cookiebanner > p > a:visited {
	color: #fff !important;
	text-decoration: none !important;
}

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

/* TILES */

div.tilesWrapper {
	position: relative;
	width: calc(100% + 40px);
	left: -40px;
	text-align: left;
}

div.tilesWrapper.home { width: calc(100% + 20px); left: -20px; text-align: center; }

div.tilesWrapper > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 40px);
	margin-left: 40px;
	margin-bottom: 40px;
}

div.tilesWrapper.home > div { width: calc(100% / 6 - 20px); margin-left: 20px; margin-bottom: 20px; }
div.tilesWrapper.partner > div,
div.tilesWrapper.leistungen > div,
div.tilesWrapper.loesungen > div,
div.tilesWrapper.neuigkeiten > div,
div.tilesWrapper.unternehmen > div { width: calc(100% / 4 - 40px); }
/*div.tilesWrapper.partner > div { width: calc(100% / 4 - 40px); max-width: 140px; margin-bottom: 40px; }*/

div.tilesWrapper > div > div {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 11;
}

div.tilesWrapper > div > div.pict { font-size: 0; line-height: 0; }

div.tilesWrapper.home > div > div.pict { background-color: #000; border-radius: 0 30px 0 30px; }
div.tilesWrapper.home > div > div.pict > img { opacity: 0.667; transition: opacity 0.25s; }
div.tilesWrapper.home > div:hover > div.pict > img { opacity: 0.25; }

div.tilesWrapper > div > div.pict > img {
	width: 100%;
	height: auto;
	border-radius: 0 30px 0 30px;
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	transition-duration: 0.25s;
	transition-property: opacity, filter;
}

.touchOK div.tilesWrapper > div > div.pict > img {
	-webkit-filter: grayscale(0%);
	        filter: grayscale(0%);
}

div.tilesWrapper.color > div > div.pict > img {
	-webkit-filter: grayscale(0%);
	        filter: grayscale(0%);
}

div.tilesWrapper > div:hover > div.pict > img {
	border-radius: 0 30px 0 30px;
	-webkit-filter: grayscale(0%);
	        filter: grayscale(0%);
}

div.tilesWrapper > div > div.text {
	position: relative;
	/*min-height: 120px;*/
	padding-top: 10px;
	font-size: 14px;
	line-height: 1.5em;
}

div.tilesWrapper.home > div > div.text {
	position: absolute;
	/*display: none;*/
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 5px !important;
	font-weight: 700;
	/*font-size: 21px;*/
	line-height: 1.25em;
}

div.tilesWrapper.partner > div > div.text,
div.tilesWrapper.leistungen > div > div.text,
div.tilesWrapper.unternehmen > div > div.text { min-height: 120px; }
div.tilesWrapper.loesungen > div > div.text,
div.tilesWrapper.neuigkeiten > div > div.text { min-height: 150px; }

/*div.tilesWrapper.home > div:hover > div.text {
	display: block;
}*/

.pageHomeOK div.tilesWrapper > div > div.text { min-height: 0; }

div.tilesWrapper > div > div.link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
	line-height: 0;
	z-index: 12;
}

div.tilesWrapper > div > div.link:hover { cursor: pointer; }

div.tilesWrapper > div > div.link > a,
div.tilesWrapper > div > div.link > a:link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

div.tilesWrapper > div > div.link > a > img {
	width: 100%;
	height: 100%;
}

/* TEAM */

div.teamWrapper {
	position: relative;
	width: calc(100% + 40px);
	left: -40px;
	text-align: center;
}

div.teamWrapper > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 40px);
	min-width: 440px;
	margin-left: 40px;
	margin-bottom: 40px;
	border: 1px solid #fff;
	border-radius: 0 30px 0 30px;
	background: transparent url('../images/main/pixels/000_p20.png') scroll repeat 0 0;
	text-align: left;
	overflow: hidden;
}

div.teamWrapper > div > div {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

div.teamWrapper > div > div.pict {
	width: calc(100% * (160 / 440));
	height: auto;
	font-size: 0;
	line-height: 0;
}

div.teamWrapper > div > div.pict > img {
	width: 100%;
	height: auto;
	border-radius: 0 0 0 30px;
}

div.teamWrapper > div > div.text {
	width: calc(100% * (280 / 440));
	height: 100%;
	padding: 40px 20px 20px 40px;
}

/* SLIDER GALLERY */

div.sliderWrapper {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	background-color: #000;
	/*overflow: hidden;*/
	z-index: 11;
}

div.sliderWrapper > div.itemsWrapper {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 11;
}

div.sliderWrapper > div.itemsWrapper > div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 11;
}

div.sliderWrapper > div.itemsWrapper > div:nth-child(1) { position: relative; }

div.sliderWrapper > div.itemsWrapper > div.act { z-index: 12; opacity: 1; }
div.sliderWrapper > div.itemsWrapper > div.fadeOut { z-index: 13 !important; }

div.sliderWrapper > div.itemsWrapper > div > div.pict {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	margin: auto;
}

/*div.sliderWrapper:hover > div.itemsWrapper > div > div.pict { opacity: 0.5; }*/

div.sliderWrapper > div.itemsWrapper > div:nth-child(1) > div.pict { position: relative; }

div.sliderWrapper > div.itemsWrapper > div > div.pict > picture > img {
	width: 100%;
	height: auto;
}

div.sliderWrapper > div.itemsWrapper > div > div.text {
	position: absolute;
	right: 0;
	top: calc(100% + 5px);
	width: auto;
	height: auto;
	margin: auto;
	font-size: 14px;
	line-height: 1em;
	text-align: left;
	color: #fff;
}

div.sliderWrapper > div.arrow {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 13;
}

div.sliderWrapper > div.arrowLeft.over {
	cursor: pointer;
	/*cursor: url('../images/main/cursors/gallery-arrow-left.cur'), url('images/main/cursors/gallery-arrow-left.cur'), w-resize;*/
	cursor: url('../images/main/cursors/arrow-left_fff_50x25.png') 25 12, w-resize;
	cursor: -webkit-image-set(url('../images/main/cursors/arrow-left_fff_50x25.png') 1x, url('../images/main/cursors/arrow-left_fff_100x50.png') 2x) 25 12, w-resize;
}
div.sliderWrapper > div.arrowRight.over {
	cursor: pointer;
	/*cursor: url('../images/main/cursors/gallery-arrow-right.cur'), url('images/main/cursors/gallery-arrow-right.cur'), e-resize;*/
	cursor: url('../images/main/cursors/arrow-right_fff_50x25.png') 25 12, e-resize;
	cursor: -webkit-image-set(url('../images/main/cursors/arrow-right_fff_50x25.png') 1x, url('../images/main/cursors/arrow-right_fff_100x50.png') 2x) 25 12, e-resize;
}

div.sliderWrapper > div.arrow.arrowLeft { left: 0; }
div.sliderWrapper > div.arrow.arrowRight { right: 0; }

div.sliderWrapper > div.dotsWrapper {
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	height: auto;
	text-align: center;
	z-index: 14;
}

div.sliderWrapper > div.dotsWrapper > div {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	border-radius: 5px;
	background-color: #fff;
	opacity: 0.25;
	transition-duration: 1s;
	transition-property: opacity;
}

div.sliderWrapper > div.dotsWrapper > div.over,
div.sliderWrapper > div.dotsWrapper > div.act {
	opacity: 1;
}

div.sliderWrapper > div.dotsWrapper > div.over { cursor: pointer; }

/* FANCYBOX GALLERY */

div.fancyboxWrapper {
	position: relative;
	left: -40px;
	width: calc(100% + 40px);
	height: auto;
}

div.fancyboxWrapper > div.item {
	position: relative;
	float: left;
	width: calc(100% / 8 - 40px);
	height: auto;
	margin: 0 0 40px 40px;
	background-color: #000;
	border-radius: 0 30px 0 30px;
	font-size: 0;
	line-height: 0;
}

.subcolumns div.fancyboxWrapper > div.item {
	width: calc(100% / 4 - 40px);
}

div.fancyboxWrapper > div.item > a {
	opacity: 1;
	transition-duration: 0.25s;
	transition-property: opacity;
	border-bottom: 0;
}

div.fancyboxWrapper > div.item > a:hover {
	opacity: 0.333;
	/*
	cursor: url('../images/main/cursors/zoom_000_25x25.png') 12 12, pointer;
	cursor: -webkit-image-set(url('../images/main/cursors/zoom_000_25x25.png') 1x, url('../images/main/cursors/zoom_000_50x50.png') 2x) 12 12, pointer;
	*/
}

div.fancyboxWrapper > div.item img {
	width: 100%;
	height: auto;
	border-radius: 0 30px 0 30px;
}

/* VIDEO 16:9 */

.videoWrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	margin-bottom: 1.5em;
	overflow: hidden;
}

/*.jsNO .videoWrapper { display: none; }*/

.videoWrapper > video,
.videoWrapper > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	border-radius: 0 30px 0 30px;
}

/* ETC */

.fontSizeBig { font-size: 120%; }

.intro {
	font-size: 38px;
	line-height: 1.25em;
}

img.icon {
	width: auto;
	height: 75px;
}

/* ==========================================================================
   HEADLINES
   ========================================================================== */

h1, h2 {
	font-weight: 400;
	font-size: 38px;
	line-height: 1.25em;
	text-transform: none;
	margin: 0 0 1em 0;
}

h2 {
	font-size: 24px;
	line-height: 1.25em;
	text-transform: none;
}

h2.h1 {
	font-size: 38px;
	line-height: 1.25em;
}

div.tilesWrapper h2 {
	font-size: 14px;
	line-height: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}

h1 + h2, p + h2, ul + h2, ol + h2, p + h1, ul + h1, ol + h1 { margin-top: 2em !important; }
h1.displayNO + h2 { margin-top: 0 !important; }

/* ==========================================================================
   LINKS
   ========================================================================== */

main a,
main a:link,
main a:visited { color: #fff; text-decoration: none; border-bottom: 0.5px solid #fff; }
main a:hover,
main a:active,
main a:visited:hover,
main a:visited:active { color: #fff; border-bottom-width: 1px; border-bottom-color: #fff; }

body[data-pixelratio='1'] > main a,
body[data-pixelratio='1'] > main a:link,
body[data-pixelratio='1'] > main a:visited { border-bottom-width: 1px; }
body[data-pixelratio='1'] > main a:hover,
body[data-pixelratio='1'] > main a:active,
body[data-pixelratio='1'] > main a:visited:hover,
body[data-pixelratio='1'] > main a:visited:active { border-bottom-width: 2px; }

div#backlink > a,
div#backlink > a:link,
div#backlink > a:visited,
div.tilesWrapper > div > div.link > a,
div.tilesWrapper > div > div.link > a:link,
div.tilesWrapper > div > div.link > a:visited {
	display: block;
	border-bottom: 0 !important;
}

footer a,
footer a:link,
footer a:visited { color: #fff; text-decoration: none; border-bottom: 0.5px solid #000; }
footer a:hover,
footer a:active,
footer a:visited:hover,
footer a:visited:active { color: #fff; border-bottom-color: #fff; }

body[data-pixelratio='1'] > footer a,
body[data-pixelratio='1'] > footer a:link,
body[data-pixelratio='1'] > footer a:visited { border-bottom-width: 1px; }
body[data-pixelratio='1'] > footer a:hover,
body[data-pixelratio='1'] > footer a:active,
body[data-pixelratio='1'] > footer a:visited:hover,
body[data-pixelratio='1'] > footer a:visited:active { border-bottom-width: 2px; }

/* ==========================================================================
   LISTS
   ========================================================================== */

ul, ol, dl {
	position: relative;
	margin: 0 0 1.5em 0;
}

ul {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 20px;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}

ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; }

/* NO BULLETS */

nav#buttons > ul,
ul.dotsNO {
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0;
}

nav#buttons > ul > li,
ul.dotsNO > li {
	padding-left: 0 !important;
	/*background: none !important;*/
}

nav#buttons > ul > li { margin-bottom: 10px; opacity: 0.75; transition: opacity 0.25s; }
nav#buttons > ul > li:hover { opacity: 1; }
nav#buttons > ul > li:nth-last-of-type(1) { margin-bottom: 0; }

/* ICONS */

ul.icons {
	position: relative;
	left: 0;
	list-style-type: none;
	list-style-position: outside;
	margin-left: 0;
}

ul.icons > li {
	padding-left: 36px;
	background: transparent url('../images/main/bg-list@2x.png') scroll no-repeat 0 8px;
	background-size: 18px auto;
}

ul.cols2 > li {
	display: inline-block;
	width: 33.33333%;
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

/* LIST NAVIGATION MAIN */

nav#main > ul {
	display: inline-block;
	width: auto;
	height: auto;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
}

nav#main > ul > li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin-left: 20px;
}

/*nav#main > ul > li:nth-of-type(1) { margin-left: 0; }*/

nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited {
	display: inline-block;
	width: auto;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 0;
	opacity: 0.75;
	/*
	-webkit-transition: color 0.25s;
	-moz-transition: color 0.25s;
	*/
	transition: color 0.25s;
}

nav#main > ul > li > a:hover,
nav#main > ul > li > a:focus,
nav#main > ul > li > a:active,
nav#main > ul > li > a:visited:hover,
nav#main > ul > li > a:visited:active {
	opacity: 1;
}

nav#main > ul > li.act > a,
nav#main > ul > li.act > a:link,
nav#main > ul > li.act > a:visited,
nav#main > ul > li.act > a:hover,
nav#main > ul > li.act > a:focus,
nav#main > ul > li.act > a:active,
nav#main > ul > li.act > a:visited:hover,
nav#main > ul > li.act > a:visited:focus,
nav#main > ul > li.act > a:visited:active {
	opacity: 1;
	border: 1px solid #fff;
	border-width: 1px 0;
}

nav#main > ul > li > a::before,
nav#main > ul > li > a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	transition: opacity 0.25s, transform 0.25s;
	transform: translateY(-10px);
	/*
	-webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
	-moz-transition: opacity 0.25s, -moz-transform 0.25s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	*/
}

nav#main > ul > li > a::before {
	top: 0;
	/*
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	*/
	transform: translateY(-10px);
}

nav#main > ul > li > a::after {
	bottom: 0;
	/*
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	*/
	transform: translateY(10px);
}

nav#main > ul > li > a:hover::before,
nav#main > ul > li > a:focus::before {
	opacity: 1;
	/*
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	*/
	transform: translateY(-1px);
}

nav#main > ul > li.act > a:hover::before,
nav#main > ul > li.act > a:focus::before {
	transform: translateY(0);
}

nav#main > ul > li > a:hover::after,
nav#main > ul > li > a:focus::after {
	opacity: 1;
	/*
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	*/
	transform: translateY(1px);
}

nav#main > ul > li.act > a:hover::after,
nav#main > ul > li.act > a:focus::after {
	transform: translateY(0);
}

/* BUTTON DATE */

nav#date a,
nav#date a:link,
nav#date a:visited {
	display: block;
	width: auto;
	font-weight: 700;
	font-size: 12px;
	line-height: 1.5em;
	letter-spacing: 0.5px;
	color: #002a3c;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 40px;
}

/* ==========================================================================
   GENERAL
   ========================================================================== */

.jsNO .jsNO { display: block; }
.jsOK .jsNO { display: none; }

.jsNO .jsOK { display: none; }
.jsOK .jsOK { display: block; }

.clear { clear: both; display: block; height: 0; width: 0; overflow: hidden; }
.ghost, .displayNO { display: none !important; }
.wrapNO { white-space: nowrap; }
.fontNO, .fontSizeZero { font-size: 0; line-height: 0; }
.hyphen { hyphens: auto; word-wrap: break-word; }

hr {
	width: 100%;
	height: 0;
	margin: 2em auto;
	border: 0;
	border-top: 1px solid #fff;
	opacity: 0.25;
}
/*body[data-pixelratio='1'] hr { border-top-width: 1px; }*/

div.distance,
div.space {
	position: relative;
	width: 100%;
	height: 40px;
	overflow: hidden;
	background-color: transparent;
}

.textAlignLeft { text-align: left !important; }
.textAlignCenter { text-align: center !important; }
.textAlignRight { text-align: right !important; }
.textAlignBlock { text-align: justify !important; }

.textCaseUpper { text-transform: uppercase !important; }
.textCaseLower { text-transform: lowercase !important; }

.alert { font-weight: 700; color: #c00; }

.paddingTopZero { padding-top: 0 !important; }
.paddingBottomZero { padding-bottom: 0 !important; }

.marginTopZero { margin-top: 0 !important; }
.marginTopSingle { margin-top: 1.5em !important; }
.marginTopDouble { margin-top: 3.0em !important; }
.marginBottomZero { margin-bottom: 0 !important; }
.marginBottomSingle { margin-bottom: 1.5em !important; }
.marginBottomDouble { margin-bottom: 3.0em !important; }

.width10p { width: 9.999% !important; }
.width15p { width: 14.999% !important; }
.width20p { width: 19.999% !important; }
.width25p { width: 24.999% !important; }
.width30p { width: 29.999% !important; }
.width33p { width: 33.333% !important; }
.width35p { width: 34.999% !important; }
.width38p { width: 37.999% !important; }
.width40p { width: 39.999% !important; }
.width45p { width: 44.999% !important; }
.width50p { width: 49.999% !important; }
.width55p { width: 54.999% !important; }
.width60p { width: 59.999% !important; }
.width65p { width: 55.999% !important; }
.width66p { width: 66.666% !important; }
.width70p { width: 69.999% !important; }
.width75p { width: 74.999% !important; }
.width80p { width: 79.999% !important; }
.width85p { width: 84.999% !important; }
.width90p { width: 89.999% !important; }

p, .p { margin: 0 0 1.5em 0; }
p.pict { font-size: 0; line-height: 0; margin: 0; padding: 0; }
p.pict { margin-bottom: 20px; }

p:last-child,
ul:last-child,
ol:last-child {
	margin-bottom: 0;
}

table {
	position: relative;
	width: 100%;
	border-width: 0;
	margin: 0 0 1.333em 0;
	border-collapse: collapse;
	empty-cells: hide;
}
th, td { background-color: transparent; vertical-align: top; }
/*table p, table ul, table ol { margin-bottom: 0; }*/

table.center { width: 100%; height: 100%; margin: 0; }
table.center td { width: 100%; height: 100%; text-align: center; vertical-align: middle; }

picture > img { border-radius: 0 30px 0 30px; }

figure { display: block; width: 100%; margin: 0; margin-bottom: 40px; font-size: 0; line-height: 0; }
figure > figcaption { display: block; width: 100%; margin: 0; opacity: 1; font-size: 12px; line-height: 1.667em; text-transform: uppercase; padding-top: 7px; padding-right: 25%; }
img { border: 0; height: auto; max-width: 100%; }

strong { font-weight: 700; }
em, i { font-style: italic; }

pre, code { font-family: "Courier New", Courier, monospace; }
address { font-style: normal; margin: 0 0 1.5em 0; }
acronym, abbr { letter-spacing: 0.07em; border-bottom: 1px dashed #000; cursor: help; }
blockquote, cite { margin: 0 0 1.5em 1.5em; width: auto; }

sup, sub {
	font-size: 75%;
	position: relative;
	height: 0;
	line-height: 1;
	vertical-align: baseline;
}
sup { bottom: 1ex; }
sub { top: .5ex; }

iframe { margin-bottom: 1.5em; border: 0; }

/* ==========================================================================
   SUBCOLUMNS
   ========================================================================== */

div.subcolumns {
	position: relative;
	left: -40px;
	width: calc(100% + 40px);
	height: auto;
	/*margin-bottom: 1.5em;*/
	margin-bottom: 0;
}

div.subcolumns > div.col {
	position: relative;
	margin-left: 40px;
}

div.subcolumns > div.col.headline { margin-top: -6px; }
div.subcolumns > div.picts { padding-top: 10px; }

div.subcolumns > div.col.left { float: left; }
div.subcolumns > div.col.right { float: right; }

div.subcolumns > div.col.c1 { width: calc(100% / 12 * 1 - 40px); }
div.subcolumns > div.col.c2 { width: calc(100% / 12 * 2 - 40px); }
div.subcolumns > div.col.c3 { width: calc(100% / 12 * 3 - 40px); }
div.subcolumns > div.col.c4 { width: calc(100% / 12 * 4 - 40px); }
div.subcolumns > div.col.c5 { width: calc(100% / 12 * 5 - 40px); }
div.subcolumns > div.col.c6 { width: calc(100% / 12 * 6 - 40px); }
div.subcolumns > div.col.c7 { width: calc(100% / 12 * 7 - 40px); }
div.subcolumns > div.col.c8 { width: calc(100% / 12 * 8 - 40px); }
div.subcolumns > div.col.c9 { width: calc(100% / 12 * 9 - 40px); }
div.subcolumns > div.col.c10 { width: calc(100% / 12 * 10 - 40px); }
div.subcolumns > div.col.c11 { width: calc(100% / 12 * 11 - 40px); }
div.subcolumns > div.col.c12 { width: calc(100% / 12 * 12 - 40px); }

div.subcolumns > div.col.picts { font-size: 0; line-height: 0; }

/* ==========================================================================
   KEYFRAMES
   ========================================================================== */

@keyframes myBackgroundColors {
	/*0% { background-color: #9524a8; }*/
	/*20% { background-color: #0027ee; }*/
	/*100% { background-color: #e73318; }*/
	0% { background-color: #3ff30e; }
	25% { background-color: #f6f309; }
	50% { background-color: #0addd6; }
	75% { background-color: #e48119; }
	100% { background-color: #ff00c6; }
}

/*****************************************************************************/
}

/*
@media screen and (min-width: 1501px) { header > div#pictLayer { background-image: url('../images/background/4000x3000.jpg'); } }
@media screen and (max-width: 1400px) { header > div#pictLayer { background-image: url('../images/background/3000x2250.jpg'); } }
@media screen and (max-width: 1000px) { header > div#pictLayer { background-image: url('../images/background/2000x1500.jpg'); } }
@media screen and (max-width: 500px) { header > div#pictLayer { background-image: url('../images/background/1000x750.jpg'); } }
*/

@media screen and (max-width: 1479px) {
/*****************************************************************************/

/* HEADER */
header > div#logoLayer { left: calc(50% - 340px - 25px); }
header > nav#main { left: 0; top: 20px; width: 100%; }
header > nav#date { top: 20px; left: 20px; margin-left: 0; }
nav#date a, nav#date a:link, nav#date a:visited { padding: 5px 20px; }


/* MAIN */
main > section > div.content { width: 100%; padding: 0 40px; }
main > div#backlink { left: 40px; }

/* TILES */
div.tilesWrapper.partner > div > div.text,
div.tilesWrapper.leistungen > div > div.text,
div.tilesWrapper.unternehmen > div > div.text { min-height: 150px; }
div.tilesWrapper.loesungen > div > div.text,
div.tilesWrapper.neuigkeiten > div > div.text { min-height: 180px; }

/* NAVIGATION */
nav#main > ul > li { margin: 0 10px; }

/*****************************************************************************/
}

@media screen and (max-width: 1319px) {
/*****************************************************************************/

/* FOOTER */
footer > div { display: block; width: 100%; margin-bottom: 40px; }
footer > div:nth-last-of-type(1) { margin-bottom: 0; }

/*****************************************************************************/
}

@media screen and (max-width: 1119px) {
/*****************************************************************************/

/* TILES */
div.tilesWrapper.home > div { width: calc(100% / 5 - 20px); }

/*****************************************************************************/
}

@media screen and (max-width: 1119px) {
/*****************************************************************************/

/* TILES */
div.tilesWrapper.partner > div,
div.tilesWrapper.leistungen > div,
div.tilesWrapper.loesungen > div,
div.tilesWrapper.neuigkeiten > div,
div.tilesWrapper.unternehmen > div { width: calc(100% / 3 - 40px); }
div.tilesWrapper.partner > div { width: calc(100% / 3 - 40px); }

/* FANCYBOX GALLERY */
.subcolumns div.fancyboxWrapper > div.item { width: calc(100% / 3 - 40px); }

/*****************************************************************************/
}

@media screen and (max-width: 1023px) {
/*****************************************************************************/

/* HEADER */

header { height: auto; }

header > div#logoLayer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 75px 40px;
}

header > nav#main {
	top: auto;
	bottom: 35px;
}

header > nav#buttons {
	right: 10px;
	top: 10px;
	/*width: 100%;*/
}

nav#buttons > ul > li {
	display: inline-block;
	margin-bottom: 0;
	padding: 10px;
	opacity: 1;
}

/*header > nav#date { top: 10px; left: 10px; }*/

/* MAIN */
main > section { padding: 40px 0; }
/*main > section:nth-of-type(1) { padding-top: 0; }*/

/* TILES */
div.tilesWrapper.partner > div { width: calc(100% / 6 - 40px); }

/* FANCYBOX GALLERY */
.subcolumns div.fancyboxWrapper > div.item { width: calc(100% / 6 - 40px); }

/* SUBCOLUMNS */

div.subcolumns { left: 0; width: 100%; }
div.subcolumns > div.col { margin-left: 0; margin-top: 40px; }
div.subcolumns > div.col:nth-of-type(1) { margin-top: 0; }

div.subcolumns > div.col.headline { margin-top: 0; }
div.subcolumns > div.picts { padding-top: 0; }

div.subcolumns > div.col.left { float: none; }
div.subcolumns > div.col.right { float: none; }

div.subcolumns > div.col.c1,
div.subcolumns > div.col.c2,
div.subcolumns > div.col.c3,
div.subcolumns > div.col.c4,
div.subcolumns > div.col.c5,
div.subcolumns > div.col.c6,
div.subcolumns > div.col.c7,
div.subcolumns > div.col.c8,
div.subcolumns > div.col.c9,
div.subcolumns > div.col.c10,
div.subcolumns > div.col.c11,
div.subcolumns > div.col.c12 {
	width: 100%;
}

div.subcolumns > div.col.picts {
	margin-top: 80px;
	text-align: center;
}

/*****************************************************************************/
}

@media screen and (max-width: 939px) {
/*****************************************************************************/

/* TILES */
div.tilesWrapper.partner > div { width: calc(100% / 5 - 40px); }

/* FANCYBOX GALLERY */
.subcolumns div.fancyboxWrapper > div.item { width: calc(100% / 5 - 40px); }

/*****************************************************************************/
}

@media screen and (max-width: 779px) {
/*****************************************************************************/

/* TILES */
div.tilesWrapper.partner > div,
div.tilesWrapper.leistungen > div,
div.tilesWrapper.loesungen > div,
div.tilesWrapper.neuigkeiten > div,
div.tilesWrapper.unternehmen > div { width: calc(100% / 2 - 40px); }
div.tilesWrapper.partner > div { width: calc(100% / 2 - 40px); }

/*****************************************************************************/
}

@media screen and (max-width: 759px) {
/*****************************************************************************/

/* BODY */
body { background-size: auto 750px; }

/* HEADER */
/*header > div#logoLayer { padding: 10vw 40px; }*/

/* MAIN */
/*main > section { padding: 5.26315789vw 0; }*/

/* TILES */
div.tilesWrapper.partner > div { width: calc(100% / 4 - 40px); }

/* FANCYBOX GALLERY */
.subcolumns div.fancyboxWrapper > div.item { width: calc(100% / 4 - 40px); }

/* NAVIGATION */
/*
nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited {
	font-size: 1.57894737vw;
	line-height: 1.5em;
}
*/

/*****************************************************************************/
}

@media screen and (max-width: 699px) {
/*****************************************************************************/

/* TILES */
div.tilesWrapper.home > div { width: calc(100% / 4 - 20px); }

/*****************************************************************************/
}

@media screen and (max-width: 659px) {
/*****************************************************************************/

/* HEADER */

header { padding-bottom: 40px; }
header > div#logoLayer { padding-bottom: 5px; }

/* NAVIGATION */

header > nav#main {
	position: relative;
	bottom: auto;
	top: 0;
	padding: 0 40px 0 0;
}

header > nav#main > ul {
	display: block;
	width: 100%;
}

header > nav#main > ul > li {
	width: calc(100% / 3 - 40px);
	margin: 0;
	margin-left: 40px;
}

nav#main > ul > li > a,
nav#main > ul > li > a:link,
nav#main > ul > li > a:visited {
	display: block;
	width: 100%;
}

nav#main > ul > li > a::before { transform: translateY(-3px); }
nav#main > ul > li > a::after { transform: translateY(3px); }

nav#main > ul > li > a::before,
nav#main > ul > li > a::after { display: none !important; }

/* FONT-SIZES */

main > section { font-size: 14px; line-height: 1.667em; }
footer > div { font-size: 14px; line-height: 1.667em; }
div.tilesWrapper > div > div.text { font-size: 14px; line-height: 1.5em; }
div.sliderWrapper > div.itemsWrapper > div > div.text { font-size: 14px; line-height: 1em; }
.intro { font-size: 26px; line-height: 1.25em; }
h1 { font-size: 26px; line-height: 1.25em; }
h2 { font-size: 18px; line-height: 1.25em; }
h2.h1 { font-size: 26px; line-height: 1.25em; }
div.tilesWrapper h2 { font-size: 12px; line-height: 1.5em; }

/*****************************************************************************/
}

@media screen and (max-width: 579px) {
/*****************************************************************************/

/* TILES */
div.tilesWrapper.partner > div,
div.tilesWrapper.leistungen > div,
div.tilesWrapper.loesungen > div,
div.tilesWrapper.neuigkeiten > div,
div.tilesWrapper.unternehmen > div { width: calc(100% - 40px); }
div.tilesWrapper.partner > div { width: calc(100% - 40px); }

div.tilesWrapper.partner > div > div.text,
div.tilesWrapper.leistungen > div > div.text,
div.tilesWrapper.unternehmen > div > div.text { min-height: 0; }
div.tilesWrapper.loesungen > div > div.text,
div.tilesWrapper.neuigkeiten > div > div.text { min-height: 0; }

div.tilesWrapper > div > div.text { padding-bottom: 80px; }
div.tilesWrapper > div:nth-last-of-type(1) > div.text { padding-bottom: 0; }

/* TILES */
div.tilesWrapper.partner > div { width: calc(100% / 3 - 40px); }

/* FANCYBOX GALLERY */
.subcolumns div.fancyboxWrapper > div.item { width: calc(100% / 3 - 40px); }

/*****************************************************************************/
}

@media screen and (max-width: 519px) {
/*****************************************************************************/

/* TEAM */

div.teamWrapper {
	width: 100%;
	left: 0;
}

div.teamWrapper > div {
	display: block;
	width: 100%;
	min-width: 0;
	margin-left: 0;
	border: 0;
	background-image: none;
	text-align: center;
}

div.teamWrapper > div:nth-last-of-type(1) { margin-bottom: 0; }

div.teamWrapper > div > div.pict { width: 100%; }

div.teamWrapper > div > div.pict > img {
	width: 100%;
	max-width: 160px;
	border-radius: 0 30px 0 30px;
}

div.teamWrapper > div > div.text {
	width: 100%;
	height: auto;
	padding: 20px 40px 40px 40px;
}

/* TILES */
div.tilesWrapper.home > div { width: calc(100% / 3 - 20px); }

/* NAVIGATION */

header > nav#main > ul > li { width: calc(100% / 2 - 40px); }

/*****************************************************************************/
}

@media screen and (max-width: 399px) {
/*****************************************************************************/

/* TILES */
/*
div.tilesWrapper.partner > div,
div.tilesWrapper.leistungen > div,
div.tilesWrapper.loesungen > div,
div.tilesWrapper.neuigkeiten > div,
div.tilesWrapper.unternehmen > div { width: calc(100% - 40px); }
div.tilesWrapper.partner > div { width: calc(100% - 40px); }
*/

/* TILES */
div.tilesWrapper.home > div { width: calc(100% / 2 - 20px); }
div.tilesWrapper.partner > div { width: calc(100% / 2 - 40px); }

/* FANCYBOX GALLERY */
.subcolumns div.fancyboxWrapper > div.item { width: calc(100% / 2 - 40px); }

/*****************************************************************************/
}

@media screen and (max-width: 374px) {
/*****************************************************************************/

header > nav#date {
	display: none;
}

/*****************************************************************************/
}

/*
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 200;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-200.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-200.woff') format('woff');
}
@font-face {
	font-family: 'Titillium Web';
	font-style: italic;
	font-weight: 200;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-200italic.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-200italic.woff') format('woff');
}
*/
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-300.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-300.woff') format('woff');
}
@font-face {
	font-family: 'Titillium Web';
	font-style: italic;
	font-weight: 300;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-300italic.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-300italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-regular.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Titillium Web';
	font-style: italic;
	font-weight: 400;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-italic.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-italic.woff') format('woff');
}
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-600.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-600.woff') format('woff');
}
@font-face {
	font-family: 'Titillium Web';
	font-style: italic;
	font-weight: 600;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-600italic.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-600italic.woff') format('woff');
}
*/
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-700.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-700.woff') format('woff');
}
@font-face {
	font-family: 'Titillium Web';
	font-style: italic;
	font-weight: 700;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-700italic.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-700italic.woff') format('woff');
}
/*
@font-face {
	font-family: 'Titillium Web';
	font-style: normal;
	font-weight: 900;
	src: local(''),
			 url('../_fonts/titillium-web-v15-latin-900.woff2') format('woff2'),
			 url('../_fonts/titillium-web-v15-latin-900.woff') format('woff');
}
*/
@media print {
/*****************************************************************************/

body > * { display: none; }

/*****************************************************************************/
}

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0;text-align:center;z-index:99996}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-44px;z-index:-1}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-caption{padding:12px}.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
