/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@font-face {
  font-family: 'Trenda';
  font-style: normal;
  font-weight: 300;
  src: local('Trenda'), local('Latinotype  Trenda'),
       url('../font/LatinotypeTrendaLight.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../font/LatinotypeTrendaLight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Trenda';
  font-style: normal;
  font-weight: 400;
  src: local('Trenda'), local('Latinotype  Trenda'),
       url('../font/LatinotypeTrendaRegular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../font/LatinotypeTrendaRegular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'Trenda';
  font-style: italic;
  font-weight: 400;
  src: local('Trenda It'), local('Latinotype  Trenda Regular It'),
       url('../font/LatinotypeTrendaRegularIt.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../font/LatinotypeTrendaRegularIt.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Trenda';
  font-style: normal;
  font-weight: 700;
  src: local('Trenda Bold'), local('Latinotype  Trenda Bold'),
       url('../font/LatinotypeTrendaBold.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../font/LatinotypeTrendaBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Trenda';
  font-style: normal;
  font-weight: 900;
  src: local('Trenda Black'), local('Latinotype  Trenda Black'),
       url('../font/LatinotypeTrendaBlack.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../font/LatinotypeTrendaBlack.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* fontello */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?80498503');
  src: url('../font/fontello.eot?80498503#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?80498503') format('woff2'),
       url('../font/fontello.woff?80498503') format('woff'),
       url('../font/fontello.ttf?80498503') format('truetype'),
       url('../font/fontello.svg?80498503#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
}

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body,
.mailBody td {
	margin: 0;
	color: #000;
	font-size: 15px;
	line-height: 1.333;
	font-weight: 400;
	font-family: 'Trenda', Calibri, sans-serif;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
.h1,
.ui-accordion .ui-accordion-header.h1,
h2,
.h2,
.ui-accordion .ui-accordion-header.h2,
h3,
.h3,
.ui-accordion .ui-accordion-header.h3,
h4,
.h4,
.ui-accordion .ui-accordion-header.h4 {
	display: block;
}

h1,
.h1,
.ui-accordion .ui-accordion-header.h1 {
	font-size: 2em;
	line-height: 1.067;
	font-weight: 900;
	margin: 1em 0 .5em;
	color: #e40033;
	letter-spacing: .075em;
	text-transform: uppercase;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
h2,
.h2,
.ui-accordion .ui-accordion-header.h2 {
	font-size: 1.333em;
	line-height: 1;
	font-weight: 900;
	margin: 1.5em 0 .75em;
	color: #e40033;
	letter-spacing: .075em;
	text-transform: uppercase;
}
h3,
.h3,
.ui-accordion .ui-accordion-header.h3 {
	font-size: 1.25em;
	line-height: 1.067;
	font-weight: 300;
	color: #000;
	margin: 1em 0 .8em;
}
h4,
.h4,
.ui-accordion .ui-accordion-header.h4 {
	font-size: 1em;
	line-height: 1.333;
	font-weight: 900;
	color: #003f57;
	margin: 2em 0 1em;
	letter-spacing: .05em;
	text-transform: uppercase;
}
.h1 small,
.h2 small,
.h3 small,
.headline small {
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #8d8d8d;
}

ul,
p {
	margin: 1em 0;
}

blockquote,
.blockquote {
	border-left: 2px solid #ea722a;
	background: #fff;
	padding: 8px 20px 8px 18px;
	margin: 10px 0;
}
blockquote:before,
.blockquote:before {
	content: '';
}
blockquote:after,
.blockquote:after {
	content: '';
}
blockquote > :first-child,
.blockquote > :first-child {
	margin-top: 0;
}
blockquote > :last-child,
.blockquote > :last-child {
	margin-bottom: 0;
}

.tipp {
	display:block;
	border-left: 2px solid #ea722a;
	background: #fff;
	padding: 8px 20px 8px 18px;
	margin: 10px 0;
}
.tipp > :first-child {
	margin-top: 0;
}
.tipp > :last-child {
	margin-bottom: 0;
}

@media (min-width: 720px) {
	body {
		font-size: 18px;
	}
	
	h1,
	.h1,
	.ui-accordion .ui-accordion-header.h1 {
		font-size: 2.778em;
		line-height: 1.2;
		margin: .72em 0 .36em;
	}
	h2,
	.h2,
	.ui-accordion .ui-accordion-header.h2 {
		font-size: 1.556em;
		line-height: ‭1.071;
		margin: 1.286em 0 .643em;
	}
	h3,
	.h3,
	.ui-accordion .ui-accordion-header.h3 {
		font-size: 1.389em;
		line-height: 1.2;
		margin: 1em 0 .72em;
	}
	h4,
	.h4,
	.ui-accordion .ui-accordion-header.h4 {
		font-size: 1.111em;
		line-height: 1;
		margin: 1.8em 0 .9em;
	}
}

.hyphenate {
	word-wrap: break-word;
	overflow-wrap: break-word;
	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

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

@media (max-width: 719px) {
	.hyphenate-xs,
	.h1,
	h1 {
		word-wrap: break-word;
		overflow-wrap: break-word;
	
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
	}
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	overflow: visible; /* 2 */
	display: block;
	height: 2px;
	border: 0;
	border-top: 2px solid #f2f5f6;
	margin: 14px 0;
	padding: 0;
}

@media (min-width: 640px) {
	hr {
		margin: 19px 0;
	}
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

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

.accordionWrapper.ui-accordion .ui-accordion-content a,
a {
	background-color: transparent;
	color: #389ec3;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 900;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 20px; /* 1 */
	margin: 0; /* 2 */
	border: none;
	background: none;
	border-radius: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

select option {
	color: #000;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

label[role="button"],
button:not(:disabled) {
	cursor: pointer;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: none; /* 1 */
	appearance: none;
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

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

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

td,
th {
	padding: 0;
}

/* Icons
   ========================================================================== */

.icon:before,
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* opacity: .8; */
	
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	
	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;
	
	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */
	
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-target:before { content: '\e800'; } /* '' */
.icon-ok-fat:before { content: '\e801'; } /* '' */
.icon-calendar:before { content: '\e802'; } /* '' */
.icon-info:before { content: '\e803'; } /* '' */
.icon-thanks:before { content: '\e804'; } /* '' */
.icon-quarters:before { content: '\e805'; } /* '' */
.icon-contact-person:before { content: '\e806'; } /* '' */
.icon-person-filled:before { content: '\e807'; } /* '' */
.icon-flow-cascade:before { content: '\e808'; } /* '' */
.icon-minus:before { content: '\e809'; } /* '' */
.icon-grid:before { content: '\e80a'; } /* '' */
.icon-home:before { content: '\e80b'; } /* '' */
.icon-phone:before { content: '\e80d'; } /* '' */
.icon-map:before { content: '\e80e'; } /* '' */
.icon-login:before { content: '\e80f'; } /* '' */
.icon-child:before { content: '\e810'; } /* '' */
.icon-adult:before { content: '\e811'; } /* '' */
.icon-check:before { content: '\e812'; } /* '' */
.icon-heart:before { content: '\e813'; } /* '' */
.icon-filter:before { content: '\e814'; } /* '' */
.icon-heart-filled:before { content: '\e815'; } /* '' */
.icon-service-hotline:before { content: '\e816'; } /* '' */
.icon-basket:before { content: '\e817'; } /* '' */
.icon-callback:before { content: '\e818'; } /* '' */
.icon-ccw:before { content: '\e819'; } /* '' */
.icon-plus:before { content: '\e81a'; } /* '' */
.icon-cancel:before { content: '\e81b'; } /* '' */
.icon-address:before { content: '\e81c'; } /* '' */
.icon-person-empty:before { content: '\e81f'; } /* '' */
.icon-logout:before { content: '\e820'; } /* '' */
.icon-search:before { content: '\e821'; } /* '' */
.icon-star-full-filled:before { content: '\e822'; } /* '' */
.icon-star-half-filled:before { content: '\e823'; } /* '' */
.icon-star-empty:before { content: '\e824'; } /* '' */
.icon-link-external:before { content: '\e825'; } /* '' */
.icon-video:before { content: '\e826'; } /* '' */
.icon-newspaper:before { content: '\e827'; } /* '' */
.icon-downloads:before { content: '\e82a'; } /* '' */
.icon-label:before { content: '\e82d'; } /* '' */
.icon-facebook:before { content: '\e82e'; } /* '' */
.icon-resize-full-alt:before { content: '\e839'; } /* '' */
.icon-resize-small-alt:before { content: '\e83c'; } /* '' */
.icon-mail-add:before { content: '\e84a'; } /* '' */
.icon-mail:before { content: '\e84b'; } /* '' */
.icon-tour:before { content: '\e860'; } /* '' */
.icon-down-open:before { content: '\f004'; } /* '' */
.icon-up-open:before { content: '\f005'; } /* '' */
.icon-right-open:before { content: '\f006'; } /* '' */
.icon-left-open:before { content: '\f007'; } /* '' */
.icon-twitter:before { content: '\f099'; } /* '' */
.icon-list-bullet:before { content: '\f0ca'; } /* '' */
.icon-pinterest-circled:before { content: '\f0d2'; } /* '' */
.icon-ticket:before { content: '\f145'; } /* '' */
.icon-instagram:before { content: '\f16d'; } /* '' */
.icon-google:before { content: '\f1a0'; } /* '' */
.icon-language:before { content: '\f1ab'; } /* '' */
.icon-whatsapp:before { content: '\f232'; } /* '' */

.iconBubble {
	background: #003f57;
	color: #fff;
	border-radius: .5em;
	line-height: 1;
	height: 1em;
	width: 1em;
	display: inline-block;
	text-align: center;
	font-size: 1.33em;
	margin: 0 .125em;
	vertical-align: -.067em;
}
.iconBubble:before {
	margin: 0;
	font-size: .667em;
	line-height: 1.5;
	vertical-align: .167em;
}


/* Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.no-js .noJsHidden,
.js .jsHidden,
.hidden,
.versteckt {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 719px) {
	.visible-xs,
	.visible-xs-block {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
	.visible-xs-inline {
		display: inline !important;
	}
	.visible-xs-inline-block {
		display: inline-block !important;
	}
	.hidden-xs {
		display: none !important;
	}
}
@media (min-width: 720px) and (max-width: 959px) {
	.visible-sm,
	.visible-sm-block {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
	.visible-sm-inline {
		display: inline !important;
	}
	.visible-sm-inline-block {
		display: inline-block !important;
	}
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 960px) and (max-width: 1279px) {
	.visible-md,
	.visible-md-block {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
	.visible-md-inline {
		display: inline !important;
	}
	.visible-md-inline-block {
		display: inline-block !important;
	}
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1280px) {
	.visible-lg,
	.visible-lg-block  {
		display: block !important;
	}
	table.visible-lg {
		display: table !important;
	}
	tr.visible-lg {
		display: table-row !important;
	}
	th.visible-lg,
	td.visible-lg {
		display: table-cell !important;
	}
	.visible-lg-inline {
		display: inline !important;
	}
	.visible-lg-inline-block {
		display: inline-block !important;
	}
	.hidden-lg {
		display: none !important;
	}
}

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
	display: none !important;
}
@media print {
	.visible-print,
	.visible-print-block {
		display: block !important;
	}
	table.visible-print {
		display: table !important;
	}
	tr.visible-print {
		display: table-row !important;
	}
	th.visible-print,
	td.visible-print {
		display: table-cell !important;
	}
	.visible-print-inline {
		display: inline !important;
	}
	.visible-print-inline-block {
		display: inline-block !important;
	}
	.hidden-print {
		display: none !important;
	}
}

/*
 * Clearfix: contain floats
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

/* Base Styles
   ========================================================================== */

.no-telefon a[href^="tel:"] {
	cursor: auto;
	text-decoration: inherit;
	color: inherit;
}

.underlineTextColored {
	word-wrap: break-word;
	padding: 0 5px;
	line-height: 1;
	background: #003f57;
	background: rgba(0,63,87,.8);
	color: #fff;
	display: inline;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}
  
  
/*
 * Buttons
 */
.btn {
	outline: none;
	position: relative;
	line-height: 1.667;
	font-size: .667em;
	font-weight: 900;
	color: #003f57;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .075em;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 10px 0;
	padding: 0;
	border: none;
}
.btn:active, 
.btn:focus {
	outline: none;	
}

.btn.btnRaised {
	padding: 10px;
	font-size: .833em;
	line-height: 1.333;
	font-weight: 700;
	z-index: 1;
	overflow: hidden;
	font-size: 15px;
	background: #003f57;
	color: #fff;
	text-align: left;
}
.btn.btnIconBottom .icon,
.btn.btnIconTop .icon,
.btn.btnIconLeft .icon,
.btn.btnIconRight .icon {
	color: inherit;
	position: absolute;
	text-shadow: none;
	text-align: center;
	line-height: 1.333em;
	width: 1em;
}
.btn.btnIconBottom .icon:before,
.btn.btnIconTop .icon:before,
.btn.btnIconLeft .icon:before,
.btn.btnIconRight .icon:before {
	margin: 0;
}
.btn.btnIconBottom {
	padding-bottom: 1.333em;
}
.btn.btnIconBottom .icon {
	margin-left: -.5em;
	bottom: 0;
	left: 50%;
}
.btn.btnIconTop {
	padding-top: 1.333em;
}
.btn.btnIconTop .icon {
	margin-left: -.5em;
	top: 0;
	left: 50%;
}
.btn.btnIconLeft {
	padding-left: 1.333em;
}
.btn.btnIconLeft .icon {
	margin-top: -.667em;
	left: 0;
	top: 50%;
}
.btn.btnIconRight {
	padding-right: 1.333em;
}
.btn.btnIconRight .icon {
	margin-top: -.667em;
	right: 0;
	top: 50%;
}


.btn.btnRaised.btnIconBottom {
	padding-bottom: 2.333em;
	padding-bottom: calc(1.333em + 10px);
}
.btn.btnRaised.btnIconBottom .icon {
	bottom: 10px;
}
.btn.btnRaised.btnIconTop {
	padding-top: 2.333em;
	padding-top: calc(1.333em + 10px);
}
.btn.btnRaised.btnIconTop  .icon {
	top: 10px;
}
.btn.btnRaised.btnIconLeft {
	padding-left: 2.333em;
	padding-left: calc(1em + 20px);
}
.btn.btnRaised.btnIconLeft .icon {
	left: 10px;
	color: #fff;
}
.btn.btnRaised.btnIconRight {
	padding-right: 2.333em;
	padding-right: calc(1em + 20px);
}
.btn.btnRaised.btnIconRight .icon {
	right: 10px;
	color: #fff;
}

.btn:hover {
	color: #389ec3;
}
.btn.btnRaised:hover {
	background: #389ec3;
	color: #fff;
}

.btn.disabled,
.btn[disabled] {
	color: #8d8d8d !important;
	cursor: default;
}
.btn.btnRaised.disabled,
.btn.btnRaised[disabled] {
	background: #bbbbbb !important;
	color: #f3f3f3 !important;
	box-shadow: none !important;
}
.btn.btnRaised.btnIconLeft.disabled:after,
.btn.btnRaised.btnIconLeft[disabled]:after,
.btn.btnRaised.btnIconRight.disabled:after,
.btn.btnRaised.btnIconRight[disabled]:after {
	background-color: #fff !important;
}
.btn.btnRaised.btnIconLeft.disabled .icon,
.btn.btnRaised.btnIconLeft[disabled] .icon,
.btn.btnRaised.btnIconRight.disabled .icon,
.btn.btnRaised.btnIconRight[disabled] .icon {
	color: #8d8d8d !important;
}

.btnSet {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.btnSet .btn {
	float: left;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.btnSet .btn + .btn:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 1px;
	top: 10px;
	bottom: 10px;
	background: #f3f3f3;
}

.buttonGrid .buttonWidth_50:nth-child(2n+1) {
	width:calc(50% - 10px);
	margin-right:10px;
	float:left;
}
.buttonGrid .buttonWidth_50:nth-child(2n) {
	width:calc(50% - 10px);
	margin-left:10px;
	float:left;
}
.btn.left {
	float:left;
}
.btn.right {
	float:right;
}
.stdTable tbody tr:nth-child(2n+1) td .btn.btnRaised:after,
.stdTable > tr:nth-child(2n+1) td .btn.btnRaised:after {
	background:#f3f3f3;
}
.btnMore {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
	display: block;
	margin: 0;
}
.btnMore:after {
	content: '';
	display: block;
	width: 50px;
	width: calc(100% + 30px);
	height: 100%;
	right: 0;
	top: 0;
	position: absolute;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30px);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30px);
	z-index: -1;
}
.btnMore:hover {
	color: #389ec3;
}
.btnWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: center;
    margin-right: -1em;
}
.btnWrap .btn {
    margin-right: 1em;
    flex: 0 1 auto;
    overflow: unset;
}
/*
 * Loading
 */
.loadingOverlay {
	height: 0;
	width: 100%;
	background: url('../img/preloader_301_dark.gif') no-repeat 50% 50%;
	position: relative;
	display: block;
	opacity: 0;
	-webkit-transition: opacity .3s, height 0s .3s;
	transition: opacity .3s, height 0s .3s;
}
.loadingOverlay.show {
	opacity: 1;
	height: 100%;
	-webkit-transition: opacity .3s, height 0s;
	transition: opacity .3s, height 0s;
}

.noMargin,
span.noMargin:before,
.icon.noMargin:before {
	margin: 0;
}
.noMarginChildren > :first-child {
	margin-top: 0;
}
.noMarginChildren > :last-child {
	margin-bottom: 0;
}

/*
 Backgrounds
 */
.greyBackground {
	background-color: #f5f6f6;
}

/*
 Note & Error
 */
.noteBlock,
.errorBlock {
	padding: 20px;
	margin: 10px 0;
	color: #fff;
}
.noteBlock a,
 .errorBlock a {
	color: #fff !important;
}
.noteBlock .tooltip,
.errorBlock .tooltip {
	background: #fff !important;
	margin-right: 10px;
}
.noteBlock {
	background: #fbbb02;
}
.noteBlock .tooltip {
	color: #fbbb02;
}
.errorBlock {
	background: #C00;
}
.errorBlock .tooltip {
	color: #C00;
}
.dateText {
	color: #333;
}

.letterSpacing {
	letter-spacing: .075em;
	text-transform: uppercase;
}
b.letterSpacing,
strong.letterSpacing {
	font-weight: 700;
}

/*
 * State Color´s
 */
.success {
	color: #0C0;
}
.error,
.fehler_text {
	color: #C00;
}
.colored,
.article .colored strong,
.article strong.colored {
	color: #ea722a;
}
.hint {
	color: #8d8d8d;
	font-weight: 300;
	font-style: normal;
	font-size: 80%;
	line-height: 1.25em;
}
.lightText {
	color: #9da4a9;
}
.center {
    text-align: center;
}

/*
 * tooltip buttons
 */
.tooltip {
	border-radius: .75em;
	height: 1.5em;
	width: 1.5em;
	line-height: 1.5;
	background: #000;
	color: #fff;
	font-size: .8em;
	display: inline-block;
	vertical-align: .25em;
	text-align: center;
}
.tooltip:before {
	margin: 0;
}
.tooltip:hover {
	color: #000;
	background: #fff;
}


/*
 * Article Styles
 */
.article {
	position: relative;
}
.article strong {
	color: #2d3338;
}
.article a strong {
	color: inherit;
}

.article .btnBack {
	float: right;
}

.article .btnCollapsibleTrigger {
	display: none;
}
.article.tax_collapsible {
	padding-bottom: 20px;
	max-height: 15em;
	overflow: hidden;
	transition: all .3s;
	transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s;
}
.article.tax_collapsible .btnCollapsibleTrigger  {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: #fff;
	margin: 0;
	display: block;
}
.article.tax_collapsible .btnCollapsibleTrigger .on {
	display: block;
}
.article.tax_collapsible .btnCollapsibleTrigger .off {
	display: none;
}
.article.tax_collapsible .btnCollapsibleTrigger:after {
	content: '';
	display: block;
	width: 100%;
	left: 0;
	bottom: 100%;
	height: 60px;
	position: absolute;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	transition: all .3s;
	pointer-events: none;
}

.article.tax_collapsible.expanded {
	max-height: 10000px;
	transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
}

.article.tax_collapsible.expanded .btnCollapsibleTrigger .on {
	display: none;
}
.article.tax_collapsible.expanded .btnCollapsibleTrigger .off {
	display: block;
}

.article.tax_collapsible.expanded .btnCollapsibleTrigger:after {
	opacity: 0;
}

.article ul,
.articleGrid ul {
	padding-left: 0;
	margin: 1em 0;
	list-style: none;
}
.article ul:not(.eventData) li,
.articleGrid ul:not(.eventData) li {
	margin: 0;
	padding-left: 20px;
	position: relative;
}
.article ul:not(.eventData) li + li {
	margin-top: .333em;	
}
.article ul:not(.eventData) li:before,
.articleGrid ul li:before {
	content: '';
	border-style: solid;
	border-width: .25em 0 .25em .333em;
	border-color: transparent transparent transparent #003f57;
    top: .416em;
    left: auto;
    display: inline-block;
    position: absolute;
    margin-left: -15px;
	content: '';
}

.article > :first-child,
.article > .imgRight:first-child + *,
.article > .imgLeft:first-child + *,
.article > .btnBack:first-child + *,
.article > .dateText:first-child + h1,
.article > .btnCollapsibleTrigger:first-child + *,
.article > .btnCollapsibleTrigger:first-child + .imgRight + *,
.article > .btnCollapsibleTrigger:first-child + .imgLeft + *,
.article > .btnCollapsibleTrigger:first-child + .btnBack + *,
.article > .btnCollapsibleTrigger:first-child + .dateText + h1,

.article .imgRight + h1,
.article .imgRight + .h1,
.article .imgRight + h2,
.article .imgRight + .h2,
.article .imgRight + h3,
.article .imgRight + .h3,
.article .imgRight + h4,
.article .imgRight + .h4 {
	margin-top: 0;
}
.article > .imgNone:first-child + * {
	margin-top: 10px;
}
.article > .dateText:first-child,
.article > :last-child:not(.gridWrap) {
	margin-bottom: 0 !important;
}

.teaser li .teaserItemTitleInner .wrap h1:first-child:after,
.teaser li .teaserItemTitleInner .wrap .h1:first-child:after {
	color: #fff;
}

.article p > .btn {
	margin: 0;
}

.article .textOverflowWrap > :first-child {
	margin-top: 0;
}
.article .textOverflowWrap > :last-child {
	margin-bottom: 0;
}

.article .textOverflowSwitch + .textOverflowWrap {
	max-height: 4em;
}
.article .textOverflowTrigger {
	height: 4em;
	padding-top: 2.5em;
	line-height: 1.5;
	color: #466c91;
	font-weight: 500;
	text-align: center;
	margin-top: -4em;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	position: relative;
	z-index: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.article .textOverflowSwitch:checked ~ .textOverflowTrigger {
	margin-top: 0;
	height: 2em;
	padding-top: .5em;
}
.article .textOverflowTrigger .icon {
	float: none !important;
	display: inline-block !important;
}

@media (min-width: 640px) {
	.article > .imgNone:first-child + * {
		margin-top: 16px;
	}
	.article ul {
		margin: 1em 0;
	}
	.article ul li + li {
		margin-top: .333em;	
	}
}

@media (min-width: 720px) {
	.article .textOverflowSwitch + .textOverflowWrap {
		max-height: none;
	}
	.article .textOverflowTrigger,
	.article .textOverflowSwitch {
		display: none;
	}
}



/* Content: TABELLEN */
.tableWrap {
	width:100%;
	overflow:auto;
}
.stdTable {
	border: none;
	border-spacing: 0;
	background: #FFF;
	width: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.stdTable + .stdTable {
	margin-top: 1em;
}
.stdTable tr th,
.stdTable tr td {
	padding: 6px 5px;
	-webkit-transition: background .2s;
	transition: background .2s;
	vertical-align: top;
}
.stdTable tr:first-child th,
.stdTable tr:first-child td {
	border-top: none;
}
.stdTable tr th,
.stdTable thead tr td {
	font-style: normal;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	color: #FFF;
	line-height: 1.714;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #e40033;
}
.stdTable tbody tr:nth-child(2n+1) td,
.stdTable > tr:nth-child(2n+1) td {
	background-color: #FFFFFF;	
}
.stdTable tbody tr:nth-child(2n) td,
.stdTable > tr:nth-child(2n) td {
	background-color: #eff0f1;	
}
.stdTable tr th:first-child,
.stdTable tr td:first-child {
	padding-left:10px;
}
.stdTable tr th:last-child,
.stdTable tr td:last-child {
	padding-right:10px;
}

.stdTable tr th.align_right,
.stdTable thead tr td.align_right,
.align_right,
.stdTable .price {
	text-align:right;
}
.stdTable tr th.align_left,
.stdTable thead tr td.align_left,
.align_left {
	text-align:left;
}
.stdTable tr th.align_center,
.stdTable thead tr td.align_center,
.align_center {
	text-align:center;
}
.offerCart .count input {
	width:50px;
}
/*
 * SlideDown / SlideUp
 */
.slideDownTrigger {
	display: block;
	cursor: pointer;
}

.slideDownTrigger .on,
.slideDownTargetWrap .slideDownTrigger .on {
	display: none;
}
.slideDownTrigger .icon:last-child {
	-webkit-transition: transform .3s;
	transition: transform .3s;
	display: block;
	float: right;
}

.slideDownTriggerInline .icon:last-child {
	float: none;
	display: inline-block;
}

.slideDownSwitch ~ .slideDownTarget,
.slideDownSwitch ~ .slideDownTargetWrap .slideDownTarget {
	max-height: 0;
	-webkit-transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
	transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
	overflow: hidden;
}
.slideDownSwitch ~ .slideDownTargetTeaser,
.slideDownSwitch ~ .slideDownTargetWrap .slideDownTargetTeaser {
	max-height: 40px;
}

.slideDownTargetTeaser + .slideDownTrigger {
	margin-top: -40px;
	min-height: 40px;
	position: relative;
	z-index: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: .714rem 0 0;
	line-height: 40px;
	line-height: calc(40px - .714rem);
}
.slideDownTargetTeaser + .slideDownTrigger:before {
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.slideDownSwitch:checked ~ .slideDownTrigger .on,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTrigger .on {
	display: inline;
}
.slideDownSwitch:checked ~ .slideDownTrigger .off,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTrigger .off {
	display: none;
}
.slideDownSwitch:checked ~ .slideDownTrigger .icon:last-child,
.slideDownSwitch:checked ~ .slideDownTriggerWrap .slideDownTrigger .icon:last-child,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTrigger .icon:last-child {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.slideDownSwitch:checked ~ .slideDownTarget,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTarget {
	max-height: 10000px;
	-webkit-transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
	transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
	
	-webkit-animation: 0s linear 0.3s 1 normal both running delayOverflow;
	animation: 0s linear 0.3s 1 normal both running delayOverflow;
}
.slideDownSwitch:checked ~ .slideDownTargetTeaser + .slideDownTrigger,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTargetTeaser + .slideDownTrigger {
	margin-top: 0;
}


@-webkit-keyframes delayOverflow {
	0% {
		overflow: hidden;
	}
	100% {
		overflow: visible;
	}
}

@keyframes delayOverflow {
	0% {
		overflow: hidden;
	}
	100% {
		overflow: visible;
	}
}

@-webkit-keyframes delayOverflowAuto {
	0% {
		overflow: hidden;
	}
	100% {
		overflow: auto;
	}
}

@keyframes delayOverflowAuto {
	0% {
		overflow: hidden;
	}
	100% {
		overflow: auto;
	}
}