/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* roboto-condensed-700 - latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: local(''),
	url('../fonts/roboto-condensed-v24-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/roboto-condensed-v24-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-300 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: local(''),
	url('../fonts/roboto-v29-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/roboto-v29-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: local(''),
	url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/roboto-v29-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-italic - latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: local(''),
	url('../fonts/roboto-v29-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/roboto-v29-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700 - latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: local(''),
	url('../fonts/roboto-v29-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/roboto-v29-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-700italic - latin */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: local(''),
	url('../fonts/roboto-v29-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('../fonts/roboto-v29-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* fontello */
@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.eot?40406904');
	src: url('../fonts/fontello.eot?40406904#iefix') format('embedded-opentype'),
	url('../fonts/fontello.woff2?40406904') format('woff2'),
	url('../fonts/fontello.woff?40406904') format('woff'),
	url('../fonts/fontello.ttf?40406904') format('truetype'),
	url('../fonts/fontello.svg?40406904#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: #060709;
	font-weight: 400;
	font-family: 'Roboto', Calibri, sans-serif;
}
html,
body,
.mailBody td {
    font-size: 14px;
    line-height: 1.4286;
}

    /**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

p,
ul {
	margin-top: 1.0714em;
	margin-bottom: 1.0714em;
}

h1,
.h1,
.ui-accordion .ui-accordion-header.h1 {
	font-size: 2.857em;
	line-height: 1;
	font-weight: 700;
	margin: .75em 0 .375em;
}

h2,
.h2,
.ui-accordion .ui-accordion-header.h2 {
	font-size: 1.786em;
	line-height: 1;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 1.2em 0 .6em;
}

h3,
.h3,
.ui-accordion .ui-accordion-header.h3 {
	font-size: 1.2857em;
	line-height: 1.3889;
	font-weight: 300;
	margin: 1.667em 0 .8333em;
}

h4,
.h4,
.ui-accordion .ui-accordion-header.h4,
.headline {
	font-size: 1.14286em;
	line-height: 1.25;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	margin: .9375em 0;
}

.headline {
	color: #ec6604;
	font-weight: bold;
	font-family: 'Roboto', Calibri, sans-serif;
}

.smallText,
.hint {
	font-size: .857em;
	line-height: 1.667;
}

.smallerText {
	font-size: .857em;
	line-height: 1.25;
	font-weight: 500;
}

@media (min-width: 640px) {
    html,
	body {
		font-size: 20px;
		line-height: 1.5;
	}

	p,
	ul {
		margin-top: 1em;
		margin-bottom: 1em;
	}

	.smallText,
	.hint {
		font-size: .75em;
	}

	.smallerText {
		font-size: .6em;
	}
}

@media (min-width: 960px) {
	h1,
	.h1,
	.ui-accordion .ui-accordion-header.h1 {
		font-size: 4em;
		margin: .5em 0 .25em;
	}

	h2,
	.h2,
	.ui-accordion .ui-accordion-header.h2 {
		font-size: 2em;
		margin: 1em 0 .5em;
	}

	h3,
	.h3,
	.ui-accordion .ui-accordion-header.h3 {
		font-size: 1.5em;
		line-height: 1.333;
		margin: 1.333em 0 .667em;
	}

	h4,
	.h4,
	.ui-accordion .ui-accordion-header.h4,
	.headline {
		font-size: 1em;
		margin: 1em 0;
	}

}

/* 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: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 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.
 */

a {
	background-color: transparent;
	text-decoration: underline;
	color: #ec6604;
}
a:hover {
	text-decoration: none;
	color: #218ecf;
	transition: color .3s;
}

/**
 * 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: bold;
}

/**
 * 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;
}

/* 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: 1.15; /* 1 */
	margin: 0; /* 2 */
	border: none;
}

/* Firefox required */
input:required {
    box-shadow: none;
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * 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: textfield; /* 1 */
	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-info:before { content: '\e803'; } /* '' */
.icon-thanks:before { content: '\e804'; } /* '' */
.icon-contact-person:before { content: '\e805'; } /* '' */
.icon-calendar:before { content: '\e806'; } /* '' */
.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-quarters:before { content: '\e810'; } /* '' */
.icon-cycling:before { content: '\e811'; } /* '' */
.icon-checklist:before { content: '\e812'; } /* '' */
.icon-heart:before { content: '\e813'; } /* '' */
.icon-filter:before { content: '\e814'; } /* '' */
.icon-heart-filled:before { content: '\e815'; } /* '' */
.icon-basket:before { content: '\e817'; } /* '' */
.icon-ccw:before { content: '\e819'; } /* '' */
.icon-plus:before { content: '\e81a'; } /* '' */
.icon-cancel:before { content: '\e81b'; } /* '' */
.icon-virus:before { content: '\e81e'; } /* '' */
.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-downloads:before { content: '\e82a'; } /* '' */
.icon-scrolldown:before { content: '\e834'; } /* '' */
.icon-bus-tours:before { content: '\e843'; } /* '' */
.icon-bike-renting:before { content: '\e844'; } /* '' */
.icon-bike-journey:before { content: '\e845'; } /* '' */
.icon-tour:before { content: '\e860'; } /* '' */
.icon-hospitality:before { content: '\e867'; } /* '' */
.icon-paddelboot:before { content: '\e868'; } /* '' */
.icon-ticket:before { content: '\e89f'; } /* '' */
.icon-arrow-to-left:before { content: '\e8a0'; } /* '' */
.icon-arrow-to-right:before { content: '\e8a1'; } /* '' */
.icon-arrow-to-bottom:before { content: '\e8a2'; } /* '' */
.icon-arrow-to-top:before { content: '\e8a3'; } /* '' */
.icon-seeschlange:before { content: '\e8a4'; } /* '' */
.icon-mail:before { content: '\e8a5'; } /* '' */
.icon-gift:before { content: '\e8a6'; } /* '' */
.icon-marker:before { content: '\e8a7'; } /* '' */
.icon-clock:before { content: '\e8a8'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-envelope-open:before { content: '\f2b7'; } /* '' */

.iconBubble {
	background: #383e42;
	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: 960px) {
	.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;
}

.noMargin {
	margin: 0;
}
.icon.noMargin:before {
	margin: 0;
}
.noMarginTop,
.noMarginChildren > :first-child {
	margin-top: 0;
}
.noMarginBottom,
.noMarginChildren > :last-child {
	margin-bottom: 0;
}

.hint {
	color: #838384;
}

/*
 * Buttons
 */
.btn {
	outline: none;
	position: relative;
	font-size: .75em;
	font-weight: 700;
	color: #ec6604;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .05em;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 10px 0;
	padding: 0;
	border: none;
	background: none;
}
.btn:active,
.btn:focus {
	outline: none;
}
.btn.btnRaised {
	padding: 10px 20px;
	z-index: 1;
	font-size: 1em;
	overflow: hidden;
	background: #218ecf;
	color: #fff;
	text-align: left;
	border-radius: 5px;
}
.btn.btnIconBottom .icon,
.btn.btnIconTop .icon,
.btn.btnIconLeft .icon,
.btn.btnIconRight .icon {
	color: inherit;
	position: absolute;
	text-shadow: none;
	text-align: center;
	line-height: 1em;
	width: 1em;
}
.btn.btnIconBottom .icon:before,
.btn.btnIconTop .icon:before,
.btn.btnIconLeft .icon:before,
.btn.btnIconRight .icon:before {
	margin: 0;
}
.btn.btnIconBottom {
	padding-bottom: calc(1em + 10px);
}
.btn.btnIconBottom .icon {
	margin-left: -.5em;
	bottom: 0;
	left: 50%;
}
.btn.btnIconTop {
	padding-top: calc(1em + 10px);
}
.btn.btnIconTop .icon {
	margin-left: -.5em;
	top: 0;
	left: 50%;
}
.btn.btnIconLeft {
	padding-left: calc(1em + 10px);
}
.btn.btnIconLeft .icon {
	margin-top: -.5em;
	left: 0;
	top: 50%;
}
.btn.btnIconRight {
	padding-right: calc(1em + 10px);
}
.btn.btnIconRight .icon {
	margin-top: -.5em;
	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;
}

.btnHoverScope:hover .btn,
.btn:hover {
	color: #1a72a6;
}
.btnHoverScope:hover .btn.btnRaised,
.btn.btnRaised:hover {
	background: #1a72a6;
	color: #fff;
}

.btn.disabled,
.btn[disabled] {
	color: #838384 !important;
	cursor: default;
}
.btn.btnRaised.disabled,
.btn.btnRaised[disabled] {
	background: #c1c1c1 !important;
	color: #838384 !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: #838384 !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;
}
.btnWrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-content: stretch;
	align-items: center;
	margin-right: -2px;
}
.btnWrap .btn {
	margin-right: 2px;
	flex: 0 1 auto;
	overflow: unset;
	padding-left: 14px;
	padding-right: 14px;
}
.btnWrap .btn:first-child {
	padding-left: 20px;
	padding-left: 20px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.btnWrap .btn:last-child {
	padding-right: 20px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}


/*
 * 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;
}
.imageBlock {
	display: block;
	width: 100%;
	height: auto;
}
.noMargin,
span.noMargin:before,
.icon.noMargin:before {
	margin: 0;
}
/* emogrifier ignore start */
.noMarginChildren > :first-child {
	margin-top: 0;
}
.noMarginChildren > :last-child {
	margin-bottom: 0;
}
/* emogrifier ignore end */

/*
 Backgrounds
 */
.greyBackground {
	background-color: #f3f3f4;
}

/*
 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 {
	font-size: 12px;
	font-weight: 400;
	color: #838384;
}

.letterSpacing {
	letter-spacing: .075em;
	text-transform: uppercase;
}
b.letterSpacing,
strong.letterSpacing {
	font-weight: 700;
}

@media (min-width: 640px) {
	.textCols2,
	.textCols3 {
		column-gap: 40px;
		columns: 2;
		margin: 1.5em 0;
		clear: both;
	}
	.textCols2 > *:not(h1):not(.h1):not(h2):not(.h2),
	.textCols3 > *:not(h1):not(.h1):not(h2):not(.h2) {
		margin-top: 0;
	}
	.textCols2 > :last-child,
	.textCols3 > :last-child {
		margin-bottom: 0;
	}
}
@media (min-width: 960px) {
	.textCols3 {
		columns: 3;
	}
}


/*
 * State Color´s
 */
.success {
	color: #50af41;;
}
.error,
.fehler_text {
	color: #C00;
}
.colored {
	color: #ec6604;
}
.hint,
.lightText {
	color: #838384;
}
.center {
	text-align: center;
}

/*
 * tooltip buttons
 */
.tooltip {
	border-radius: .75em;
	height: 1.5em;
	width: 1.5em;
	line-height: 1.5;
	background: #ec6604;
	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.tax_articleCenter {
	text-align: center;
}
.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:not(.noArticleList),
.articleGrid ul:not(.noArticleList) {
	padding-left: 0;
	margin: 1em 0;
	list-style: none;
}
/* emogrifier ignore start */
.article ul:not(.eventData):not(.noArticleList) li,
.articleGrid ul:not(.eventData):not(.noArticleList) li {
	margin: 0;
	padding-left: 20px;
	position: relative;
}
.article ul:not(.eventData):not(.noArticleList) li + li {
	margin-top: .333em;
}
.article ul:not(.eventData):not(.noArticleList) li:before,
.articleGrid ul:not(.noArticleList) li:before {
	content: '';
	width: .4em;
	height: .4em;
	border-radius: .2em;
	background: #50af41;
	top: .5833em;
	left: auto;
	display: inline-block;
	position: absolute;
	margin-left: -15px;
	content: '';
}
/* emogrifier ignore end */
.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-top: 0;
	margin-bottom: 0;
}
/* emogrifier ignore start */
.article .textOverflowWrap > :first-child {
	margin-top: 0;
}
.article .textOverflowWrap > :last-child {
	margin-bottom: 0;
}
/* emogrifier ignore end */
.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;
}

.article .productInfo {
    font-weight: bold;
    line-height: 1;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 1rem -10px 1rem 0;
}
.article .productInfo .item {
    flex: 0 1 auto;
    text-align: center;
    position: relative;
    padding: 10px;
    margin-right: 10px;
    background: #e7e7e7;
    border-radius: calc(1em + 10px);
    display: flex;
    align-items: center;
}
.article .productInfo .icon {
    font-size: 20px;
    height: 1em;
    line-height: 1;
}
.article .productInfo .icon:before {
    margin-left: 0;
}

@media (min-width: 640px) {
	.article > .imgNone:first-child + * {
		margin-top: 16px;
	}
	.article ul:not(.noArticleList) {
		margin: 1em 0;
	}
	.article ul:not(.noArticleList) li + li {
		margin-top: .333em;
	}
}

@media (min-width: 720px) {
	.article .textOverflowSwitch + .textOverflowWrap {
		max-height: none;
	}
	.article .textOverflowTrigger,
	.article .textOverflowSwitch {
		display: none;
	}
}

@media (min-width: 960px) {
    .article .productInfo {
        margin-right: -20px;
    }
    .article .productInfo .item {
        margin-right: 20px;
    }
}

/* Content: PRICE TAG */
.priceTag {
	border-radius: 5px;
	background: #218ecf;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px 3px 5px;
}


/* Content: TABELLEN */
.tableWrap {
	width:100%;
	overflow:auto;
}
.stdTable {
    border: none;
    border-spacing: 0;
    background: #FFF;
    width: 100%;
}

.stdTable + .stdTable {
	margin-top: 1em;
}
.stdTable tr th,
.stdTable tr td {
	padding: 6px 5px;
	transition: background .2s;
	vertical-align: top;
    background: #fff;
}
.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;
    padding-top: 10px;
    padding-bottom: 5px;
    vertical-align: bottom;
}
.stdTable tr + tr td {
    border-top: 1px solid #f2f2f2;
}

.stdTable tr th:first-child,
.stdTable tr td:first-child {
	padding-left:0;
}
.stdTable tr th:last-child,
.stdTable tr td:last-child {
	padding-right:0;
}

.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;
}
.mceContentBody td {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}


    /*
     * SlideDown / SlideUp
     */
/* emogrifier ignore start */
.slideDownTrigger {
	display: flex;
	cursor: pointer;
    align-items: center;
}
.slideDownTrigger .label {
    flex-grow: 1;
}

.slideDownTrigger .on,
.slideDownTargetWrap .slideDownTrigger .on {
	display: none;
}
.slideDownTrigger .icon:last-child {
	-webkit-transition: transform .3s;
	transition: transform .3s;
	display: block;
	flex: 0 1 auto;
}
.slideDownTrigger .icon:last-child:before {
    font-size: .8em;
}

.slideDownTriggerInline .icon:last-child {
	float: none;
	display: inline-block;
}

.slideDownSwitch ~ .slideDownTarget,
.slideDownSwitch ~ .slideDownTargetWrap .slideDownTarget {
	max-height: 0;
	transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, box-shadow .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 ~ .slideDownTrigger .deg90:last-child,
.slideDownSwitch:checked ~ .slideDownTriggerWrap .slideDownTrigger .deg90:last-child,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTrigger .deg90:last-child {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.slideDownSwitch:checked ~ .slideDownTarget,
.slideDownSwitch:checked ~ .slideDownTargetWrap .slideDownTarget {
	max-height: 10000px;
	transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s, box-shadow .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;
	}
}
/* emogrifier ignore end */
