/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/**
 * Base
 * ------------------------------------------------
 */

/**
 * Change opacity of a given color without the use of an alpha channel.
 * Returns an opaque color value.
 * --------------------------------------------------------------------------
 */

/*------------------------------------*	$VARIABLES AND ABSTRACTIONS
\*------------------------------------*/

/**
 * Which objects and abstractions would you like to use?
 * --------------------------------------------------------------------------
 */

/**
 * Tell CPS-Framework when breakpoints start.
 * usage: "@include bp(small) {}" or "@include bp(1024px) {}"
 * --------------------------------------------------------------------------
 * You can add more breakpoints in /css/scss/base/_mixins.scss --> @mixin bp
 */

/**
 * Utility font sizes
 * if you build a "perfect" accessibility project please use REM-values for every font-size specification
 * usage: @include px-rem(font-size, value or variable without px unit);
 * --------------------------------------------------------------------------
 */

/**
 * Base spacing units in PX (will converted to EMs depending on base font size for desktop)
 * --------------------------------------------------------------------------
 * This section defines spacing behavior for p, ul, ol, csc-content, csc-frames, hr, forms, ...
 */

/**
 * Base colors
 * --------------------------------------------------------------------------
 * This $c-color is simply serving as a placeholder, and is not used.
 */

/**
 * Color Usage
 * --------------------------------------------------------------------------
 * This $c-color is simply serving as a placeholder, and is not used.
 */

/**
 * Theme colors
 * --------------------------------------------------------------------------
 */

/**
 * Base Font Families
 * --------------------------------------------------------------------------
 */

/**
 * Heading font sizes
 * --------------------------------------------------------------------------
 * - small function to help using pixels but create em values in the context of the base-font-size
 * - font-size values are pixel based but get converted to EMs
 */

/*
 * h4 & h5 are usually the same size as base-font-size but with different styling (therefore we didn't create breakpoint behaviour in advance)
 */

/*
$h5-font-family: 		$base-font-family;
$h5-weight: 			700;
$h5-size: 				16px;
$h5-line: 				$base-line-height;
$h5-color: 				$c-font-main;
$h5-ma-bo: 				0.4em;

$h6-font-family: 		$base-font-family;
$h6-weight: 			700;
$h6-size: 				16px;
$h6-line: 				$base-line-height;
$h6-color: 				$c-font-main;
$h6-ma-bo: 				0.4em;
*/

/**
 * z-Index
 * --------------------------------------------------------------------------
 */

/**
 * When inside (context) selector
 * usage: "@include when-inside(".myOuterClass") {color: red}"
 * --------------------------------------------------------------------------
 */

/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * usage: "@include accessibility;"
 * --------------------------------------------------------------------------
 */

/**
 * PxToRm (px value but without the "px")
 * usage: "@include px-rem(font-size, 18);"
 * --------------------------------------------------------------------------
 */

/**
 * Headings
 * usage: "@include headings(1, 6) {...}"
 * --------------------------------------------------------------------------
 */

/**
 * Reset Spacing
 * --------------------------------------------------------------------------
 */

/**
 * Clearfix
 * usage: "@include clearfix;"
 * --------------------------------------------------------------------------
 */

/**
 * Text Overflow / Truncate
 * usage: "@include text-truncate;"
 * --------------------------------------------------------------------------
 */

/**
 * Breakpoints
 * usage: "@include bp(small) {...}"
 * --------------------------------------------------------------------------
 */

/**
 * Font Face Mixin
 *
 * @link https://gist.github.com/jonathantneal/d0460e5c2d5d7f9bc5e6
 *
 */

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	min-height: 100%;
	font-size: 100%;
}

body {
	font-family: Arial, Georgia, serif;
	color: #333333;
	font-size: 18px;
	line-height: 1.333;
}

.enhanced body {
	font-size: 18px;
	line-height: 1.25;
}

img,
iframe {
	max-width: 100%;
	height: auto;
}

object {
	pointer-events: none;
}

.g-container {
	max-width: 1180px;
	width: 90%;
	margin: 0 auto;
}

.g-container:before,
.g-container:after {
	content: "";
	display: table;
}

.g-container:after {
	clear: both;
}

.g-svg-container {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	width: 100%;
	padding-bottom: 100%;
}

