/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* overpass-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 300;
	src: url('../font/overpass-v12-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
	url('../font/overpass-v12-latin-300.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* overpass-300italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Overpass';
	font-style: italic;
	font-weight: 300;
	src: url('../font/overpass-v12-latin-300italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
	url('../font/overpass-v12-latin-300italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* overpass-800 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 800;
	src: url('../font/overpass-v12-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
	url('../font/overpass-v12-latin-800.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* overpass-800italic - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Overpass';
	font-style: italic;
	font-weight: 800;
	src: url('../font/overpass-v12-latin-800italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
	url('../font/overpass-v12-latin-800italic.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


*,
*: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 {
	margin: 0;
	color: #000000;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	font-family: 'Overpass', 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,
.headline {
	display: block;
	color: #000000;
}

h1,
.h1,
.ui-accordion .ui-accordion-header.h1 {
	font-weight: 300;
	text-transform: none;
	font-size: 2.1875em;
	line-height: 1;
	margin: 1.1482em 0 .5714em;
}
h2,
.h2,
.ui-accordion .ui-accordion-header.h2 {
	font-weight: 800;
	font-size: 1.5625em;
	line-height: 1;
	margin: 1.6em 0 .8em;
}
h3,
.h3,
.ui-accordion .ui-accordion-header.h3 {
	font-weight: 800;
	font-size: 1.25em;
	line-height: 1.5;
	margin: 2em 0 1em;
}
.headline {
	font-weight: 800;
	font-size: 1.125em;
	line-height: 1.667;
	margin: 1.111em 0;
}

.h1 small,
.h2 small,
.h3 small,
.headline small {
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
}

ul,
p {
	margin: 1.25em 0;
}

blockquote,
.blockquote {
	border-left: 2px solid #bfbfbf;
	background: #fff;
	padding: 8px 20px 8px 18px;
	margin: 10px 0;
}
blockquote:before,
.blockquote:before {
	content: '';
}
blockquote:after,
.blockquote:after {
	content: '';
}
/* ignore start */
blockquote > *:first-child,
.blockquote > *:first-child {
	margin-top: 0;
}
blockquote > *:last-child,
.blockquote > *:last-child {
	margin-bottom: 0;
}
/* ignore end */
.tipp {
	display:block;
	border-left: 2px solid #bfbfbf;
	background: #fff;
	padding: 8px 20px 8px 18px;
	margin: 10px 0;
}
/* ignore start */
.tipp > *:first-child {
	margin-top: 0;
}
.tipp > *:last-child {
	margin-bottom: 0;
}
/* ignore end */

@media (min-width: 720px) {
	h1,
	.h1,
	.ui-accordion .ui-accordion-header.h1 {
		font-size: 2.875em;
		margin: .889em 0 .444em;
	}
	h2,
	.h2,
	.ui-accordion .ui-accordion-header.h2 {
		font-size: 2em;
		margin: 1.25em 0 .625em;
	}
	h3,
	.h3,
	.ui-accordion .ui-accordion-header.h3 {
		font-size: 1.5em;
		margin: 1.667em 0 .833em;
	}
	.headline {
		font-size: 1.25em;
		line-height: 1.5;
		margin: 1em 0;
	}
}

h1,
.h1,
.ui-accordion .ui-accordion-header.h1,
.hyphenate {
	word-wrap: break-word;
	overflow-wrap: break-word;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.no-hyphenate {
	word-wrap: normal;
	overflow-wrap: normal;

	-webkit-hyphens: manual;
	-moz-hyphens: manual;
	hyphens: manual;
}

.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 #bfbfbf;
	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: #000000;
	text-decoration: underline;
}

/**
 * 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: 800;
}

/**
 * 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;
}

.mceItemIframe,
iframe {
	width: 100%;
	border: none;
	background: transparent;
}

/* 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-clock:before { content: '\e801'; } /* '' */
.icon-calendar:before { content: '\e802'; } /* '' */
.icon-info:before { content: '\e803'; } /* '' */
.icon-thanks:before { content: '\e804'; } /* '' */
.icon-contact-person:before { content: '\e805'; } /* '' */
.icon-ok-fat:before { content: '\e806'; } /* '' */
.icon-immomio:before { content: '\e807'; } /* '' */
.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-check:before { content: '\e812'; } /* '' */
.icon-heart:before { content: '\e813'; } /* '' */
.icon-heart-filled:before { content: '\e815'; } /* '' */
.icon-service-hotline:before { content: '\e816'; } /* '' */
.icon-callback:before { content: '\e818'; } /* '' */
.icon-plus:before { content: '\e81a'; } /* '' */
.icon-cancel:before { content: '\e81b'; } /* '' */
.icon-address:before { content: '\e81c'; } /* '' */
.icon-logout:before { content: '\e820'; } /* '' */
.icon-search:before { content: '\e821'; } /* '' */
.icon-star-full-filled:before { content: '\e822'; } /* '' */
.icon-star-empty:before { content: '\e824'; } /* '' */
.icon-link-external:before { content: '\e825'; } /* '' */
.icon-downloads:before { content: '\e82a'; } /* '' */
.icon-facebook:before { content: '\e82e'; } /* '' */
.icon-scrolldown:before { content: '\e834'; } /* '' */
.icon-resize-full-alt:before { content: '\e839'; } /* '' */
.icon-immowelt:before { content: '\e83a'; } /* '' */
.icon-immobilienscout24:before { content: '\e83b'; } /* '' */
.icon-resize-small-alt:before { content: '\e83c'; } /* '' */
.icon-mail:before { content: '\e84b'; } /* '' */
.icon-plotarea:before { content: '\e8eb'; } /* '' */
.icon-pricetag:before { content: '\e8ec'; } /* '' */
.icon-livingarea:before { content: '\e8ed'; } /* '' */
.icon-door:before { content: '\e8ee'; } /* '' */
.icon-servicecharges:before { content: '\e8ef'; } /* '' */
.icon-header:before { content: '\e8f0'; } /* '' */
.icon-priceqm:before { content: '\e8f1'; } /* '' */
.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-filter:before { content: '\f0b0'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-envelope-open:before { content: '\f2b7'; } /* '' */

.iconBubble {
	background: #bfbfbf;
	color: #000000;
	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: #bfbfbf;
	color: #000000;
	display: inline;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}


/*
 * Buttons
 */
.btn {
	outline: none;
	position: relative;
	line-height: 20px;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin: 10px 0;
	padding: 5px 0;
	border: none;
}
p > .btn {
	margin-top: 0;
	margin-bottom: 0;
}

.btn:active,
.btn:focus {
	outline: none;
}

.btn.btnBlock {
	display:  block;
}
.btn.btnRaised {
	padding: 9px;
	font-weight: 800;
	font-size: 15px;
	z-index: 1;
	overflow: hidden;
	background: #ffffff;
	color: #000000;
	border: 1px solid #000000;
}
.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: 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;
	padding-left: calc(1em + 10px);
}
.btn.btnIconLeft .icon {
	margin-top: -.5em;
	left: 0;
	top: 50%;
}
.btn.btnIconRight {
	padding-right: 1.333em;
	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: 10px;
	padding-left: calc(1em + 20px);
}
.btn.btnRaised.btnIconLeft .icon {
	left: 10px;
	color: #000000;
}
.btn.btnRaised.btnIconRight {
	padding-left: 10px;
	padding-right: 1.333em;
	padding-right: calc(1em + 20px);
}
.btn.btnRaised.btnIconRight .icon {
	right: 10px;
	color: #000000;
}

.btn:hover {
	color: #000000;
}
.btn.btnRaised:hover {
	background: #000000;
	color: #fff;
}
.btn.btnRaised:hover .icon {
	color: #fff;
}

.btn.disabled,
.btn[disabled] {
	color: #c4c5c7 !important;
	cursor: default;
}
.btn.btnRaised.disabled,
.btn.btnRaised[disabled] {
	border-color: #c4c5c7 !important;
	color: #c4c5c7 !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;
	flex-wrap: wrap;
}
.btnSet .btn {
	float: left;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-top: 0;
	margin-bottom: 0;
}
.btnSet .btnIconRight {
	padding-left: 0;
}
.btnSet .btnIconLeft {
	padding-right: 0;
}

.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;
}

.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: #bfbfbf;
}

/*
 * 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: #bfbfbf;
}

/*
 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-weight: 300;
	color: #bfbfbf;
	font-size: .7em;
}

.letterSpacing {
	letter-spacing: .075em;
	text-transform: uppercase;
}
b.letterSpacing,
strong.letterSpacing {
	font-weight: 800;
}

/*
 * State Color´s
 */
.success {
	color: #00b300;
}
.error,
.fehler_text {
	color: #C00;
}
.colored,
.article .colored strong,
.article strong.colored {
	color: #000000;
}
.hint {
	color: #bfbfbf;
	font-weight: 300;
	font-style: normal;
	font-size: .7em;
	line-height: 1.25em;
}
.lightText {
	color: #bfbfbf;
}
.center {
	text-align: center;
}
.colored {
	background-color: rgba(255,255,255,.9);
	padding: 10px 10px 10px 40px;
	box-shadow: 0 10px 20px rgba(0,0,0,.1);
	position: relative;
	display: inline-block;
}
.colored:before {
	content: '';
	height: .375rem;
	width: .375rem;
	border-radius: .1875rem;
	background: #bfae99;
	top: calc(50% - .1875rem);
	left: calc(20px - .1875rem);
	display: inline-block;
	position: absolute;
	content: '';
}

/*
 * 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 a strong {
	color: inherit;
}

.article .btnBack {
	float: right;
}

.article .btnCollapsibleTrigger {
	display: none;
}
.article.tax_collapsible {
	padding-bottom: 1.428em;
	max-height: 15em;
	overflow: hidden;
	transition: all .3s;
	transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s;
}
@media (min-width: 640px) {
	.article.tax_collapsible {
		padding-bottom: 1.562em;
	}
}
.article.tax_collapsible .btnCollapsibleTrigger  {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	left: 0;
	z-index: 2;
	background: #fff;
	margin: 0;
	display: block;
	padding: 0;
}
.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;
	top: auto;
	bottom: 100%;
	height: 3em;
	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.tax_articleCenter {
	text-align: center;
}

.article ul,
.articleGrid ul {
	padding-left: 0;
	margin: 1em 0;
	list-style: none;
}
.article ul:not(.eventData):not(.detailsData) li,
.articleGrid ul:not(.eventData):not(.detailsData) li {
	margin: 0;
	padding-left: 20px;
	position: relative;
}
.article ul:not(.eventData):not(.detailsData) li + li {
	margin-top: .625em;
}
.article ul:not(.eventData):not(.detailsData) li:before,
.articleGrid ul li:before {
	content: '';
	height: .375em;
	width: .375em;
	border-radius: .1875em;
	background: #bfbfbf;
	top: .75em;
	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-top: 0;
	margin-bottom: 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: #000000;
	font-weight: 800;
	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 .gridWrap + *:not(h1):not(.h1):not(h2):not(.h2) {
	margin-top: 0;
}
.article .gridWrap .articleGrid .info.greyBackground {
	height: 100%;
	padding: 20px;
	font-size: .8em;
	line-height: 1.25;
}

.dividerArticle {
	margin: 1em 0;
	display: block;
	text-align: center;
	position: relative;
}
.dividerArticle .icon {
	color: #adbd83;
	font-size: 1.5em;
	width: 1em;
	display: inline-block;
	height: 1em;
	line-height: 1;
	text-align: left;
	vertical-align: top;
}
.dividerArticle:before,
.dividerArticle:after {
	content: '';
	background: #e0e0e0;
	width: 60px;
	height: 1px;
	display: block;
	position: absolute;
	top: 50%;
}
.dividerArticle:before {
	right: 60%;
	right: calc(50% + 30px);
}
.dividerArticle:after {
	left: 60%;
	left: calc(50% + 30px);
}
@media (min-width: 640px) {
	.article > .imgNone:first-child + * {
		margin-top: 16px;
	}
	.article ul {
		margin: 1em 0;
	}
	.article ul:not(.detailsData) 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: #383e42;
}
.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
 */
/* ignore start */
.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;
	}
}
/* ignore end */


/* SHOW EFFECTS */
.showEffect.scale {
	visibility: visible !important;
	opacity: 0;
	-webkit-transform: scale(.01);
	-ms-transform: scale(.01);
	transform: scale(.01);
}
.showEffect.slideInFromLeft {
	opacity: 0;
	-webkit-transform: translate(-150px, 50px);
	-ms-transform: translate(-150px, 50px);
	transform: translate(-150px, 50px);
}
.showEffect.slideInFromRight {
	opacity: 0;
	-webkit-transform: translate(150px, 50px);
	-ms-transform: translate(150px, 50px);
	transform: translate(150px, 50px);
}
.showEffect.slideInFromBottom {
	opacity: 0;
	-webkit-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transform: translateY(150px);
}

.showEffect.slideInFromBottom.show,
.showEffect.slideInFromLeft.show,
.showEffect.slideInFromRight.show,
.showEffect.scale.show {
	opacity: 1;
	-webkit-transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s;
}
.showEffect.scale.show {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.showEffect.slideInFromRight.show,
.showEffect.slideInFromLeft.show,
.showEffect.slideInFromBottom.show {
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}


/*
 * E-Mail Styling
 */

.mailBody,
.mailBody td,
.mailBody p {
	font-family: 'Overpass',  sans-serif;
	line-height: 20px;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
}
.mailBody td > :last-child {
	margin-bottom: 0;
}