iframe[data-src],
[data-iframe][data-src],
img[data-src] {
	background: url('../images/layout/loading.svg') no-repeat center center;
}
@font-face {
	font-family: 'icomoon';
	font-weight: null;
	font-style: normal;
	font-display: block;
	src: url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg'),
		url('../fonts/icomoond41d.eot?#iefix') format('embedded-opentype');
}
@font-face {
	font-family: 'Spartan MB';
	font-weight: 300;
	font-style: normal;
	font-display: block;
	src: url('../fonts/SpartanMB-300.woff2') format('woff2'),
		url('../fonts/SpartanMB-300.woff') format('woff'),
		url('../fonts/SpartanMB-300.ttf') format('truetype'),
		url('../fonts/SpartanMB-300.svg#SpartanMB') format('svg'),
		url('../fonts/SpartanMB-300d41d.eot?#iefix') format('embedded-opentype');
}
@font-face {
	font-family: 'Spartan MB';
	font-weight: 700;
	font-style: normal;
	font-display: block;
	src: url('../fonts/SpartanMB-700.woff2') format('woff2'),
		url('../fonts/SpartanMB-700.woff') format('woff'),
		url('../fonts/SpartanMB-700.ttf') format('truetype'),
		url('../fonts/SpartanMB-700.svg#SpartanMB') format('svg'),
		url('../fonts/SpartanMB-700d41d.eot?#iefix') format('embedded-opentype');
}
@font-face {
	font-family: 'Spartan MB';
	font-weight: 800;
	font-style: normal;
	font-display: block;
	src: url('../fonts/SpartanMB-800.woff2') format('woff2'),
		url('../fonts/SpartanMB-800.woff') format('woff'),
		url('../fonts/SpartanMB-800.ttf') format('truetype'),
		url('../fonts/SpartanMB-800.svg#SpartanMB') format('svg'),
		url('../fonts/SpartanMB-800d41d.eot?#iefix') format('embedded-opentype');
}
.row {
	margin-left: auto;
	margin-right: auto;
	max-width: 95rem;
	width: 100%;
	position: relative;
	display: flex;
	flex: 0 1 auto;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
}
.row.full {
	max-width: none;
}
.row.middle {
	align-items: center;
}
.row.center {
	justify-content: center;
}
.row .row {
	margin-left: -1.125rem;
	padding-left: 0;
	padding-right: 0;
	max-width: calc(100% + 2.25rem);
	width: calc(100% + 2.25rem);
}
.row > .row {
	margin: 0;
	padding: 0;
	max-width: 100%;
	width: 100%;
	flex-basis: 100%;
}
.row.breakRight,
.row.breakLeft {
	max-width: calc(50vw + 751px);
}
.row.breakRight {
	margin-left: auto;
	margin-right: 0;
	justify-content: flex-start;
}
.row.breakLeft {
	margin-right: auto;
	margin-left: 0;
	justify-content: flex-end;
}
.col {
	float: left;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	max-width: 100%;
	width: 100%;
	flex: 0 0 auto;
	flex-grow: 1;
	flex-basis: 100%;
	box-sizing: border-box;
}
.noGutter,
.noGutter > .col {
	padding-left: 0;
	padding-right: 0;
}
@media (min-width: 30em) {
	.col.tiny-6 {
		max-width: 50%;
		flex-basis: 50%;
	}
}
@media (min-width: 30em) and (min-width: 95em) {
	.row.breakLeft .col.tiny-6,
	.row.breakRight .col.tiny-6 {
		max-width: 47.5rem;
	}
}
@media (min-width: 40em) {
	.col.small-6 {
		max-width: 50%;
		flex-basis: 50%;
	}
}
@media (min-width: 40em) and (min-width: 95em) {
	.row.breakLeft .col.small-6,
	.row.breakRight .col.small-6 {
		max-width: 47.5rem;
	}
}
@media (min-width: 62em) {
	.col.large-3 {
		max-width: 25%;
		flex-basis: 25%;
	}
}
@media (min-width: 62em) and (min-width: 95em) {
	.row.breakLeft .col.large-3,
	.row.breakRight .col.large-3 {
		max-width: 23.75rem;
	}
}
@media (min-width: 62em) {
	.col.large-4 {
		max-width: 33.33333%;
		flex-basis: 33.33333%;
	}
}
@media (min-width: 62em) and (min-width: 95em) {
	.row.breakLeft .col.large-4,
	.row.breakRight .col.large-4 {
		max-width: 31.66667rem;
	}
}
@media (min-width: 62em) {
	.col.large-6 {
		max-width: 50%;
		flex-basis: 50%;
	}
}
@media (min-width: 62em) and (min-width: 95em) {
	.row.breakLeft .col.large-6,
	.row.breakRight .col.large-6 {
		max-width: 47.5rem;
	}
}
@media (min-width: 62em) {
	.col.large-8 {
		max-width: 66.66667%;
		flex-basis: 66.66667%;
	}
}
@media (min-width: 62em) and (min-width: 95em) {
	.row.breakLeft .col.large-8,
	.row.breakRight .col.large-8 {
		max-width: 63.33333rem;
	}
}
@media (min-width: 62em) {
	.col.large-9 {
		max-width: 75%;
		flex-basis: 75%;
	}
}
@media (min-width: 62em) and (min-width: 95em) {
	.row.breakLeft .col.large-9,
	.row.breakRight .col.large-9 {
		max-width: 71.25rem;
	}
}
@media (min-width: 62em) {
	.col.large-auto {
		max-width: 100%;
		flex-basis: 0;
	}
	.row.breakLeft .col.large-auto,
	.row.breakRight .col.large-auto {
		max-width: 100%;
	}
}
@media (min-width: 75em) {
	.col.giant-3 {
		max-width: 25%;
		flex-basis: 25%;
	}
}
@media (min-width: 75em) and (min-width: 95em) {
	.row.breakLeft .col.giant-3,
	.row.breakRight .col.giant-3 {
		max-width: 23.75rem;
	}
}
@media (min-width: 75em) {
	.col.giant-4 {
		max-width: 33.33333%;
		flex-basis: 33.33333%;
	}
}
@media (min-width: 75em) and (min-width: 95em) {
	.row.breakLeft .col.giant-4,
	.row.breakRight .col.giant-4 {
		max-width: 31.66667rem;
	}
}
@media (min-width: 75em) {
	.col.giant-5 {
		max-width: 41.66667%;
		flex-basis: 41.66667%;
	}
}
@media (min-width: 75em) and (min-width: 95em) {
	.row.breakLeft .col.giant-5,
	.row.breakRight .col.giant-5 {
		max-width: 39.58333rem;
	}
}
@media (min-width: 75em) {
	.col.giant-7 {
		max-width: 58.33333%;
		flex-basis: 58.33333%;
	}
}
@media (min-width: 75em) and (min-width: 95em) {
	.row.breakLeft .col.giant-7,
	.row.breakRight .col.giant-7 {
		max-width: 55.41667rem;
	}
}
@media (min-width: 75em) {
	.col.giant-8 {
		max-width: 66.66667%;
		flex-basis: 66.66667%;
	}
}
@media (min-width: 75em) and (min-width: 95em) {
	.row.breakLeft .col.giant-8,
	.row.breakRight .col.giant-8 {
		max-width: 63.33333rem;
	}
}
@media (min-width: 75em) {
	.col.giant-suffix-1 {
		margin-right: 8.33333%;
	}
	.col.giant-prefix-1 {
		margin-left: 8.33333%;
	}
}
@media (min-width: 95em) {
	.col.cut-auto {
		max-width: 100%;
		flex-basis: 0;
	}
	.row.breakLeft .col.cut-auto,
	.row.breakRight .col.cut-auto {
		max-width: 100%;
	}
}
@media (min-width: 85.25em) {
	.col.huge-4 {
		max-width: 33.33333%;
		flex-basis: 33.33333%;
	}
}
@media (min-width: 85.25em) and (min-width: 95em) {
	.row.breakLeft .col.huge-4,
	.row.breakRight .col.huge-4 {
		max-width: 31.66667rem;
	}
}
@media (min-width: 85.25em) {
	.col.huge-8 {
		max-width: 66.66667%;
		flex-basis: 66.66667%;
	}
}
@media (min-width: 85.25em) and (min-width: 95em) {
	.row.breakLeft .col.huge-8,
	.row.breakRight .col.huge-8 {
		max-width: 63.33333rem;
	}
}
#privacyCtrl {
	background: #333;
	border-radius: 4px;
	color: #fff;
}
#privacyCtrl .noteContent {
	padding: 0;
}
#privacyCtrl,
#privacyCtrl * {
	font-family: Arial, sans-serif;
}
#privacyCtrl.hide,
#privacyCtrl .hide {
	opacity: 0;
	visibility: hidden;
}
#privacyCtrl.open {
	opacity: 1;
	visibility: visible;
}
.open #privacyCtrl {
	height: calc(100vh - 40px);
}
#privacy-controller {
	display: block;
	font-size: 11px;
	line-height: 1.3em;
	font-weight: normal;
}
.privacy-header {
	display: block;
	padding: 10px;
}
.privacy-header .privacy-text {
	padding-right: 20px;
}
.privacy-text {
	display: block;
	margin-bottom: 10px;
}
.privacy-buttons :first-child {
	margin-bottom: 0.3125rem;
}
@media (min-width: 30em) {
	.privacy-buttons {
		display: flex;
	}
	.privacy-buttons :first-child {
		margin-bottom: 0;
	}
}
.privacy-buttons .hide {
	display: none;
}
.privacy-btn {
	width: 100%;
	display: flex;
	color: #464a4d;
	background: #888a8c;
	cursor: pointer;
	border-radius: 4px;
	padding-top: 6.66667px;
	padding-bottom: 6.66667px;
	padding-left: 12px;
	padding-right: 12px;
	flex-wrap: nowrap;
	white-space: nowrap;
	justify-content: center;
}
.privacy-btn:first-of-type {
	margin-right: 10px;
}
#privacy-confirm {
	background: #3bb54a;
	color: #fff;
}
.privacy-link {
	cursor: pointer;
	color: #eee;
	text-decoration: underline;
}
.privacy-fields {
	display: block;
	background: #464a4d;
	max-height: 40vh;
	overflow-y: auto;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
	height: 0;
	transition: 800ms height ease-in-out;
}
.privacy-controller.open .privacy-fields {
	height: 100vh;
}
.privacy-fields label {
	cursor: pointer;
	position: relative;
	display: block;
	width: 100%;
}
.privacy-fields label span {
	font-size: 1.2em;
	content: '';
	letter-spacing: 0;
	width: 2.2em;
	height: 1.2em;
	line-height: 1.2em;
	border-radius: 14px;
	display: block;
	text-align: center;
	background: #888a8c;
	color: transparent;
	margin-right: 10px;
	position: relative;
}
.privacy-fields label span:before {
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 4px;
	top: 3px;
	opacity: 1;
	transition: 150ms left ease-in-out;
	z-index: 10;
}
.privacy-fields label span:after {
	content: attr(data-off) ' ';
	display: inline-block;
	position: absolute;
	left: calc(100% + 5px);
	color: #eee;
	font-size: 0.6875rem;
	word-break: normal;
}
.privacy-fields input:checked + span:before {
	left: 1.0625rem;
}
.privacy-fields input:checked + span {
	background: #3bb54a;
}
.privacy-fields input:checked + span:after {
	content: attr(data-on) ' ';
}
.privacy-fields input {
	display: none;
}
.privacy-row {
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
}
.privacy-row:not(:last-of-type) {
	border-bottom: 2px solid #333;
}
.privacy-cell {
	width: 50%;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.privacy-cell:not(:last-of-type) {
	margin-bottom: 10px;
}
.privacy-footer {
	display: flex;
	padding: 10px;
	flex-flow: row wrap;
}
@media (min-width: 30em) {
	.privacy-footer {
		justify-content: flex-end;
		flex-flow: unset;
	}
}
.privacy-footer .privacy-link {
	width: 50%;
}
@media (min-width: 30em) {
	.privacy-footer .privacy-link {
		width: auto;
	}
}
.privacy-footer .privacy-link:not(:last-child) {
	padding-right: 10px;
	margin-bottom: 0.3125rem;
}
#privacy-reset {
	opacity: 0.5;
}
.privacyControlBadge {
	display: inline-block;
	position: fixed;
	left: 0;
	transform-origin: bottom left;
	background: #333;
	color: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 0.6875rem;
	line-height: 0.625rem;
	text-decoration: none;
	padding: 10px;
	transition: 300ms all ease-in-out;
	z-index: 999;
}
body.privacyControlIsOpen .privacyControlBadge {
	left: -100%;
}
.privacyControlBadge:hover,
.privacyControlBadge:active,
.privacyControlBadge:visited {
	color: #eee;
}
@media (min-width: 62em) {
	.privacyControlBadge {
		font-size: 0.75rem;
		line-height: 0.75rem;
	}
}
.icon,
ul.styledList li:before,
main ul:not(.unstyledList) li:before,
ol.styledList li:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: 'icomoon';
}
.icon-times:before,
noscript input#noticebar:checked ~ label:before {
	content: '×';
}
.icon-minus:before {
	content: '-';
}
.icon-angle-right:before {
	content: '❯';
}
.icon-plus:before {
	content: '+';
}
.icon-angle-up:before {
	content: '↑';
}
.icon-exclamation:before,
noscript label:before,
.informatizer:before {
	content: '!';
}
.icon-arrow-right:before,
ul.styledList li:before,
main ul:not(.unstyledList) li:before,
ol.styledList li:before {
	content: '';
}
.icon-icon-arrow-down:before {
	content: '';
}
.icon-icon-play:before {
	content: '';
}
.icon-icon-whatsapp:before {
	content: '';
}
.tobi-zoom {
	border: 0;
	box-shadow: none;
	display: block;
	position: relative;
	text-decoration: none;
}
.tobi-zoom img {
	display: block;
}
.tobi-zoom__icon {
	align-items: center;
	background-color: rgba(26, 42, 58, 0.94);
	bottom: 0;
	color: #fff;
	display: flex;
	justify-content: center;
	line-height: 1;
	position: absolute;
	right: 0;
}
.tobi-zoom__icon svg {
	color: #fff;
	fill: none;
	height: 1.11111em;
	padding-bottom: 0.22222em;
	padding-left: 0.22222em;
	padding-right: 0.22222em;
	padding-top: 0.22222em;
	pointer-events: none;
	stroke-linecap: square;
	stroke-linejoin: miter;
	stroke-width: 2;
	stroke: #fff;
	width: 1.11111em;
}
.tobi-is-open {
	overflow-y: hidden;
}
.tobi {
	background-color: rgba(26, 42, 58, 0.94);
	bottom: 0;
	box-sizing: border-box;
	contain: strict;
	font-size: 18px;
	left: 0;
	line-height: 1.5555555555555556;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1337;
}
.tobi[aria-hidden='true'] {
	display: none;
}
.tobi *,
.tobi *::before,
.tobi *::after {
	box-sizing: inherit;
}
.tobi__slider {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	will-change: transform;
}
.tobi__slider:not(.tobi__slider--is-dragging) {
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (prefers-reduced-motion: reduce) {
	.tobi__slider:not(.tobi__slider--is-dragging) {
		transition: none;
	}
}
.tobi__slider--is-draggable .tobi__slider__slide__content {
	cursor: -webkit-grab;
	cursor: grab;
}
.tobi__slider--is-dragging .tobi__slider__slide__content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.tobi__slider__slide {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}
.tobi__slider__slide__content > figure {
	margin: 0;
	position: relative;
}
.tobi__slider__slide__content > figure > img {
	display: block;
	height: auto;
	max-height: 85vh;
	max-width: 85vw;
	width: auto;
}
.tobi__slider__slide__content > figure > figcaption {
	background-color: rgba(255, 255, 255, 0.94);
	bottom: 0;
	color: #1a2a3a;
	display: block;
	left: 0;
	padding-bottom: 0.22222em;
	padding-left: 0.44444em;
	padding-right: 0.44444em;
	padding-top: 0.22222em;
	position: absolute;
	white-space: pre-wrap;
	width: 100%;
}
.tobi__slider__slide__content[data-type='html'] {
	max-height: 85vh;
	max-width: 85vw;
	overflow: hidden;
	overflow-y: auto;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
}
.tobi__slider__slide__content[data-type='html'] video {
	cursor: auto;
	display: block !important;
	max-height: 85vh;
	max-width: 85vw;
}
.tobi__slider__slide__content[data-type='iframe'] {
	max-height: 85vh;
	max-width: 85vw;
	overflow: hidden;
	overflow-y: auto;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
}
.tobi__slider__slide__content[data-type='iframe'] iframe {
	display: block !important;
	height: 85vh;
	width: 85vw;
}
.tobi__slider__slide__content[data-type='youtube'] {
	max-height: 85vh;
	max-width: 85vw;
	overflow: hidden;
	overflow-y: auto;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
}
.tobi__slider__slide__content[data-type='youtube'] iframe {
	display: block !important;
}
.tobi > button {
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgba(0, 0, 0, 0);
	border: 0.05556em solid transparent;
	color: #fff;
	cursor: pointer;
	display: flex;
	font: inherit;
	justify-content: center;
	line-height: 1;
	margin: 0;
	opacity: 0.5;
	padding-bottom: 0.22222em;
	padding-left: 0.22222em;
	padding-right: 0.22222em;
	padding-top: 0.22222em;
	position: absolute;
	touch-action: manipulation;
	transition-duration: 0.3s;
	transition-property: opacity, transform;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	will-change: opacity, transform;
}
@media screen and (prefers-reduced-motion: reduce) {
	.tobi > button {
		transition: none;
		will-change: opacity;
	}
}
.tobi > button svg {
	pointer-events: none;
	stroke: #fff;
	stroke-width: 1;
	stroke-linecap: square;
	stroke-linejoin: miter;
	fill: none;
	color: #fff;
}
.tobi > button:active,
.tobi > button:focus,
.tobi > button:hover {
	opacity: 1;
	transform: scale(0.84);
}
@media screen and (prefers-reduced-motion: reduce) {
	.tobi > button:active,
	.tobi > button:focus,
	.tobi > button:hover {
		transform: none;
	}
}
.tobi > button.tobi__prev,
.tobi > button.tobi__next {
	top: 50%;
	top: calc(50% - 2.22222em);
}
.tobi > button.tobi__prev svg,
.tobi > button.tobi__next svg {
	height: 3.88889em;
	width: 3.88889em;
}
.tobi > button.tobi__prev {
	left: 0;
}
.tobi > button.tobi__next {
	right: 0;
}
.tobi > button.tobi__close {
	right: 0.27778em;
	top: 1em;
}
.tobi > button.tobi__close svg {
	height: 3.33333em;
	width: 3.33333em;
}
.tobi > button:disabled,
.tobi > button[aria-hidden='true'] {
	display: none;
}
.tobi__counter {
	align-items: center;
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
	display: flex;
	font-size: 1.11111em;
	justify-content: center;
	left: 1em;
	line-height: 1;
	position: absolute;
	top: 2.22222em;
}
.tobi__counter[aria-hidden='true'] {
	display: none;
}
.tobi-loader {
	display: inline-block;
	height: 5.55556em;
	left: calc(50% - 2.77778em);
	position: absolute;
	top: calc(50% - 2.77778em);
	width: 5.55556em;
}
.tobi-loader::before {
	-webkit-animation: spin 1s infinite;
	animation: spin 1s infinite;
	border-radius: 100%;
	border: 0.22222em solid #949ba3;
	border-top-color: #fff;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
@-webkit-keyframes spin {
	to {
		transform: rotate(360deg);
	}
}
@keyframes spin {
	to {
		transform: rotate(360deg);
	}
} /*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.10.0
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 1000000;
	transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
	opacity: 1;
}
#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%;
}
#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	white-space: normal;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.6);
	font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
	content: '';
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	transition: left 0.4s ease;
	transition: left 0.4s ease, transform 0.4s ease;
	transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight 0.4s ease-out;
	animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft 0.4s ease-out;
	animation: bounceFromLeft 0.4s ease-out;
}
@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0;
	}
	50% {
		margin-left: -30px;
	}
	100% {
		margin-left: 0;
	}
}
@keyframes bounceFromRight {
	0% {
		margin-left: 0;
	}
	50% {
		margin-left: -30px;
	}
	100% {
		margin-left: 0;
	}
}
@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0;
	}
	50% {
		margin-left: 30px;
	}
	100% {
		margin-left: 0;
	}
}
@keyframes bounceFromLeft {
	0% {
		margin-left: 0;
	}
	50% {
		margin-left: 30px;
	}
	100% {
		margin-left: 0;
	}
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px;
}
.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: none;
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	color: #ddd;
	font: 1.6em sans-serif;
	transition: background-color 0.4s ease;
}
.baguetteBox-button:focus,
.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
	right: 2%;
}
.baguetteBox-button#previous-button {
	left: 2%;
}
.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px;
}
.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0;
}
.baguetteBox-spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}
.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out;
}
.baguetteBox-double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
@-webkit-keyframes bounce {
	0%,
	100% {
		transform: scale(0);
	}
	50% {
		transform: scale(1);
	}
}
@keyframes bounce {
	0%,
	100% {
		transform: scale(0);
	}
	50% {
		transform: scale(1);
	}
}
noscript {
	margin-top: 3.75rem;
	display: block;
}
noscript input#noticebar {
	display: none;
}
noscript input#noticebar:checked ~ div {
	opacity: 1;
	visibility: visible;
}
noscript input#noticebar:checked ~ label {
	background: #fff;
	color: red;
}
noscript label {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	background: red;
	bottom: 0.625rem;
	color: #fff;
	font-size: 1.5625rem;
	height: 2.8125rem;
	opacity: 0.9;
	position: fixed;
	right: 0.625rem;
	text-decoration: none;
	width: 2.8125rem;
	z-index: 910;
}
noscript label:before {
	font-family: 'icomoon';
	display: inline-block;
	left: 50%;
	position: absolute;
	text-indent: 0;
	top: 50%;
	transform: translate(-50%, -50%);
}
noscript label:hover {
	cursor: pointer;
	background: #e60000;
}
noscript label + div {
	opacity: 0;
	visibility: hidden;
	height: 100vh;
}
noscript label + div,
.noticeBar {
	background: red;
	color: #fff;
	display: flex;
	justify-content: space-around;
	left: 0;
	padding: 1.25rem;
	position: fixed;
	text-align: center;
	top: 0;
	transition: 0.3s;
	width: 100%;
	z-index: 900 !important;
}
noscript label + div span,
.noticeBar span {
	align-self: center;
	font-size: 1.375rem;
	line-height: 1.875rem;
	margin: 0;
}
noscript label + div a,
.noticeBar a {
	color: #fff;
}
noscript label + div a:hover,
.noticeBar a:hover {
	color: #fff;
	text-decoration: none;
}
noscript div:first-child {
	display: none;
}
.breadcrumb li {
	list-style: none;
	float: left;
}
.breadcrumb li:before {
	content: '❯';
	padding: 0 1rem;
	font-size: 60%;
}
.breadcrumb li:first-child + li:before {
	content: ' ';
	padding: 0 0.2rem;
}
.breadcrumb li:first-child:before {
	content: '';
	padding: 0;
}
#log_container pre,
#log_container .checkupXYZ {
	height: 100%;
	overflow-y: scroll;
	background: #fff;
	padding: 1%;
}
#log_hider {
	cursor: pointer;
	z-index: 999999999;
}
#show_console {
	display: none;
}
#show_console:checked + #log_container {
	top: 0;
}
#log_container {
	height: 100%;
	width: 100%;
	position: fixed;
	top: -100%;
	left: 0;
	color: #262d3b;
	background: #f2f2f2;
	padding: 2%;
	transition: all 0.5s ease-in-out;
	box-shadow: inset 0 0 0.0625rem 0.0625rem rgba(255, 0, 0, 0.5);
	z-index: 99999999;
}
#log_container:target {
	top: 0;
}
#log_container.show {
	top: 0;
}
#log_container ul {
	list-style: inside square;
}
#log_container ul ul {
	margin-left: 2rem;
}
#log_container ul h3 {
	display: inline-block;
}
#log_container ul li {
	padding: 0.5rem 0;
	border-bottom: 0.0625rem solid #f2f2f2;
}
#log_container ul li:last-child {
	border: none;
}
#log_container h1 {
	text-align: center;
	padding-top: 2rem;
}
#log_container h2 {
	padding-bottom: 0.5rem;
	border-bottom: 0.0625rem solid #f2f2f0;
	text-align: center;
	font-weight: normal;
	margin-top: 4rem;
}
#log_container h3 {
	font-weight: normal;
}
#log_container .checkup_pages li {
	padding: 1rem;
}
#log_container .checkup_pages .sub {
	margin-left: 2rem;
}
#log_container > p {
	margin-bottom: 4rem;
}
.checkup_pages > li:nth-child(odd) {
	background: #f4f4f4;
}
.checkupXYZ {
	width: 60rem;
	margin: 0 auto;
	resize: horizontal;
}
.informatizer {
	background: #8dd45c;
	padding: 1%;
	position: fixed;
	top: 2%;
	right: 2%;
	display: block;
	color: #fff;
	transition: all 0.5s ease-in-out;
	text-decoration: none;
}
.informatizer:before {
	margin-right: 1rem;
	font-size: 1.5em;
	line-height: 1rem;
}
.informatizer a {
	color: #fff;
}
.btnFocus {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) scale(0);
	padding: 2.6em;
	background: rgba(255, 0, 0, 0.9);
	color: #fff !important;
	font-size: 1.5rem;
	z-index: 2000;
	transition: all 300ms;
	text-decoration: none;
}
.btnFocus:focus {
	transform: translate(-50%, -50%) scale(1);
}
body.sitemap {
	display: flex;
	padding: 2rem;
}
body.sitemap nav {
	width: auto;
	margin: 0 auto;
}
body.sitemap nav .sitemap ul {
	padding-left: 20px;
}
.backToTop {
	position: fixed;
	bottom: 1.125rem;
	right: 1.125rem;
	z-index: 800;
	font-size: 1rem;
	width: 3em;
	height: 3em;
	line-height: 3em;
	background-color: #1d1d1b;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
body:not(.scrollingUp) .backToTop {
	opacity: 0;
	visibility: hidden;
}
.backToTop span {
	display: none;
}
* {
	margin: 0;
	padding: 0;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
::-moz-selection {
	background: #262d3b;
	color: #fff;
}
::selection {
	background: #262d3b;
	color: #fff;
}
::-moz-selection {
	background: #262d3b;
	color: #fff;
}
html {
	background: #fff;
	box-sizing: border-box;
	color: #1d1d1b;
	font-weight: 300;
	font-family: 'Spartan MB', sans-serif;
	font-size: 100%;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
	line-height: 1.625rem;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}
body {
	line-height: 1.625rem;
	opacity: 1 !important;
}
body:not(.javascript) * {
	transition: none !important;
}
iframe,
[data-iframe] {
	border: none;
	width: 100%;
}
address {
	font-style: normal;
}
b,
strong {
	font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	display: block;
	text-rendering: optimizeLegibility;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
h1,
.h1 {
	font-family: 'Spartan MB', sans-serif;
	font-size: 1.625rem;
	line-height: 2.25rem;
	font-weight: 800;
	display: block;
}
@media (min-width: 40em) {
	h1,
	.h1 {
		font-size: 1.875rem;
		line-height: 2.5rem;
	}
}
@media (min-width: 47.5em) {
	h1,
	.h1 {
		font-size: 2.25rem;
		line-height: 2.875rem;
	}
}
@media (min-width: 62em) {
	h1,
	.h1 {
		margin-bottom: 4.1875rem !important;
		font-size: 2.875rem;
		line-height: 3.5rem;
	}
}
h1 span,
.h1 span {
	display: block;
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.875rem;
}
@media (min-width: 40em) {
	h1 span,
	.h1 span {
		font-size: 1.625rem;
		line-height: 2.25rem;
	}
}
@media (min-width: 62em) {
	h1 span,
	.h1 span {
		font-size: 2.25rem;
		line-height: 2.875rem;
	}
}
h2,
.h2 {
	font-size: 1.375rem;
	line-height: 2.25rem;
	font-weight: 800;
	display: block;
}
@media (min-width: 47.5em) {
	h2,
	.h2 {
		font-size: 1.875rem;
		line-height: 2.5rem;
	}
}
@media (min-width: 62em) {
	h2,
	.h2 {
		margin-bottom: 4.1875rem !important;
		font-size: 2.25rem;
		line-height: 2.875rem;
	}
}
h2 span,
.h2 span {
	display: block;
	font-weight: 300;
	font-size: 1.125rem;
	line-height: 1.625rem;
}
@media (min-width: 62em) {
	h2 span,
	.h2 span {
		font-size: 1.625rem;
		line-height: 2.25rem;
	}
}
h3,
.h3 {
	font-size: 1.5rem;
	font-weight: 800;
	display: block;
}
h4,
.h4 {
	font-size: 1.375rem;
	font-weight: 800;
	display: block;
}
h5,
.h5 {
	font-size: 1.125rem;
	font-weight: 800;
	display: block;
}
h6,
.h6 {
	font-size: 1rem;
	font-weight: 800;
	display: block;
}
a {
	color: #eb292f;
	word-wrap: break-word;
	text-decoration: none;
}
a:focus,
a:hover,
a:active {
	color: #eb292f;
	text-decoration: underline;
}
a img {
	border: none;
}
a[href^='tel'] {
	color: inherit;
	text-decoration: underline;
}
a:not(.btn):focus,
[tabindex]:focus {
	outline: 1px dotted red;
	outline-offset: 0.3125rem;
}
hr,
.hr {
	display: flex;
	background: #f2f2f0;
	border: none;
	clear: both;
	height: 0.0625rem;
	margin: 1rem 0;
	flex-basis: 100%;
}
ul,
ol {
	list-style: none;
}
ul.styledList li,
main ul:not(.unstyledList) li,
ol.styledList li {
	padding-left: 1.25rem;
	margin-bottom: 0.4375rem;
	position: relative;
}
ul.styledList li:before,
main ul:not(.unstyledList) li:before,
ol.styledList li:before {
	position: absolute;
	left: 0;
	top: 0.4375rem;
	font-size: 0.875rem;
	color: #1d1d1b;
}
ul.styledList ul,
main ul:not(.unstyledList) ul,
ol.styledList ul {
	margin-left: 1rem;
	margin-bottom: 0;
}
dl.styledList,
main dl:not(.unstyledList) {
	zoom: 1;
}
dl.styledList:after,
main dl:not(.unstyledList):after {
	content: '';
	display: table;
	clear: both;
}
dl.styledList dt,
main dl:not(.unstyledList) dt,
dl.styledList dd,
main dl:not(.unstyledList) dd {
	display: block;
	background: #f8f8f8;
	padding: 0.9375rem;
}
dl.styledList dt,
main dl:not(.unstyledList) dt {
	padding-bottom: 0;
	font-weight: 700;
}
dl.styledList dd,
main dl:not(.unstyledList) dd {
	padding-top: 0;
}
dl.styledList dd:not(:last-child),
main dl:not(.unstyledList) dd:not(:last-child) {
	margin-bottom: 0.625rem;
}
dl.floatList {
	zoom: 1;
}
dl.floatList:after {
	content: '';
	display: table;
	clear: both;
}
dl.floatList dt,
dl.floatList dd {
	display: block;
	vertical-align: top;
	float: left;
}
dl.floatList dt {
	padding-right: 0.5rem;
	width: 40%;
	clear: left;
}
dl.floatList dd {
	width: 60%;
}
ol {
	list-style-type: none;
	counter-reset: item;
}
ol li {
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
	display: table;
	counter-increment: item;
}
ol li:before {
	content: counters(item, '.') '. ';
	display: table-cell;
	padding-right: 0.3em;
}
ol ol {
	margin-bottom: 0;
}
ol ol li:before {
	content: counters(item, '.') ' ';
}
img {
	vertical-align: bottom;
	float: none;
	height: auto;
	max-width: 100%;
	width: 100%;
}
[data-rel] img,
.lightbox-image img {
	margin-bottom: 0;
}
table {
	display: table;
	border-collapse: collapse;
	width: 100%;
	max-width: 100%;
	text-align: left;
	font-size: 1rem;
}
@media (max-width: 39.9375em) {
	table {
		overflow-x: auto;
		display: block;
	}
}
table caption {
	text-align: left;
	padding: 1.125rem 1.125rem 1.5625rem;
	display: table-caption;
	font-weight: 700;
	font-size: 1.2rem;
}
table thead {
	border-collapse: collapse;
	display: table-header-group;
}
table tbody {
	width: 100%;
	overflow-x: scroll;
	display: table-row-group;
}
table tbody tr {
	padding: 1.125rem 0;
}
table tbody tr:not(:last-child) {
	border-bottom: 0.0625rem solid #f2f2f0;
}
table tr {
	display: table-row;
}
table th,
table td {
	padding: 1.125rem;
	display: table-cell;
	vertical-align: top;
}
@media (max-width: 39.9375em) {
	table td {
		min-width: 50vw;
	}
}
.marginBottom,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
main p,
main ol,
main ul,
main dl,
main table,
form.default label[for='Datenschutz'] {
	margin-bottom: 1.625rem;
}
.highlight {
	color: #eb292f;
}
.btn,
form.default button,
form.default [type='submit'] {
	background: #1d1d1b;
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	line-height: 1.625rem;
	padding: 0.8rem 1rem;
	text-align: center;
	text-decoration: none;
	font-family: 'Spartan MB', sans-serif;
}
.btn:hover,
form.default button:hover,
form.default :hover[type='submit'],
.btn:active,
form.default button:active,
form.default :active[type='submit'],
.btn:focus,
form.default button:focus,
form.default :focus[type='submit'] {
	background: #eb292f;
	color: #fff;
}
.btn *[class^='icon'],
form.default button *[class^='icon'],
form.default [type='submit'] *[class^='icon'] {
	margin-left: 0.5rem;
	vertical-align: middle;
}
.clear {
	clear: both;
	float: none;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
.hidden {
	display: none;
}
.hideText {
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	overflow: hidden;
	width: 0;
}
.floatLeft {
	float: left;
}
img.floatLeft {
	margin-right: 1rem;
}
.floatRight {
	float: right;
}
img.floatRight {
	margin-left: 1rem;
}
.fluid {
	height: auto;
	width: 100%;
}
.nonFluid {
	width: auto !important;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}
.wide {
	width: 100%;
	display: block;
}
.videoContainer:not(.videoTag),
main .googleMaps:not(.videoTag) {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.videoContainer:not(.videoTag) iframe,
main .googleMaps:not(.videoTag) iframe {
	border: none;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.videoContainer video,
main .googleMaps video {
	width: 100%;
	height: auto;
}
body:before {
	width: 99pt;
	content: 'default:16px....default:0....tiny:30em....small:40em....medium:47.5em....large:62em....giant:75em....cut:95em....huge:85.25em....full:95em';
	display: none !important;
}
@media (min-width: 0) {
	body:before {
		width: 177pt;
	}
}
@media (min-width: 30em) {
	body:before {
		width: 255pt;
	}
}
@media (min-width: 40em) {
	body:before {
		width: 339pt;
	}
}
@media (min-width: 47.5em) {
	body:before {
		width: 441pt;
	}
}
@media (min-width: 62em) {
	body:before {
		width: 525pt;
	}
}
@media (min-width: 75em) {
	body:before {
		width: 609pt;
	}
}
@media (min-width: 95em) {
	body:before {
		width: 681pt;
	}
}
@media (min-width: 85.25em) {
	body:before {
		width: 777pt;
	}
}
@media (min-width: 95em) {
	body:before {
		width: 855pt;
	}
}
body.devmode:before,
body.debug:before {
	background: red;
	border-color: red;
	border-style: solid;
	border-width: 0 1.125rem;
	color: #fff;
	display: block !important;
	font-family: Courier;
	font-size: 10pt;
	left: 0;
	line-height: 2.5;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	white-space: nowrap;
	z-index: 99999;
}
body:hover:before {
	opacity: 0.5;
	pointer-events: none;
}
.backToTop,
a,
.btn,
form.default button,
form.default [type='submit'],
#quickbar label[for='naviToggled']:after,
#navigation,
#navigation nav ul.navi li a,
#navigation nav ul.navi li:not(.navBack) > span,
#navigation nav ul.navi li.navBack,
#navigation nav ul.navi li.hasSub > span,
#navigation nav ul.navi li.hasSub > span .sub,
#navigation nav ul.navi li.hasSub > a .sub,
#navigation nav ul.navi li.hasSub .sub,
#quickbar,
form.default [type='text'],
form.default [type='tel'],
form.default [type='email'],
form.default [type='file'],
form.default input,
form.default textarea,
form.default select {
	transition: 0.3s;
}
.notificationArea {
	position: fixed;
	bottom: 2.5rem;
	left: 2.5rem;
	z-index: 999;
	visibility: hidden;
	display: block;
}
@media (min-width: 62em) {
	.notificationArea {
		left: 3.75rem;
	}
}
.notificationArea > :not(:first-child):not(.hide).transitionIn {
	margin-top: 18px;
}
.notificationArea .notification {
	display: block;
	position: relative;
	transition: 300ms all ease-in-out;
	overflow: hidden;
	padding: 0;
	background: red;
	font-size: 0.75rem;
	line-height: 1rem;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
	width: 18.75rem;
	max-width: calc(100vw - 80px);
	transform-origin: left center;
	visibility: hidden;
	opacity: 0;
	max-height: none;
	height: 0;
	box-sizing: border-box;
	margin-left: -100px;
}
.notificationArea .notification .noteContent {
	padding: 1rem;
	display: block;
}
@media (min-width: 62em) {
	.notificationArea .notification {
		font-size: 1rem;
		line-height: 1.375rem;
	}
}
.notificationArea .notification.transitionIn {
	visibility: visible;
	opacity: 1;
	max-height: 9999999px;
	height: auto;
	margin-left: 0;
}
.notificationArea .notification,
.notificationArea .notification a {
	color: #fff;
}
.notificationArea .notification.success {
	background: #333;
}
.notificationArea .notification.success,
.notificationArea .notification.success .close {
	color: #fff;
}
.notificationArea .notification.error {
	background: red;
}
.notificationArea .notification.success p,
.notificationArea .notification.error p {
	margin-bottom: 0.3125rem;
}
.notificationArea .notification.success p + ul,
.notificationArea .notification.error p + ul {
	margin-top: 0.3125rem;
}
.notificationArea .notification .close {
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 5px;
	padding-right: 8px;
	cursor: pointer;
	color: #fff;
	font-size: 1.2rem;
}
.notificationArea .notification.hide {
	margin-left: -100px;
	opacity: 0;
	visibility: hidden;
	height: 0;
}
#navigation nav ul.navi li.navBack:hover,
#navigation nav ul.navi li:hover > a,
#navigation nav ul.navi li:hover:not(.navBack) > span {
	color: #eb292f;
}
#navigation nav ul.navi li a.active,
#navigation nav ul.navi li.hasSub > span.active,
#navigation nav ul.navi li.hasSub.active > a,
#navigation nav ul.navi li.hasSub.active > span {
	color: #eb292f;
	font-weight: 700;
}
#navigation nav ul.navi li.navBack:before {
	font-family: 'icomoon';
	content: '❯';
	transform: rotateY(180deg);
}
#navigation nav ul.navi li.hasSub > span:after,
#navigation nav ul.navi li.hasSub > a:after {
	font-family: 'icomoon';
	content: '❯';
}
@media (min-width: 62em) {
	#navigation nav ul.navi li.hasSub > span:after,
	#navigation nav ul.navi li.hasSub > a:after {
		transform: rotate(90deg);
	}
}
@media (max-width: 61.9375em) {
	#navigation {
		min-width: 50%;
		overflow: hidden;
		top: 3.125rem;
		bottom: 0;
	}
	#navigation.firstLevel nav {
		height: calc(100vh - 16.25rem);
		overflow: hidden;
		overflow-y: auto;
	}
	#navigation nav ul.navi li.hasSub .sub {
		height: calc(100vh - 16.25rem);
	}
	#navigation nav ul.navi li.hasSub .sub.open {
		-webkit-overflow-scrolling: touch;
		overflow: hidden;
		overflow-y: auto;
	}
	#navigation nav ul.navi li.hasSub .sub:before {
		content: attr(data-parent-name);
		display: block;
	}
	html.hidden-scroll {
		overflow: hidden;
	}
}
#quickbar {
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
}
@media (max-width: 61.9375em) {
	#quickbar {
		height: 3.125rem;
	}
}
#quickbar.hide {
	transform: translateY(-100%);
}
#quickbar label[for='naviToggled'] {
	display: block;
	cursor: pointer;
	width: 1.25rem;
	height: 1.25rem;
	position: relative;
	overflow: hidden;
}
#quickbar label[for='naviToggled']:after {
	content: '';
	position: fixed;
	left: 0;
	width: 200vw;
	height: 200vh;
	display: block;
	background-color: #262d3b;
	opacity: 0.9;
	z-index: -1;
	top: 3.125rem;
}
#quickbar label[for='naviToggled'] span {
	transition: 0.4s linear;
	text-indent: -9999px;
	width: 0;
	top: 50%;
	transform: translate(-50%, -50%);
}
#quickbar label[for='naviToggled'] span,
#quickbar label[for='naviToggled'] span:before,
#quickbar label[for='naviToggled'] span:after {
	content: '';
	position: absolute;
	display: block;
	background: #fff;
	height: 2px;
	left: 50%;
	transform-origin: center;
}
#quickbar label[for='naviToggled'] span:before,
#quickbar label[for='naviToggled'] span:after {
	top: calc(50% + 0rem);
	width: 1.25rem;
	transition: top 0.3s ease-in-out, transform 0.3s 0.2s linear;
}
#quickbar label[for='naviToggled'] span:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
#quickbar label[for='naviToggled'] span:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
#naviToggled {
	display: none;
}
@media (max-width: 61.9375em) {
	#naviToggled:not(:checked) ~ * #navigation,
	#naviToggled:not(:checked) ~ #navigation {
		transform: translateX(100%);
	}
}
#naviToggled:not(:checked) ~ #quickbar label[for='naviToggled']:after {
	opacity: 0;
	visibility: hidden;
}
#naviToggled:not(:checked) ~ #quickbar label[for='naviToggled'] span {
	width: 1.25rem;
}
#naviToggled:not(:checked) ~ #quickbar label[for='naviToggled'] span:before,
#naviToggled:not(:checked) ~ #quickbar label[for='naviToggled'] span:after {
	transform: translate(-50%, -50%);
	transition: top 0.3s 0.2s ease-in-out, transform 0.3s linear;
}
#naviToggled:not(:checked) ~ #quickbar label[for='naviToggled'] span:before {
	top: calc(50% + -0.3125rem);
}
#naviToggled:not(:checked) ~ #quickbar label[for='naviToggled'] span:after {
	top: calc(50% + 0.3125rem);
}
#navigation {
	position: fixed;
	max-width: 100%;
	right: 0;
	background-color: #fff;
	z-index: 1001;
}
#navigation .brandDesktop {
	display: none;
}
#navigation .col {
	padding: 0;
}
#navigation .contactDaten {
	padding: 1.25rem;
}
#navigation .contactDaten .contactInfo div {
	margin: 0 0 0.3125rem;
}
#navigation .contactDaten .contactInfo .whatsapp a img {
	width: 25px !important;
}
#navigation .contactDaten .block {
	display: inline;
}
@media (min-width: 62em) {
	#navigation .contactDaten .block {
		display: block;
	}
}
@media (min-width: 85.25em) {
	#navigation .contactDaten .block {
		display: inline;
	}
}
#navigation nav ul {
	width: 100%;
}
#navigation nav ul.navi li a,
#navigation nav ul.navi li:not(.navBack) > span,
#navigation nav ul.navi li.navBack,
#navigation nav ul.navi li.hasSub > span {
	display: block;
	cursor: pointer;
	padding: 1em 1.125rem;
	text-decoration: none;
	color: #262d3b;
}
#navigation nav ul.navi li.hasSub > span,
#navigation nav ul.navi li.hasSub > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#navigation nav ul.navi li.hasSub > span .sub,
#navigation nav ul.navi li.hasSub > a .sub {
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}
#navigation nav ul.navi li.hasSub > span .sub:before,
#navigation nav ul.navi li.hasSub > a .sub:before {
	padding: 1em 1.125rem;
	background-color: #f0f0f0;
}
@media (max-width: 61.9375em) {
	#navigation nav ul.navi li.hasSub > span .sub,
	#navigation nav ul.navi li.hasSub > a .sub {
		transform: translateX(100%);
	}
}
@media (min-width: 62em) {
	#navigation nav ul.navi li.hasSub > span .sub,
	#navigation nav ul.navi li.hasSub > a .sub {
		opacity: 0;
		visibility: hidden;
	}
}
@media (max-width: 61.9375em) {
	#navigation nav ul.navi li.hasSub > span .sub.current,
	#navigation nav ul.navi li.hasSub > a .sub.current {
		transform: translateX(0%);
	}
}
@media (min-width: 62em) {
	#navigation nav ul.navi li.hasSub > span .sub.current,
	#navigation nav ul.navi li.hasSub > a .sub.current {
		opacity: 1;
		visibility: visible;
	}
}
#navigation nav ul.navi li.hasSub > span:after,
#navigation nav ul.navi li.hasSub > a:after {
	margin-left: 0.5em;
	display: inline-block;
}
#navigation nav ul.navi li.hasSub .sub {
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}
#navigation nav ul.navi li.hasSub .sub:before {
	padding: 1em 1.125rem;
	background-color: #f0f0f0;
}
@media (max-width: 61.9375em) {
	#navigation nav ul.navi li.hasSub .sub {
		transform: translateX(100%);
	}
}
@media (min-width: 62em) {
	#navigation nav ul.navi li.hasSub .sub {
		opacity: 0;
		visibility: hidden;
	}
}
@media (max-width: 61.9375em) {
	#navigation nav ul.navi li.hasSub .sub.current {
		transform: translateX(0%);
	}
}
@media (min-width: 62em) {
	#navigation nav ul.navi li.hasSub .sub.current {
		opacity: 1;
		visibility: visible;
	}
}
#navigation nav ul.navi li.navBack {
	position: relative;
}
#navigation nav ul.navi li.navBack:before {
	margin-right: 1em;
	display: inline-block;
}
@media (min-width: 62em) {
	#navigation {
		top: 0;
		width: 100%;
	}
	#navigation nav ul.navi {
		display: flex;
		justify-content: space-between;
	}
	#navigation nav ul.navi li a,
	#navigation nav ul.navi li:not(.navBack) > span,
	#navigation nav ul.navi li .sub:before,
	#navigation nav ul.navi li .navBack {
		white-space: nowrap;
	}
	#navigation nav ul.navi li.hasSub {
		position: relative;
	}
	#navigation nav ul.navi li.hasSub .sub {
		top: 100%;
		width: auto;
	}
	#navigation nav ul.navi li.hasSub .sub .sub {
		left: 100%;
		top: 0;
	}
	#navigation nav ul.navi li.navBack:before {
		content: '×';
		text-align: center;
		width: 100%;
	}
	#navigation nav ul.navi li.navBack span {
		display: none;
	}
	#navigation.hoverNavigation nav ul.navi li.navBack {
		display: none;
	}
	#navigation {
		background: transparent;
		transform: none !important;
		top: 1.25rem;
	}
	#navigation .col {
		padding: 0 1.125rem;
	}
	#navigation .brandDesktop {
		display: block;
		position: relative;
		z-index: 2;
	}
	#navigation .navFixed {
		position: relative;
		z-index: 2;
	}
	#navigation.fixed {
		background: #fff;
		top: 0;
		box-shadow: 0px 0px 8px 2px rgba(109, 109, 109, 0.2);
	}
	#navigation.fixed .bgCol:before {
		box-shadow: none;
	}
	#navigation .bgCol {
		padding: 1.1875rem 1.125rem;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#navigation .bgCol:before {
		content: '';
		position: absolute;
		left: 1.125rem;
		right: 1.125rem;
		background: #fff;
		top: 0;
		height: 100%;
		z-index: 1;
		box-shadow: 0px 0px 8px 2px rgba(109, 109, 109, 0.2);
	}
	#navigation .contactDaten {
		border-bottom: 1px solid #eb292f;
		display: flex;
		justify-content: flex-end;
		padding: 0 0 0.9375rem 0;
		margin-bottom: 0.9375rem;
		align-items: center;
		color: #636361;
	}
	#navigation .contactDaten .contactInfo {
		display: flex;
	}
	#navigation .contactDaten .contactInfo div {
		margin: 0 0 0 1.25rem;
	}
	#navigation .contactDaten .contactInfo div a {
		color: #636361;
	}
}
@media (min-width: 62em) and (min-width: 95em) {
	#navigation nav {
		padding: 0 0 0 6rem;
	}
}
@media (min-width: 62em) {
	#navigation nav ul.navi li.impressum,
	#navigation nav ul.navi li.datenschutzerklaerung {
		display: none;
	}
	#navigation nav ul.navi li a,
	#navigation nav ul.navi li span {
		padding: 0 !important;
		font-size: 0.875rem;
	}
}
@media (min-width: 62em) and (min-width: 75em) {
	#navigation nav ul.navi li a,
	#navigation nav ul.navi li span {
		font-size: 1rem;
	}
}
#quickbar {
	background-color: #1d1d1b;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.125rem;
	z-index: 1000;
}
@media (min-width: 62em) {
	#quickbar {
		display: none;
	}
}
#quickbar .contact {
	display: flex;
}
#quickbar .contact .whatsapp a {
	margin-left: 18px;
}
#quickbar .contact .whatsapp a img {
	width: 27px !important;
}
#header {
	position: relative;
	width: 100%;
	height: 18.75rem;
	background-image: url('../images/layout/bgHeader.jpg');
	background-size: cover;
	background-position: center top;
}
@media (min-width: 40em) {
	#header {
		height: 25rem;
	}
}
.index #header {
	height: auto;
}
@media (min-width: 62em) {
	.index #header {
		height: 50rem;
	}
}
@media (min-width: 75em) {
	.index #header {
		height: 64rem;
	}
}
@media (min-width: 62em) {
	#header {
		padding-top: 8.8125rem;
	}
}
@media (max-width: 47.4375em) {
	#header {
		background-image: url('../images/layout/medium-bgHeader.jpg');
	}
}
@media (max-width: 29.9375em) {
	#header {
		background-image: url('../images/layout/tiny-bgHeader.jpg');
	}
}
@media (min-width: 75em) {
	#header {
		background-attachment: fixed;
	}
}
#header .brandMobile {
	display: block;
	background: #fff;
	padding: 4.375rem 0 1.25rem;
	text-align: center;
	width: 100%;
}
@media (min-width: 62em) {
	#header .brandMobile {
		display: none;
	}
}
#header .branding {
	display: inline-block;
}
#header .claimCont {
	padding: 3.125rem 0 3.125rem;
}
@media (min-width: 40em) {
	#header .claimCont {
		padding: 7.125rem 0 3.125rem;
	}
}
@media (min-width: 62em) {
	#header .claimCont {
		height: 100%;
		padding: 0;
	}
}
#header .claimCont .row {
	height: 100%;
}
#header .claimCont blockquote {
	color: #fff;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
@media (min-width: 62em) {
	#header .claimCont blockquote {
		position: absolute;
		bottom: 6.25rem;
		color: #1d1d1b;
		text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.8);
	}
}
@media (min-width: 75em) {
	#header .claimCont blockquote {
		text-shadow: none;
	}
}
#header .claimCont blockquote span {
	display: block;
}
#header .claimCont blockquote span:nth-child(1) {
	font-size: 1.125rem;
	line-height: 1.875rem;
}
@media (min-width: 30em) {
	#header .claimCont blockquote span:nth-child(1) {
		font-size: 1.25rem;
		line-height: 1.875rem;
	}
}
@media (min-width: 40em) {
	#header .claimCont blockquote span:nth-child(1) {
		font-size: 2.25rem;
		line-height: 2.875rem;
	}
}
#header .claimCont blockquote span:nth-child(3) {
	font-size: 1rem;
	line-height: 1.625rem;
}
@media (min-width: 30em) {
	#header .claimCont blockquote span:nth-child(3) {
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
}
@media (min-width: 40em) {
	#header .claimCont blockquote span:nth-child(3) {
		font-size: 1.625rem;
		line-height: 3.5rem;
	}
}
#header .claimCont blockquote b {
	font-weight: 800;
	font-size: 1.4375rem;
	line-height: 2.0625rem;
	display: block;
}
@media (min-width: 40em) {
	#header .claimCont blockquote b {
		font-size: 2rem;
		line-height: 2.625rem;
	}
}
@media (min-width: 47.5em) {
	#header .claimCont blockquote b {
		font-size: 2.5rem;
		line-height: 3.125rem;
	}
}
@media (min-width: 62em) {
	#header .claimCont blockquote b {
		font-size: 2.875rem;
		line-height: 3.5rem;
		margin-bottom: 0.4375rem;
	}
}
#header .claimCont blockquote b span {
	display: block;
	font-size: 1.4375rem !important;
	line-height: 2.0625rem !important;
}
@media (min-width: 40em) {
	#header .claimCont blockquote b span {
		font-size: 2.25rem !important;
		line-height: 2.875rem !important;
	}
}
@media (min-width: 47.5em) {
	#header .claimCont blockquote b span {
		font-size: 2.5rem !important;
		line-height: 3.125rem !important;
	}
}
@media (min-width: 62em) {
	#header .claimCont blockquote b span {
		font-size: 2.875rem !important;
		line-height: 3.5rem !important;
	}
}
.teaserCont {
	opacity: 1;
	padding: 4.375rem 0 2.25rem;
}
@media (min-width: 62em) {
	.teaserCont {
		opacity: 1;
		padding: 6.25rem 0 2.8125rem;
	}
	.internetExplorer .teaserCont {
		opacity: 1;
	}
}
@media (min-width: 62em) {
	.teaserCont .absolCont {
		position: absolute;
		right: 1.125rem;
		top: -8.125rem;
	}
}
@media (min-width: 75em) {
	.teaserCont .absolCont {
		top: -10.1875rem;
	}
}
.teaserCont .col .row .col {
	position: relative;
	margin-bottom: 2.25rem;
}
@media (min-width: 30em) {
	.teaserCont .col .row .col {
		margin-bottom: 0;
	}
}
.teaserCont .col .row .col:before {
	content: '';
	position: absolute;
	left: 1.125rem;
	right: 1.125rem;
	background: #fff;
	height: 100%;
	z-index: 1;
	box-shadow: 0px 0px 7px 0px rgba(109, 109, 109, 0.2);
}
.teaserCont .textCont {
	margin-bottom: 1.25rem;
}
@media (min-width: 62em) {
	.teaserCont .textCont {
		margin-bottom: 0;
	}
}
.teaserCont .textCont span {
	display: block;
}
.teaserCont .textCont span:nth-child(1) {
	font-size: 1.25rem;
	margin-bottom: 0.875rem;
	line-height: 2.25rem;
}
.teaserCont .textCont span:nth-child(2) {
	font-size: 1.25rem;
	font-weight: 800;
	line-height: 1.875rem;
	margin-bottom: 0.375rem;
}
@media (min-width: 40em) {
	.teaserCont .textCont span:nth-child(2) {
		font-size: 1.4375rem;
		line-height: 2.0625rem;
	}
}
@media (min-width: 75em) {
	.teaserCont .textCont span:nth-child(2) {
		font-size: 1.625rem;
		line-height: 2.25rem;
	}
}
.teaserCont .textCont span:nth-child(3) {
	font-size: 0.875rem;
	line-height: 1.75rem;
}
.teaserCont a {
	display: block;
	position: relative;
	z-index: 2;
	padding: 0 0 0.9375rem;
	height: 100%;
	background: #fff;
}
@media (min-width: 30em) {
	.teaserCont a {
		padding: 0 0 1.6875rem;
	}
}
.teaserCont a:hover,
.teaserCont a:focus {
	background: #1d1d1b;
	text-decoration: none;
}
.teaserCont a:hover span,
.teaserCont a:focus span {
	color: #fff;
}
.teaserCont a .imageCont {
	height: 18.75rem;
	width: 100%;
}
@media (min-width: 30em) {
	.teaserCont a .imageCont {
		height: 15.625rem;
	}
}
@media (min-width: 40em) {
	.teaserCont a .imageCont {
		height: 18.75rem;
	}
}
@media (min-width: 75em) {
	.teaserCont a .imageCont {
		height: 21.4375rem;
	}
}
.teaserCont a span {
	display: block;
	font-size: 1rem;
	line-height: 1.25rem;
	font-weight: 800;
	color: #1d1d1b;
	padding: 0.9375rem 1.5625rem 0.625rem 0;
	margin: 0 0.625rem;
	border-bottom: 1px solid #eb292f;
}
@media (min-width: 30em) {
	.teaserCont a span {
		padding: 2.3125rem 1.5625rem 0.625rem 0;
		font-size: 1.25rem;
	}
}
@media (min-width: 40em) {
	.teaserCont a span {
		font-size: 1.4375rem;
		line-height: 1.4375rem;
	}
}
@media (min-width: 47.5em) {
	.teaserCont a span {
		font-size: 1.625rem;
		line-height: 1.625rem;
	}
}
@media (min-width: 62em) {
	.teaserCont a span {
		font-size: 1.4375rem;
		line-height: 1.4375rem;
	}
}
@media (min-width: 85.25em) {
	.teaserCont a span {
		font-size: 1.625rem;
		line-height: 1.625rem;
	}
}
@media (min-width: 95em) {
	.teaserCont a span {
		font-size: 2.25rem;
		line-height: 2.25rem;
		margin: 0 1.6875rem;
	}
}
.teaserCont a span:after {
	content: '\e900';
	font-family: 'icomoon';
	font-size: 1rem;
	margin-left: 0.1875rem;
}
@media (min-width: 30em) {
	.teaserCont a span:after {
		margin-left: 0.3125rem;
		font-size: 1.25rem;
	}
}
@media (min-width: 85.25em) {
	.teaserCont a span:after {
		font-size: 1.75rem;
		margin-left: 0.9375rem;
	}
}
.teaserCont a.service .imageCont {
	background: url('../images/index/service.jpg') no-repeat center center/cover;
}
.teaserCont a.onlineshop .imageCont {
	background: url('../images/index/onlineshop.jpg') no-repeat center center/cover;
}
@media (min-width: 62em) {
	@keyframes fadeInUp {
		from {
			transform: translate3d(0, 40px, 0);
		}
		to {
			transform: translate3d(0, 0, 0);
			opacity: 1;
		}
	}
	@-webkit-keyframes fadeInUp {
		from {
			transform: translate3d(0, 40px, 0);
		}
		to {
			transform: translate3d(0, 0, 0);
			opacity: 1;
		}
	}
	.animated {
		animation-duration: 1s;
		animation-fill-mode: both;
		-webkit-animation-duration: 1s;
		-webkit-animation-fill-mode: both;
	}
	.animatedFadeInUp {
		opacity: 0;
	}
	.fadeInUp {
		opacity: 0;
		animation-name: fadeInUp;
		-webkit-animation-name: fadeInUp;
	}
}
.tobi__slider__slide__content[data-type='youtube'] {
	width: 100% !important;
}
@media (min-width: 47.5em) {
	.tobi__slider__slide__content[data-type='youtube'] {
		width: 70% !important;
	}
}
@media (min-width: 62em) {
	.tobi__slider__slide__content[data-type='youtube'] {
		width: 50% !important;
	}
}
@media (min-width: 85.25em) {
	.tobi__slider__slide__content[data-type='youtube'] {
		width: 30% !important;
	}
}
.videoCont {
	background: #f8f8f8;
	padding: 4.375rem 0 2.25rem;
}
@media (min-width: 62em) {
	.videoCont {
		padding: 10.3125rem 0;
		overflow: hidden;
	}
}
.videoCont .col {
	position: relative;
	margin-bottom: 2.25rem;
}
@media (min-width: 62em) {
	.videoCont .col {
		margin-bottom: 0;
	}
}
.videoCont .col:before {
	content: '';
	position: absolute;
	left: 1.125rem;
	right: 1.125rem;
	background: #fff;
	height: 100%;
	z-index: 1;
	box-shadow: 0px 0px 7px 0px rgba(109, 109, 109, 0.2);
}
.videoCont a {
	display: block;
	position: relative;
	z-index: 2;
	padding: 0 0 0.9375rem;
	height: 100%;
	background: #fff;
}
@media (min-width: 30em) {
	.videoCont a {
		padding: 0 0 1.6875rem;
	}
}
.videoCont a:hover,
.videoCont a:focus {
	background: #1d1d1b;
	text-decoration: none;
}
.videoCont a:hover span,
.videoCont a:focus span {
	color: #fff;
}
.videoCont a .imageCont {
	height: 15.625rem;
	width: 100%;
}
@media (min-width: 40em) {
	.videoCont a .imageCont {
		height: 21.4375rem;
	}
}
.videoCont a span {
	display: block;
	font-size: 0.9375rem;
	line-height: 1.25rem;
	font-weight: 800;
	color: #1d1d1b;
	padding: 1.25rem 0 0.625rem 0;
	margin: 0 0.625rem;
	border-bottom: 1px solid #eb292f;
}
@media (min-width: 30em) {
	.videoCont a span {
		font-size: 1.25rem;
		padding: 2.3125rem 0 0.625rem 0;
	}
}
@media (min-width: 40em) {
	.videoCont a span {
		font-size: 1.4375rem;
		line-height: 1.4375rem;
		padding: 2.3125rem 1.5625rem 0.625rem 0;
	}
}
@media (min-width: 47.5em) {
	.videoCont a span {
		font-size: 1.625rem;
		line-height: 1.625rem;
	}
}
@media (min-width: 62em) {
	.videoCont a span {
		font-size: 1.4375rem;
		line-height: 1.4375rem;
	}
}
@media (min-width: 85.25em) {
	.videoCont a span {
		font-size: 1.625rem;
		line-height: 1.625rem;
	}
}
@media (min-width: 95em) {
	.videoCont a span {
		font-size: 2.25rem;
		line-height: 2.25rem;
		margin: 0 1.6875rem;
	}
}
.videoCont a span:after {
	content: '\e900';
	font-family: 'icomoon';
	font-size: 0.875rem;
	margin-left: 0.1875rem;
}
@media (min-width: 30em) {
	.videoCont a span:after {
		margin-left: 0.3125rem;
		font-size: 1.25rem;
	}
}
@media (min-width: 85.25em) {
	.videoCont a span:after {
		font-size: 1.75rem;
		margin-left: 0.9375rem;
	}
}
.videoCont a.leistungen .imageCont {
	background: url('../images/index/leistungen.jpg') no-repeat center center/cover;
}
.videoCont a.unternehmensvideo .imageCont {
	background: url('../images/index/unser-unternehmensvideo.jpg') no-repeat center center/cover;
}
@media (min-width: 95em) {
	.videoCont a.unternehmensvideo span {
		display: inline-block;
		padding-left: 3.125rem;
		margin: 0 0 0 1.6875rem;
	}
}
.videoCont a.unternehmensvideo span:after {
	content: '\e900';
}
.imageFixed {
	display: none;
	height: 28.125rem;
	background-image: url('../images/layout/bgHeader.jpg');
}
@media (min-width: 62em) {
	.imageFixed {
		display: block;
	}
}
@media (max-width: 47.4375em) {
	.imageFixed {
		background-image: url('../images/layout/medium-bgHeader.jpg');
	}
}
@media (max-width: 29.9375em) {
	.imageFixed {
		background-image: url('../images/layout/tiny-bgHeader.jpg');
	}
}
.imageFixed.lazyLoaded {
	background-size: cover;
	background-position: center top;
}
@media (min-width: 75em) {
	.imageFixed.lazyLoaded {
		background-attachment: fixed;
	}
}
.mobileTitle {
	margin-bottom: 1.25rem;
}
@media (min-width: 30em) {
	.mobileTitle {
		display: none;
	}
}
.mobileTitle span {
	display: block;
	border-bottom: 1px solid #eb292f;
	font-size: 1.875rem;
	line-height: 1.625rem;
	font-weight: 800;
	padding: 0 0 0.625rem 0;
}
@media (min-width: 30em) {
	.mobileTitle span {
		padding: 0 2.8125rem 0.625rem 0;
		display: inline-block;
		font-size: 2.25rem;
		line-height: 2.25rem;
	}
}
.galleryCont {
	height: 20.625rem;
	overflow: hidden;
}
@media (min-width: 30em) {
	.galleryCont {
		height: auto;
		overflow: visible;
	}
}
.galleryCont .spanFlex {
	display: none;
}
@media (min-width: 30em) {
	.galleryCont .spanFlex {
		display: flex;
		align-items: flex-end;
		height: calc(100% - 36px);
		justify-content: flex-start;
	}
}
.galleryCont .spanFlex span {
	display: block;
	border-bottom: 1px solid #eb292f;
	font-size: 1.875rem;
	line-height: 1.625rem;
	font-weight: 800;
	padding: 0 0 0.625rem 0;
}
@media (min-width: 40em) {
	.galleryCont .spanFlex span {
		padding: 0 2.8125rem 0.625rem 0;
		display: inline-block;
		font-size: 2.25rem;
		line-height: 2.25rem;
	}
}
.galleryCont .modalGallery {
	position: absolute;
}
@media (min-width: 30em) {
	.galleryCont .modalGallery {
		position: relative;
	}
}
.galleryCont .modalGallery:nth-child(1) {
	-webkit-animation: xfade 16s 22s infinite;
	animation: xfade 16s 22s infinite;
}
@media (min-width: 30em) {
	.galleryCont .modalGallery:nth-child(1) {
		-webkit-animation: nofade 16s 0s infinite;
		animation: nofade 16s 0s infinite;
	}
}
.galleryCont .modalGallery:nth-child(2) {
	-webkit-animation: xfade 16s 18s infinite;
	animation: xfade 16s 18s infinite;
}
@media (min-width: 30em) {
	.galleryCont .modalGallery:nth-child(2) {
		-webkit-animation: nofade 16s 0s infinite;
		animation: nofade 16s 0s infinite;
	}
}
.galleryCont .modalGallery:nth-child(3) {
	-webkit-animation: xfade 16s 26s infinite;
	animation: xfade 16s 26s infinite;
}
@media (min-width: 30em) {
	.galleryCont .modalGallery:nth-child(3) {
		-webkit-animation: nofade 16s 0s infinite;
		animation: nofade 16s 0s infinite;
	}
}
.galleryCont .modalGallery:nth-child(4) {
	-webkit-animation: xfade 16s 12s infinite;
	animation: xfade 16s 12s infinite;
}
@media (min-width: 30em) {
	.galleryCont .modalGallery:nth-child(4) {
		-webkit-animation: nofade 16s 0s infinite;
		animation: nofade 16s 0s infinite;
	}
}
.galleryCont .modalGallery:nth-child(5) {
	-webkit-animation: xfade 16s 8s infinite;
	animation: xfade 16s 8s infinite;
}
@media (min-width: 30em) {
	.galleryCont .modalGallery:nth-child(5) {
		-webkit-animation: nofade 16s 0s infinite;
		animation: nofade 16s 0s infinite;
	}
}
.galleryCont .modalGallery:nth-child(6) {
	-webkit-animation: xfade 16s 4s infinite;
	animation: xfade 16s 4s infinite;
}
@media (min-width: 30em) {
	.galleryCont .modalGallery:nth-child(6) {
		-webkit-animation: nofade 16s 0s infinite;
		animation: nofade 16s 0s infinite;
	}
}
.galleryCont .modalGallery:nth-child(7) {
	-webkit-animation: xfade 16s 0s infinite;
	animation: xfade 16s 0s infinite;
}
@media (min-width: 30em) {
	.galleryCont .modalGallery:nth-child(7) {
		-webkit-animation: nofade 16s 0s infinite;
		animation: nofade 16s 0s infinite;
	}
}
.galleryCont .modalGallery img {
	box-shadow: 0px 0px 7px 0px rgba(109, 109, 109, 0.2);
}
@-webkit-keyframes xfade {
	17% {
		opacity: 1;
	}
	25% {
		opacity: 0;
	}
	92% {
		opacity: 0;
	}
}
@keyframes xfade {
	17% {
		opacity: 1;
	}
	25% {
		opacity: 0;
	}
	92% {
		opacity: 0;
	}
}
@-webkit-keyframes nofade {
	17% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	92% {
		opacity: 1;
	}
}
@keyframes nofade {
	17% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	92% {
		opacity: 1;
	}
}
main {
	display: block;
	padding: 4.375rem 0 2.875rem;
}
@media (min-width: 62em) {
	main {
		padding: 12.5rem 0 11rem;
	}
}
.index main {
	padding: 0;
}
main .separator {
	padding: 4.375rem 0 0;
}
@media (min-width: 62em) {
	main .separator {
		padding: 10rem 0 8.3125rem;
	}
}
main .separator.lastSep {
	padding: 2.875rem 0 2.875rem;
}
@media (min-width: 62em) {
	main .separator.lastSep {
		padding: 7.6875rem 0 8.3125rem;
	}
}
main .separator.noGapTop {
	padding-top: 0;
}
main .separator.noGapBottom {
	padding-bottom: 0;
}
main a.modalImage,
main [data-rel='lightbox:'] {
	margin-bottom: 2.25rem;
	display: block;
}
@media (min-width: 47.5em) {
	main .googleMaps {
		height: 25rem;
	}
}
.galleryCont figcaption {
	margin-top: 238px;
}
@media (min-width: 30em) {
	.galleryCont figcaption {
		margin-top: 0;
		margin-bottom: 30px;
	}
}
#privacyPolicy a {
	display: inline-block;
	word-break: break-all;
}
@media (min-width: 62em) {
	#footer .margBottom {
		margin-bottom: -3.25rem;
	}
}
#footer .infoCont {
	background: #f8f8f8;
	padding: 4.375rem 0 0;
}
@media (min-width: 62em) {
	#footer .infoCont {
		padding: 10.25rem 0 0;
	}
}
#footer .infoCont .col {
	position: relative;
	margin-bottom: 2.25rem;
}
@media (min-width: 62em) {
	#footer .infoCont .col {
		margin-bottom: 0;
	}
}
#footer .infoCont .col:before {
	content: '';
	position: absolute;
	left: 1.125rem;
	right: 1.125rem;
	background: #fff;
	height: 100%;
	z-index: 1;
	box-shadow: 0px 0px 7px 0px rgba(109, 109, 109, 0.2);
}
#footer .infoCont .kontktDaten,
#footer .infoCont .addressCont {
	position: relative;
	z-index: 2;
}
@media (min-width: 62em) {
	#footer .infoCont .kontktDaten,
	#footer .infoCont .addressCont {
		display: flex;
		flex-wrap: wrap;
		height: 100%;
	}
}
@media (min-width: 62em) {
	#footer .infoCont .kontktDaten .link,
	#footer .infoCont .addressCont .link {
		display: flex;
		justify-content: flex-start;
		align-items: flex-end;
		flex-basis: 100%;
		max-width: 100%;
	}
}
#footer .infoCont .kontktDaten .link a,
#footer .infoCont .addressCont .link a {
	padding: 0.9375rem 0.625rem 0.625rem 0.625rem;
	display: block;
	font-size: 0.9375rem;
	line-height: 1.25rem;
	font-weight: 800;
	color: #1d1d1b;
	width: 100%;
}
@media (min-width: 30em) {
	#footer .infoCont .kontktDaten .link a,
	#footer .infoCont .addressCont .link a {
		font-size: 1.25rem;
		padding: 0.9375rem 0.625rem 0.9375rem 0.625rem;
	}
}
@media (min-width: 40em) {
	#footer .infoCont .kontktDaten .link a,
	#footer .infoCont .addressCont .link a {
		font-size: 1.4375rem;
		line-height: 1.4375rem;
		padding: 2.1875rem 1.625rem 1.5rem 1.625rem;
	}
}
@media (min-width: 47.5em) {
	#footer .infoCont .kontktDaten .link a,
	#footer .infoCont .addressCont .link a {
		font-size: 1.625rem;
		line-height: 1.625rem;
	}
}
@media (min-width: 62em) {
	#footer .infoCont .kontktDaten .link a,
	#footer .infoCont .addressCont .link a {
		font-size: 1.4375rem;
		line-height: 1.4375rem;
		padding: 2.1875rem 2.8125rem 1.5rem 1.625rem;
	}
}
@media (min-width: 85.25em) {
	#footer .infoCont .kontktDaten .link a,
	#footer .infoCont .addressCont .link a {
		font-size: 1.625rem;
		line-height: 1.625rem;
	}
}
@media (min-width: 95em) {
	#footer .infoCont .kontktDaten .link a,
	#footer .infoCont .addressCont .link a {
		font-size: 2.25rem;
		line-height: 2.25rem;
	}
}
#footer .infoCont .kontktDaten .link a:hover,
#footer .infoCont .kontktDaten .link a:focus,
#footer .infoCont .addressCont .link a:hover,
#footer .infoCont .addressCont .link a:focus {
	background: #1d1d1b;
	color: #fff;
	text-decoration: none;
}
#footer .infoCont .kontktDaten .link a span,
#footer .infoCont .addressCont .link a span {
	display: block;
	border-bottom: 1px solid #eb292f;
	padding-bottom: 0.375rem;
}
#footer .infoCont .kontktDaten .link a span:after,
#footer .infoCont .addressCont .link a span:after {
	content: '\e900';
	font-family: 'icomoon';
	font-size: 0.875rem;
	margin-left: 0.1875rem;
}
@media (min-width: 30em) {
	#footer .infoCont .kontktDaten .link a span:after,
	#footer .infoCont .addressCont .link a span:after {
		margin-left: 0.3125rem;
		font-size: 1.25rem;
	}
}
@media (min-width: 85.25em) {
	#footer .infoCont .kontktDaten .link a span:after,
	#footer .infoCont .addressCont .link a span:after {
		font-size: 1.75rem;
		margin-left: 0.9375rem;
	}
}
@media (min-width: 85.25em) {
	#footer .infoCont .kontktDaten .link a.anfahrt,
	#footer .infoCont .addressCont .link a.anfahrt {
		padding: 2.1875rem 22.9375rem 1.5rem 1.625rem;
	}
}
#footer .infoCont .kontktDaten .link a.anfahrt span:after,
#footer .infoCont .addressCont .link a.anfahrt span:after {
	content: '\e901';
}
@media (min-width: 85.25em) {
	#footer .infoCont .kontktDaten .link a.anfahrt span:after,
	#footer .infoCont .addressCont .link a.anfahrt span:after {
		font-size: 1.5625rem;
	}
}
#footer .infoCont .addressCont .mapCont {
	height: 21.6875rem;
	overflow: hidden;
}
@media (min-width: 62em) {
	#footer .infoCont .addressCont .mapCont {
		flex-basis: 100%;
		max-width: 100%;
	}
}
#footer .infoCont .addressCont .mapCont iframe {
	height: 21.6875rem;
}
#footer .infoCont .kontktDaten {
	padding: 1.875rem 0 0 0;
}
@media (min-width: 62em) {
	#footer .infoCont .kontktDaten {
		padding: 4.5625rem 0 0 0;
	}
}
#footer .infoCont .kontktDaten .headline {
	display: block;
	font-size: 1.25rem;
	line-height: 1.875rem;
	font-weight: 800;
	padding: 0 0 0 0.625rem;
	margin-bottom: 1.25rem;
}
@media (min-width: 40em) {
	#footer .infoCont .kontktDaten .headline {
		padding: 0 0 0 1.625rem;
		font-size: 1.625rem;
		line-height: 2.25rem;
	}
}
@media (min-width: 62em) {
	#footer .infoCont .kontktDaten .headline {
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 0;
	}
}
#footer .infoCont .kontktDaten dl.floatList {
	padding: 0 0.625rem;
}
@media (min-width: 40em) {
	#footer .infoCont .kontktDaten dl.floatList {
		padding: 0 1.625rem;
	}
}
@media (min-width: 75em) {
	#footer .infoCont .kontktDaten dl.floatList {
		flex-basis: 100%;
		max-width: 100%;
	}
}
#footer .infoCont .kontktDaten dl.floatList .sep {
	display: none;
	font-size: 0;
	height: 0;
}
@media (min-width: 40em) {
	#footer .infoCont .kontktDaten dl.floatList .sep {
		display: inline-block;
		margin: 0 0.625rem;
		font-size: 1rem;
		height: auto;
	}
}
#footer .infoCont .kontktDaten dl.floatList .telinfo {
	font-size: 0.875rem;
	color: #939383;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding-left: 1.125rem;
	border-left: 1px solid #c3c3b9;
}
@media (min-width: 40em) {
	#footer .infoCont .kontktDaten dl.floatList .telinfo {
		flex-direction: row;
		border: none;
		padding-left: 0;
	}
}
@media (min-width: 40em) {
	#footer .infoCont .kontktDaten dl.floatList .telinfo span:first-child {
		margin-right: 0.625rem;
	}
}
#footer .infoCont .kontktDaten span.termine {
	padding: 0 0.625rem;
	margin: 1.125rem 0;
	display: block;
}
@media (min-width: 40em) {
	#footer .infoCont .kontktDaten span.termine {
		padding: 0 1.625rem;
	}
}
@media (min-width: 75em) {
	#footer .infoCont .kontktDaten span.termine {
		flex-basis: 100%;
		max-width: 100%;
	}
}
#footer .infoCont .kontktDaten dl.floatList dt {
	font-weight: 700;
	width: 100%;
	margin-bottom: 0.3125rem;
	font-size: 0.875rem;
}
@media (min-width: 40em) {
	#footer .infoCont .kontktDaten dl.floatList dt {
		font-size: 1rem;
		width: 23%;
	}
}
@media (min-width: 47.5em) {
	#footer .infoCont .kontktDaten dl.floatList dt {
		width: 20%;
	}
}
@media (min-width: 62em) {
	#footer .infoCont .kontktDaten dl.floatList dt {
		width: 35%;
	}
}
@media (min-width: 75em) {
	#footer .infoCont .kontktDaten dl.floatList dt {
		width: 25%;
	}
}
#footer .infoCont .kontktDaten dl.floatList dd {
	width: 100%;
	margin-bottom: 0.625rem;
	font-size: 0.875rem;
}
@media (min-width: 40em) {
	#footer .infoCont .kontktDaten dl.floatList dd {
		width: 77%;
		font-size: 1rem;
	}
}
@media (min-width: 47.5em) {
	#footer .infoCont .kontktDaten dl.floatList dd {
		width: 80%;
	}
}
@media (min-width: 62em) {
	#footer .infoCont .kontktDaten dl.floatList dd {
		width: 65%;
	}
}
@media (min-width: 75em) {
	#footer .infoCont .kontktDaten dl.floatList dd {
		width: 75%;
	}
}
#footer .naviAddCont {
	display: none;
}
@media (min-width: 62em) {
	#footer .naviAddCont {
		background: #fff;
		padding: 6rem 0 2.5rem;
		display: block;
	}
}
#footer .naviAddCont .navi {
	display: flex;
	justify-content: center;
}
#footer .naviAddCont .navi li {
	margin-right: 4.375rem;
}
#footer .naviAddCont .navi li:last-child {
	margin-right: 0;
}
#footer .naviAddCont .navi li a {
	font-size: 0.9375rem;
	color: #1d1d1b;
}
#footer .naviAddCont .navi li a:hover,
#footer .naviAddCont .navi li a:focus,
#footer .naviAddCont .navi li a.active {
	color: #eb292f;
	text-decoration: none;
} /*!
 * ANIMATION CONTENT
 */
@media (min-width: 62em) {
	.fade,
	.fadeLeft,
	.fadeRight {
		opacity: 0;
		visibility: hidden;
	}
}
.fade:nth-of-type(4n + 1),
.fadeLeft:nth-of-type(4n + 1),
.fadeRight:nth-of-type(4n + 1) {
	transition: all 0.5s 0.15s ease-in-out, opacity 0.5s 0.15s ease-in-out;
}
.fade:nth-of-type(4n + 2),
.fadeLeft:nth-of-type(4n + 2),
.fadeRight:nth-of-type(4n + 2) {
	transition: all 0.5s 0.3s ease-in-out, opacity 0.5s 0.3s ease-in-out;
}
.fade:nth-of-type(4n + 3),
.fadeLeft:nth-of-type(4n + 3),
.fadeRight:nth-of-type(4n + 3) {
	transition: all 0.5s 0.45s ease-in-out, opacity 0.5s 0.45s ease-in-out;
}
.fade:nth-of-type(4n + 4),
.fadeLeft:nth-of-type(4n + 4),
.fadeRight:nth-of-type(4n + 4) {
	transition: all 0.5s 0.6s ease-in-out, opacity 0.5s 0.6s ease-in-out;
}
@media (min-width: 62em) {
	.fade.show,
	.fadeLeft.show,
	.fadeRight.show {
		opacity: 1;
		visibility: visible;
		transform: none;
	}
}
@media (min-width: 62em) {
	.fade.fadeLeft {
		transform: translate(-2rem, 0);
	}
	.fade.fadeLeft.show {
		transform: translate(0, 0);
	}
}
@media (min-width: 62em) {
	.fade.fadeRight {
		transform: translate(2rem, 0);
	}
	.fade.fadeRight.show {
		transform: translate(0, 0);
	}
}
@media (min-width: 62em) {
	.fade {
		transform: translate(0, 2rem);
	}
}
form.default {
	overflow: hidden;
	width: 100%;
}
form.default ::-webkit-input-placeholder {
	color: #262d3b;
}
form.default ::-moz-placeholder {
	color: #262d3b;
}
form.default :-ms-input-placeholder {
	color: #262d3b !important;
}
form.default :-moz-placeholder {
	color: #262d3b;
}
form.default fieldset {
	border: none;
}
form.default label,
form.default input,
form.default textarea,
form.default select,
form.default button,
form.default [type='submit'] {
	min-height: 3.5rem;
}
form.default label {
	color: inherit;
	display: block;
	padding: 1rem 0 0.6rem;
	position: relative;
}
form.default label small {
	color: red;
	display: inline-block;
	line-height: 0.5rem;
}
form.default label[for='Datenschutz'] {
	float: left;
	width: calc(100% - 1.875rem);
}
form.default [type='text'],
form.default [type='tel'],
form.default [type='email'],
form.default [type='file'],
form.default input,
form.default textarea,
form.default select {
	background: #fff;
	border: 1px solid #bbb;
	color: #262d3b;
	display: block;
	font-family: 'Spartan MB', sans-serif;
	font-size: 1rem;
	line-height: 1.625rem;
	margin: 0 0 0.5rem 0;
	padding: 0.8rem;
	position: relative;
	resize: none;
	width: 100%;
	border-radius: 0;
}
form.default [type='text']:focus,
form.default [type='tel']:focus,
form.default [type='email']:focus,
form.default [type='file']:focus,
form.default input:focus,
form.default textarea:focus,
form.default select:focus {
	background: #fafafa;
	outline: none;
}
form.default textarea {
	min-height: 7.5rem;
	padding-top: 0.9rem;
}
form.default textarea[name='Nachricht'] {
	min-height: 18.5rem;
}
form.default [type='checkbox'] {
	display: inline-block;
	float: right;
	margin: 0 0 0.5rem 0.9375rem;
	padding: 0;
	width: 0.9375rem;
	height: 0.9375rem;
}
body.iexplore form.default [type='checkbox'] {
	border: none;
}
body.iexplore form.default [type='checkbox']:focus {
	background: none;
}
form.default [type='radio'] {
	clear: none;
	float: left;
	width: 0.9375rem;
	margin: 0.4rem 0.8rem 0 0;
	min-height: auto;
}
form.default button,
form.default [type='submit'] {
	margin: 0 0 1.75rem;
	width: 100%;
}
.specialfield {
	display: none !important;
	visibility: hidden !important;
}
#newsletter-info {
	background: red;
	color: #fff;
	font-weight: bold;
	margin-bottom: 26px;
	padding: 18px;
}
#newsletter-info *:last-of-type {
	margin-bottom: 0;
}
img[name='vimg'] + input[name='imgverify'] {
	float: right;
}