.g-svg-content {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

.g-clearfix:before,
.g-clearfix:after {
	content: "";
	display: table;
}

.g-clearfix:after {
	clear: both;
}

.g-accessibility,
.g-is-visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.g-valid {
	color: #F2DEDE;
}

.g-error {
	color: #DFF0D8;
}

.g-disabled {
	color: #999999;
}

.bg-white {
	background-color: #FFFFFF;
	padding-top: 22px;
	padding-bottom: 16px;
}

.bg-grey {
	background-color: #E9EBEE;
	padding-bottom: 30px;
}

/**
 * Base
 * ------------------------------------------------
 */

/*------------------------------------*	$VARIABLES AND ABSTRACTIONS
\*------------------------------------*/

/**
 * Which objects and abstractions would you like to use?
 * --------------------------------------------------------------------------
 */

/**
 * Tell CPS-Framework when breakpoints start.
 * usage: "@include bp(small) {}" or "@include bp(1024px) {}"
 * --------------------------------------------------------------------------
 * You can add more breakpoints in /css/scss/base/_mixins.scss --> @mixin bp
 */

/**
 * Utility font sizes
 * if you build a "perfect" accessibility project please use REM-values for every font-size specification
 * usage: @include px-rem(font-size, value or variable without px unit);
 * --------------------------------------------------------------------------
 */

/**
 * Base spacing units in PX (will converted to EMs depending on base font size for desktop)
 * --------------------------------------------------------------------------
 * This section defines spacing behavior for p, ul, ol, csc-content, csc-frames, hr, forms, ...
 */

/**
 * Base colors
 * --------------------------------------------------------------------------
 * This $c-color is simply serving as a placeholder, and is not used.
 */

/**
 * Color Usage
 * --------------------------------------------------------------------------
 * This $c-color is simply serving as a placeholder, and is not used.
 */

/**
 * Theme colors
 * --------------------------------------------------------------------------
 */

/**
 * Base Font Families
 * --------------------------------------------------------------------------
 */

/**
 * Heading font sizes
 * --------------------------------------------------------------------------
 * - small function to help using pixels but create em values in the context of the base-font-size
 * - font-size values are pixel based but get converted to EMs
 */

/*
 * h4 & h5 are usually the same size as base-font-size but with different styling (therefore we didn't create breakpoint behaviour in advance)
 */

/*
$h5-font-family: 		$base-font-family;
$h5-weight: 			700;
$h5-size: 				16px;
$h5-line: 				$base-line-height;
$h5-color: 				$c-font-main;
$h5-ma-bo: 				0.4em;

$h6-font-family: 		$base-font-family;
$h6-weight: 			700;
$h6-size: 				16px;
$h6-line: 				$base-line-height;
$h6-color: 				$c-font-main;
$h6-ma-bo: 				0.4em;
*/

/**
 * z-Index
 * --------------------------------------------------------------------------
 */

/**
 * When inside (context) selector
 * usage: "@include when-inside(".myOuterClass") {color: red}"
 * --------------------------------------------------------------------------
 */

/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * usage: "@include accessibility;"
 * --------------------------------------------------------------------------
 */

/**
 * PxToRm (px value but without the "px")
 * usage: "@include px-rem(font-size, 18);"
 * --------------------------------------------------------------------------
 */

/**
 * Headings
 * usage: "@include headings(1, 6) {...}"
 * --------------------------------------------------------------------------
 */

/**
 * Reset Spacing
 * --------------------------------------------------------------------------
 */

/**
 * Clearfix
 * usage: "@include clearfix;"
 * --------------------------------------------------------------------------
 */

/**
 * Text Overflow / Truncate
 * usage: "@include text-truncate;"
 * --------------------------------------------------------------------------
 */

/**
 * Breakpoints
 * usage: "@include bp(small) {...}"
 * --------------------------------------------------------------------------
 */

/**
 * Font Face Mixin
 *
 * @link https://gist.github.com/jonathantneal/d0460e5c2d5d7f9bc5e6
 *
 */

/**
 * RTE Elements
* --------------------------------------------------------------------------
*/

/**
	 * Base elements
	 */

ul,
ol,
dl,
blockquote,
p,
address,
table,
fieldset,
figure,
pre {
	margin: 0;
	padding: 0;
	margin-bottom: 1.66667em;
}

label {
	margin-bottom: 0.5em;
}

input,
textarea {
	margin-bottom: 0.77778em;
}

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

.b-content-item,
.csc-default,
.csc-frame {
	margin-bottom: 40px;
}

/**
	 * border content elements
	 */

hr,
.rule,
.csc-frame-rulerAfter,
.csc-frame-rulerBefore {
	margin: 0;
}

.csc-frame-rulerAfter {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.csc-frame-rulerBefore {
	margin-top: 20px;
	padding-top: 20px;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*------------------------------------*    $FORMS
\*------------------------------------*/

/**
 * Placeholder
 * ------------------------------------------------
 */

input:-moz-placeholder {
	color: #888888;
	opacity: 1;
}

input::-webkit-input-placeholder {
	color: #888888;
	opacity: 1;
}

input::-webkit-input-placeholder {
	color: #888888;
	opacity: 1;
}

input:-moz-placeholder { /* Firefox 18- */
	color: #888888;
	opacity: 1;
}

input::-moz-placeholder { /* Firefox 19+ */
	color: #888888;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #888888;
	opacity: 1;
}

/**
 * Global Form Styling
 * ------------------------------------------------
 */

form ol,
form ul {
	list-style: none;
	margin-left: 0;
}

legend {
	display: none;
}

fieldset {
	border: 0;
}

label {
	display: block;
	font-weight: bold;
	margin-bottom: 0.05em;
}

button,
input,
select,
textarea {
	font-family: inherit;
}

input,
textarea {
	width: 100%;
	border: 1px solid #E9EBEE;
	border-radius: 0px;
	padding: .6em 0.3em;
}

select {
	width: 100%;
	border: none;
}

input[type=text],
input[type=search],
input[type=url],
input[type=number],
input[type=password],
textarea {
	-webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
	width: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * $BUTTONS
 * ==========================================================================
 *	Recommended use:
 *
 *	<a class="button [button--modifier]" role="button" href="[url]">Button text</a>
 *	<button class="button [button--modifier]" type="submit">Button text</button>
 *	<input class="button [button--modifier]" type="submit" value="Button text">
 */

.o-btn {
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.5s all ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle; /* UI States */
	background-color: #E9EBEE;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #333333; /* UI States */ /*
    @include bp(small) {
        width: 100%;
    }
    */
}

.o-btn:hover,
.o-btn:active,
.o-btn:focus {
	text-decoration: none;
	outline: none;
}

.o-btn::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.o-btn:disabled,
.o-btn.is-disabled {
	cursor: default;
}

.o-btn:hover,
.o-btn:active,
.o-btn:focus {
	background-color: #0780C2;
	box-shadow: none;
	color: #FFFFFF;
}

.o-btn:disabled,
.o-btn.is-disabled {
	background: #999999;
}

.o-btn:disabled:hover,
.o-btn:disabled:active,
.o-btn:disabled:focus,
.o-btn.is-disabled:hover,
.o-btn.is-disabled:active,
.o-btn.is-disabled:focus {
	color: #FFFFFF;
}

.o-btn--blue {
	background-color: #0780C2;
	color: #FFFFFF;
}

.o-btn--blue:hover,
.o-btn--blue:active,
.o-btn--blue:focus {
	background-color: #0780C2;
	color: #FFFFFF;
	opacity: 0.85;
}

header .o-btn,
header .o-link {
	font-size: 15px;
	padding: 13px 20px 12px 20px;
}

main .o-btn {
	padding: 13px 16px 12px 16px;
}

.o-btn__label--hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.o-btn__icon {
	height: 16px;
	width: 16px;
}

/**
 * Button Sizes
 * --------------------------------------------------------------------------
 */

/**
 * Button Functions
 * --------------------------------------------------------------------------
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: underline;
}

h1,
.h1 {
	border-bottom: 2px solid #EFE218;
	color: #FFFFFF;
	display: inline-block;
	font-family: Arial, Georgia, serif;
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.833em;
	padding-bottom: 13px;
}

h2,
.h2 {
	border-bottom: 2px solid #EFE218;
	font-size: 36px;
	margin-bottom: 1.11em;
	font-weight: bold;
	line-height: 1.11;
	font-family: Arial, Georgia, serif;
	color: #0780C2;
	padding-bottom: 0.333em;
}

h3,
.h3 {
	font-size: 24px;
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1.16;
	font-family: Arial, Georgia, serif;
	color: #333333;
}

h4,
.h4 {
	font-size: 18px;
	margin-bottom: 0.833em;
	font-weight: bold;
	line-height: 1;
	font-family: Arial, Georgia, serif;
	color: #333333;
}

/*
h5, .h5 {
	font-size: $h5-size;
	margin-bottom: $h5-ma-bo;
	font-weight: $h5-weight;
	line-height: $h5-line;
	font-family: $h5-font-family;
	color: $h5-color;
}

h6, .h6 {
	font-size: $h6-size;
	margin-bottom: $h6-ma-bo;
	font-weight: $h6-weight;
	line-height: $h6-line;
	font-family: $h6-font-family;
	color: $h6-color;
}
*/

a {
	color: #0780C2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul.o-list li,
.htmlarea-content-body ul li,
ol.o-list li,
.htmlarea-content-body ol li {
	margin: 5px 0 5px 0;
}

ul.o-list,
.htmlarea-content-body ul {
	list-style: none;
}

ul.o-list li,
.htmlarea-content-body ul li {
	padding-left: 28px;
	position: relative;
}

ul.o-list li:before,
.htmlarea-content-body ul li:before {
	background-color: #FFFFFF;
	border: 2px solid #0780C2;
	border-radius: 50%;
	content: "";
	height: 14px;
	left: 0;
	margin-right: 14px;
	position: absolute;
	top: 3px;
	width: 14px;
}

ol.o-list,
.htmlarea-content-body ol {
	list-style: decimal;
	padding-left: 28px;
}

dl.o-list dd {
	margin-left: 28px;
}

/*------------------------------------*	$RULES
\*------------------------------------*/

.rule,
hr,
.csc-frame-rulerAfter {
	border: none;
	border-bottom: 1px solid #E9EBEE;
	margin-left: auto;
	margin-right: auto;
}

.csc-frame-rulerBefore {
	border: none;
	border-top: 1px solid #E9EBEE;
	margin-left: auto;
	margin-right: auto;
}

/**
 * Dotted rules
 */

.rule--dotted {
	border-bottom-style: dotted;
}

/**
 * Dashed rules
 */

.rule--dashed {
	border-bottom-style: dashed;
}

/*------------------------------------*		$TABLES
\*------------------------------------*/

table {
	width: 100%;
}

table th,
table td {
	text-align: left;
}

abbr,
acronym {
	border-bottom: 1px dotted;
}

abbr:hover,
acronym:hover {
	cursor: help;
}

/*------------------------------------*	$Alignment
\*------------------------------------*/

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

/*------------------------------------*	$images
\*------------------------------------*/

.o-image {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.o-image img {
	max-width: 80%;
}

/**
 * Elements (RTE and global styling)
 * ------------------------------------------------
 */

/**
 * Modules
 * ce_ -> custom elements/modules
 * menu_ -> menu modules like main, meta, footer
 * ------------------------------------------------
 */

/**
 * Objects
 * ------------------------------------------------
 */

.o-content {
	clear: both;
	margin-bottom: 40px;
}

.o-content:first-of-type {
	margin-top: 0;
}

.o-content--header-only {
	margin-bottom: 0;
}

.o-content--line {
	border: 0 solid #0780C2;
}

.o-content--line-top {
	padding-top: 20px;
	border-width: 1px 0 0 0;
	margin-top: 20px;
}

.o-content--line-top:first-of-type {
	margin-top: 20px;
}

.o-content--line-bottom {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-width: 0 0 1px 0;
}

.o-content--line .o-content__body > :last-child {
	margin-bottom: 0;
}

.o-content--framed {
	padding: 18px;
	border-bottom: 0;
	background: #E9EBEE;
}

.o-content--align-right {
	text-align: right;
}

.o-content:not(.o-content--line) + .o-content--line-top {
	margin-top: 20px;
}

.o-form__section {
	border: 0;
	margin: 0;
	padding: 0;
}

.o-form__section + .o-form__section {
	border: 0;
	margin-top: 20;
}

.o-form__item {
	margin-bottom: 18px;
	padding: 0;
	position: relative;
}

.o-form__item select {
	background: #E9EBEE;
	border: 1px solid #E9EBEE;
	color: #333333;
	height: auto;
	margin: 0;
	min-height: 42px;
	outline: none;
	padding: 19px 21px;
	transition: .25s all ease;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #E9EBEE url(../Icons/Form/icon_arrow-down.svg) right 21px top 22px no-repeat;
	background-size: 25px 15px;
	cursor: pointer;
	padding: 18px 60px 18px 17px;
}

.o-form__headline {
	margin-bottom: 0;
}

.o-form__label {
	background: transparent;
	color: #333333;
	cursor: default;
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 1px 0;
	transition: .25s all ease;
	width: 100%;
}

.o-form__field {
	background: #E9EBEE;
	border: 1px solid #E9EBEE;
	color: #333333;
	height: auto;
	margin: 0;
	min-height: 42px;
	outline: none;
	padding: 19px 21px;
	transition: .25s all ease;
	width: 100%;
}

.o-form__field:focus {
	background: #FFFFFF;
	color: inherit;
}

.o-form__field--select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background: #E9EBEE url("../Icons/Form/icon_arrow-down.svg") right 21px top 22px no-repeat;
	background-size: 25px 15px;
	cursor: pointer;
	padding: 18px 60px 18px 17px;
}

.o-form__field--select[disabled] {
	background-image: none;
	cursor: default;
}

.o-form__field--select:after {
	content: '';
	display: block;
	right: 1em;
	width: 12px;
	height: 12px;
}

/* hack for all ie 10+ */

select::-ms-expand {
	display: none;
}

/* hack for ie9 only */

.o-form__field.has-error {
	background-color: #F2DEDE;
	border-color: #F2DEDE;
}

.o-form__field.has-error:focus {
	background-color: #FFFFFF;
}

.o-form__field.has-error {
	color: inherit;
}

/* CHECKBOX */

.o-check-group {
	padding-top: 4px;
}

.o-check-group__item {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.o-check-group__item:not(:last-of-type) {
	margin-right: 2em;
}

.o-check-group__option {
	border: 0;
	height: 40px;
	margin-bottom: 0;
	margin-right: .25em;
	opacity: 0;
	position: absolute;
	visibility: visible;
	width: 40px;
}

.o-check-group__label {
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	line-height: 40px;
	padding-left: 46px;
	vertical-align: top;
}

.has-error .o-check-group__label {
	color: #F2DEDE;
}

.o-check-group__label::before {
	background-color: #E9EBEE;
	content: '';
	display: block;
	float: left;
	height: 40px;
	margin-left: -46px;
	visibility: visible;
	width: 40px;
}

.o-check-group__option:focus + .o-check-group__label::before {
	outline: 1px dotted #E9EBEE;
}

.o-check-group__option:checked + .o-check-group__label::before {
	background-image: url("../Icons/Form/icon_checkbox_active.svg");
}

/* RADIO BUTTONS */

.o-radio-group {
	padding-top: 9px;
}

.o-radio-group__item {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.o-radio-group__item:not(:last-of-type) {
	margin-right: 2em;
}

.o-radio-group__option {
	border: 0;
	height: 30px;
	margin-bottom: 0;
	margin-right: .25em;
	opacity: 0;
	position: absolute;
	visibility: visible;
	width: 30px;
}

.o-radio-group__label {
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	line-height: 30px;
	padding-left: 46px;
	vertical-align: top;
}

.has-error .o-radio-group__label {
	color: #F2DEDE;
}

.o-radio-group__label::before {
	background-color: #E9EBEE;
	border: 10px solid #E9EBEE;
	border-radius: 50%;
	content: '';
	display: block;
	float: left;
	height: 30px;
	margin-left: -41px;
	visibility: visible;
	width: 30px;
}

.o-radio-group__option:focus + .o-radio-group__label::before {
	outline: 1px dotted #E9EBEE;
}

.o-radio-group__option:checked + .o-radio-group__label::before {
	background-color: #0780C2;
}

/* SUBMIT */

.o-form__item > .o-btn {
	float: right;
}

.bg-grey .o-form__field {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.bg-grey .o-check-group__label::before {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.bg-grey .o-radio-group__label::before {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.tx-srfeuserregister-pi1-error {
	color: #ff0000;
	margin: 0;
	padding: 0;
}

.tx-srfeuserregister-pi1-checkbox {
	border: 0;
	height: 40px;
	margin-bottom: 0;
	margin-right: .25em;
	opacity: 0;
	position: absolute;
	visibility: visible;
	width: 40px !important;
}

.tx-srfeuserregister-pi1-checkbox:focus + .o-check-group__label::before {
	outline: 1px dotted #E9EBEE;
}

.tx-srfeuserregister-pi1-checkbox:checked + .o-check-group__label::before {
	background-image: url("../Icons/Form/icon_checkbox_active.svg");
}

.o-grid {
	margin-left: -40px;
}

.o-grid:before,
.o-grid:after {
	content: "";
	display: table;
}

.o-grid:after {
	clear: both;
}

.o-grid__item {
	width: 100%;
}

.o-grid > .o-grid__item {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	max-width: 100%;
	padding-left: 40px;
}

.o-grid > .o-grid__item--align-middle {
	vertical-align: middle;
}

.o-link {
	font-weight: normal;
	text-decoration: none;
}

.o-link:hover,
.o-link:focus {
	text-decoration: underline;
}

.o-link__label--hidden {
	display: none;
}

.o-media:before,
.o-media:after {
	content: "";
	display: table;
}

.o-media:after {
	clear: both;
}

.o-media__content > :last-child {
	margin-bottom: 0;
}

.o-media__media {
	display: table;
	margin-bottom: 0;
}

.o-media__caption {
	display: table-caption;
	caption-side: bottom;
	margin-top: .5em;
	padding: .25em;
	font-size: 70%;
}

.o-media--left > .o-media__media,
.o-media--right > .o-media__media {
	max-width: 50%;
}

.o-media--left > .o-media__media {
	float: left;
	margin-right: 20px;
}

.o-media--right > .o-media__media {
	float: right;
	margin-left: 20px;
}

.o-media--below > .o-media__media {
	margin-top: 20px;
}

.o-media--beside > .o-media__content {
	overflow: hidden;
}

.o-media--above .c-ce-textpic__content {
	clear: both;
	padding-top: 10px;
}

/*  The section object serves as a wrapper to shrink the containing elements
    to a maximum width. It then gets centered.
*/

.o-section {
	position: relative;
	margin: 0 auto;
	max-width: 1180px;
	width: 90%;
}

.o-section:before,
.o-section:after {
	content: "";
	display: table;
}

.o-section:after {
	clear: both;
}

/**
 * Components
 * ------------------------------------------------
 */

.c-page-foot {
	padding-bottom: 50px;
}

.c-page-foot__col {
	padding-top: 37px;
}

.c-page-foot__col--align-right {
	text-align: right;
}

/* pages without grey section above the footer */

.p-page .c-page-foot .o-section {
	border-top: 2px solid #E9EBEE;
}

.p-page .c-page-foot .c-page-foot__col {
	padding-top: 19px;
}

.c-page-head {
	min-height: 170px;
	position: relative;
}

.t-brown .c-page-head {
	background-color: #896e4c;
}

.t-cyan .c-page-head {
	background-color: #1f6780;
}

.t-red .c-page-head {
	background-color: #8f3338;
}

.t-gray .c-page-head {
	background-color: #4f5660;
}

.c-page-head__top {
	padding: 43px 0 14px 0;
}

.c-page-head__bottom {
	background-color: #E9EBEE;
	position: relative;
}

.c-page-head__bottom:before,
.c-page-head__bottom:after {
	content: "";
	display: table;
}

.c-page-head__bottom:after {
	clear: both;
}

.c-page-head__bottom .o-section {
	position: static;
}

.c-page-head__bottom .o-grid__item + .o-grid__item {
	padding-left: 0;
}

.c-page-head__bottom.js-is-fixed {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20;
}

.c-page-head__section {
	float: right;
	margin-left: 28px;
}

.c-menu-breadcrumb__list {
	list-style: none;
	margin: 17px 0;
	padding: 0;
}

.c-menu-breadcrumb__item {
	display: inline-block;
	font-size: 16px;
	margin: 0;
}

.c-menu-breadcrumb__item + .c-menu-breadcrumb__item:before {
	display: inline-block;
	content: '»';
	padding-left: .25em;
	padding-right: .25em;
}

.c-menu-breadcrumb__item.is-current {
	color: #333333;
}

.c-menu-breadcrumb__link {
	color: #0780C2;
	padding: 0;
	transition: 0.5s all ease;
}

.c-menu-footer__list {
	list-style: none;
}

.c-menu-footer__list:before,
.c-menu-footer__list:after {
	content: "";
	display: table;
}

.c-menu-footer__list:after {
	clear: both;
}

.c-menu-footer__item {
	display: inline-block;
}

.c-menu-footer__item + .c-menu-footer__item::before {
	display: inline-block;
	content: '|';
	padding: 0 .25em;
}

.c-menu-footer__item.is-current {
	color: #333333;
}

.c-menu-footer__link {
	color: #0780C2;
	text-decoration: none;
}

.c-menu-main {
	float: left;
	padding-top: 15px;
}

.c-menu-main .u-icon--before::before {
	background-size: 14px 14px;
	height: 14px;
	min-height: 14px;
	padding-left: 30px;
	width: 14px;
}

.c-menu-main__list {
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

.c-menu-main__item {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	display: inline-block;
	margin: 0 6px 15px 0;
}

.c-menu-main__item:hover,
.c-menu-main__item:focus,
.c-menu-main__item.is-active {
	box-shadow: 0 0 0;
}

.c-menu-main__link {
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	color: #888888;
	display: block;
	font-size: 15px;
	letter-spacing: 0.10em;
	padding: 9px 16px 7px 16px !important;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.5s all ease;
}

.c-menu-main__link:not(.is-current):hover,
.c-menu-main__link:not(.is-current):focus {
	background-color: #0780C2;
	border-color: #0780C2;
	color: #FFFFFF;
	text-decoration: none;
}

.c-menu-main__link.is-current {
	background-color: #E9EBEE;
	text-decoration: none;
}

.c-menu-main__layer {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding-top: 15px;
	position: absolute;
	top: 54px;
	width: 100%;
	z-index: 15;
}

.c-menu-main__layer-inner {
	background-color: #0780C2;
}

.c-menu-main__item--l1:hover > a:not(.is-current) {
	background-color: #0780C2;
	border-color: #0780C2;
	color: #FFFFFF;
	text-decoration: none;
}

.c-menu-main__list--l2 {
	margin: 0 auto;
	max-width: 1180px;
	padding: 24px 0 42px 0;
}

.c-menu-main__item--l2 {
	box-shadow: none;
	display: inline-block;
	margin-right: -4px;
	padding: 40px 5px;
	width: 20%;
}

.c-menu-main__item--l2 .c-menu-main__link {
	background-color: transparent;
	border: 0;
	color: #FFFFFF;
	letter-spacing: 0;
	padding: 0;
	text-transform: none;
}

.c-menu-main__item--l2 .c-menu-main__link span.c-menu-main__subtitle {
	display: block;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 2px;
}

.c-menu-main__item--l2 .c-menu-main__link span.c-menu-main__title {
	border-bottom: 2px solid #EFE218;
	display: block;
	font-size: 29px;
	font-weight: 600;
	padding-bottom: 3px;
}

.c-menu-main__item--l1:focus .c-menu-main__layer,
.c-menu-main__item--l1:hover .c-menu-main__layer {
	display: block;
}

.c-menu-main__list--l2 .c-menu-main__link:focus,
.c-menu-main__list--l2 .c-menu-main__link:hover {
	color: #E9EBEE;
}

.mm-hidden {
	display: none !important;
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative;
}

.mm-menu {
	box-sizing: border-box;
	background: inherit;
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.mm-panels,
.mm-panels > .mm-panel {
	background: inherit;
	border-color: inherit;
	box-sizing: border-box;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.mm-panels {
	overflow: hidden;
}

.mm-panel {
	transition: transform 0.2s ease;
	transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
	transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
	transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
	z-index: 1;
}

.mm-panels > .mm-panel {
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 20px;
}

.mm-panels > .mm-panel.mm-hasnavbar {
	padding-top: 60px;
}

.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel:after {
	content: '';
	display: block;
	height: 20px;
}

.mm-vertical .mm-panel {
	transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
	display: none;
	padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
	border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
	display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
	height: 60px;
	bottom: auto;
}

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
	top: 26px;
	bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
	transform: rotate(45deg);
	right: 19px;
}

.mm-btn {
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 0;
	z-index: 1;
}

.mm-clear:before,
.mm-clear:after,
.mm-close:before,
.mm-close:after {
	content: '';
	border: 2px solid transparent;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	transform: rotate(-45deg);
}

.mm-clear:before,
.mm-close:before {
	border-right: none;
	border-bottom: none;
	right: 18px;
}

.mm-clear:after,
.mm-close:after {
	border-left: none;
	border-top: none;
	right: 25px;
}

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
	content: '';
	border: 2px solid transparent;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	transform: rotate(-45deg);
}

.mm-prev:before {
	border-right: none;
	border-bottom: none;
	left: 23px;
}

.mm-next:after,
.mm-arrow:after {
	border-top: none;
	border-left: none;
	right: 23px;
}

.mm-navbar {
	border-bottom: 1px solid;
	border-color: inherit;
	text-align: center;
	line-height: 30px;
	height: 60px;
	padding: 0 60px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.mm-navbar > * {
	display: block;
	padding: 15px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
	text-decoration: none;
}

.mm-navbar .mm-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.mm-navbar .mm-btn:first-child {
	padding-left: 20px;
	left: 0;
}

.mm-navbar .mm-btn:last-child {
	text-align: right;
	padding-right: 20px;
	right: 0;
}

.mm-panel .mm-navbar {
	display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
	display: block;
}

.mm-listview,
.mm-listview > li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.mm-listview {
	font: inherit;
	font-size: 20px;
	line-height: 40px;
}

.mm-listview a,
.mm-listview a:hover {
	text-decoration: none;
}

.mm-listview > li {
	position: relative;
}

.mm-listview > li,
.mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
	border-color: inherit;
}

.mm-listview > li > a,
.mm-listview > li > span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0;
}

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
	padding-right: 70px;
}

.mm-listview > li:not(.mm-divider):after {
	content: '';
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
	left: 20px;
}

.mm-listview .mm-next {
	background: rgba(3, 2, 1, 0);
	width: 70px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.mm-listview .mm-next:before {
	content: '';
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
	margin-right: 70px;
}

.mm-listview .mm-next.mm-fullsubopen {
	width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
	border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
	padding-right: 70px;
	margin-right: 0;
}

.mm-panels > .mm-panel > .mm-listview {
	margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
	margin-top: -20px;
}

.mm-listview .mm-inset {
	list-style: inside disc;
	padding: 0 10px 15px 40px;
	margin: 0;
}

.mm-listview .mm-inset > li {
	padding: 5px 0;
}

.mm-listview .mm-divider {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 35px;
}

.mm-listview .mm-spacer {
	padding-top: 60px;
}

.mm-listview .mm-spacer > .mm-next {
	top: 60px;
}

.mm-listview .mm-spacer.mm-divider {
	padding-top: 35px;
}

/*
	jQuery.mmenu multiline extension CSS
*/

.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
	text-overflow: clip;
	white-space: normal;
}

/*
	jQuery.mmenu pagedim extension CSS
*/

html.mm-pagedim #mm-blocker,
html.mm-pagedim-white #mm-blocker,
html.mm-pagedim-black #mm-blocker {
	opacity: 0;
}

html.mm-pagedim.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim-black.mm-opening #mm-blocker {
	opacity: 0.3;
	transition: opacity 0.2s ease 0.2s;
}

html.mm-pagedim #mm-blocker {
	background: inherit;
}

html.mm-pagedim-white #mm-blocker {
	background: #fff;
}

html.mm-pagedim-black #mm-blocker {
	background: #000;
}

/*
	jQuery.mmenu position extension CSS
*/

.mm-menu.mm-top,
.mm-menu.mm-bottom {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.mm-menu.mm-right {
	left: auto;
	right: 0;
}

.mm-menu.mm-bottom {
	top: auto;
	bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
	transform: translate3d(-80%, 0, 0);
}

/*
	jQuery.mmenu z-position extension CSS
*/

html.mm-front .mm-slideout {
	transform: none !important;
	z-index: 0;
}

html.mm-front #mm-blocker {
	z-index: 1;
}

html.mm-front .mm-menu {
	z-index: 2;
}

.mm-menu.mm-front,
.mm-menu.mm-next {
	transition: transform 0.2s ease;
	transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-front.mm-right,
.mm-menu.mm-next.mm-right {
	transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-top {
	transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-bottom {
	transform: translate3d(0, 100%, 0);
}

html.mm-opening .mm-menu.mm-front,
html.mm-opening .mm-menu.mm-next {
	transform: translate3d(0, 0, 0);
}

.mm-menu.mm-top,
.mm-menu.mm-bottom {
	height: 80%;
	min-height: 140px;
	max-height: 880px;
}

/*
	jQuery.mmenu navbars addon CSS
*/

.mm-menu > .mm-navbar {
	background: inherit;
	padding: 0;
	z-index: 3;
	transform: translate3d(0, 0, 0);
}

.mm-navbar-bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom: none;
	top: auto;
	bottom: 0;
}

.mm-navbar-top ~ .mm-navbar-top {
	border-bottom: none;
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
	border-top: none;
}

.mm-navbar.mm-hasbtns {
	padding: 0 60px;
}

.mm-navbar[class*="mm-navbar-content-"] > * {
	box-sizing: border-box;
	display: block;
	float: left;
}

.mm-navbar .mm-breadcrumbs {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	text-align: left;
	padding: 0 0 0 17px;
}

.mm-navbar .mm-breadcrumbs > * {
	display: inline-block;
	padding: 15px 3px;
}

.mm-navbar .mm-breadcrumbs > a {
	text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
	margin-left: -60px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
	margin-left: 0;
	padding-left: 0;
}

.mm-navbar-top-1 {
	top: 0px;
}

.mm-hasnavbar-top-1 .mm-panels {
	top: 60px;
}

.mm-navbar-top-2 {
	top: 60px;
}

.mm-hasnavbar-top-2 .mm-panels {
	top: 120px;
}

.mm-navbar-top-3 {
	top: 120px;
}

.mm-hasnavbar-top-3 .mm-panels {
	top: 180px;
}

.mm-navbar-top-4 {
	top: 180px;
}

.mm-hasnavbar-top-4 .mm-panels {
	top: 240px;
}

.mm-navbar-bottom-1 {
	bottom: 0px;
}

.mm-hasnavbar-bottom-1 .mm-panels {
	bottom: 60px;
}

.mm-navbar-bottom-2 {
	bottom: 60px;
}

.mm-hasnavbar-bottom-2 .mm-panels {
	bottom: 120px;
}

.mm-navbar-bottom-3 {
	bottom: 120px;
}

.mm-hasnavbar-bottom-3 .mm-panels {
	bottom: 180px;
}

.mm-navbar-bottom-4 {
	bottom: 180px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
	bottom: 240px;
}

.mm-navbar-size-2 {
	height: 120px;
}

.mm-navbar-size-3 {
	height: 180px;
}

.mm-navbar-size-4 {
	height: 240px;
}

.mm-navbar-content-2 > * {
	width: 50%;
}

.mm-navbar-content-3 > * {
	width: 33.33%;
}

.mm-navbar-content-4 > * {
	width: 25%;
}

.mm-navbar-content-5 > * {
	width: 20%;
}

.mm-navbar-content-6 > * {
	width: 16.67%;
}

/*
	jQuery.mmenu offCanvas addon CSS
*/

.mm-page {
	box-sizing: border-box;
	position: relative;
}

.mm-slideout {
	transition: transform 0.2s ease;
	z-index: 1;
}

html.mm-opened {
	overflow-x: hidden;
	position: relative;
}

html.mm-blocking {
	overflow: hidden;
}

html.mm-blocking body {
	overflow: hidden;
}

html.mm-background .mm-page {
	background: inherit;
}

#mm-blocker {
	background: rgba(3, 2, 1, 0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}

html.mm-blocking #mm-blocker {
	display: block;
}

.mm-menu.mm-offcanvas {
	z-index: 0;
	display: none;
	position: fixed;
}

.mm-menu.mm-offcanvas.mm-current {
	display: block;
}

.mm-menu {
	width: 80%;
	min-width: 140px;
	max-width: 440px;
}

html.mm-opening .mm-slideout {
	transform: translate3d(80%, 0, 0);
}

/*
	jQuery.mmenu screenReader addon CSS
*/

.mm-sronly {
	text-indent: 10px;
	overflow: hidden;
	display: block;
	width: 1px;
	height: 1px;
	position: absolute;
	z-index: -1;
}

.mm-menu {
	background: #0780C2;
	border-color: #E9EBEE;
	color: #FFFFFF;
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
	color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-btn:before,
.mm-menu .mm-btn:after {
	border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
	border-color: #E9EBEE;
}

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
	border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
	tap-highlight-color: rgba(255, 255, 255, 0.1);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
	background: rgba(255, 255, 255, 0.1);
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
	background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
	background: rgba(0, 0, 0, 0.05);
}

/*
.c-menu-mobile {
    background-color: $c-blue;
    border-color: $c-blue-medium;
    color: $c-white;

    .c-menu-mobile__list {
        border-color: inherit;
    }
}

.c-menu-mobile__item {
    padding: 7px 0 !important;
}
*/

.c-menu-mobile {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.c-menu-mobile:not(.mm-menu) {
	display: none;
}

.c-menu-mobile__link {
	border-bottom: 1px solid #E9EBEE;
}

.c-menu-mobile__link:hover,
.c-menu-mobile__link:focus {
	background-color: #E9EBEE;
	color: #333333;
}

.c-menu-mobile__close {
	display: block;
	position: relative;
	right: 35px;
	top: 5px;
	z-index: 1;
	height: 30px;
	width: 30px;
	padding: 5px;
	border: 0;
	background: transparent;
}

.c-menu-mobile__close .c-menu-mobile__close-btn {
	display: block;
	height: 20px;
	width: 20px;
	fill: #0780C2;
}

.c-menu-mobile .mm-navbar a,
.c-menu-mobile .mm-navbar > * {
	color: #FFFFFF;
	text-align: right;
}

.c-menu-mobile .mm-navbar a:focus,
.c-menu-mobile .mm-navbar a:hover,
.c-menu-mobile .mm-navbar > *:focus,
.c-menu-mobile .mm-navbar > *:hover {
	color: #333333;
}

.mm-menu .mm-btn:before,
.mm-menu .mm-btn:after,
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
	border-color: currentColor;
}

.mm-btn,
.mm-listview .mm-next {
	width: 60px;
}

.mm-btn:hover,
.mm-btn:focus,
.mm-listview .mm-next:hover,
.mm-listview .mm-next:focus {
	background-color: #E9EBEE;
	color: #333333;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
	margin-right: 60px;
}

.mm-next:after,
.mm-arrow:after {
	right: 27px;
}

.mm-prev:before {
	left: 27px;
}

html.mm-pagedim.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim-black.mm-opening #mm-blocker {
	opacity: .7;
}

.mm-listview > .c-menu-mobile__search,
.mm-listview > .c-menu-mobile__service,
.mm-listview > .c-menu-footer__item,
.mm-listview > .c-menu-footer__item:after,
.mm-listview > .c-menu-footer__item .mm-next,
.mm-listview > .c-menu-footer__item .mm-next:before {
	border-color: transparent;
}

.mm-listview .c-menu-language__list {
	margin-top: 30px;
	margin-left: 20px;
}

.mm-listview > .c-menu-footer__item {
	font-size: 16px;
	line-height: 20px;
}

.mm-listview > .c-menu-footer__item > a,
.mm-listview > .c-menu-footer__item > span {
	padding: 10px 20px;
}

.mm-listview > .c-menu-footer__item > a:hover,
.mm-listview > .c-menu-footer__item > a:focus,
.mm-listview > .c-menu-footer__item > span:hover,
.mm-listview > .c-menu-footer__item > span:focus {
	background-color: #E9EBEE;
	color: #333333;
}

.mm-listview > .c-menu-language__item {
	margin-right: 10px;
}

.mm-listview > .c-menu-language__item > a,
.mm-listview > .c-menu-language__item > span {
	padding: 0;
}

.mm-listview > .c-menu-mobile__search {
	padding: 20px;
	font-size: initial;
}

.c-menu-mobile .c-search {
	float: none;
	padding-top: 0;
	padding-bottom: 0;
}

.c-menu-mobile .c-search__field {
	background-color: #FFFFFF;
	padding-left: 10px;
	width: calc(100% - 40px);
}

.c-menu-mobile .c-search__btn {
	background-color: #E9EBEE;
}

.c-menu-mobile .c-search__btn:focus,
.c-menu-mobile .c-search__btn:hover {
	background-color: #E9EBEE !important;
}

.c-menu-mobile .c-menu-footer__item {
	display: block;
}

.c-menu-mobile .c-menu-footer__item + .c-menu-footer__item::before {
	display: block;
	content: '';
	padding: 0;
}

.c-menu-mobile .u-icon {
	background-color: transparent;
	box-shadow: none;
	font-size: 16px;
	line-height: 20px;
	min-height: none;
	padding: 10px 20px;
	text-align: left;
	text-transform: none;
}

.c-menu-mobile .u-icon::before {
	display: none;
}

.c-menu-mobile .c-menu-mobile__login:focus,
.c-menu-mobile .c-menu-mobile__login:hover {
	background-color: #E9EBEE;
}

.c-menu-mobile .c-menu-mobile__login:focus a,
.c-menu-mobile .c-menu-mobile__login:hover a {
	color: #333333;
	transition: none;
}

.c-menu-mobile .c-menu-mobile__login a {
	transition: none;
}

.c-menu-toggle {
	height: 130px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 140px;
	text-align: center;
}

.c-menu-toggle__btn {
	display: block;
	position: static;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 130px;
	padding: 40px 0 35px;
	background: #E9EBEE;
	border: none;
	transition: 0.5s all ease;
	cursor: pointer;
}

.c-menu-toggle__btn:hover,
.c-menu-toggle__btn:focus {
	background: #FFFFFF;
}

.c-menu-toggle__icon {
	width: 30px;
	height: 28px;
	margin: 0 55px;
	fill: #0780C2;
}

.c-menu-toggle__label {
	font-size: 13px;
	color: #0780C2;
	text-transform: uppercase;
}

.c-menu-toggle__label:hover,
.c-menu-toggle__label:focus {
	color: #0780C2;
}

.c-pagination {
	display: inline-block;
	padding: 0;
	margin: 20px 0;
	text-align: center;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.c-pagination_item,
.c-pagination__prev,
.c-pagination__next {
	display: inline-block;
	margin: 5px;
}

.c-pagination__link {
	background: #fff;
	color: #0780C2;
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none !important;
	width: 40px;
	transition: all .3s;
}

.c-pagination__link:hover {
	background: #0780C2;
	color: #fff;
	transition: all .3s;
}

.c-pagination__link--active {
	background: #efe218;
	color: #0780C2;
	transition: all .3s;
}

.c-pagination__link--active:hover {
	background: #0780C2;
	color: #fff;
	transition: all .3s;
}

.c-pagination__link__prev,
.c-pagination__link__next,
.c-pagination__link__link {
	background: #0780C2;
	color: #fff;
	transition: all .3s;
}

.c-pagination__link__prev,
.c-pagination__link__next,
.c-pagination__link__link:hover {
	background: #0780C2;
	color: #fff;
	transition: all .3s;
}

/* locked screen */

.c-download-area--locked {
	background-color: #FFFFFF;
	display: table;
	height: 244px;
	width: 100%;
}

.c-download-area__inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/* unlocked screen */

.c-download-area__container {
	background-color: #FFFFFF;
	padding: 20px;
}

.c-download-area__headline {
	font-size: 16px;
	font-weight: normal;
}

.c-download-area__list {
	list-style: none;
	margin-bottom: 0;
}

.c-download-area__item {
	display: inline-block;
	height: 170px;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
	width: 120px;
}

.c-download-area__link {
	display: block;
	transition: 0.5s all ease;
}

.c-download-area__link:focus .c-download-area__overlay,
.c-download-area__link:hover .c-download-area__overlay {
	visibility: visible;
}

.c-download-area__link:focus .c-download-area__arrow,
.c-download-area__link:hover .c-download-area__arrow {
	display: block;
}

.c-download-area__overlay {
	background-color: #0780C2;
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 100%;
	z-index: 2;
}

.c-download-area__arrow {
	background-image: url("../Icons/icon_download.svg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	bottom: 26px;
	color: #FFFFFF;
	display: none;
	padding-top: 57px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	width: 100%;
	z-index: 3;
}

.c-download-area__img {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.c-download-area__logininfo {
	background-image: url("../Icons/icon_logininfo.svg");
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding-top: 68px;
	text-align: center;
	text-decoration: none;
}

.c-download-list {
	list-style: none;
}

.c-download-list--big .c-download-list__item {
	float: left;
}

.c-download-list__item {
	border-bottom: 2px solid #ccc;
	display: block;
	margin-bottom: 14px;
	padding-top: 2px;
	padding-bottom: 14px;
}

.c-download-list__item:last-child {
	margin-bottom: 0;
}

.c-download-list__link {
	background-image: url("../Icons/icon_pdf.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 9px 0 7px 36px;
	position: relative;
}

.c-download-list__link:before {
	position: absolute;
	top: 0;
	left: 0;
}

.c-headerimage {
	height: 150px;
	position: relative;
}

.c-headerimage h1 {
	border-bottom: 0;
	margin-top: 6px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.c-headerimage__img {
	background-position: 50% center;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.o-table {
	width: 100%;
}

.o-table th {
	background-color: #f7f18c;
	border-radius: 5px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-collapse: collapse;
	font-family: Arial, sans-serif;
	padding: 10px;
}

.o-table td {
	background-color: rgba(243, 233, 82, 0.25);
	border-radius: 5px;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-collapse: collapse;
	font-family: Arial, sans-serif;
	padding: 10px;
	vertical-align: top;
}

.o-table td p:last-child {
	margin-bottom: 0;
}

.o-table tr > th:last-child,
.o-table tr > td:last-child {
	border-right: 0;
}

.table--responsive td:before {
	content: attr(data-th) " ";
	display: none;
	font-weight: bold;
	-ms-flex-preferred-size: 33%;
	flex-basis: 33%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.o-table--products .o-table--products__detail-link {
	display: none;
	padding: 0;
}

.o-table--products .o-table--products__detail-link:before {
	content: none;
}

.bg-grey table th {
	background-color: #E9EBEE;
	border-color: #E9EBEE;
}

.bg-grey table td {
	background-color: #FFFFFF;
	border-color: #E9EBEE;
}

/**
* Table Sortable Button
*/

.js-table-sortbutton {
	background-color: transparent;
	border: none;
	color: inherit;
	cursor: pointer;
	font: inherit;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	outline: none;
	padding-right: 25px;
	position: relative;
	text-align: inherit;
	width: 100%;
}

.js-table-sortbutton:before,
.js-table-sortbutton:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 3px;
	transform: rotate(-45deg);
	top: 6px;
}

.js-table-sortbutton:before {
	border-top: 10px solid #0780C2;
	border-left: 10px solid transparent;
}

.js-table-sortbutton:after {
	border-bottom: 10px solid #0780C2;
	border-right: 10px solid transparent;
	margin-top: 3px;
}

.contenttable td,
.contenttable th {
	padding: 5px;
	font-size: 1em;
}

.c-ce-text :last-child {
	margin-bottom: 0;
}

.c-ce-textpic .o-media__caption {
	text-align: left;
}

.c-ce-textpic__link {
	display: block;
	text-decoration: none;
}

.c-ce-textpic__link:hover,
.c-ce-textpic__link:focus {
	text-decoration: underline;
}

.c-ce-textpic--stacked { /* pic above, right-aligned */ /* pic above, centered */
}

.c-ce-textpic--stacked .c-ce-textpic__img {
	width: 100%;
}

.c-ce-textpic--stacked .c-ce-textpic__content {
	clear: both;
}

.c-ce-textpic--stacked.c-ce-textpic--right .c-ce-textpic__pic {
	float: right;
}

.c-ce-textpic--stacked.c-ce-textpic--center .c-ce-textpic__pic {
	margin-left: auto;
	margin-right: auto;
}

.c-ce-textpic__media:before,
.c-ce-textpic__media:after {
	content: "";
	display: table;
}

.c-ce-textpic__media:after {
	clear: both;
}

.c-ce-textpic__row {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 1em 0;
	border: 1px solid #E9EBEE;
	border-width: 1px 0 0;
}

.c-ce-textpic__row:last-child {
	border-bottom-width: 1px;
}

.c-ce-textpic__item {
	display: table-cell;
	padding: 0 20px;
	text-align: center;
	vertical-align: middle;
}

.o-container--framed {
	background-color: #E9EBEE;
	margin-bottom: 44px;
	padding: 18px 18px 1px 18px;
}

.c-product-list__headline {
	border-bottom: 0;
	margin-top: 54px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.c-product-list__link {
	border-radius: 0;
	display: block;
}

.c-carousel {
	margin-left: -10px;
	margin-right: -10px;
}

.c-product-teaser__wrapper .o-slider__item {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}

.c-product-teaser__wrapper .slick-arrow {
	position: absolute;
	top: 45%;
}

.c-product-teaser__wrapper .slick-prev {
	left: -50px;
	right: auto;
}

.c-product-teaser__wrapper .slick-next {
	left: auto;
	right: -50px;
}

.c-product-teaser {
	display: inline-block;
	font-size: 0;
	height: 300px;
	margin: 0 10px;
	position: relative;
	text-align: left;
	white-space: nowrap;
	width: 220px;
	z-index: 1;
}

.c-product-teaser:before {
	content: " ";
	display: inline-block;
	height: 100%;
	margin-right: -.25em;
	vertical-align: middle;
}

.c-product-teaser__inner {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	width: 100%;
}

.c-product-teaser__header {
	background-color: #FFFFFF;
	padding: 60px 23px 65px;
	width: 100%;
}

.c-product-teaser__subheadline {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 6px;
}

.c-product-teaser__headline {
	border-bottom: 0;
	color: #333333;
	font-size: 29px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.c-product-teaser__content {
	background-color: #FFFFFF;
	border-top: 2px solid #EFE218;
	display: none;
	font-size: 18px;
	line-height: 1.2;
	opacity: 0;
	padding: 11px 30px 22px 30px;
}

.c-product-teaser__content p {
	margin-bottom: 1.0em;
}

.js-is-scaled .c-product-teaser {
	background-color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	display: inline-block;
	margin-left: -80px;
	margin-right: -80px;
	transition: all 0.3s;
	width: 380px;
	z-index: 5;
}

.js-is-scaled .c-product-teaser__inner {
	height: 300px;
	transition: all 0.3s;
}

.js-is-scaled .c-product-teaser__header {
	display: block;
	padding: 19px 31px 10px 31px;
}

.js-is-scaled .c-product-teaser__subheadline {
	opacity: 0;
	transition: all 0.4s 0.05s;
}

.js-is-scaled .c-product-teaser__headline {
	font-size: 34px;
	opacity: 0;
	padding-top: 3px;
	transition: all 0.4s 0.15s;
}

.js-is-scaled .c-product-teaser__content {
	display: block;
	min-height: 150px;
	transition: all 0.4s 0.25s;
}

.js-text-is-visible .c-product-teaser__subheadline {
	opacity: 1;
}

.js-text-is-visible .c-product-teaser__headline {
	opacity: 1;
}

.js-text-is-visible .c-product-teaser__content {
	opacity: 1;
}

.c-search {
	padding: 15px 0;
}

.c-search:before,
.c-search:after {
	content: "";
	display: table;
}

.c-search:after {
	clear: both;
}

.c-search__label {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.c-search__field {
	background-color: transparent;
	border: 0;
	border-bottom: 2px solid #0780C2;
	color: #333333;
	float: left;
	height: 40px;
	margin-bottom: 0;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 0;
	outline: none;
	width: 180px;
}

.c-search__btn {
	background-color: transparent;
	border: 0;
	border-color: #0780C2;
	border-bottom: 2px solid #0780C2;
	box-shadow: none !important;
	float: left;
	height: 40px;
	margin-bottom: 0;
	outline: none;
	padding: 8px !important;
	position: relative;
	width: 40px !important; /* UI States */
}

.c-search__btn:hover,
.c-search__btn:active,
.c-search__btn:focus {
	background-color: transparent;
	color: #0780C2;
}

.t-brown .c-search__btn:hover,
.t-brown .c-search__btn:active,
.t-brown .c-search__btn:focus {
	color: #896e4c;
}

.t-cyan .c-search__btn:hover,
.t-cyan .c-search__btn:active,
.t-cyan .c-search__btn:focus {
	color: #1f6780;
}

.t-red .c-search__btn:hover,
.t-red .c-search__btn:active,
.t-red .c-search__btn:focus {
	color: #8f3338;
}

.t-gray .c-search__btn:hover,
.t-gray .c-search__btn:active,
.t-gray .c-search__btn:focus {
	color: #4f5660;
}

.c-search__btn .o-btn__icon {
	position: absolute;
}

.c-search--global {
	float: right;
}

.c-search--global .o-btn__icon {
	left: 12px;
	top: 10px;
	width: 16px;
}

.c-search--global .c-search__field {
	font-size: 14px;
}

.c-search-result {
	margin-bottom: 40px;
}

.c-search--content {
	margin-bottom: 17px;
}

.c-search--content .o-btn__icon {
	height: 20px;
	left: 10px;
	max-width: 20px;
	top: 8px;
	width: 20px;
}

.tx-solr-search-form {
	background-color: #0780C2;
	color: #fff;
	margin-bottom: 30px;
	padding: 30px 20px 20px;
}

.tx-solr-search-form input,
.tx-solr-search-form select {
	color: #333333;
}

.tx-solr-search-form .c-search__field {
	background-color: #fff;
	float: none;
	width: 100%;
}

.tx-solr-search-form form {
	position: relative;
}

.tx-solr-search-form form button {
	position: absolute;
	right: 0;
	top: 0;
	font-size: inherit;
	background-color: #efe218;
	border: 0px solid #efe218;
	color: #fff;
	padding: .65em .7em;
	color: #333;
}

#sortingSelector {
	margin-bottom: 20px;
	list-style: none;
}

.tx-solr-search-form a {
	color: #fff;
}

#tx-solr-faceting:before,
#tx-solr-faceting:after {
	content: '';
	display: table;
	clear: both;
}

#tx-solr-faceting {
	clear: both;
}

#tx-solr-facets-in-use {
	margin-bottom: 20px;
}

.tx-solr-search-form ul li {
	float: left;
	border-right: 1px solid;
	margin-right: 13.33333px;
	padding-right: 10px;
	list-style: none;
}

.tx-solr-search-form div {
	margin-bottom: 10px;
}

.tx-solr-search-form ul li:last-of-type {
	border: none;
}

.tx-solr-search-form-pi-results {
	float: left;
}

#tx-solr-pagination-results {
	float: right;
}

.results-entry {
	border-bottom: 2px solid #0780C2;
	margin-bottom: 20px;
	list-style-type: none;
}

.results-topic {
	margin-bottom: 5px;
}

.results-highlight {
	background-color: #efe218;
	color: #333333;
}

.tx-solr-search-form li {
	list-style: none;
}

.tx-solr-search-form a {
	color: #efe218;
}

.tx-solr-search-form a:hover,
.tx-solr-search-form a:focus {
	text-decoration: underline;
}

#tx-solr-sorting {
	float: left;
}

.c-stage {
	padding-bottom: 22px;
	width: 100%;
}

.c-stage .slick-dots {
	position: relative;
	height: 25px;
	margin-top: -32px;
	margin-bottom: 0;
}

.c-stage .slick-arrow {
	background-position: 47% 50%;
	bottom: 0;
	height: 50px;
	left: auto;
	right: auto;
	visibility: hidden;
	width: 50px;
	z-index: 15;
}

.c-stage .slick-next {
	right: 5%;
}

.c-stage__element {
	height: 465px;
	position: relative;
}

.c-stage__img {
	background-position: 50% center;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.c-stage__overlay {
	background-color: #0780C2;
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	transition: 0.5s all ease;
	width: 100%;
	z-index: 5;
}

.c-stage__content {
	color: #FFFFFF;
	display: table;
	height: 100%;
	margin: 0 auto;
	max-width: 1180px;
	width: 90%;
}

.c-stage__content > div {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	z-index: 10;
}

.c-stage__subheadline {
	color: #FFFFFF;
	display: block;
	padding-bottom: 14px;
}

.c-stage__intro {
	margin-bottom: 24px;
	max-width: 50%;
}

.c-stage__link {
	color: #FFFFFF;
	text-decoration: none;
	transition: 0.5s all ease;
}

.c-stage__link:focus,
.c-stage__link:hover {
	color: #0780C2;
	text-decoration: none;
}

/**
* Events List
*/

.c-events-list__item {
	border: 1px solid #E9EBEE;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}

.c-events-list__inner {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}

.c-events-list__image {
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
	width: 300px;
}

.c-events-list__image figure {
	margin-bottom: 0;
	text-align: center;
}

.c-events-list__image img {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	max-height: 250px;
	max-width: 100%;
	width: auto;
	height: auto;
}

.c-events-list__icon {
	background: url("../Icons/icon_date.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	height: 50px;
	width: 50px;
	position: absolute;
	right: -25px;
	top: 0;
}

.c-events-list__text {
	display: table-cell;
	vertical-align: top;
}

.c-events-list__text__inner {
	margin: 30px 200px 30px 50px;
}

.c-events-list__text p:last-of-type {
	margin-bottom: 50px;
}

.c-events-list__meta {
	color: #0780C2;
	display: inline-block;
	margin-bottom: 20px;
}

.c-events-list__btn {
	bottom: 30px;
	position: absolute;
	right: 30px;
}

/**
 * Utilities
 * ------------------------------------------------
 */

.u-hide {
	display: none;
}

/* Icon mixin

# Parameters
* name:         Name of the icon used in the filename
                (e.g. given icon-link.svg the name would be 'link')

* hover-class:  If set to true the mixin will create a class
                u-icon--name@hover. This class can be applied to an
                HTML element to tell that the icon shall change on
                mouseover.

* width:        Width of the icon
* height:       Height of the icon

*/

[class*='u-icon'] {
	display: inline-block;
	min-height: 16px;
}

[class*='u-icon']::before,
[class*='u-icon']::after {
	background-repeat: no-repeat;
	background-size: 16px 16px;
	display: inline-block;
	height: 16px;
	margin-top: -2px;
	position: relative;
	vertical-align: middle;
}

.u-icon--before::before {
	content: '';
	display: inline-block;
	padding-left: 24px;
	background-position: left center;
}

.u-icon--after::after {
	content: '';
	display: inline-block;
	padding-right: 24px;
	background-position: right center;
}

.u-icon--calendar::after,
.u-icon--calendar::before {
	background-image: url("../Icons/Menu/icon_calendar.svg");
}

.u-icon--calendar:not(.is-current):hover::after,
.u-icon--calendar:not(.is-current):hover::before,
.u-icon--calendar:not(.is-current):focus::after,
.u-icon--calendar:not(.is-current):focus::before,
li:hover > .u-icon--calendar:not(.is-current)::after,
li:hover > .u-icon--calendar:not(.is-current)::before {
	background-image: url("../Icons/Menu/icon_calendar_white.svg");
}

.u-icon--company::after,
.u-icon--company::before {
	background-image: url("../Icons/Menu/icon_company.svg");
}

.u-icon--company:not(.is-current):hover::after,
.u-icon--company:not(.is-current):hover::before,
.u-icon--company:not(.is-current):focus::after,
.u-icon--company:not(.is-current):focus::before,
li:hover > .u-icon--company:not(.is-current)::after,
li:hover > .u-icon--company:not(.is-current)::before {
	background-image: url("../Icons/Menu/icon_company_white.svg");
}

.u-icon--home::after,
.u-icon--home::before {
	background-image: url("../Icons/Menu/icon_home.svg");
}

.u-icon--home:not(.is-current):hover::after,
.u-icon--home:not(.is-current):hover::before,
.u-icon--home:not(.is-current):focus::after,
.u-icon--home:not(.is-current):focus::before,
li:hover > .u-icon--home:not(.is-current)::after,
li:hover > .u-icon--home:not(.is-current)::before {
	background-image: url("../Icons/Menu/icon_home_white.svg");
}

.u-icon--products::after,
.u-icon--products::before {
	background-image: url("../Icons/Menu/icon_products.svg");
}

.u-icon--products:not(.is-current):hover::after,
.u-icon--products:not(.is-current):hover::before,
.u-icon--products:not(.is-current):focus::after,
.u-icon--products:not(.is-current):focus::before,
li:hover > .u-icon--products:not(.is-current)::after,
li:hover > .u-icon--products:not(.is-current)::before {
	background-image: url("../Icons/Menu/icon_products_white.svg");
}

.u-icon--support::after,
.u-icon--support::before {
	background-image: url("../Icons/Menu/icon_support.svg");
}

.u-icon--support:not(.is-current):hover::after,
.u-icon--support:not(.is-current):hover::before,
.u-icon--support:not(.is-current):focus::after,
.u-icon--support:not(.is-current):focus::before,
li:hover > .u-icon--support:not(.is-current)::after,
li:hover > .u-icon--support:not(.is-current)::before {
	background-image: url("../Icons/Menu/icon_support_white.svg");
}

.u-icon--menu-mobile::after,
.u-icon--menu-mobile::before {
	background-image: url("../Icons/Mobile/icon_menu-mobile.svg");
}

.u-icon--menu-mobile::after,
.u-icon--menu-mobile::before {
	min-height: 28px;
	height: auto;
	background-size: 28px 28px;
}

.u-icon--menu-mobile::after {
	padding-right: 42px;
}

.u-icon--menu-mobile::before {
	padding-left: 42px;
}

.u-icon--menu-mobile:not(.is-current):hover::after,
.u-icon--menu-mobile:not(.is-current):hover::before,
.u-icon--menu-mobile:not(.is-current):focus::after,
.u-icon--menu-mobile:not(.is-current):focus::before,
li:hover > .u-icon--menu-mobile:not(.is-current)::after,
li:hover > .u-icon--menu-mobile:not(.is-current)::before {
	background-image: url("../Icons/Mobile/icon_menu-mobile_white.svg");
}

.u-icon--menu-mobile-close::after,
.u-icon--menu-mobile-close::before {
	background-image: url("../Icons/Mobile/icon_menu-mobile-close.svg");
}

.u-icon--menu-mobile-close::after,
.u-icon--menu-mobile-close::before {
	min-height: 28px;
	height: auto;
	background-size: 28px 28px;
}

.u-icon--menu-mobile-close::after {
	padding-right: 42px;
}

.u-icon--menu-mobile-close::before {
	padding-left: 42px;
}

.u-icon--menu-mobile-close:not(.is-current):hover::after,
.u-icon--menu-mobile-close:not(.is-current):hover::before,
.u-icon--menu-mobile-close:not(.is-current):focus::after,
.u-icon--menu-mobile-close:not(.is-current):focus::before,
li:hover > .u-icon--menu-mobile-close:not(.is-current)::after,
li:hover > .u-icon--menu-mobile-close:not(.is-current)::before {
	background-image: url("../Icons/Mobile/icon_menu-mobile-close_white.svg");
}

.u-icon--lock::after,
.u-icon--lock::before {
	background-image: url("../Icons/icon_lock.svg");
}

.u-icon--lock::after,
.u-icon--lock::before {
	min-height: 15px;
	height: auto;
	background-size: 12px 15px;
}

.u-icon--lock::after {
	padding-right: 18px;
}

.u-icon--lock::before {
	padding-left: 18px;
}

.u-icon--lock:not(.is-current):hover::after,
.u-icon--lock:not(.is-current):hover::before,
.u-icon--lock:not(.is-current):focus::after,
.u-icon--lock:not(.is-current):focus::before,
li:hover > .u-icon--lock:not(.is-current)::after,
li:hover > .u-icon--lock:not(.is-current)::before {
	background-image: url("../Icons/icon_lock_white.svg");
}

.u-icon--login::after,
.u-icon--login::before {
	background-image: url("../Icons/icon_login.svg");
}

.u-icon--login::after,
.u-icon--login::before {
	min-height: 19px;
	height: auto;
	background-size: 19px 19px;
}

.u-icon--login::after {
	padding-right: 28.5px;
}

.u-icon--login::before {
	padding-left: 28.5px;
}

.u-icon--pdf::after,
.u-icon--pdf::before {
	background-image: url("../Icons/icon_pdf.svg");
}

.u-icon--pdf::after,
.u-icon--pdf::before {
	min-height: 35px;
	height: auto;
	background-size: 25px 35px;
}

.u-icon--pdf::after {
	padding-right: 37.5px;
}

.u-icon--pdf::before {
	padding-left: 37.5px;
}

.u-icon--phone::after,
.u-icon--phone::before {
	background-image: url("../Icons/icon_phone.svg");
}

.u-icon--signup::after,
.u-icon--signup::before {
	background-image: url("../Icons/icon_signup.svg");
}

.u-icon--signup::after,
.u-icon--signup::before {
	min-height: 15px;
	height: auto;
	background-size: 20px 15px;
}

.u-icon--signup::after {
	padding-right: 30px;
}

.u-icon--signup::before {
	padding-left: 30px;
}

.u-show {
	display: none;
}

.u-1\/1 {
	width: 100% !important;
}

.u-1\/2 {
	width: 50% !important;
}

.u-1\/3 {
	width: 33.33333% !important;
}

.u-2\/3 {
	width: 66.66667% !important;
}

.u-1\/4 {
	width: 25% !important;
}

.u-2\/4 {
	width: 50% !important;
}

.u-3\/4 {
	width: 75% !important;
}

.u-1\/5 {
	width: 20% !important;
}

.u-2\/5 {
	width: 40% !important;
}

.u-3\/5 {
	width: 60% !important;
}

.u-4\/5 {
	width: 80% !important;
}

.u-1\/6 {
	width: 16.66667% !important;
}

.u-2\/6 {
	width: 33.33333% !important;
}

.u-3\/6 {
	width: 50% !important;
}

.u-4\/6 {
	width: 66.66667% !important;
}

.u-5\/6 {
	width: 83.33333% !important;
}

.u-sr-only {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/**
 * Trumps (Overrides/Hacks)
 * ------------------------------------------------
 */

/**
 * Themes
 * ------------------------------------------------
 */

/*---------------------------------------------*	$THEMES - i.g. for color & icon abstraction
\*---------------------------------------------*/

/**
 * Vendor libs
 * ------------------------------------------------
 */

.ui-tabs-nav {
	list-style: none;
}

.ui-state-default {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	display: inline-block;
	margin: 0 6px 15px 0;
}

.ui-state-default:hover,
.ui-state-default:focus,
.ui-state-default.is-active {
	box-shadow: 0 0 0;
}

.ui-state-default a {
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	color: #888888;
	display: block;
	font-size: 15px;
	letter-spacing: 0.10em;
	padding: 9px 16px 7px 16px !important;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.5s all ease;
}

.ui-state-default a:not(.is-current):hover,
.ui-state-default a:not(.is-current):focus {
	background-color: #0780C2;
	border-color: #0780C2;
	color: #FFFFFF;
	text-decoration: none;
}

.ui-state-default a.is-current {
	background-color: #E9EBEE;
	text-decoration: none;
}

.ui-tabs-active {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
}

.ui-tabs-active a {
	background-color: #E9EBEE;
	cursor: text;
	text-decoration: none;
}

.ui-tabs-active a:hover,
.ui-tabs-active a:focus {
	background-color: #E9EBEE !important;
	border-color: #FFFFFF !important;
	color: #888888 !important;
}

.c-tabs-filter {
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}

.c-tabs__headline {
	display: none;
	margin-bottom: 0;
	width: 100%;
}

.c-tabs-list {
	margin-bottom: 0;
}

.c-tabs-list:hover ul {
	display: block;
}

.js-is-dropdown .c-tabs-list {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	max-height: none;
	opacity: 1;
}

.js-is-dropdown .ui-state-default {
	background-color: #FFFFFF;
	margin: 0;
}

.js-is-dropdown .ui-state-default a {
	border: 0;
	color: #333333;
	font-size: 16px;
	letter-spacing: 0;
	padding: 19px 20px !important;
	text-transform: none;
}

.js-is-dropdown .ui-tabs-active a {
	background-color: #FFFFFF !important;
	color: #333333 !important;
}

.js-is-dropdown .ui-tabs-active a:before {
	background-image: url("../Icons/icon_dropdown-right.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 12px 20px;
	content: "";
	display: inline-block;
	height: 20px;
	margin-top: -4px;
	padding-left: 24px;
	position: relative;
	vertical-align: middle;
}

/* Magnific Popup CSS */

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.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;
	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-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: zoom-in;
}

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

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

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

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

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

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

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

.mfp-s-error .mfp-content {
	display: none;
}

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;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

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: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

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

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

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

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	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 {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	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: #000;
}

/* Main image in popup */

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
	line-height: 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: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

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

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

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

/*------------------------------------*    #SLIDER
\*------------------------------------*/

/**
 * Slider object based on slick.js.
 */

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.o-slider__item {
	outline: none;
	cursor: move;
}

.slick-list {
	height: inherit;
	overflow: hidden;
}

.slick-dots {
	margin: 0 auto;
	max-width: 1180px;
	list-style: none;
	padding: 0 50px;
	position: relative;
	text-align: right;
	top: -30px;
	z-index: 15;
}

.slick-dots li {
	display: inline-block;
	margin-right: 0.55em;
}

.slick-dots li:last-child {
	margin-right: 0;
}

.slick-dots button {
	background: #FFFFFF;
	border: 6px solid #FFFFFF;
	border-radius: 50%;
	color: transparent;
	font-size: 16px;
	height: 25px;
	line-height: 1;
	transition: 0.5s all ease;
	outline: none;
	width: 25px;
}

.slick-dots button::before {
	content: none;
}

.slick-dots li.slick-active button,
.slick-dots button:hover,
.slick-dots button:focus,
.slick-dots button:active {
	background-color: #0780C2;
}

.slick-arrow {
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: 0.5s all ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle; /* UI States */
	background-color: #0780C2;
	background-image: url("../Icons/Slider/icon_slider-arrow_white.svg");
	background-repeat: no-repeat;
	background-position: 43% 50%;
	border: 0;
	border-radius: 50%;
	bottom: -22px;
	color: transparent;
	height: 31px;
	outline: none;
	padding: 0;
	position: absolute;
	transition: 0.5s all ease;
	width: 31px;
	z-index: 2;
}

.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus {
	text-decoration: none;
	outline: none;
}

.slick-arrow::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.slick-arrow:disabled,
.slick-arrow.is-disabled {
	cursor: default;
}

.slick-arrow:hover,
.slick-arrow:focus {
	background-color: #FFFFFF;
	background-image: url("../Icons/Slider/icon_slider-arrow.svg");
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	z-index: 3;
}

.slick-next {
	background-image: url("../Icons/Slider/icon_slider-arrow-right_white.svg");
	background-position: 55% 50%;
}

.slick-next:hover,
.slick-next:focus {
	background-image: url("../Icons/Slider/icon_slider-arrow-right.svg");
}

.slick-dots button {
	font-size: 0;
}

/**
 * Legacy classes
 * ------------------------------------------------
 */

/**
 * Page Structure & Layouts (i.e. Home, Sub1, Sub2 etc.)
 * ------------------------------------------------
 */

@media screen\0 {

.slick-dots button {
	height: 27px;
}

}

@media all and (-ms-high-contrast: none) {

.slick-dots button {
	height: 27px;
}

*::-ms-backdrop,
.slick-dots button {
	height: 27px;
}

}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {

.o-form__field--select {
	background-image: none;
	padding-right: 17px;
}

}

@media all and (min-width: 550px) {

html.mm-right.mm-opening .mm-slideout {
	transform: translate3d(-440px, 0, 0);
}

html.mm-opening .mm-slideout {
	transform: translate3d(440px, 0, 0);
}

}

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

.c-contact__address__info {
	width: 50%;
	display: inline-block;
}

.c-contact__address__directions {
	width: 50%;
	float: right;
	text-align: right;
}

}

@media only screen and (min-width: 571px) and (max-width: 1024px) and (max-width: 1024px) {

.o-grid\@md > .o-grid__item--align-middle {
	vertical-align: top;
}

}

@media only screen and (min-width: 571px) and (max-width: 1024px) and (max-width: 570px) {

.o-grid\@md > .o-grid__item--align-middle {
	vertical-align: top;
}

}

@media only screen and (min-width: 571px) and (max-width: 1024px) {

.o-grid\@md {
	margin-left: -40px;
}

.o-grid\@md:before,
.o-grid\@md:after {
	content: "";
	display: table;
}

.o-grid\@md:after {
	clear: both;
}

.o-grid\@md > .o-grid__item {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	max-width: 100%;
	padding-left: 40px;
}

.o-grid\@md > .o-grid__item--align-middle {
	vertical-align: middle;
}

.u-hide\@md {
	display: none;
}

.u-show\@md {
	display: none;
}

.u-1\/1\@md {
	width: 100% !important;
}

.u-1\/2\@md {
	width: 50% !important;
}

.u-1\/3\@md {
	width: 33.33333% !important;
}

.u-2\/3\@md {
	width: 66.66667% !important;
}

.u-1\/4\@md {
	width: 25% !important;
}

.u-2\/4\@md {
	width: 50% !important;
}

.u-3\/4\@md {
	width: 75% !important;
}

}

@media only screen and (min-width: 1024px) and (max-width: 1118px) {

.c-menu-main__link {
	padding: 9px 8px 7px 8px !important;
}

.c-events-list__text {
	padding: 30px 30px 30px 50px;
}

}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {

.o-grid\@lg {
	margin-left: -40px;
}

.o-grid\@lg:before,
.o-grid\@lg:after {
	content: "";
	display: table;
}

.o-grid\@lg:after {
	clear: both;
}

.o-grid\@lg > .o-grid__item {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	max-width: 100%;
	padding-left: 40px;
}

.o-grid\@lg > .o-grid__item--align-middle {
	vertical-align: middle;
}

.u-hide\@lg {
	display: none;
}

.u-show\@lg {
	display: none;
}

.u-1\/1\@lg {
	width: 100% !important;
}

.u-1\/2\@lg {
	width: 50% !important;
}

.u-1\/3\@lg {
	width: 33.33333% !important;
}

.u-2\/3\@lg {
	width: 66.66667% !important;
}

.u-1\/4\@lg {
	width: 25% !important;
}

.u-2\/4\@lg {
	width: 50% !important;
}

.u-3\/4\@lg {
	width: 75% !important;
}

.u-1\/6\@lg {
	width: 16.66667% !important;
}

.u-2\/6\@lg {
	width: 33.33333% !important;
}

.u-3\/6\@lg {
	width: 50% !important;
}

.u-4\/6\@lg {
	width: 66.66667% !important;
}

.u-5\/6\@lg {
	width: 83.33333% !important;
}

}

@media only screen and (min-width: 1025px) and (max-width: 1280px) and (max-width: 570px) {

.o-grid\@lg > .o-grid__item--align-middle {
	vertical-align: top;
}

}

@media only screen and (min-width: 1025px) and (max-width: 1280px) and (max-width: 1024px) {

.o-grid\@lg > .o-grid__item--align-middle {
	vertical-align: top;
}

}

@media only screen and (min-width: 1281px) and (max-width: 1024px) {

.o-grid\@xlg > .o-grid__item--align-middle {
	vertical-align: top;
}

}

@media only screen and (min-width: 1281px) and (max-width: 570px) {

.o-grid\@xlg > .o-grid__item--align-middle {
	vertical-align: top;
}

}

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

.o-grid {
	margin-left: -60px;
}

.o-grid\@xlg {
	margin-left: -40px;
}

.o-grid\@xlg:before,
.o-grid\@xlg:after {
	content: "";
	display: table;
}

.o-grid\@xlg:after {
	clear: both;
}

.o-grid > .o-grid__item {
	padding-left: 60px;
}

.o-grid\@xlg > .o-grid__item {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	max-width: 100%;
	padding-left: 40px;
}

.o-grid\@xlg > .o-grid__item--align-middle {
	vertical-align: middle;
}

.u-hide\@xlg {
	display: none;
}

.u-show\@xlg {
	display: none;
}

.u-1\/1\@xlg {
	width: 100% !important;
}

.u-1\/2\@xlg {
	width: 50% !important;
}

.u-1\/3\@xlg {
	width: 33.33333% !important;
}

.u-2\/3\@xlg {
	width: 66.66667% !important;
}

.u-1\/4\@xlg {
	width: 25% !important;
}

.u-2\/4\@xlg {
	width: 50% !important;
}

.u-3\/4\@xlg {
	width: 75% !important;
}

.u-1\/6\@xlg {
	width: 16.66667% !important;
}

.u-2\/6\@xlg {
	width: 33.33333% !important;
}

.u-3\/6\@xlg {
	width: 50% !important;
}

.u-4\/6\@xlg {
	width: 66.66667% !important;
}

.u-5\/6\@xlg {
	width: 83.33333% !important;
}

}

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

.enhanced body {
	font-size: 18px;
	line-height: 1.333;
}

h1,
.h1 {
	font-size: 48px;
	line-height: 1;
}

h2,
.h2 {
	font-size: 36px;
	line-height: 1.11;
}

h3,
.h3 {
	font-size: 24px;
	line-height: 1.16;
}

h4,
.h4 {
	font-size: 18px;
	line-height: 1;
}

.o-section { /*max-width: 1180px;*/
}

.contenttable td,
.contenttable th {
	padding: 2px;
	font-size: 0.75em;
}

.c-events-list__text {
	padding: 30px 10px 30px 40px;
}

}

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

.enhanced body {
	font-size: 16px;
	line-height: 1.375;
}

h1,
.h1 {
	font-size: 38px;
	line-height: 1;
}

h2,
.h2 {
	font-size: 36px;
	line-height: 1.11;
}

h3,
.h3 {
	font-size: 24px;
	line-height: 1.16;
}

h4,
.h4 {
	font-size: 18px;
	line-height: 1;
}

.o-content--align-right {
	text-align: left;
}

.o-form__item {
	padding: 0 10 0 0;
}

.o-form__item.is-last-in-row {
	padding-right: 0;
}

.o-grid > .o-grid__item--align-middle {
	vertical-align: top;
}

.o-section { /*padding: 0 50px;*/
}

.c-page-head {
	min-height: 130px;
}

.table--responsive th {
	display: none;
}

.table--responsive td:before {
	display: inline-block;
	width: 33.333%;
}

.table--responsive td {
	width: 100%;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: stretch;
	align-items: stretch;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	height: 100%;
}

.o-table--products .o-table--products__detail-link {
	display: block;
}

:root .table--responsive td:before {
	display: block;
	float: left;
}

:root .table--responsive td {
	float: left;
}

.bg-grey .table--responsive tr {
	border-bottom: 30px solid #E9EBEE;
}

.c-ce-textpic--multirow .c-ce-textpic__row {
	display: block;
	padding: 0;
	border: 0;
}

.c-ce-textpic--multirow .c-ce-textpic__row:last-child {
	border: 0;
}

.c-ce-textpic--multirow .c-ce-textpic__item {
	display: inline-block;
	margin-right: -4px;
	margin-bottom: 1em;
}

.c-carousel {
	margin-left: 0;
	margin-right: 0;
}

.c-product-teaser__wrapper .slick-prev {
	left: -29px;
}

.c-product-teaser__wrapper .slick-next {
	right: -29px;
}

.js-is-scaled .c-product-teaser {
	display: block;
	margin-left: 0;
	margin-right: 0;
}

.c-events-list__item {
	float: left;
	height: 100%;
	width: calc(50% - 5px);
}

.c-events-list__item:nth-of-type(odd) {
	margin-right: 10px;
}

.c-events-list__image {
	display: block;
	width: 100%;
}

.c-events-list__image img {
	width: 100%;
	max-height: none;
}

.c-events-list__icon {
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
}

.c-events-list__text {
	display: block;
	width: 100%;
}

.c-events-list__text__inner {
	margin: 30px;
}

.c-tabs__headline {
	display: block;
}

.c-tabs-list {
	background: #FFFFFF;
	max-height: 0;
	opacity: 0;
	overflow: auto;
	position: absolute;
	top: 40px;
	transition: all 0.15s ease 0s;
	width: 100%;
	z-index: 5;
}

.c-tabs-list__item {
	background: #FFFFFF;
	border-bottom: 2px solid #E9EBEE;
	position: relative;
	transition: all 0.15s ease 0s;
	width: 100%;
}

.c-tabs-list__item:last-child {
	border-bottom: 0;
}

}

@media all and (max-width: 900px) {

.mfp-arrow {
	transform: scale(0.75);
}

.mfp-arrow-left {
	transform-origin: 0;
}

.mfp-arrow-right {
	transform-origin: 100%;
}

.mfp-container {
	padding-left: 6px;
	padding-right: 6px;
}

}

@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;
	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 only screen and (max-width: 768px) {

.enhanced body {
	font-size: 16px;
	line-height: 1.25;
}

h1,
.h1 {
	font-size: 30px;
	line-height: 1.16;
}

h2,
.h2 {
	font-size: 36px;
	line-height: 1.11;
}

h3,
.h3 {
	font-size: 24px;
	line-height: 1.16;
}

h4,
.h4 {
	font-size: 18px;
	line-height: 1;
}

.c-product-teaser__wrapper .o-slider__item {
	margin-bottom: 0;
	margin-top: 0;
}

.c-product-teaser__wrapper .slick-prev {
	left: -30px;
}

.c-product-teaser__wrapper .slick-next {
	right: -30px;
}

.c-product-teaser {
	display: block;
	height: auto;
	margin-left: 0;
	margin-right: 0;
	margin-top: 40px;
	width: 100%;
}

.c-product-teaser__inner {
	display: block;
	height: auto;
	text-align: left;
	vertical-align: top;
}

.c-product-teaser__header {
	padding: 19px 31px 10px 31px;
}

.c-product-teaser__content {
	display: block;
	opacity: 1;
}

}

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

.o-image img {
	max-width: 100%;
}

.o-content--align-right {
	text-align: left;
}

.o-check-group__item {
	display: block;
	margin-top: .5em;
}

.o-check-group__item:first-of-type {
	margin-top: 1em;
}

.o-radio-group__item {
	display: block;
	margin-top: .5em;
}

.o-radio-group__item:first-of-type {
	margin-top: 1em;
}

.o-grid\@sm {
	margin-left: -40px;
}

.o-grid\@sm:before,
.o-grid\@sm:after {
	content: "";
	display: table;
}

.o-grid\@sm:after {
	clear: both;
}

.o-grid > .o-grid__item--align-middle {
	vertical-align: top;
}

.o-grid\@sm > .o-grid__item {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	max-width: 100%;
	padding-left: 40px;
}

.o-grid\@sm > .o-grid__item--align-middle {
	vertical-align: middle;
}

.c-page-foot__col--align-right {
	text-align: left;
}

.c-page-head {
	height: auto;
}

.c-page-head__top {
	padding-bottom: 0;
}

.c-menu-toggle {
	background: #E9EBEE;
	height: 80px;
	margin-top: 17px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.c-menu-toggle__btn {
	height: 80px;
	width: 100%;
	padding: 25px 0;
}

.c-menu-toggle__icon {
	display: inline;
	margin: 0;
	width: 30px;
	margin-right: 1em;
	vertical-align: middle;
}

.c-menu-toggle__label {
	position: relative;
	top: 2px;
	font-size: 15px;
	text-transform: none;
}

.table--responsive td:before {
	display: block;
	padding-bottom: 6px;
	width: 100%;
}

.table--responsive td {
	padding-bottom: 6px;
	-ms-flex-direction: column;
	flex-direction: column;
}

.contenttable td,
.contenttable th {
	font-size: 0.7em;
}

.contenttable {
	overflow-x: auto;
	display: block;
	width: 100%;
}

.c-ce-textpic--multirow .c-ce-textpic__row {
	display: block;
	padding: 0;
	border: 0;
}

.c-ce-textpic--multirow .c-ce-textpic__row:last-child {
	border: 0;
}

.c-ce-textpic--multirow .c-ce-textpic__item {
	display: inline-block;
	margin-right: -4px;
	margin-bottom: 1em;
}

.c-stage .slick-dots {
	display: none !important;
}

.c-stage .slick-next {
	visibility: visible;
}

.c-stage__intro {
	max-width: 100%;
}

.c-stage__btn {
	width: 100%;
}

.c-events-list__item {
	width: 100%;
}

.c-events-list__item:nth-of-type(odd) {
	margin-right: 0;
}

.c-events-list__text p:last-of-type {
	margin-bottom: 20px;
}

.c-events-list__btn {
	position: static;
	text-align: right;
}

.u-hide\@sm {
	display: none;
}

.u-show\@sm {
	display: none;
}

.u-1\/1\@sm {
	width: 100% !important;
}

.u-1\/2\@sm {
	width: 50% !important;
}

.u-1\/3\@sm {
	width: 33.33333% !important;
}

.u-2\/3\@sm {
	width: 66.66667% !important;
}

.u-1\/4\@sm {
	width: 25% !important;
}

.u-2\/4\@sm {
	width: 50% !important;
}

.u-3\/4\@sm {
	width: 75% !important;
}

.ui-state-default {
	width: 100%;
}

.slick-dots {
	top: 0;
}

}

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

.o-grid\@sm > .o-grid__item--align-middle {
	vertical-align: top;
}

}

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

.o-grid\@sm > .o-grid__item--align-middle {
	vertical-align: top;
}

}

@media all and (max-width: 175px) {

html.mm-right.mm-opening .mm-slideout {
	transform: translate3d(-140px, 0, 0);
}

html.mm-opening .mm-slideout {
	transform: translate3d(140px, 0, 0);
}

}

