.qtip {
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	max-width: 280px;
	min-width: 50px;
	font-size: 10.5px;
	line-height: 12px;
	direction: ltr;
	box-shadow: none;
	padding: 0
}

.qtip-content {
	position: relative;
	padding: 5px 9px;
	overflow: hidden;
	text-align: left;
	word-wrap: break-word
}

.qtip-titlebar {
	position: relative;
	padding: 5px 35px 5px 10px;
	overflow: hidden;
	border-width: 0 0 1px;
	font-weight: 700
}

.qtip-titlebar+.qtip-content {
	border-top-width: 0 !important
}

.qtip-close {
	position: absolute;
	right: -9px;
	top: -9px;
	z-index: 3;
	cursor: pointer;
	outline: medium none;
	border: 1px solid transparent
}

.qtip-titlebar .qtip-close {
	right: 4px;
	top: 50%;
	margin-top: -9px
}

* html .qtip-titlebar .qtip-close {
	top: 16px
}

.qtip-icon .ui-icon,
.qtip-titlebar .ui-icon {
	display: block;
	text-indent: -1000em;
	direction: ltr
}

.qtip-icon,
.qtip-icon .ui-icon {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none
}

.qtip-icon .ui-icon {
	width: 18px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	text-indent: 0;
	font: normal bold 10px/13px Tahoma, sans-serif;
	color: inherit;
	background: transparent none no-repeat -100em -100em
}

.qtip-default {
	border: 1px solid #f1d031;
	background-color: #ffffa3;
	color: #555
}

.qtip-default .qtip-titlebar {
	background-color: #ffef93
}

.qtip-default .qtip-icon {
	border-color: #ccc;
	background: #f1f1f1;
	color: #777
}

.qtip-default .qtip-titlebar .qtip-close {
	border-color: #aaa;
	color: #111
}

/*! Light tooltip style */
.qtip-light {
	background-color: #fff;
	border-color: #e2e2e2;
	color: #454545
}

.qtip-light .qtip-titlebar {
	background-color: #f1f1f1
}

/*! Dark tooltip style */
.qtip-dark {
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3
}

.qtip-dark .qtip-titlebar {
	background-color: #404040
}

.qtip-dark .qtip-icon {
	border-color: #444
}

.qtip-dark .qtip-titlebar .ui-state-hover {
	border-color: #303030
}

/*! Cream tooltip style */
.qtip-cream {
	background-color: #fbf7aa;
	border-color: #f9e98e;
	color: #a27d35
}

.qtip-cream .qtip-titlebar {
	background-color: #f0de7d
}

.qtip-cream .qtip-close .qtip-icon {
	background-position: -82px 0
}

/*! Red tooltip style */
.qtip-red {
	background-color: #f78b83;
	border-color: #d95252;
	color: #912323
}

.qtip-red .qtip-titlebar {
	background-color: #f06d65
}

.qtip-red .qtip-close .qtip-icon {
	background-position: -102px 0
}

.qtip-red .qtip-icon {
	border-color: #d95252
}

.qtip-red .qtip-titlebar .ui-state-hover {
	border-color: #d95252
}

/*! Green tooltip style */
.qtip-green {
	background-color: #caed9e;
	border-color: #90d93f;
	color: #3f6219
}

.qtip-green .qtip-titlebar {
	background-color: #b0de78
}

.qtip-green .qtip-close .qtip-icon {
	background-position: -42px 0
}

/*! Blue tooltip style */
.qtip-blue {
	background-color: #e5f6fe;
	border-color: #add9ed;
	color: #5e99bd
}

.qtip-blue .qtip-titlebar {
	background-color: #d0e9f5
}

.qtip-blue .qtip-close .qtip-icon {
	background-position: -2px 0
}

.qtip-shadow {
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, .15)
}

.qtip-bootstrap,
.qtip-rounded,
.qtip-tipsy {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.qtip-rounded .qtip-titlebar {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
}

.qtip-youtube {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;
	color: #fff;
	border: 0 solid transparent;
	background: #4a4a4a;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4a4a4a), color-stop(100%, #000));
	background-image: -webkit-linear-gradient(top, #4a4a4a 0, #000 100%);
	background-image: -moz-linear-gradient(top, #4a4a4a 0, #000 100%);
	background-image: -ms-linear-gradient(top, #4a4a4a 0, #000 100%);
	background-image: -o-linear-gradient(top, #4a4a4a 0, #000 100%)
}

.qtip-youtube .qtip-titlebar {
	background-color: #4a4a4a;
	background-color: rgba(0, 0, 0, 0)
}

.qtip-youtube .qtip-content {
	padding: .75em;
	font: 12px arial, sans-serif
}

.qtip-youtube .qtip-icon {
	border-color: #222
}

.qtip-youtube .qtip-titlebar .ui-state-hover {
	border-color: #303030
}

.qtip-jtools {
	background: #232323;
	background: rgba(0, 0, 0, .7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);
	border: 2px solid #ddd;
	border: 2px solid rgba(241, 241, 241, 1);
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333
}

.qtip-jtools .qtip-titlebar {
	background-color: transparent
}

.qtip-jtools .qtip-content,
.qtip-jtools .qtip-titlebar {
	background: 0 0;
	color: #fff;
	border: 0 dashed transparent
}

.qtip-jtools .qtip-icon {
	border-color: #555
}

.qtip-jtools .qtip-titlebar .ui-state-hover {
	border-color: #333
}

.qtip-cluetip {
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, .4);
	background-color: #d9d9c2;
	color: #111;
	border: 0 dashed transparent
}

.qtip-cluetip .qtip-titlebar {
	background-color: #87876a;
	color: #fff;
	border: 0 dashed transparent
}

.qtip-cluetip .qtip-icon {
	border-color: #808064
}

.qtip-cluetip .qtip-titlebar .ui-state-hover {
	border-color: #696952;
	color: #696952
}

.qtip-tipsy {
	background: #000;
	background: rgba(0, 0, 0, .87);
	color: #fff;
	border: 0 solid transparent;
	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: 700;
	line-height: 16px;
	text-shadow: 0 1px #000
}

.qtip-tipsy .qtip-titlebar {
	padding: 6px 35px 0 10px;
	background-color: transparent
}

.qtip-tipsy .qtip-content {
	padding: 6px 10px
}

.qtip-tipsy .qtip-icon {
	border-color: #222;
	text-shadow: none
}

.qtip-tipsy .qtip-titlebar .ui-state-hover {
	border-color: #303030
}

.qtip-tipped {
	border: 3px solid #959fa9;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f9f9f9;
	color: #454545;
	font-weight: 400;
	font-family: serif
}

.qtip-tipped .qtip-titlebar {
	border-bottom-width: 0;
	color: #fff;
	background: #3a79b8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3a79b8), to(#2e629d));
	background-image: -webkit-linear-gradient(top, #3a79b8, #2e629d);
	background-image: -moz-linear-gradient(top, #3a79b8, #2e629d);
	background-image: -ms-linear-gradient(top, #3a79b8, #2e629d);
	background-image: -o-linear-gradient(top, #3a79b8, #2e629d)
}

.qtip-tipped .qtip-icon {
	border: 2px solid #285589;
	background: #285589
}

.qtip-tipped .qtip-icon .ui-icon {
	background-color: #fbfbfb;
	color: #555
}

.qtip-bootstrap {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	padding: 1px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box
}

.qtip-bootstrap .qtip-titlebar {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0
}

.qtip-bootstrap .qtip-titlebar .qtip-close {
	right: 11px;
	top: 45%;
	border-style: none
}

.qtip-bootstrap .qtip-content {
	padding: 9px 14px
}

.qtip-bootstrap .qtip-icon {
	background: 0 0
}

.qtip-bootstrap .qtip-icon .ui-icon {
	width: auto;
	height: auto;
	float: right;
	font-size: 20px;
	font-weight: 700;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2
}

.qtip-bootstrap .qtip-icon .ui-icon:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .4
}

.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
	filter: none;
	-ms-filter: none
}

.qtip .qtip-tip {
	margin: 0 auto;
	overflow: hidden;
	z-index: 2
}

.qtip .qtip-tip,
x:-o-prefocus {
	visibility: hidden
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
	position: absolute;
	color: #123456;
	background: 0 0;
	border: 0 dashed transparent
}

.qtip .qtip-tip canvas {
	top: 0;
	left: 0
}

.qtip .qtip-tip .qtip-vml {
	behavior: url(frontend.min/css/#default#VML);
	display: inline-block;
	visibility: visible
}

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

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0 !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

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

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

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

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

.mfp-hide {
	display: none !important
}

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

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

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

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

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

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

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

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

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

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

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

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

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

.mfp-arrow:after,
.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

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

.mfp-arrow-left {
	left: 0
}

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

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

.mfp-arrow-right {
	right: 0
}

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

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000
}

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

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444
}

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

.mfp-figure figure {
	margin: 0
}

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

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

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

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

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

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

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

.slick-list:focus {
	outline: 0
}

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

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

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

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

.slick-track:after {
	clear: both
}

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

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

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

.slick-slide img {
	display: block
}

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

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

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

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

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

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

@font-face {
	font-family: Icons;
	font-style: normal;
	font-weight: 400;
	src: url(../inc/fonts//icons.eot?v=1.0.0);
	src: url(../inc/fonts//icons.eot?v=1.0.0#iefix) format('embedded-opentype'), url(../inc/fonts//icons.woff?v=1.0.0) format('woff'), url(../inc/fonts//icons.woff2?v=1.0.0) format('woff2'), url(../inc/fonts//icons.ttf?v=1.0.0) format('truetype');
	font-display: swap
}

@font-face {
	font-family: Metropolis;
	font-weight: 400;
	font-style: normal;
	src: url(../inc/fonts//Metropolis-Regular.eot?);
	src: url(../inc/fonts//Metropolis-Regular.eot#iefix) format('embedded-opentype'), url(../inc/fonts//Metropolis-Regular.woff) format('woff'), url(../inc/fonts//Metropolis-Regular.woff2) format('woff2'), url(../inc/fonts//Metropolis-Regular.ttf) format('truetype');
	font-display: swap
}

@font-face {
	font-family: Metropolis;
	font-weight: 400;
	font-style: italic;
	src: url(../inc/fonts//Metropolis-RegularItalic.eot?);
	src: url(../inc/fonts//Metropolis-RegularItalic.eot#iefix) format('embedded-opentype'), url(../inc/fonts//Metropolis-RegularItalic.woff) format('woff'), url(../inc/fonts//Metropolis-RegularItalic.woff2) format('woff2'), url(../inc/fonts//Metropolis-RegularItalic.ttf) format('truetype');
	font-display: swap
}

@font-face {
	font-family: Metropolis;
	font-weight: 500;
	font-style: normal;
	src: url(../inc/fonts//Metropolis-SemiBold.eot?);
	src: url(../inc/fonts//Metropolis-SemiBold.eot#iefix) format('embedded-opentype'), url(../inc/fonts//Metropolis-SemiBold.woff) format('woff'), url(../inc/fonts//Metropolis-SemiBold.woff2) format('woff2'), url(../inc/fonts//Metropolis-SemiBold.ttf) format('truetype');
	font-display: swap
}

@font-face {
	font-family: Metropolis;
	font-weight: 500;
	font-style: italic;
	src: url(../inc/fonts//Metropolis-SemiBoldItalic.eot?);
	src: url(../inc/fonts//Metropolis-SemiBoldItalic.eot#iefix) format('embedded-opentype'), url(../inc/fonts//Metropolis-SemiBoldItalic.woff) format('woff'), url(../inc/fonts//Metropolis-SemiBoldItalic.woff2) format('woff2'), url(../inc/fonts//Metropolis-SemiBoldItalic.ttf) format('truetype');
	font-display: swap
}

@font-face {
	font-family: Metropolis;
	font-weight: 700;
	font-style: normal;
	src: url(../inc/fonts//Metropolis-Bold.eot?);
	src: url(../inc/fonts//Metropolis-Bold.eot#iefix) format('embedded-opentype'), url(../inc/fonts//Metropolis-Bold.woff) format('woff'), url(../inc/fonts//Metropolis-Bold.woff2) format('woff2'), url(../inc/fonts//Metropolis-Bold.ttf) format('truetype');
	font-display: swap
}

@font-face {
	font-family: Metropolis;
	font-weight: 700;
	font-style: italic;
	src: url(../inc/fonts//Metropolis-BoldItalic.eot?);
	src: url(../inc/fonts//Metropolis-BoldItalic.eot#iefix) format('embedded-opentype'), url(../inc/fonts//Metropolis-BoldItalic.woff) format('woff'), url(../inc/fonts//Metropolis-BoldItalic.woff2) format('woff2'), url(../inc/fonts//Metropolis-BoldItalic.ttf) format('truetype');
	font-display: swap
}

A,
ABBR,
ACRONYM,
ADDRESS,
APPLET,
ARTICLE,
ASIDE,
AUDIO,
B,
BIG,
BLOCKQUOTE,
BODY,
CANVAS,
CAPTION,
CENTER,
CITE,
CODE,
DD,
DEL,
DETAILS,
DFN,
DIV,
DL,
DT,
EM,
FIELDSET,
FIGCAPTION,
FIGURE,
FONT,
FOOTER,
FORM,
H1,
H2,
H3,
H4,
H5,
H6,
HEADER,
HGROUP,
HTML,
I,
IFRAME,
IMG,
INS,
KBD,
LABEL,
LEGEND,
LI,
MARK,
MENU,
NAV,
OBJECT,
OL,
P,
PRE,
Q,
S,
SAMP,
SECTION,
SMALL,
SPAN,
STRIKE,
STRONG,
SUB,
SUMMARY,
SUP,
TABLE,
TBODY,
TD,
TFOOT,
TH,
THEAD,
TIME,
TR,
TT,
U,
UL,
VAR,
VIDEO {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	vertical-align: baseline;
	text-decoration: inherit;
	background-color: transparent
}

BODY {
	line-height: 1
}

LI,
OL,
UL {
	list-style: none
}

BLOCKQUOTE:AFTER,
BLOCKQUOTE:BEFORE,
Q:AFTER,
Q:BEFORE {
	content: '';
	content: none
}

BLOCKQUOTE,
Q {
	quotes: none
}

INS {
	text-decoration: none
}

DEL {
	text-decoration: line-through
}

TABLE {
	border-collapse: collapse
}

@media all {
	#media-query-scope {
		z-index: 70
	}
}

@media all and (min-width:1367px) {
	#media-query-scope {
		z-index: 80
	}
}

@media all and (max-width:980px) {
	#media-query-scope {
		z-index: 50
	}
}

@media all and (max-width:800px) {
	#media-query-scope {
		z-index: 40
	}
}

@media all and (max-width:600px) {
	#media-query-scope {
		z-index: 30
	}
}

@media all and (max-width:320px) {
	#media-query-scope {
		z-index: 20
	}
}

.accessible {
	top: -9999px !important;
	left: -9999px !important;
	display: block !important;
	position: absolute !important
}

.screen-reader {
	font-family: Sans-Serif;
	font-size: 1px !important;
	line-height: 1px !important;
	color: transparent !important;
	position: absolute !important
}

.skip-links A.accessible:focus {
	top: 0 !important;
	left: 0 !important
}

.hidden {
	display: none !important
}

HTML.js .no-js-only {
	display: none
}

HTML.no-js .js-only {
	display: none
}

HTML {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%
}

A.link {
	text-decoration: none
}

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

IMG {
	display: block
}

.cf,
.clearfix {
	clear: both
}

.cf:after,
.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.vertical-center {
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%)
}

.show-on-small {
	display: none !important
}

.show-on-large {
	display: none !important
}

@media all and (max-width:600px) {
	.show-on-small {
		display: block !important
	}

	.show-on-small.inline {
		display: inline !important
	}

	.hide-on-small {
		display: none !important
	}
}

@media all and (min-width:981px) {
	.show-on-large {
		display: block !important
	}

	.hide-on-large {
		display: none !important
	}
}

H1,
H1 A,
H2,
H2 A,
H3,
H3 A,
H4,
H4 A,
H5,
H5 A,
H6,
H6 A {
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 700;
	font-style: normal;
	font-weight: 700;
	color: #534c46
}

A,
BODY,
INPUT,
TEXTAREA {
	font-family: Metropolis, Arial, Sans-Serif;
	font-style: normal;
	font-weight: 400
}

BODY,
INPUT,
TEXTAREA {
	line-height: 18px;
	font-size: 14px;
	color: #534c46
}

DIV.top-links A,
DIV.top-links DIV {
	font-family: Metropolis, Arial, Sans-Serif;
	font-style: normal;
	font-weight: 400;
	line-height: 15px;
	font-size: 13px;
	color: #534c46
}

DIV.top-links A:hover {
	color: #0094d4
}

.row-teaser H3,
UL.lang-switch>LI.active A,
UL.lang-switch>LI.active DIV,
UL.lang-switch>LI.active SPAN {
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 700;
	line-height: 15px;
	font-size: 13px;
	color: #534c46
}

UL.top-links>LI.emergency A,
UL.top-links>LI.emergency DIV,
UL.top-links>LI.emergency SPAN {
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 700;
	color: #ed1f24
}

UL.lvl-1>LI>.head A,
UL.lvl-1>LI>A {
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 700;
	line-height: 19px;
	font-size: 15px;
	color: #72665b
}

@media only screen and (min-width:980px) and (max-width:1200px) {

	UL.lvl-1>LI>.head A,
	UL.lvl-1>LI>A {
		line-height: 18px;
		font-size: 14px
	}
}

A,
A>SPAN {
	color: #fff;
	text-decoration: none;
	text-decoration: inherit;
	transition: color .3s linear, background-color .3s linear
}

A.hover,
A.hover SPAN,
A:hover,
A:hover SPAN {
	color: #000;
}

.bold {
	font-family: Metropolis, Arial, Sans-Serif !important;
	font-weight: 700
}

STRONG {
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 700
}

SVG.highcharts-root {
	font-family: Metropolis, Arial, Sans-Serif !important
}

SUP {
	vertical-align: super;
	font-size: .6em
}

.icon:before {
	display: inline-block;
	vertical-align: middle;
	font-family: icons;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	text-transform: none
}

.icon-female:before {
	content: "\E001"
}

.icon-files-audio:before {
	content: "\E002"
}

.icon-files-document:before {
	content: "\E003"
}

.icon-files-image:before {
	content: "\E004"
}

.icon-files-pdf:before {
	content: "\E005"
}

.icon-files-text:before {
	content: "\E006"
}

.icon-files-video:before {
	content: "\E007"
}

.icon-administrator:before {
	content: "\E008"
}

.icon-airplane:before {
	content: "\E009"
}

.icon-ambulance:before {
	content: "\E00A"
}

.icon-arrow-back:before {
	content: "\E00B"
}

.icon-arrow-forward:before {
	content: "\E00C"
}

.icon-arrow-less:before {
	content: "\E00D"
}

.icon-arrow-more:before {
	content: "\E00E"
}

.icon-arrow-next:before {
	content: "\E00F"
}

.icon-arrow-previous:before {
	content: "\E010"
}

.icon-attention:before {
	content: "\E011"
}

.icon-awards:before {
	content: "\E012"
}

.icon-bookmark:before {
	content: "\E013"
}

.icon-calendar:before {
	content: "\E014"
}

.icon-calendar-add:before {
	content: "\E015"
}

.icon-clinic:before {
	content: "\E016"
}

.icon-clock:before {
	content: "\E017"
}

.icon-close:before {
	content: "\E018"
}

.icon-competency:before {
	content: "\E019"
}

.icon-contact:before {
	content: "\E01A"
}

.icon-deselect:before {
	content: "\E01B"
}

.icon-diploma:before {
	content: "\E01C"
}

.icon-doctor:before {
	content: "\E01D"
}

.icon-doctor-bag:before {
	content: "\E01E"
}

.icon-doctor-hausarzt:before {
	content: "\E01F"
}

.icon-email:before {
	content: "\E020"
}

.icon-emergency:before {
	content: "\E021"
}

.icon-emergency-outlines:before {
	content: "\E022"
}

.icon-external-link:before {
	content: "\E023"
}

.icon-globe:before {
	content: "\E024"
}

.icon-healthline:before {
	content: "\E025"
}

.icon-hospital:before {
	content: "\E026"
}

.icon-info:before {
	content: "\E027"
}

.icon-jobs:before {
	content: "\E028"
}

.icon-library:before {
	content: "\E029"
}

.icon-like:before {
	content: "\E02A"
}

.icon-location:before {
	content: "\E02B"
}

.icon-mail:before {
	content: "\E02C"
}

.icon-male:before {
	content: "\E02D"
}

.icon-map:before {
	content: "\E02E"
}

.icon-megaphone:before {
	content: "\E02F"
}

.icon-newspaper:before {
	content: "\E030"
}

.icon-panel-collapse:before {
	content: "\E031"
}

.icon-panel-expand:before {
	content: "\E032"
}

.icon-partnerships:before {
	content: "\E033"
}

.icon-phone:before {
	content: "\E034"
}

.icon-play:before {
	content: "\E035"
}

.icon-print:before {
	content: "\E036"
}

.icon-publications:before {
	content: "\E037"
}

.icon-search:before {
	content: "\E038"
}

.icon-share:before {
	content: "\E039"
}

.icon-social-blog:before {
	content: "\E03A"
}

.icon-social-blog-invert:before {
	content: "\E03B"
}

.icon-social-facebook:before {
	content: "\E03C"
}

.icon-social-googleplus:before {
	content: "\E03D"
}

.icon-social-linkedin:before {
	content: "\E03E"
}

.icon-social-twitter:before {
	content: "\E03F"
}

.icon-social-xing:before {
	content: "\E040"
}

.icon-social-youtube:before {
	content: "\E041"
}

.icon-speaker:before {
	content: "\E042"
}

.icon-stethoscope:before {
	content: "\E043"
}

.icon-toggle-list:before {
	content: "\E044"
}

.icon-toggle-tile:before {
	content: "\E045"
}

.icon-virtual-tour:before {
	content: "\E046"
}

.icon-wheelchair:before {
	content: "\E047"
}

.icon-medical-bed:before {
	content: "\E048"
}

.icon-medical-brain:before {
	content: "\E049"
}

.icon-medical-caduseus:before {
	content: "\E04A"
}

.icon-medical-cancer:before {
	content: "\E04B"
}

.icon-medical-heart:before {
	content: "\E04C"
}

.icon-medical-lungs:before {
	content: "\E04D"
}

.icon-medical-obesity:before {
	content: "\E04E"
}

.icon-medical-sports:before {
	content: "\E04F"
}

.icon-medical-stomach:before {
	content: "\E050"
}

.icon-medical-stroller:before {
	content: "\E051"
}

.icon-medical-syringe:before {
	content: "\E052"
}

.icon-arrow-next-circle:before {
	content: "\E053"
}

.icon-play-rs:before {
	content: "\E054"
}

.icon-stop:before {
	content: "\E055"
}

.icon-pause:before {
	content: "\E056"
}

.icon-volume:before {
	content: "\E057"
}

.icon-download:before {
	content: "\E058"
}

.icon-settings:before {
	content: "\E059"
}

.icon-social-whatsapp:before {
	content: "\E05A"
}

.icon-privacy-policy:before {
	content: "\E05B"
}

.icon-phytotherapy:before {
	content: "\E05C"
}

.icon-finance-revenue:before {
	content: "\E05D"
}

.icon-finance-eps:before {
	content: "\E05E"
}

.icon-finance-ebitda:before {
	content: "\E05F"
}

.icon-finance-dps:before {
	content: "\E060"
}

.icon-social-instagram:before {
	content: "\E061"
}

.icon-refresh:before {
	content: "\E062"
}

.icon-mhr-award:before {
	content: "\E063"
}

.icon-phone-full:before {
	content: "\E064"
}

.icon-mhr-briefcase:before {
	content: "\E065"
}

.icon-mhr-bullhorn:before {
	content: "\E066"
}

.icon-mhr-file-alt:before {
	content: "\E067"
}

.icon-mhr-user:before {
	content: "\E068"
}

.icon-mhr-users:before {
	content: "\E069"
}

.icon-mhr-handshake:before {
	content: "\E06A"
}

.icon-mhr-phone-alt:before {
	content: "\E06B"
}

.icon-mhr-comments:before {
	content: "\E06C"
}

.icon-mhr-faq:before {
	content: "\E06D"
}

.icon-small-chevron:before {
	content: "\E06E"
}

.icon-small-close:before {
	content: "\E06F"
}

.icon-mhr-virus:before {
	content: "\E070"
}

.icon-small-plus:before {
	content: "\E071"
}

.icon-chevron-down:before {
	content: "\E072"
}

.icon-big-search:before {
	content: "\E073"
}

.icon-filters:before {
	content: "\E074"
}

.icon-hospital-bed:before {
	content: "\E075"
}

.icon-smartphone:before {
	content: "\E076"
}

.icon-benchmark:before {
	content: "\E077"
}

.icon-satisfaction:before {
	content: "\E078"
}

.icon-recommendation:before {
	content: "\E079"
}

.icon-check:before {
	content: "\E07A"
}

.icon-whatsapp:before {
	content: "\E07B"
}

.icon-babyshirt:before {
	content: "\E07C"
}

.icon-meal:before {
	content: "\E07D"
}

.icon-services:before {
	content: "\E07E"
}

.icon-wellbeing:before {
	content: "\E07F"
}

.icon-robot-arm:before {
	content: "\E080"
}

.icon-surgery:before {
	content: "\E081"
}

.icon-nurse:before {
	content: "\E082"
}

.icon-midwife:before {
	content: "\E083"
}

.icon-link:before {
	content: "\E084"
}

.icon-fax-full:before {
	content: "\E085"
}

.icon-down-chevron:before {
	content: "\E086"
}

.icon-up-chevron:before {
	content: "\E087"
}

.icon-testkit:before {
	content: "\E088"
}

.icon-home:before {
	content: "\E089"
}

.icon-pregnant-woman:before {
	content: "\E08A"
}

.icon-family:before {
	content: "\E08B"
}

HTML {
	height: 100%
}

BODY {
	min-height: 100%
}

#page {
	min-height: 100vh
}

#page {
	overflow-x: hidden
}

#header-nav {
	min-height: 112px
}

BODY {
	direction: ltr
}

#footer-bar .footer-bar,
#footer-nav .footer-nav,
#group-nav .group-nav,
#header-nav #nav,
#header-nav .header-nav,
#page-tools .page-tools,
#stage-slider .stage-slider,
.header-stage .rtp-slider-panel .info>DIV,
UL.lvl-1 UL.lvl-2 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px
}

#page #content {
	margin-left: auto;
	margin-right: auto
}

#stage-slider .stage-slider {
	max-width: 1640px
}

#header.logo-single::before {
	height: 132px
}

#header.logo-double::before {
	height: 150px
}

#header.has-group-nav::before {
	margin-top: 28px
}

#header.no-search-terms::before {
	margin-bottom: 0
}

#header-nav {
	left: 0;
	right: 0;
	z-index: 99;
	top: 0;
	position: fixed
}

#header-nav .backlink,
.sticky-title {
	display: none
}

.sticky-title {
	width: 58%;
	text-align: center
}

#page #page-tools,
#page #page-tools .share-us {
	background-color: #fff
}

#footer-bar {
	background-color: #e7e4e2
}

@media all and (min-width:981px) {
	#group-nav~#header-nav {
		top: 28px
	}
}

@media all and (max-width:980px) {
	#header.has-group-nav::before {
		margin-top: 0
	}

	DIV.top-links {
		display: none
	}

	#header-nav {
		min-height: auto
	}

	#header.shrink .emergency,
	#header.shrink .hir-logo,
	#header.shrink .search-box {
		display: none !important
	}

	#header.shrink #header-nav .backlink,
	#header.shrink .sticky-title {
		display: inherit
	}

	#header.shrink #header-nav DIV.backlink,
	#header.shrink .sticky-title {
		float: left;
		padding: 1em 0 .8em 1em;
		position: relative
	}

	#header.shrink .sticky-title {
		padding-left: calc(21% - 4px);
		padding-bottom: .6em
	}

	#header.shrink .backlink+.sticky-title {
		padding-left: calc(21% - 50px)
	}
}

.minimal #header::before {
	height: 67px !important;
	margin: 0
}

.minimal #header.has-group-nav::before {
	margin-top: 0
}

.minimal DIV.top-links {
	display: none
}

.minimal #header-nav {
	min-height: auto
}

.minimal #header.shrink .emergency,
.minimal #header.shrink .hir-logo,
.minimal #header.shrink .search-box {
	display: none !important
}

.minimal #header.shrink #header-nav .backlink,
.minimal #header.shrink .sticky-title {
	display: inherit
}

.minimal #header.shrink #header-nav DIV.backlink,
.minimal #header.shrink .sticky-title {
	float: left;
	padding: 1em 0 .8em 1em;
	position: relative
}

.minimal #header.shrink .sticky-title {
	padding-left: calc(21% - 4px);
	padding-bottom: .6em
}

.minimal #header.shrink .backlink+.sticky-title {
	padding-left: calc(21% - 50px)
}

.grid-100,
.grid-20-20-20-20-20,
.grid-25-25-25-25,
.grid-33-33-33,
.grid-33-66,
.grid-50-50,
.grid-66-33 {
	margin-bottom: 30px
}

.grid-100:after,
.grid-20-20-20-20-20:after,
.grid-25-25-25-25:after,
.grid-33-33-33:after,
.grid-33-66:after,
.grid-50-50:after,
.grid-66-33:after,
.media-teaser-sideway:after,
.media-teaser-sideway>A:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0
}

.grid-col-1 {
	clear: both
}

.grid-100>.grid-col-1 {
	padding-bottom: 20px
}

.grid-33-66 .grid-50-50>.grid-col-1,
.grid-50-50>.grid-col-1,
.grid-66-33 .grid-50-50>.grid-col-1 {
	padding-bottom: 20px;
	margin-right: 1%;
	width: 49%;
	float: left
}

.grid-33-66 .grid-50-50>.grid-col-2,
.grid-50-50>.grid-col-2,
.grid-66-33 .grid-50-50>.grid-col-2 {
	padding-bottom: 20px;
	margin-left: 1%;
	width: 49%;
	float: right
}

.grid-33-66>.grid-col-1,
.grid-50-50 .grid-33-66>.grid-col-1,
.grid-66-33 .grid-33-66>.grid-col-1 {
	padding-bottom: 20px;
	margin-right: 1%;
	width: 32%;
	float: left
}

.grid-33-66>.grid-col-2,
.grid-50-50 .grid-33-66>.grid-col-2,
.grid-66-33 .grid-33-66>.grid-col-2 {
	padding-bottom: 20px;
	margin-left: 1%;
	width: 66%;
	float: right
}

.grid-33-66 .grid-66-33>.grid-col-1,
.grid-50-50 .grid-66-33>.grid-col-1,
.grid-66-33>.grid-col-1 {
	padding-bottom: 20px;
	margin-right: 1%;
	width: 66%;
	float: left
}

.grid-33-66 .grid-66-33>.grid-col-2,
.grid-50-50 .grid-66-33>.grid-col-2,
.grid-66-33>.grid-col-2 {
	padding-bottom: 20px;
	margin-left: 1%;
	width: 32%;
	float: right
}

.grid-33-33-33>.grid-col-1,
.grid-33-33-33>.grid-col-4 {
	padding-bottom: 20px;
	margin-right: 1%;
	width: 32%;
	float: left
}

.grid-33-33-33>.grid-col-2,
.grid-33-33-33>.grid-col-5 {
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	width: 32%;
	float: left
}

.grid-33-33-33>.grid-col-3,
.grid-33-33-33>.grid-col-6 {
	padding-bottom: 20px;
	margin-left: 1%;
	width: 32%;
	float: right
}

.grid-33-33-33>.grid-col-1,
.grid-33-33-33>.grid-col-4 {
	clear: both
}

.grid-25-25-25-25>.grid-col-1,
.grid-25-25-25-25>.grid-col-2,
.grid-25-25-25-25>.grid-col-3,
.grid-25-25-25-25>.grid-col-4 {
	float: left;
	width: 23.5%;
	margin-left: 1%;
	margin-right: 1%
}

.grid-25-25-25-25>.grid-col-1 {
	margin-left: 0;
	clear: both
}

.grid-25-25-25-25>.grid-col-4 {
	margin-right: 0
}

.grid-20-20-20-20-20>.grid-col-1,
.grid-20-20-20-20-20>.grid-col-2,
.grid-20-20-20-20-20>.grid-col-3,
.grid-20-20-20-20-20>.grid-col-4,
.grid-20-20-20-20-20>.grid-col-5 {
	float: left;
	width: 19%;
	margin-left: 0.5%;
	margin-right: 0.5%
}

.grid-20-20-20-20-20>.grid-col-1 {
	margin-left: 0;
	clear: both
}

.grid-20-20-20-20-20>.grid-col-5 {
	margin-right: 0
}

@media all and (max-width:800px) {

	.grid-33-33-33>.grid-col-1,
	.grid-33-33-33>.grid-col-3,
	.grid-33-33-33>.grid-col-5 {
		margin-right: 1%;
		margin-left: 0;
		float: left;
		clear: both;
		width: 49%
	}

	.grid-33-33-33>.grid-col-2,
	.grid-33-33-33>.grid-col-4,
	.grid-33-33-33>.grid-col-6 {
		margin-right: 0;
		margin-left: 1%;
		float: right;
		clear: none;
		width: 49%
	}

	.grid-33-33-33>.grid-col-3,
	.grid-33-33-33>.grid-col-5 {
		clear: both
	}

	.grid-33-33-33>.grid-col-1:last-child,
	.grid-33-33-33>.grid-col-3:last-child,
	.grid-33-33-33>.grid-col-5:last-child {
		margin-right: auto;
		margin-left: auto;
		float: none
	}

	.grid-33-33-33>.grid-col-1:first-child {
		margin-right: 1%;
		margin-left: 0;
		float: left;
		width: 49%
	}

	.grid-25-25-25-25>.grid-col-1,
	.grid-25-25-25-25>.grid-col-3 {
		padding-bottom: 20px;
		margin-right: 1%;
		margin-left: 0;
		width: 49%
	}

	.grid-25-25-25-25>.grid-col-2,
	.grid-25-25-25-25>.grid-col-4 {
		padding-bottom: 20px;
		margin-right: 0;
		margin-left: 1%;
		width: 49%
	}

	.grid-25-25-25-25>.grid-col-1,
	.grid-25-25-25-25>.grid-col-3 {
		clear: both
	}

	.grid-20-20-20-20-20>.grid-col-1,
	.grid-20-20-20-20-20>.grid-col-3,
	.grid-20-20-20-20-20>.grid-col-5 {
		padding-bottom: 20px;
		margin-right: 1%;
		margin-left: 0;
		width: 49%
	}

	.grid-20-20-20-20-20>.grid-col-2,
	.grid-20-20-20-20-20>.grid-col-4 {
		padding-bottom: 20px;
		margin-right: 0;
		margin-left: 1%;
		width: 49%
	}

	.grid-20-20-20-20-20>.grid-col-1,
	.grid-20-20-20-20-20>.grid-col-3,
	.grid-20-20-20-20-20>.grid-col-5 {
		clear: both
	}
}

@media all and (max-width:768px) {

	.grid-33-66 .grid-50-50>.grid-col-1,
	.grid-33-66 .grid-50-50>.grid-col-2,
	.grid-50-50>.grid-col-1,
	.grid-50-50>.grid-col-2,
	.grid-66-33 .grid-50-50>.grid-col-1,
	.grid-66-33 .grid-50-50>.grid-col-2 {
		margin-right: 0;
		margin-left: 0;
		width: auto;
		float: none
	}

	.grid-33-66>.grid-col-1,
	.grid-33-66>.grid-col-2 {
		margin-right: 0;
		margin-left: 0;
		width: auto;
		float: none
	}

	.grid-66-33>.grid-col-1,
	.grid-66-33>.grid-col-2 {
		margin-right: 0;
		margin-left: 0;
		width: auto;
		float: none
	}

	.grid-33-33-33>.grid-col-1,
	.grid-33-33-33>.grid-col-1:first-child,
	.grid-33-33-33>.grid-col-1:last-child,
	.grid-33-33-33>.grid-col-2,
	.grid-33-33-33>.grid-col-3,
	.grid-33-33-33>.grid-col-3:last-child,
	.grid-33-33-33>.grid-col-4,
	.grid-33-33-33>.grid-col-5,
	.grid-33-33-33>.grid-col-5:last-child,
	.grid-33-33-33>.grid-col-6 {
		margin-right: 0;
		margin-left: 0;
		width: auto;
		float: none
	}

	.grid-25-25-25-25>.grid-col-1,
	.grid-25-25-25-25>.grid-col-2,
	.grid-25-25-25-25>.grid-col-3,
	.grid-25-25-25-25>.grid-col-4 {
		margin-right: 0;
		margin-left: 0;
		width: auto;
		float: none
	}
}

.grid-tight {
	margin-bottom: 0
}

.grid-tight>div {
	padding-bottom: 8px !important
}

@media all and (min-width:801px) {

	.grid-33-66 .grid-tight.grid-50-50>.grid-col-1,
	.grid-66-33 .grid-tight.grid-50-50>.grid-col-1,
	.grid-tight.grid-50-50>.grid-col-1 {
		margin-right: .4%;
		width: 49.6%
	}

	.grid-33-66 .grid-tight.grid-50-50>.grid-col-2,
	.grid-66-33 .grid-tight.grid-50-50>.grid-col-2,
	.grid-tight.grid-50-50>.grid-col-2 {
		margin-left: .4%;
		width: 49.6%
	}

	.grid-50-50 .grid-tight.grid-33-66>.grid-col-1,
	.grid-66-33 .grid-tight.grid-33-66>.grid-col-1,
	.grid-tight.grid-33-66>.grid-col-1 {
		margin-right: .4%;
		width: 32.9%
	}

	.grid-50-50 .grid-tight.grid-33-66>.grid-col-2,
	.grid-66-33 .grid-tight.grid-33-66>.grid-col-2,
	.grid-tight.grid-33-66>.grid-col-2 {
		margin-left: .4%;
		width: 66.3%
	}

	.grid-33-66 .grid-tight.grid-66-33>.grid-col-1,
	.grid-50-50 .grid-tight.grid-66-33>.grid-col-1,
	.grid-tight.grid-66-33>.grid-col-1 {
		margin-right: .4%;
		width: 66.3%
	}

	.grid-33-66 .grid-tight.grid-66-33>.grid-col-2,
	.grid-50-50 .grid-tight.grid-66-33>.grid-col-2,
	.grid-tight.grid-66-33>.grid-col-2 {
		margin-left: .4%;
		width: 32.9%
	}

	.grid-tight.grid-33-33-33>.grid-col-1,
	.grid-tight.grid-33-33-33>.grid-col-4 {
		margin-right: .4%;
		width: 32.8%
	}

	.grid-tight.grid-33-33-33>.grid-col-2,
	.grid-tight.grid-33-33-33>.grid-col-5 {
		margin-left: .4%;
		margin-right: .4%;
		width: 32.8%
	}

	.grid-tight.grid-33-33-33>.grid-col-3,
	.grid-tight.grid-33-33-33>.grid-col-6 {
		margin-left: .4%;
		width: 32.8%
	}

	.grid-tight.grid-25-25-25-25>.grid-col-1,
	.grid-tight.grid-25-25-25-25>.grid-col-2,
	.grid-tight.grid-25-25-25-25>.grid-col-3,
	.grid-tight.grid-25-25-25-25>.grid-col-4 {
		float: left;
		width: 24.4%;
		margin-left: .4%;
		margin-right: .4%
	}

	.grid-tight.grid-25-25-25-25>.grid-col-1 {
		margin-left: 0
	}

	.grid-tight.grid-25-25-25-25>.grid-col-4 {
		margin-right: 0
	}
}

.grid-wild-container {
	overflow: hidden;
	margin-bottom: 30px
}

.grid-wild {
	margin-right: -2%
}

.grid-wild .grid-col {
	float: left;
	width: 31.372549019607843137254901960784%;
	margin-right: 1.960784313725490196078431372549%
}

.grid-wild .grid-col:first-child:not(.not-bigger) {
	width: 64.705882352941176470588235294117%
}

.grid-wild .grid-col {
	margin-bottom: 20px
}

.grid-wild .teasers-events {
	margin-bottom: 0
}

@media all and (max-width:980px) {
	.grid-wild .grid-col {
		width: 48.039215686274509803921568627451%
	}

	.grid-wild .grid-col:first-child:not(.not-bigger) {
		width: 98.039215686274509803921568627451%
	}
}

@media all and (max-width:600px) {
	.grid-wild {
		margin-right: 0
	}

	.grid-wild .grid-col {
		float: none;
		width: 100%;
		margin-right: 0;
		top: auto !important;
		left: auto !important;
		height: auto !important;
		position: static !important;
		transform: unset !important
	}

	.grid-wild .grid-col:first-child:not(.not-bigger) {
		width: 100%
	}
}

.button {
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 500;
	color: #fff;
	display: inline-block;
	background-color: #0094d3;
	padding: 12px;
	text-align: center;
	border: 0;
	box-sizing: border-box;
	cursor: pointer
}

.button:focus,
button:focus {
	outline: 1px dashed #0094d3
}

.button-secondary,
a.button.button-secondary {
	color: #534c46;
	background-color: #d0cac6
}

.button-primary {
	color: #fff;
	background: #0094d3
}

.button:hover {
	background-color: #003f72
}

button:disabled {
	color: #d0cac6;
	background-color: #f0f0ed
}

.button>SPAN {
	display: block
}

.button-plain {
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 500;
	font-size: 12px;
	color: #0094d3;
	border: none;
	background: 0 0;
	cursor: pointer
}

.button.expanded {
	width: 100%
}

.grid-wild-container .button-more {
	margin-top: 40px;
	margin-bottom: 10px
}

.grid-wild-container .button-more .button {
	width: 32%;
	max-width: initial;
	min-width: 250px
}

@media all and (max-width:600px) {
	.grid-wild-container .button-more {
		margin-top: 30px;
		margin-bottom: 0
	}

	.grid-wild-container .button-more .button {
		width: 100%
	}
}

.with-tooltip {
	display: inline-block
}

.with-tooltip SPAN {
	color: #003f72;
	cursor: pointer;
	text-decoration: underline
}

.with-tooltip::after {
	font-family: icons;
	font-size: 19px;
	content: "\E027";
	margin-left: 3px
}

input[type=checkbox],
input[type=radio] {
	display: inline;
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute
}

input[type=checkbox]+label,
input[type=radio]+label {
	padding-top: 2px;
	padding-left: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
	display: inline-block
}

input[type=checkbox]+label::after,
input[type=checkbox]+label::before,
input[type=radio]+label::after,
input[type=radio]+label::before {
	content: "";
	display: inline-block;
	height: 20px;
	background: #d0cac6;
	z-index: 1;
	width: 20px;
	vertical-align: top;
	position: absolute;
	left: 0;
	border: 2px solid #d0cac6;
	box-sizing: border-box
}

input[type=checkbox]+label::after,
input[type=radio]+label::after {
	width: 12px;
	height: 12px;
	background: #0094d3;
	display: none;
	top: 6px;
	left: 4px
}

input[type=checkbox]:checked+label::after,
input[type=radio]:checked+label::after {
	display: inline-block
}

input[type=radio]+label::after,
input[type=radio]+label::before {
	border-radius: 50%
}

input[type=checkbox]:focus+label::before,
input[type=radio]:focus+label::before {
	border: 2px solid #0094d3
}

input[type=checkbox]+label::after {
	display: none
}

.parsley-error input[type=checkbox]+label,
.parsley-error input[type=radio]+label {
	color: #e91f24
}

@media all and (min-width:601px) {

	input[type=checkbox]+label,
	input[type=radio]+label {
		margin-bottom: 10px
	}
}

@media all and (max-width:600px) {
	.switch input[type=checkbox]+label {
		border: 0 none;
		border-bottom: 1px solid #d0cac6;
		display: block;
		font-size: 18px;
		padding: 23px 20px;
		position: relative
	}

	.switch input[type=checkbox]:checked+label {
		font-family: "Gothic Book", Sans-serif
	}

	.switch input[type=checkbox]+label:after,
	.switch input[type=checkbox]+label:before {
		height: 32px;
		margin-top: -16px;
		border-radius: 16px;
		position: absolute;
		display: block;
		right: 20px;
		left: auto;
		top: 50%;
		width: 64px;
		box-sizing: border-box
	}

	.switch input[type=checkbox]+label:after {
		background: #fff;
		height: 26px;
		width: 26px;
		margin-top: -13px;
		right: 55px;
		z-index: 2
	}

	.switch input[type=checkbox]:checked+label:after {
		right: 23px
	}
}

::-webkit-input-placeholder {
	color: #72665b
}

:-moz-placeholder {
	color: #72665b;
	opacity: 1
}

::-moz-placeholder {
	color: #72665b
}

:-ms-input-placeholder {
	color: #72665b
}

::placeholder {
	color: #72665b;
	opacity: 1
}

input[type=date],
input[type=datetime],
input[type=time] {
	-webkit-appearance: none
}

input,
select,
textarea {
	border: 2px solid #e7e4e2;
	color: #534c46;
	font-size: 14px;
	line-height: 1;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 0
}

select {
	background-color: #fff;
}

.mobile-picker label {
	opacity: 1
}

.grid-plz-ort {
	margin-bottom: 0
}

.grid-plz-ort>div {
	padding-bottom: 0 !important
}

.error-desc {
	color: #e91f24;
	display: none
}

.parsley-error .error-desc {
	display: block
}

.button-bar {
	padding-top: 10px;
	text-align: center
}

.button-bar .button {
	float: right
}

.warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	border-width: 1px;
	border-style: solid none;
	color: #534c46;
	display: block;
	padding: 15px 10px
}

.additiona-disclaimer {
	font-size: 12px;
	line-height: 16px;
	margin: 20px 0 10px 0
}

.mr-meeseeks {
	position: absolute;
	left: -10000px
}

.g-recaptcha {
	margin-top: 10px;
	float: left;
	clear: both
}

.flatpickr-calendar .numInputWrapper span {
	right: -10px
}

@media all and (min-width:601px) {
	.field-narrow {
		width: 32%
	}
}

@media all and (max-width:600px) {
	.field-narrow {
		width: 50%
	}

	input[type=date],
	input[type=datetime],
	input[type=email],
	input[type=number],
	input[type=password],
	input[type=search],
	input[type=text],
	input[type=time],
	input[type=url],
	textarea {
		padding: 19px 10px 11px;
		font-size: 15px
	}

	.wrap-flabel input[type] {
		height: 47px
	}

	.wrap-flabel textarea {
		height: auto
	}

	.button-bar .button {
		display: block;
		width: 100%
	}

	.button-bar .wizard-form-button {
		width: 100%;
		margin-bottom: 10px
	}

	.wizard-form-button {
		padding-left: 0;
		padding-right: 0
	}
}

.lang-switch .active A,
.lang-switch .active SPAN {
	font-weight: 700
}

.wrap-select {
	position: relative;
	display: block;
	margin-bottom: 5px;
	background: #e7e4e2
}

.wrap-select select {
	width: 100%;
	margin: 0;
	outline: 0;
	padding: 12px 10px;
	color: #534c46;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font: normal 14px Metropolis, Arial, Sans-Serif
}

.wrap-select select:focus {
	border-bottom: 2px solid #0094d4;
	padding-bottom: 10px
}

.wrap-select::after {
	content: "\E00E";
	position: absolute;
	font-family: icons;
	font-size: 25px;
	top: 50%;
	margin-top: -10px;
	right: 10px;
	z-index: 2;
	pointer-events: none;
	display: none
}

.wrap-select .error-desc {
	display: none;
	color: #e91f24;
	position: absolute;
	bottom: -20px;
	left: 10px
}

.wrap-select .parsley-error {
	color: #e91f24
}

.wrap-select .parsley-error+.error-desc {
	display: block
}

@supports (-webkit-appearance:none) or (appearance:none) or ((-moz-appearance:none) and (mask-type:alpha)) {
	.wrap-select::after {
		display: block
	}

	.wrap-select select {
		padding-right: 32px;
		background: 0 0;
		border: 1px solid transparent;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none
	}
}

@media all and (max-width:600px) {
	.wrap-select select {
		font-size: 15px;
		padding: 14px 32px 14px 10px
	}
}

.multiselect {
	position: relative;
	display: inline-block;
	z-index: 10;
	word-break: break-all;
	-ms-word-break: break-all
}

.multiselect .list-label {
	display: none
}

.multiselect .list-label .link-back {
	display: none;
	color: #0094d4;
	vertical-align: top
}

.multiselect .list-label .icon {
	font-size: 24px;
	vertical-align: top
}

.multiselect [type=checkbox],
.multiselect [type=radio] {
	display: inline;
	width: 0;
	height: 0;
	opacity: 0;
	position: absolute
}

.multiselect [type=checkbox]:focus+label,
.multiselect [type=radio]:focus+label {
	outline: 1px solid #0094d4;
	outline-offset: -1px
}

.multiselect [type=checkbox]:checked:focus+label,
.multiselect [type=radio]:checked:focus+label {
	background: #0094d4;
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 700
}

.multiselect ul {
	display: none
}

.multiselect.opened ul {
	display: block
}

.multiselect .tag-list li {
	display: inline;
	font-size: 15px
}

.multiselect .list-filter {
	border: 2px solid #e7e4e2;
	vertical-align: top;
	padding: 10px
}

.multiselect .handle {
	position: absolute;
	top: 2px;
	right: 2px;
	background: #e7e4e2;
	display: block;
	width: 34px;
	height: 36px;
	font-size: 30px;
	text-align: center;
	line-height: 30px;
	padding-left: 2px
}

.multiselect.disabled .icon-arrow-more:before {
	content: none
}

.multiselect.disabled input {
	background: #e7e4e2
}

@media all and (min-width:601px) {
	.multiselect>ul>li {
		font-size: 14px
	}

	.multiselect>ul label {
		display: block;
		padding: 6px 10px
	}

	.multiselect input[type=checkbox]+label,
	.multiselect input[type=radio]+label {
		margin-bottom: 0
	}

	.multiselect .list-filter {
		box-sizing: border-box;
		padding-right: 44px
	}

	.multiselect [type=checkbox]+label::after,
	.multiselect [type=checkbox]+label::before,
	.multiselect [type=radio]+label::after,
	.multiselect [type=radio]+label::before {
		display: none !important
	}
}

.flatpickr-wrapper {
	position: relative;
	display: inline-block
}

.wrap-form .flatpickr-wrapper {
	display: block
}

div.filter .flatpickr-wrapper .flatpickr-input {
	border: 2px solid #e7e4e2;
	vertical-align: top;
	padding: 10px
}

.flatpickr-wrapper .flatpickr-toggle {
	position: absolute;
	display: block;
	top: 2px;
	right: 2px;
	width: 36px;
	height: 36px;
	border: 0;
	font-size: 32px;
	text-align: center;
	line-height: 30px;
	padding: 0;
	z-index: 1
}

.flatpickr-wrapper .flatpickr-toggle .icon {
	margin-top: -4px;
	display: inline-block
}

.flatpickr-wrapper.active .flatpickr-toggle {
	background-color: #0094d4;
	color: #fff
}

.flatpickr-wrapper.flatpickr-fullwidth {
	display: block
}

.flatpickr-wrapper.flatpickr-fullwidth .flatpickr-wrapper,
.flatpickr-wrapper.flatpickr-fullwidth input {
	width: 100%
}

.flatpickr-label {
	padding: 6px 12px;
	display: inline-block
}

#ddCalc .flatpickr-label,
#fdCalc .flatpickr-label {
	padding: 6px 0
}

.flatpickr-buttons {
	padding: 0 20px 10px;
	display: none
}

.flatpickr-calendar .flatpickr-buttons {
	display: block
}

.flatpickr-buttons button {
	margin-bottom: 10px
}

.flatpickr-calendar {
	background: 0 0;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	padding: 0;
	-webkit-animation: none;
	animation: none;
	direction: ltr;
	border: 0;
	font-size: 14px;
	line-height: 24px;
	position: absolute;
	width: 315px;
	box-sizing: border-box;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	background: #fff;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .3)
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
	opacity: 1;
	visibility: visible;
	overflow: visible;
	max-height: 640px
}

.flatpickr-calendar.open {
	display: inline-block;
	z-index: 95
}

.flatpickr-calendar.animate.open {
	-webkit-animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1);
	animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
	display: block;
	position: relative;
	top: 7px
}

.flatpickr-calendar.static {
	position: absolute;
	top: calc(100% + 7px) !important
}

.flatpickr-calendar.static.open {
	z-index: 95;
	display: block
}

.flatpickr-calendar.hasWeeks {
	width: auto
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
	border-left: 0
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
	height: 40px;
	border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
	height: auto
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
	position: absolute;
	display: block;
	pointer-events: none;
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	left: 22px
}

.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.rightMost:before {
	left: auto;
	right: 22px
}

.flatpickr-calendar:before {
	border-width: 7px;
	margin: 0 -7px
}

.flatpickr-calendar:after {
	border-width: 6px;
	margin: 0 -6px
}

.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
	bottom: 100%
}

.flatpickr-calendar.arrowTop:before {
	border-bottom-color: #d0cac6
}

.flatpickr-calendar.arrowTop:after {
	border-bottom-color: transparent
}

.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
	top: 100%
}

.flatpickr-calendar.arrowBottom:before {
	border-top-color: #d0cac6
}

.flatpickr-calendar.arrowBottom:after {
	border-top-color: transparent
}

.flatpickr-month {
	background: #d0cac6;
	color: #534c46;
	fill: #534c46;
	height: 40px;
	line-height: 1;
	text-align: center;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden
}

.flatpickr-next-month,
.flatpickr-prev-month {
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	line-height: 16px;
	height: 28px;
	padding: 10px calc(3.57% - 1.5px);
	z-index: 3
}

.flatpickr-next-month i,
.flatpickr-prev-month i {
	position: relative
}

.flatpickr-next-month.flatpickr-prev-month,
.flatpickr-prev-month.flatpickr-prev-month {
	left: 0
}

.flatpickr-next-month.flatpickr-next-month,
.flatpickr-prev-month.flatpickr-next-month {
	right: 0
}

.flatpickr-next-month:hover,
.flatpickr-prev-month:hover {
	color: #959ea9
}

.flatpickr-next-month:hover svg,
.flatpickr-prev-month:hover svg {
	fill: #0094d4
}

.flatpickr-next-month svg,
.flatpickr-prev-month svg {
	width: 18px
}

.flatpickr-next-month svg path,
.flatpickr-prev-month svg path {
	transition: fill .1s;
	fill: inherit
}

.numInputWrapper {
	position: relative;
	height: auto
}

.numInputWrapper input,
.numInputWrapper span {
	display: inline-block
}

.numInputWrapper input {
	width: 100%
}

.numInputWrapper span {
	position: absolute;
	right: 0;
	width: 14px;
	padding: 0 4px 0 2px;
	height: 50%;
	line-height: 50%;
	opacity: 0;
	cursor: pointer;
	border: 1px solid rgba(57, 57, 57, .05);
	box-sizing: border-box
}

.numInputWrapper span:hover {
	background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
	background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
	display: block;
	content: "";
	position: absolute;
	top: 33%
}

.numInputWrapper span.arrowUp {
	top: 0;
	border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid rgba(57, 57, 57, .6)
}

.numInputWrapper span.arrowDown {
	top: 50%
}

.numInputWrapper span.arrowDown:after {
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid rgba(57, 57, 57, .6)
}

.numInputWrapper span svg {
	width: inherit;
	height: auto
}

.numInputWrapper span svg path {
	fill: rgba(0, 0, 0, .5)
}

.numInputWrapper:hover {
	background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month {
	font-size: 135%;
	line-height: inherit;
	color: inherit;
	position: absolute;
	width: 75%;
	left: 12.5%;
	padding: 9px 0 0 0;
	line-height: 1;
	height: 28px;
	display: inline-block;
	text-align: center;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.flatpickr-current-month.slideLeft {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-animation: fpFadeOut .4s ease, fpSlideLeft .4s cubic-bezier(.23, 1, .32, 1);
	animation: fpFadeOut .4s ease, fpSlideLeft .4s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-current-month.slideLeftNew {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-animation: fpFadeIn .4s ease, fpSlideLeftNew .4s cubic-bezier(.23, 1, .32, 1);
	animation: fpFadeIn .4s ease, fpSlideLeftNew .4s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-current-month.slideRight {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-animation: fpFadeOut .4s ease, fpSlideRight .4s cubic-bezier(.23, 1, .32, 1);
	animation: fpFadeOut .4s ease, fpSlideRight .4s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-current-month.slideRightNew {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-animation: fpFadeIn .4s ease, fpSlideRightNew .4s cubic-bezier(.23, 1, .32, 1);
	animation: fpFadeIn .4s ease, fpSlideRightNew .4s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-current-month span.cur-month {
	font-family: inherit;
	color: inherit;
	display: inline-block;
	margin-left: .5ch;
	padding: 0
}

.flatpickr-current-month span.cur-month:hover {
	background: rgba(0, 0, 0, .05)
}

.flatpickr-current-month .numInputWrapper {
	width: 6ch;
	display: inline-block
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
	border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
	border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
	background: 0 0;
	box-sizing: border-box;
	color: inherit;
	cursor: default;
	padding: 0 0 0 .5ch;
	margin: 0;
	display: inline-block;
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	height: initial;
	border: 0;
	border-radius: 0;
	vertical-align: initial
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
	font-size: 100%;
	color: rgba(0, 0, 0, .5);
	background: 0 0;
	pointer-events: none
}

.flatpickr-weekdaycontainer {
	background: 0 0;
	text-align: center;
	overflow: hidden;
	width: 275px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 28px
}

span.flatpickr-weekday {
	cursor: default;
	font-size: 90%;
	background: 0 0;
	color: rgba(0, 0, 0, .54);
	line-height: 1;
	margin: 0;
	text-align: center;
	display: block;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
	padding: 1px 0 0 0
}

.flatpickr-days {
	position: relative;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 275px
}

.dayContainer {
	padding: 0;
	outline: 0;
	text-align: left;
	width: 275px;
	min-width: 275px;
	max-width: 275px;
	box-sizing: border-box;
	display: inline-block;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.flatpickr-calendar.animate .dayContainer.slideLeft {
	-webkit-animation: fpFadeOut .4s cubic-bezier(.23, 1, .32, 1), fpSlideLeft .4s cubic-bezier(.23, 1, .32, 1);
	animation: fpFadeOut .4s cubic-bezier(.23, 1, .32, 1), fpSlideLeft .4s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.flatpickr-calendar.animate .dayContainer.slideLeftNew {
	-webkit-animation: fpFadeIn .4s cubic-bezier(.23, 1, .32, 1), fpSlideLeft .4s cubic-bezier(.23, 1, .32, 1);
	animation: fpFadeIn .4s cubic-bezier(.23, 1, .32, 1), fpSlideLeft .4s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.animate .dayContainer.slideRight {
	-webkit-animation: fpFadeOut .4s cubic-bezier(.23, 1, .32, 1), fpSlideRight .4s cubic-bezier(.23, 1, .32, 1);
	animation: fpFadeOut .4s cubic-bezier(.23, 1, .32, 1), fpSlideRight .4s cubic-bezier(.23, 1, .32, 1);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}

.flatpickr-calendar.animate .dayContainer.slideRightNew {
	-webkit-animation: fpFadeIn .4s cubic-bezier(.23, 1, .32, 1), fpSlideRightNew .4s cubic-bezier(.23, 1, .32, 1);
	animation: fpFadeIn .4s cubic-bezier(.23, 1, .32, 1), fpSlideRightNew .4s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-day {
	background: 0 0;
	border: 1px solid transparent;
	box-sizing: border-box;
	color: #393939;
	cursor: pointer;
	font-weight: 400;
	width: 14.2857143%;
	-webkit-flex-basis: 14.2857143%;
	-ms-flex-preferred-size: 14.2857143%;
	flex-basis: 14.2857143%;
	max-width: 40px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	display: inline-block;
	position: relative;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
	cursor: pointer;
	outline: 0;
	background: #0094d4;
	border-color: #0094d4
}

.flatpickr-day.today {
	border-color: #959ea9
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
	border-color: #959ea9;
	background: #959ea9;
	color: #fff
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
	background: #0094d4;
	box-shadow: none;
	color: #fff;
	border-color: #0094d4
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
	border-radius: 0
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
	border-radius: 0
}

.flatpickr-day.endRange.startRange+.endRange,
.flatpickr-day.selected.startRange+.endRange,
.flatpickr-day.startRange.startRange+.endRange {
	box-shadow: -10px 0 0 #0094d4
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
	border-radius: 0
}

.flatpickr-day.inRange {
	border-radius: 0;
	box-shadow: -5px 0 0 #0094d4, 5px 0 0 #0094d4;
	color: #fff
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
	pointer-events: none
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
	color: rgba(57, 57, 57, .3);
	background: 0 0;
	border-color: transparent;
	cursor: default
}

.flatpickr-day.week.selected {
	border-radius: 0;
	box-shadow: -5px 0 0 #0094d4, 5px 0 0 #0094d4
}

.rangeMode .flatpickr-day {
	margin-top: 1px
}

.flatpickr-weekwrapper {
	display: inline-block;
	float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
	padding: 0 12px;
	box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
	float: none;
	width: 100%;
	line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day {
	display: block;
	width: 100%;
	max-width: none
}

span.flatpickr-day {
	display: block;
	flex: 1 0 auto
}

.flatpickr-innerContainer {
	display: block;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px
}

.flatpickr-rContainer {
	display: inline-block;
	padding: 0;
	box-sizing: border-box
}

.flatpickr-time {
	text-align: center;
	outline: 0;
	display: block;
	height: 0;
	line-height: 40px;
	max-height: 40px;
	box-sizing: border-box;
	overflow: hidden;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.flatpickr-time:after {
	content: "";
	display: table;
	clear: both
}

.flatpickr-time .numInputWrapper {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 40%;
	height: 40px;
	float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
	border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
	border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
	width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
	width: 49%
}

.flatpickr-time input {
	background: 0 0;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	height: inherit;
	line-height: inherit;
	cursor: pointer;
	color: #393939;
	font-size: 14px;
	position: relative;
	box-sizing: border-box
}

.flatpickr-time input.flatpickr-hour {
	font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
	font-weight: 400
}

.flatpickr-time input:focus {
	outline: 0;
	border: 0
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
	height: inherit;
	display: inline-block;
	float: left;
	line-height: inherit;
	color: #393939;
	font-weight: 700;
	width: 2%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center
}

.flatpickr-time .flatpickr-am-pm {
	outline: 0;
	width: 18%;
	cursor: pointer;
	text-align: center;
	font-weight: 400
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover {
	background: #f0f0f0
}

.flatpickr-input[readonly] {
	cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fpFadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fpSlideLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fpSlideLeft {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@-webkit-keyframes fpSlideLeftNew {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fpSlideLeftNew {
	from {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fpSlideRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fpSlideRight {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	to {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@-webkit-keyframes fpSlideRightNew {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes fpSlideRightNew {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes fpFadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fpFadeOut {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@-webkit-keyframes fpFadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fpFadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@media all and (min-width:601px) {
	.flatpickr-wrapper .flatpickr-input {
		padding-right: 44px
	}
}

@media all and (max-width:600px) {

	.flatpickr-input,
	.flatpickr-wrapper {
		width: 100%
	}

	.flatpickr-wrapper .flatpickr-toggle {
		height: 43px
	}

	.flatpickr-calendar {
		left: 0 !important;
		right: 0 !important;
		width: 100%
	}

	.flatpickr-innerContainer {
		margin: 20px auto
	}

	.flatpickr-rContainer {
		margin: auto
	}

	.flatpickr-calendar:after,
	.flatpickr-calendar:before {
		left: 50%
	}
}

#header-nav {
	background-color: #f0efed
}

DIV.header-nav {
	padding-top: 25px;
	position: relative;
	z-index: 900
}

DIV.header-nav A.hir-logo {
	min-width: 180px;
	max-width: 180px;
	height: 54px;
	display: block;
	margin-left: 6px;
	margin-right: 6px;
	background-image: url(frontend.min/spriteset/sprite.a95a70d028.png);
	background-position: 0 0;
	background-size: 180px 148px
}

.logo-double DIV.header-nav A.hir-logo {
	height: 72px
}

DIV.header-nav A.hir-logo.logo-override {
	background-image: none;
	background-position: 0 0;
	background-size: contain;
	background-repeat: no-repeat
}

DIV.header-nav DIV.top-links {
	position: absolute;
	right: 4px;
	top: 14px;
	padding: 4px 4px;
	overflow: hidden
}

@media only screen and (min-width:980px) and (max-width:1200px) {
	DIV.header-nav DIV.top-links {
		right: 44px
	}
}

DIV.header-nav UL.top-links>LI .icon-emergency {
	font-size: 15px;
	float: left;
	margin-right: 5px
}

UL.top-links>LI.emergency A .icon {
	background-image: url(frontend.min/css/img/icon/emergency.svg);
	color: transparent
}

DIV.header-nav UL.lang-switch,
DIV.header-nav UL.top-links {
	overflow: hidden;
	padding: 4px 4px;
	margin: -4px -4px
}

DIV.header-nav UL.lang-switch>LI,
DIV.header-nav UL.top-links>LI {
	margin-left: 16px;
	float: left
}

DIV.header-nav UL.lang-switch>LI {
	margin-left: 4px
}

DIV.header-nav UL.lang-switch>LI:after {
	vertical-align: top;
	line-height: 16px;
	margin-left: 2px;
	content: " | "
}

DIV.header-nav UL.lang-switch>LI.last:after,
DIV.header-nav UL.lang-switch>LI:last-child:after {
	margin-left: 0;
	content: none
}

DIV.logout {
	text-align: right;
	margin-top: 10px
}

@media all and (max-width:980px) {
	DIV.header-nav {
		padding-top: 24px;
		padding-bottom: 24px
	}

	DIV.header-nav A.hir-logo {
		width: 150px;
		height: 45px;
		background-size: 150px auto;
		min-width: initial;
		max-width: initial
	}

	DIV.header-nav A.hir-logo:not(.logo-override) {
		background-size: cover;
		background-position: 0 0
	}

	.logo-double DIV.header-nav A.hir-logo {
		height: 45px
	}

	#header-nav {
		border-bottom: 2px solid #e7e4e2
	}
}

@media all and (min-width:981px) {
	#header-nav {
		border-bottom: 2px solid #0094d4
	}
}

body div.buorg {
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 700;
	font-size: 16px;
	border-bottom: 1px solid #c9c8ca;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 6px #c9c8ca;
	-moz-box-shadow: 0 4px 6px #c9c8ca;
	box-shadow: 0 4px 6px #c9c8ca
}

body div.buorg div a,
body div.buorg div a:visited {
	text-decoration: none;
	background-color: #0094d3;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	border: 0;
	border-radius: 0;
	white-space: nowrap;
	margin: 8px 8px 0;
	padding: 3px 12px;
	display: inline-block;
	box-shadow: none
}

body div.buorg div a:hover {
	background-color: #003f72
}

body div.buorg div a#buorgig,
body div.buorg div a#buorgig:visited {
	color: #534c46;
	background-color: #d0cac6
}

body div.buorg div a#buorgig:hover {
	background-color: #b6ada5
}

.minimal DIV.header-nav {
	padding-top: 24px;
	padding-bottom: 24px
}

.minimal DIV.header-nav A.hir-logo {
	width: 150px;
	height: 45px;
	background-size: 150px auto;
	min-width: initial;
	max-width: initial
}

.minimal DIV.header-nav A.hir-logo:not(.logo-override) {
	background-size: cover;
	background-position: 0 0
}

.minimal .logo-double DIV.header-nav A.hir-logo {
	height: 45px
}

.minimal #header-nav {
	border-bottom: 2px solid #e7e4e2
}

#page .rtp-nav-dots {
	overflow: hidden
}

#page .rtp-nav-dots A {
	display: block
}

#page .rtp-nav-dots A:hover {
	opacity: 1
}

#page .rtp-nav-dot {
	display: inline-block
}

#page .rtp-nav-dot A {
	padding: 6px 6px
}

#page .rtp-nav-dot A,
#page .rtp-nav-dot A>SPAN,
#page .rtp-nav-dot A>SPAN>SPAN {
	display: block
}

#page .rtp-nav-dot A>SPAN {
	width: 16px;
	height: 16px;
	position: static !important;
	background-image: url(frontend.min/spriteset/sprite.a95a70d028.png);
	background-position: -150px -64px;
	background-size: 180px 148px
}

#page .rtp-nav-dot A>SPAN>SPAN {
	width: 16px;
	height: 16px;
	background-image: url(frontend.min/spriteset/sprite.a95a70d028.png);
	background-position: -44px -114px;
	background-size: 180px 148px
}

#page .rtp-nav-dots .selected {
	border: 1px solid green;
	background-color: green
}

#page .rtp-nav-dots .unselected {
	border: 1px solid red;
	background-color: red
}

.rtp-progress-bar {
	z-index: 999;
	display: block;
	position: absolute;
	background-color: #f7a403
}

.rtp-progress-bar {
	left: 0;
	right: 0;
	width: auto;
	height: 2px
}

.rtp-progress-bar-prepend {
	top: 0
}

.rtp-progress-bar-append {
	bottom: 0
}

.filter .filter-field {
	position: relative
}

.filter .filter-field input {
	padding-right: 30px;
	width: 100%
}

.filter .button-search-filter {
	width: 20px;
	height: 38px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	font-size: 22px
}

.filter .button-search-filter .icon-search {
	display: block
}

.filter .filter-list {
	padding: 13px 0
}

.filter .filter-list li {
	display: inline;
	line-height: 20px;
	margin-right: 22px
}

.filter .filter-list a:hover:before,
.filter .filter-reset:after {
	background: #d9eff8;
	color: #0094d3
}

.filter .filter-reset {
	display: inline-block;
	font-size: 15px;
	padding: 15px 0 5px
}

.filter .filter-reset:after {
	margin: 0 0 0 10px
}

.filter .parent-hidden {
	display: none !important
}

.numInputWrapper,
.numInputWrapper:hover {
	opacity: 1;
	background-color: #fff;
	margin-left: 5px
}

@media all and (min-width:600px) {
	.filter.two-rows .filter-field {
		float: none
	}

	.filter>form {
		padding: 20px 0
	}

	.filter .filter-section {
		vertical-align: top
	}

	.filter .filter-field {
		margin-right: 15px
	}

	.pdf-mobile-wrapper:not(.nofilter-pdf-wrapper) {
		display: none
	}

	.filter .filter-datepicker,
	.filter .filter-dropdowns,
	.filter .filter-switches,
	.filter .multiselect {
		display: inline-block;
		vertical-align: top;
		margin-right: 12px
	}

	.filter .filter-datepicker,
	.filter .filter-switches,
	.filter .multiselect {
		min-width: 230px
	}

	.filter .filter-datepicker {
		min-width: 245px
	}

	.filter .multiselect .list-filter {
		width: 250px
	}

	.filter .multiselect:last-child {
		margin-right: 0
	}

	.filter-button {
		float: right;
		vertical-align: top
	}

	.pdf-button-wrapper {
		margin-right: 5px
	}

	.grid-66-33 .grid-col-1 #DOCTORS .filter-dropdowns .multiselect {
		margin-right: 10px
	}
}

@media all and (max-width:600px) {
	.filter>form#CLINIC {
		border-bottom: 0
	}

	.filter .button-more-filters {
		padding: 15px 10px
	}

	.filter.filter-ext form {
		border-bottom: 0
	}

	.filter .filter-close,
	.filter .filter-label {
		display: block;
		font-size: 18px;
		border: 0 none;
		border-bottom: 1px solid #d0cac6;
		padding: 0 20px;
		height: 64px
	}

	.filter .filter-label {
		position: relative
	}

	.filter .filter-label:after {
		content: "\E00F";
		font-family: icons;
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -12px;
		width: 10px;
		height: 16px;
		font-size: 22px
	}

	.pdf-mobile-wrapper,
	.pdf-mobile-wrapper .filter-button {
		display: block
	}

	.pdf-mobile-wrapper .filter-button .pdf-download {
		width: 100%
	}

	.filter .filter-close {
		font-family: Metropolis, Arial, Sans-Serif;
		font-weight: 700;
		line-height: 1;
		color: #72665b;
		background: #f6f5f4;
		text-align: center;
		position: relative
	}

	.filter .button-close {
		display: block;
		position: absolute;
		top: 50%;
		left: 16px;
		margin-top: -19px;
		width: 20px;
		height: 19px;
		font-size: 32px
	}

	.filter .filter-mobile-button {
		text-align: right;
		padding: 10px;
		border-bottom: 1px solid #d0cac6
	}

	.filter.has-filters .filter-mobile-button {
		display: block
	}

	.filter.has-filters:not(.chartFilter).button {
		display: none
	}

	.filter.has-filters .filter-datepicker .button {
		display: block !important
	}

	.flatpickr-calendar.static {
		top: calc(100% + 40px)
	}

	.filter .filter-datepicker {
		flex: 1 1 auto;
		margin-right: 0
	}
}

@media all and (min-width:600px) and (max-width:980px) {
	.filter .filter-additional {
		margin-bottom: 0;
		float: none;
		display: flex;
		flex-flow: row wrap
	}

	.filter .filter-additional .filter-datepicker,
	.filter .filter-additional .filter-dropdowns,
	.filter .filter-additional .filter-switches {
		margin-bottom: 10px
	}

	.filter .filter-dropdowns {
		flex: 1 1 auto;
		display: flex
	}

	.filter .filter-dropdowns .multiselect {
		flex: 1 1 auto;
		min-width: 170px
	}

	.filter .filter-datepicker .flatpickr-input,
	.filter .filter-dropdowns .list-filter {
		width: 100%
	}

	.filter .filter-datepicker {
		flex: 1 1 auto;
		margin-right: 0
	}

	.filter .filter-button {
		float: none;
		clear: both
	}
}

.tab-group,
.tab-group .tab-title {
	border-style: solid;
	border-color: #e7e4e2
}

.babynames .female .tab-group,
.babynames .female .tab-title {
	border-color: #fce8f1
}

.babynames .male .tab-group,
.babynames .male .tab-title {
	border-color: #e6f7ff
}

.tab-group {
	margin-bottom: 35px;
	border-width: 0 0 2px 0
}

.tab-group::after {
	clear: both
}

.tab-group .desktop-tablist {
	display: none
}

.tab-group .desktop-tab A,
.tab-group .tab-title {
	display: block
}

.tab-group .tab-title {
	color: #72665b;
	border-width: 2px 0 0 0;
	cursor: pointer;
	position: relative;
	font-weight: 700;
	padding: 22px 36px 22px 0
}

.tab-group .tab-title::after {
	color: #0094d3;
	background-color: #fff;
	content: '\E064';
	float: right;
	font-size: 30px;
	position: absolute;
	right: 0
}

.tab-group .active .tab-title::after {
	content: '\FF0D'
}

HTML.js .tab-group .tab-content {
	display: none
}

HTML.js .tab-group .tab-item.active .tab-content {
	display: block
}

.tab-group .desktop-tablist {
	border: solid #f7a403;
	list-style: none;
	border-width: 0 0 2px 0
}

.tab-group.vertical .desktop-tablist {
	width: 30%;
	margin-right: 13px;
	background-color: #e7e4e2
}

.babynames .female .desktop-tablist {
	border-color: #e61772
}

.babynames .male .desktop-tablist {
	border-color: #0094d3
}

.tab-group .tab-item {
	clear: both
}

.tab-group .desktop-tab A {
	background-color: #e7e4e2;
	color: #72665b;
	font-size: 13px;
	font-weight: 700
}

.babynames .female .desktop-tab A,
.babynames .female .tab-title,
.babynames .female .tab-title::after {
	background-color: #fff;
	color: #e61772
}

.babynames .male .desktop-tab A,
.babynames .male .tab-title,
.babynames .male .tab-title::after {
	background-color: #fff;
	color: #0094d3
}

.tab-group .desktop-tab {
	display: inline-block;
	margin: 3px 3px 0 0
}

.tab-group.vertical .desktop-tab {
	display: block;
	margin-right: 0
}

.tab-group .desktop-tab A {
	padding: 12px 16px
}

.tab-group .desktop-tab A:focus,
.tab-group .desktop-tab A:hover,
.tab-group .desktop-tab.active A {
	background-color: #72665b;
	color: #e7e4e2
}

.babynames .female .desktop-tab A:focus,
.babynames .female .desktop-tab A:hover,
.babynames .female .desktop-tab.active A {
	background-color: #e61772;
	color: #fff
}

.babynames .male .desktop-tab A:focus,
.babynames .male .desktop-tab A:hover,
.babynames .male .desktop-tab.active A {
	background-color: #0094d3;
	color: #fff
}

.tab-group .tab-content {
	padding-top: 10px
}

.tab-group.vertical .tab-content {
	padding-left: 10px
}

.tab-group .tab-content.tab-content-background-white {
	background-color: #fff
}

@media (min-width:981px) {
	.tab-group:not(.accordion) {
		border: none
	}

	.tab-group:not(.accordion) .desktop-tablist {
		display: block
	}

	.tab-group:not(.accordion).vertical {
		display: flex;
		align-items: top
	}

	.tab-group:not(.accordion).vertical .desktop-tablist {
		flex: 0 0 auto
	}

	.tab-group:not(.accordion).vertical .desktop-tab A {
		display: block
	}

	.tab-group:not(.accordion).vertical .tab-item {
		display: none;
		clear: none
	}

	.tab-group:not(.accordion).vertical .tab-item.active {
		display: block
	}

	.tab-group:not(.accordion) .tab-title {
		display: none
	}
}

.babynames .female .icon::before,
.babynames .male .icon::before,
.section-box .icon::before {
	display: block;
	font-family: icons;
	font-size: 50px;
	font-weight: 400;
	line-height: 90px;
	margin-top: -.3em
}

.section-box {
	margin-top: 30px
}

.section-box:first-of-type {
	margin-top: 0
}

.section-box .icon::before {
	color: #f7a403
}

.section-box .header .icon::before {
	color: #f7a403;
	display: block;
	font-family: icons;
	font-size: 50px;
	font-weight: 400;
	line-height: inherit;
	margin: .42em 0 .73em 0
}

.section-box H2 {
	margin-top: 0
}

.section-box .with-spacer:first-of-type,
.with-spacer {
	border-top: 1px solid #e7e4e2;
	padding-top: 15px
}

.section-box .with-spacer:first-of-type {
	padding-top: 40px
}

@media all and (min-width:601px) {

	.doctor-detail .grid-col-1 .section-box:nth-of-type(2) .with-spacer,
	.section-box:first-of-type,
	.section-box:first-of-type .with-spacer {
		border-top: none;
		padding-top: 0
	}

	.doctor-detail .section-box:nth-of-type(2) {
		margin: 0
	}

	.section-box:first-of-type .header .icon::before {
		margin-top: -.15em
	}
}

.babynames .female .icon::before {
	color: #e61772
}

.babynames .male .icon::before {
	color: #0094d3
}

.contact-card-list .contact-card:not(:only-of-type):not(.active) {
	padding-bottom: 8px
}

HTML.js .contact-card-list .contact-card:not(:only-of-type):not(.active) .contact-name~* {
	display: none
}

.contact-card-list .contact-card:not(:only-of-type).active .contact-name+* {
	padding-top: 16px
}

.contact-access::before,
.contact-map A::before,
.contact-opening-now::before {
	color: #534c46;
	display: inline-block;
	font-family: icons;
	font-size: 19px;
	font-weight: 400;
	vertical-align: top
}

.contact-map A::before {
	content: '\E02B';
	margin-left: -3px
}

.contact-external-link {
	padding: 5px 0
}

.contact-opening-now {
	font-weight: 700
}

.contact-opening-now::before {
	content: '\E017'
}

.contact-opening-now.open {
	color: green
}

.contact-opening-now.closed {
	color: red
}

.list-generic .list-groups>li {
	margin-bottom: 43px
}

.list-generic .list-groups>li>h3 {
	margin-bottom: 12px;
	padding: 0 16px
}

.list-generic .list-zebra>.odd {
	background: #fafafa
}

.list-letters {
	margin-bottom: 43px
}

.list-letters li {
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 2px
}

.list-minimal-badges .list-items>li>:not(.events):not(.event-detail) {
	margin: 0 16px
}

.list-badges .list-items>li {
	padding: 14px 0 0
}

[data-list-letters=true]>.list-items {
	display: none
}

@media all and (max-width:600px) {
	.list-letters {
		display: none
	}
}

.data-table TABLE,
.data-table TH {
	text-align: left
}

.data-table TABLE {
	margin: 45px 0;
	table-layout: fixed;
	width: 100%;
	font-size: 16px
}

.data-table TD,
.data-table TH {
	padding: 10px
}

.data-table TD.action {
	vertical-align: middle
}

.data-table .booked-out {
	color: red;
	font-weight: 700
}

@media (max-width:980px) {

	.data-table TABLE,
	.data-table TBODY,
	.data-table TD,
	.data-table TH,
	.data-table THEAD,
	.data-table TR {
		display: block;
		font-size: 16px
	}

	.data-table TH {
		display: none
	}

	.data-table TBODY TD {
		background-color: #fafafa;
		border-top: 1px solid #d0cac6
	}

	.data-table TBODY TD:first-child {
		border-top: 2px solid #f7a403;
		margin-top: 30px
	}

	.action .button {
		width: 100%
	}

	.mobile-column-header {
		display: block;
		font-weight: 700
	}

	.action .mobile-column-header {
		display: none
	}
}

@media (min-width:981px) {
	.data-table TBODY tr:nth-child(even) {
		background-color: #fafafa
	}

	.data-table TH {
		border-bottom: 2px solid #f7a403
	}

	.data-table TD {
		border-bottom: 1px solid #d0cac6
	}

	.mobile-column-header {
		display: none
	}
}

.key-value-list DD,
.key-value-list DT {
	vertical-align: top
}

.key-value-list DT:not(:first-of-type) {
	margin-top: 20px
}

.key-value-list.condensed DT:not(:first-of-type) {
	margin-top: 15px
}

.key-value-list DT {
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 700
}

.key-value-list.condensed {
	margin-bottom: 10px
}

@media all and (max-width:600px) {
	.key-value-list.condensed .with-spacer {
		margin-top: 20px;
		padding-top: 20px
	}
}

@media all and (min-width:601px) {

	.key-value-list.horizontal DD,
	.key-value-list.horizontal DT {
		display: inline-block
	}

	.key-value-list.horizontal DD:not(:first-of-type) {
		margin-top: 20px
	}

	.key-value-list.horizontal.condensed DD:not(:first-of-type) {
		margin-top: 10px
	}

	.key-value-list.horizontal DT {
		font-size: 1rem;
		width: 25%
	}

	.key-value-list.horizontal DD {
		width: 74%
	}
}

DIV.top-tools {
	position: absolute;
	top: 80px;
	right: 0;
	bottom: 0
}

.logo-single DIV.top-tools {
	top: 98px
}

.logo-double DIV.top-tools {
	top: 116px
}

DIV.top-tools DIV.emergency A,
DIV.top-tools DIV.menu-toggle A,
DIV.top-tools DIV.search-box A {
	margin-left: 16px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 26px 26px;
	height: 26px;
	width: 26px;
	display: block
}

DIV.top-tools DIV.emergency,
DIV.top-tools DIV.menu-toggle {
	display: none
}

DIV.top-tools DIV.search-box A:not(.icon-search) {
	background-image: url(frontend.min/css/svg/icon/search.svg)
}

DIV.top-tools DIV.search-box A.icon-search {
	line-height: 21px;
	font-size: 27px;
	color: #534c46
}

DIV.top-tools DIV.emergency A {
	background-image: url(frontend.min/css/img/icon/emergency.2x.svg)
}

DIV.top-tools DIV.menu-toggle A {
	background-image: url(frontend.min/css/img/icon/menu-opener.2x.png)
}

DIV.top-tools DIV.menu-toggle.opened A {
	background-image: url(frontend.min/css/img/icon/close_grey.svg)
}

DIV.top-tools>DIV {
	float: left
}

@media all and (max-width:980px) {
	DIV.header-nav {
		overflow: hidden;
		padding-top: 5px;
		padding-bottom: 5px
	}

	DIV.header-nav A.hir-logo {
		margin-top: 10px;
		float: left
	}

	DIV.top-tools {
		float: right;
		position: static;
		margin-top: 13px;
		margin-right: 10px
	}

	DIV.top-tools DIV.emergency,
	DIV.top-tools DIV.menu-toggle {
		display: block
	}

	DIV.top-tools DIV.emergency A,
	DIV.top-tools DIV.menu-toggle A,
	DIV.top-tools DIV.search-box A {
		background-size: 26px 26px;
		height: 26px;
		width: 26px
	}

	DIV.top-tools DIV.search-box A {
		background-size: 32px 32px
	}
}

@media only screen and (min-width:981px) and (max-width:1200px) {
	DIV.top-tools {
		top: 14px
	}

	DIV.top-tools DIV.search-box A {
		margin: 0 10px
	}
}

.minimal DIV.header-nav {
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 5px
}

.minimal DIV.header-nav A.hir-logo {
	margin-top: 10px;
	float: left
}

.minimal DIV.top-tools {
	float: right;
	position: static;
	margin-top: 13px;
	margin-right: 10px
}

.minimal DIV.top-tools DIV.emergency,
.minimal DIV.top-tools DIV.menu-toggle {
	display: block
}

.minimal DIV.top-tools DIV.emergency A,
.minimal DIV.top-tools DIV.menu-toggle A,
.minimal DIV.top-tools DIV.search-box A {
	background-size: 26px 26px;
	height: 26px;
	width: 26px
}

.minimal DIV.top-tools DIV.search-box A {
	background-size: 32px 32px
}

.header-stage {
	height: 350px;
	text-align: center;
	overflow: hidden;
	background: #f0efed
}

.header-stage .rtp-slider-wrapper {
	position: relative
}

.header-stage .rtp-nav-dots {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 0;
	z-index: 90
}

.header-stage .rtp-nav-dot A {
	margin: 2px 2px
}

.header-stage .rtp-slider-panel {
	position: relative;
	overflow: hidden;
	height: 350px;
	width: 100%;
	float: left
}

.rtp-slider-panel__teaser-text>a,
.rtp-slider-panel__teaser-text>a:visited,
.rtp-slider-panel__teaser-text>a>span {
	color: #534c46
}

.rtp-slider-panel__teaser-text>a:hover,
.rtp-slider-panel__teaser-text>a:hover>span {
	color: #0094d4
}

.rtp-slider-panel__teaser-text>a>span:before {
	font-size: 20px
}

.header-stage .image {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: auto 100%
}

.header-stage .info {
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 80
}

.header-stage .info>DIV {
	text-align: left;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto
}

.header-stage .info>DIV>DIV {
	padding-left: 5px;
	padding-bottom: 50px;
	max-width: 380px
}

.no-js .rtp-slider-panel {
	display: none
}

.no-js .rtp-slider-panel:first-child {
	display: block
}

.rtp-progress-bar {
	z-index: 7
}

@media all and (min-width:601px) {
	.rtp-slider-container .rtp-slider-panel.dark .claim SPAN {
		color: #e2dfdb
	}

	.rtp-slider-container .rtp-slider-panel.dark .rtp-slider-panel__teaser-text a,
	.rtp-slider-container .rtp-slider-panel.dark .rtp-slider-panel__teaser-text a span {
		color: #d0cac6
	}

	.rtp-slider-container .rtp-slider-panel.dark .rtp-slider-panel__teaser-text a:hover,
	.rtp-slider-container .rtp-slider-panel.dark .rtp-slider-panel__teaser-text a:hover span {
		color: #0094d4
	}
}

@media all and (max-width:980px) {
	.header-stage .rtp-slider-panel .info {
		left: 15%;
		width: 70%;
		max-width: 300px
	}

	.header-stage .image {
		background-position: 35% 50%
	}
}

@media all and (max-width:600px) {
	.header-stage {
		height: auto
	}

	.header-stage .rtp-slider-panel {
		height: auto
	}

	.header-stage .rtp-slider-panel .image {
		background-size: auto 100%;
		position: static;
		height: 205px
	}

	.header-stage .stage-slider {
		background-color: #fff
	}

	.header-stage .rtp-slider-panel .info {
		opacity: 1 !important;
		position: static;
		max-width: unset;
		width: auto
	}

	.header-stage .info>DIV>DIV {
		padding-bottom: 20px;
		padding-top: 20px;
		max-width: unset;
		width: auto
	}

	.header-stage .cta-info {
		cursor: pointer
	}

	.header-stage .image {
		background-position: 50% 50%
	}
}

.header-stage-image {
	top: 0;
	left: 0;
	right: 0;
	height: 470px;
	text-align: center;
	position: relative;
	background: #f0efed
}

.header-stage-image>DIV {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

@media all and (min-width:981px) {

	#header-nav~.stage-image,
	#header-nav~.stage-slider {
		margin-top: -37px
	}

	.no-search-terms #group-nav~.stage-image,
	.no-search-terms #group-nav~.stage-slider {
		margin-top: 0
	}
}

@media all and (max-width:980px) {
	.header-stage-image {
		padding-bottom: 40%;
		height: auto
	}

	.header-stage-image>DIV {
		background-size: cover
	}
}

#page-tools {
	transition: box-shadow .4s
}

.page-tools {
	position: relative
}

#page-tools {
	height: 40px
}

.page-tools DIV.backlink {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 20px;
	white-space: nowrap;
	padding-left: 8px;
	line-height: 40px
}

SPAN.backlink {
	font-size: 14px;
	line-height: 18px
}

SPAN.backlink A::before {
	content: "\E00B";
	font-family: Icons;
	margin-right: 6px;
	vertical-align: middle
}

.page-tools SPAN.backlink A::before {
	font-size: 16px
}

#header .backlink A::before {
	font-size: 26px
}

@media only screen and (max-width:980px) {
	#header.shrink .backlink A::after {
		border-right: 1px solid #d0cbc7;
		content: "";
		height: 24px;
		position: absolute;
		top: 11px
	}
}

.page-tools>UL.share-us {
	position: relative;
	z-index: 1
}

.page-tools>UL {
	float: right;
	font-family: Icons, Sans-Serif
}

.page-tools .share-us A,
.page-tools .share-us A>SPAN,
.page-tools A.icon {
	line-height: 40px;
	color: #72665b
}

.page-tools .share-us A:focus,
.page-tools .share-us A:focus>SPAN,
.page-tools .share-us A:hover,
.page-tools .share-us A:hover>SPAN,
.page-tools A.icon:focus,
.page-tools A.icon:hover {
	color: #534c46
}

.page-tools .share-us>LI {
	position: relative
}

.page-tools .share-us .social-bar {
	position: absolute;
	top: 100%;
	right: 0;
	padding-right: 12px;
	padding-left: 12px;
	display: none;
	background: #f0efed;
	box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .25)
}

.page-tools .social-bar.in {
	display: block
}

.page-tools .share-us .social-bar>UL {
	display: flex;
	flex-direction: row
}

.page-tools .share-us .social-bar>UL>LI+LI {
	margin-left: 20px
}

.page-tools SPAN.text {
	font-size: 14px;
	line-height: 18px
}

.page-tools .icon:before {
	font-size: 24px;
	line-height: 36px
}

.page-tools>UL.share-us>LI {
	margin-left: 12px;
	float: left
}

.page-tools .separator:before {
	color: #b6ada5;
	margin-right: 12px;
	line-height: 36px;
	font-size: 18px;
	content: " | ";
	float: left
}

.page-tools .text {
	margin-left: 4px
}

.page-tools-more a {
	display: block
}

.page-tools-more a:before {
	font-size: 32px !important
}

.menu-social {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	background: #fff;
	text-align: right;
	box-shadow: 0 3px 2px 0 rgba(0, 0, 0, .25)
}

.menu-social .icon-close::before {
	font-size: 40px;
	line-height: 40px
}

.menu-social ul {
	border-top: 1px solid #d0cac6;
	text-align: left
}

.menu-social li {
	background: #fff;
	border-bottom: 1px solid #d0cac6;
	padding: 10px
}

.menu-social li a>span {
	padding-left: 10px
}

.menu-social li a>.rsbtn_left {
	padding-left: 6px
}

.tool-additional.mobile {
	display: none
}

@media all and (max-width:600px) {
	.tool-additional {
		display: none
	}

	.menu-social .tool-additional,
	.menu-social.active {
		display: block;
		overflow-y: scroll;
		max-height: calc(100vh - 67px)
	}

	.page-tools .share-us .with-icon-bookmark,
	.page-tools .share-us .with-icon-print {
		display: none
	}
}

DIV.context-nav {
	clear: both
}

DIV.context-nav.limit-66 {
	max-width: 66%
}

UL.context-nav {
	white-space: nowrap;
	margin-bottom: 40px;
	display: inline-block
}

DIV.grid-100 .grid-col-1 UL.context-nav,
DIV.grid-66-33 .grid-col-1 UL.context-nav {
	margin-bottom: 0
}

UL.context-nav>LI {
	float: left
}

UL.context-nav>LI>A {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #ffeed4;
	color: #72665b;
	font-size: 13px;
	border-radius: 4px;
	line-height: 2.4em;
	padding: 0 15px;
	font-weight: 500
}

UL.context-nav>LI>A:hover {
	background-color: #ffd592;
	color: #534c46
}

@media all and (max-width:600px) {
	DIV.context-nav.limit-66 {
		max-width: 100%
	}

	UL.context-nav {
		margin-bottom: 30px
	}
}

.wrap-number {
	background: #ffeed4;
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 164px;
	padding: 10px
}

.wrap-number .icon {
	font-size: 100px;
	color: #feab27;
	line-height: 1.3;
	text-align: center;
	width: 164px;
	flex-shrink: 0
}

.wrap-number .text {
	font: normal 16px Metropolis, Arial, Sans-Serif;
	margin: auto 0;
	font-weight: 500
}

.wrap-number .text em {
	display: block;
	font-size: 40px;
	letter-spacing: -2px;
	font-weight: 500
}

.footer-numbers {
	text-align: right
}

a.wrap-number {
	color: #534c46
}

@media all and (max-width:1024px) {
	.wrap-number .icon {
		width: 124px
	}

	.wrap-number .text em {
		font-size: 32px
	}
}

@media all and (max-width:600px) {
	.wrap-number {
		height: 71px;
		padding: 0 16px
	}

	.wrap-number .icon {
		width: unset;
		line-height: 61px;
		font-size: 50px;
		margin-right: 16px
	}

	.wrap-number .text {
		font-size: 15px;
		font-weight: 400
	}

	.wrap-number .text em {
		font-size: 23px;
		line-height: 1
	}

	.footer-numbers a {
		font: normal 15px Metropolis, Arial, Sans-Serif;
		font-weight: 700
	}
}

.contact-info .badge-clinic,
.contact-info .badge-clinic-full {
	display: block
}

.badge-info {
	flex: 1;
	display: flex;
	flex-direction: column
}

.badge-info-items {
	padding-left: 15px;
	display: flex;
	flex-direction: row;
	flex: 1
}

.badge-address,
.badge-contact,
.badge-emergency {
	flex: 1
}

.badge-photo img {
	width: 100%;
	max-width: 100%
}

.badge .col,
.badge .first {
	float: left;
	line-height: 24px;
	box-sizing: border-box;
	padding-right: 15px
}

.badge.badge-centre .col,
.badge.badge-clinic .col,
.badge.badge-team .col {
	width: 50%
}

.badge.badge-clinic-full .col {
	width: 25%
}

.badge.badge-clinic-full .photo {
	float: right
}

.badge h3 {
	font-size: 18px;
	margin-bottom: 10px
}

.badge .address {
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 500
}

.badge .address .icon-map {
	display: inline-block;
	vertical-align: top;
	margin: -2px 5px 0 0
}

.badge .emergency,
.badge .emergency A {
	color: red;
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 500
}

.badge .photo {
	margin-top: -28px;
	padding-right: 0
}

.badge .photo img {
	float: right
}

.badge .distance {
	font-size: 14px;
	font-family: Metropolis, Arial, Sans-Serif
}

.badge .button-contact {
	margin-top: 20px
}

.badge .icon:before {
	font-size: 20px;
	vertical-align: top
}

.badge.badge-centre-minimal h3,
.badge.badge-clinic-minimal h3 {
	font: normal 14px Metropolis, Arial, Sans-Serif;
	font-weight: 500;
	padding: 0;
	margin: 0
}

.list-badges .badge-team {
	margin-top: -5px
}

.badge-team q {
	display: block;
	color: #938880;
	font: 18px/30px Metropolis, Arial, Sans-Serif;
	font-weight: 500;
	padding: 32px 15px 0;
	quotes: '“''”''‘''’';
	text-transform: uppercase
}

.badge-team q:before {
	content: open-quote
}

.badge-team q:after {
	content: close-quote
}

.grid-33-33-33 .badge-team .quote,
.grid-33-66>.grid-col-1 .badge-team .quote,
.grid-66-33>.grid-col-2 .badge-team .quote {
	display: none
}

.grid-33-33-33 .badge-team .first,
.grid-33-66>.grid-col-1 .badge-team .first,
.grid-66-33>.grid-col-2 .badge-team .first {
	width: 100%
}

@media all and (max-width:600px) {
	.badge-info-items {
		padding-left: 0;
		display: block
	}

	.badge-address,
	.badge-contact {
		margin-bottom: 10px
	}

	.badge-photo {
		width: 100%;
		max-width: 100%;
		padding-left: 0
	}

	.badge-team .button-contact,
	.badge-team .col,
	.badge-team .quote {
		display: block
	}

	.badge .col.photo {
		display: block;
		margin: 0
	}

	.badge-team .col.first {
		display: block
	}

	.badge h3 {
		padding: 0;
		margin: 0;
		font: normal 13px Metropolis, Arial, Sans-Serif;
		font-weight: 500;
		margin-bottom: 10px
	}

	.badge.badge-clinic-full h3 {
		padding-right: 15px;
		box-sizing: border-box;
		font-size: 16px
	}

	.badge.badge-clinic-full .col.photo {
		width: 50%
	}

	.badge.badge-centre .col.first {
		display: block;
		float: none;
		width: auto;
		padding: 0
	}

	.badge.badge-centre .col.first>.address {
		display: block
	}

	.badge-team .col.first,
	.badge-team .first {
		padding-left: 128px;
		min-height: 118px;
		width: 100%
	}

	.list-badges .badge-team {
		margin-top: -2px
	}
}

.mfp-content .lb-baby-gallery .grid-66-33 .grid-col-1 {
	padding: 0
}

.white-popup.lb-baby-gallery {
	padding: 40px
}

.lb-baby-gallery .grid-66-33 {
	background: #fafafa;
	position: relative
}

.lb-baby-gallery .mfp-img img {
	width: 100%;
	height: auto
}

.lb-baby-gallery .baby-info {
	padding: 30px 0 80px;
	position: relative
}

.lb-baby-gallery h3 {
	font-size: 24px;
	color: #938880;
	margin-bottom: 28px
}

.lb-baby-gallery .baby-info dt {
	font-size: 14px
}

.lb-baby-gallery .baby-info .icon {
	position: absolute;
	top: 32px;
	right: 25px;
	font-size: 40px;
	color: #0094d3
}

.lb-baby-gallery .baby-info .icon-female {
	color: #e61772
}

.lb-baby-gallery .page-tools {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 34%;
	background: #f6f5f4
}

.lb-baby-gallery .page-tools ul {
	float: none
}

.baby-page h1 {
	color: #71665b
}

.baby-page .claim SPAN {
	color: #f7a300
}

.baby-page .events li {
	display: table;
	width: 100%
}

.baby-page .events li>a {
	display: table-row
}

.baby-page .events .text {
	background: #fce7c9
}

.baby-page .events .date {
	background: #f7a300;
	color: #fff
}

.baby-page .events .date SPAN {
	color: #fff
}

#content {
	padding-top: 60px;
	padding-bottom: 20px
}

.key-value-list,
.lead,
.text,
h1,
h2,
h3,
h4 {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

A[data-m-1][data-m-2]:empty:after {
	content: attr(data-m-1) "@" attr(data-m-2)
}

#content .text .hir-ext-link::after {
	font-family: icons;
	font-size: 1.5em;
	content: '\E023';
	margin-left: .25em;
	vertical-align: bottom
}

#content .text figure .hir-ext-link::after {
	display: none
}

.lead A,
.lead A::before,
.text A,
.text A::before {
	color: #0094d3
}

.doctor-practices-list A,
.lead A,
.mc-doctor-practices-list A,
.text A,
.with-tooltip {
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 500
}

.count,
.lead A P,
.text A P {
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 400
}

.lead SPAN.figure+P,
.text SPAN.figure+P {
	margin-top: 30px
}

.teasers A,
.teasers A>SPAN,
A.events {
	color: #72665b
}

.teasers A:focus,
.teasers A:focus>SPAN,
.teasers A:hover,
.teasers A:hover>SPAN,
A.events:focus,
A.events:hover {
	color: #333
}

DIV.more A {
	color: #0094d4
}

.lead A:focus,
.lead A:hover,
.text A:focus,
.text A:hover,
.text OL A:focus,
.text OL A:hover,
.text UL A:focus,
.text UL A:hover,
A:focus,
A:hover,
DIV.more A:focus,
DIV.more A:hover {
	color: #003f72
}

H1.claim {
	margin-bottom: 40px
}

DIV.stage-media {
	max-width: 792px;
	margin-bottom: 50px
}

DIV.stage-media IMG {
	width: 100%;
	height: auto;
	display: block
}

.doctor-practices-list,
.key-value-list,
.lead OL,
.lead UL,
.mc-doctor-practices-list,
.text OL,
.text UL {
	line-height: 24px;
	font-size: 1rem;
	/* max-width: 792px; */
	color: #534c46;
	margin-bottom: 20px
}

.lead UL LI UL,
.text UL LI UL {
	margin-bottom: 0
}

.text.callout {
	background-color: #f0efed;
	padding: 15px
}

.text.callout LI,
.text.callout OL,
.text.callout P,
.text.callout UL {
	margin-bottom: 4px
}

.text.callout OL,
.text.callout P,
.text.callout UL {
	line-height: 21px
}

.media-teaser-ontop .lead OL,
.media-teaser-ontop .lead P,
.media-teaser-ontop .text OL .media-teaser-ontop .lead UL,
.media-teaser-ontop .text P,
.media-teaser-ontop .text UL,
.media-teaser-sideway .lead OL,
.media-teaser-sideway .text OL .media-teaser-sideway .lead UL,
.media-teaser-sideway .text P,
.media-teaser-sideway .text UL {
	line-height: 18px;
	font-size: 14px
}

.data-table OL LI,
.lead OL>LI,
.text OL>LI {
	left: 20px;
	position: relative;
	list-style-type: decimal;
	list-style-position: outside
}

.data-table UL LI,
.lead UL>LI,
.text UL>LI {
	margin-left: 20px;
	position: relative;
	word-break: break-word;
	list-style-type: disc;
	list-style-position: outside
}

.lead LI,
.text LI {
	line-height: 30px;
	margin-right: 20px
}

.claim,
.claim SPAN {
	color: #fff !important;
	display: block
}

.article-caption {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 30px
}

.article-caption SPAN:not(:first-child)::before {
	content: " | "
}

P.row {
	margin-bottom: 18px
}

DIV.video {
	width: 100%;
	position: relative;
	margin-bottom: 40px
}

DIV.video>DIV {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

DIV.video IFRAME {
	width: 100%;
	height: 100%
}

.doctor-card {
	max-width: 300px;
	margin-bottom: 30px
}

.doctor-card A {
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 500
}

.doctor-card .portrait {
	margin-bottom: 10px;
	overflow: hidden
}

.doctor-card .portrait IMG {
	border-radius: 50%;
	max-width: 120px
}

.contact-card {
	font-size: 14px;
	line-height: 21px
}

.spacer-small {
	padding-top: 16px
}

.spacer-big {
	padding-top: 48px
}

.header-topic h1 {
	float: left;
	width: 65%
}

.header-topic .logo-topic {
	float: right;
	width: 32%;
	text-align: right
}

.header-topic .logo-topic img {
	display: inline-block
}

.filtered-content .wrap-filtered-content {
	margin-bottom: 2em
}

.more {
	text-align: right;
	vertical-align: middle;
	padding: 14px 6px 14px 0
}

.more A::after,
.more-link::after {
	font-family: Icons;
	font-weight: 400;
	vertical-align: top;
	margin-left: 6px;
	font-size: 28px;
	content: "\E00C"
}

.more A::after {
	float: right;
	vertical-align: middle;
	line-height: 1
}

.more,
.more A,
.more-link {
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 700
}

.emergency-panel .list H2 {
	font-size: 14px;
	margin: 0;
	background: #f0efed;
	padding: 10px 15px
}

.bordered-section {
	border-top: 2px solid #e7e4e2;
	border-bottom: 2px solid #e7e4e2
}

.bordered-section p {
	font-size: 14px
}

.info-title {
	font-size: 16px
}

.info-title::before {
	content: "\E027";
	transform: scale(1, 1);
	margin-right: 6px;
	font-size: 28px;
	line-height: 20px;
	vertical-align: top;
	pointer-events: none;
	position: relative;
	font-family: icons
}

.text a[id],
a[name] {
	display: block;
	margin-top: -200px;
	padding-bottom: 200px
}

.iframe {
	position: relative
}

.iframe IFRAME {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.ratio-1-to-1 {
	min-height: 0;
	padding-top: 100%
}

.ratio-4-to-3 {
	min-height: 0;
	padding-top: 75%
}

.ratio-16-to-9 {
	min-height: 0;
	padding-top: 56.25%
}

.grid-66-33 .grid-col-1 .key-value-list,
.grid-66-33 .grid-col-1 .lead,
.grid-66-33 .grid-col-1 .text,
.grid-66-33 .grid-col-1 .title {
	margin-right: 10%
}

.grid-66-33 .grid-col-1 .text.section {
	margin-right: 0
}

.grid-66-33>.grid-col-1 [class^=grid-col] .key-value-list,
.grid-66-33>.grid-col-1 [class^=grid-col] .lead,
.grid-66-33>.grid-col-1 [class^=grid-col] .text,
.grid-66-33>.grid-col-1 [class^=grid-col] .title {
	margin-right: 0
}

@media all and (max-width:600px) {
	.spacer-small {
		padding-top: 8px
	}

	.spacer-big {
		padding-top: 24px
	}

	.grid-66-33 .grid-col-1 .key-value-list,
	.grid-66-33 .grid-col-1 .lead,
	.grid-66-33 .grid-col-1 .text {
		margin-right: 0
	}

	.header-topic .logo-topic,
	.header-topic h1 {
		float: none;
		width: auto
	}

	.header-topic .logo-topic {
		text-align: left;
		margin-bottom: 30px
	}
}

@media all and (min-width:601px) {
	.claim {
		margin-bottom: 18px
	}

	.claim>SPAN {
		display: block;
		font-size: 30px;
		line-height: 30px;
		text-transform: uppercase;
		text-shadow: 3px 4px 7px rgba(81,67,21,0.8);
	}
}

SPAN.figure {
	display: block;
	padding-top: 6px;
	margin-right: 10px;
	padding-bottom: 6px;
	vertical-align: top;
	vertical-align: bottom
}

.size-full SPAN.figure {
	margin-right: 0
}

.lead .size-eighth,
.text .size-eighth {
	width: 12.5%;
	float: left
}

.lead .size-half,
.text .size-half {
	width: 50%;
	float: left
}

.lead .size-full,
.text .size-full {
	width: 100%
}

.lead IMG,
.text IMG {
	margin-top: 6px;
	margin-bottom: 4px;
	max-width: 100%;
	height: auto;
	float: left
}

.lead IMG.align-right,
.text IMG.align-right {
	margin-right: 0;
	margin-left: 10px;
	float: right
}

.lead IMG.inline,
.text IMG.inline {
	margin-right: 10px;
	width: 12.5%
}

.lead A.enlarge,
.text A.enlarge {
	display: block;
	position: relative;
	cursor: zoom-in
}

.lead A.enlarge:after,
.text A.enlarge:after {
	font-family: Icons;
	line-height: 32px;
	font-size: 32px;
	content: "\E038";
	color: #000;
	position: absolute;
	bottom: 10px;
	right: 10px
}

DIV.adaptive-img:after,
SPAN.figure:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0
}

.adaptive-img IMG,
SPAN.figure IMG {
	width: 100%;
	height: auto;
	margin-top: 0;
	margin-bottom: 0
}

SPAN.figure H5 {
	margin-top: 8px
}

SPAN.figure .caption {
	display: block;
	font-size: 14px;
	line-height: 20px;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px
}

@media all and (max-width:600px) {

	.lead .size-half,
	.text .size-half {
		width: 100%
	}

	.lead .size-half SPAN.figure,
	.text .size-half SPAN.figure {
		margin-right: 0
	}

	.lead .size-eighth,
	.text .size-eighth {
		width: initial
	}

	SPAN.figure {
		width: auto;
		float: none;
		display: block;
		margin: 10px 5px 10px 0
	}

	SPAN.figure .caption {
		padding-right: 0
	}
}

A.button {
	margin-top: 6px;
	display: inline-block;
	padding: 8px 12px 8px 12px;
	background-color: #43b18e;
}

A.button,
A.button>SPAN {
	color: #fff
}

A.button:focus,
A.button:hover {
	background-color: #003f72
}

A.button:focus,
A.button:focus>SPAN,
A.button:hover,
A.button:hover>SPAN {
	color: #fff
}

A.button>SPAN {
	display: block
}

DIV.button-follow SPAN {
	padding-right: 40px;
	position: relative
}

DIV.button-follow SPAN:after {
	line-height: 24px;
	font-size: 26px;
	font-family: Icons;
	content: "\E00C";
	margin-top: -12px;
	position: absolute;
	right: 0;
	top: 50%
}

.teasers-events {
	margin-bottom: 50px
}

.teaser-caption SPAN:not(:first-child)::before {
	content: " | "
}

.media-teaser-below,
.media-teaser-ontop,
.media-teaser-sideway {
	position: relative;
	margin-bottom: 10px
}

.media-teaser-below,
.media-teaser-ontop,
.media-teaser-ontop .description,
.media-teaser-sideway {
	background-color: #f0efed
}

.media-teaser-sideway {
	margin-bottom: 8px
}

.media-teaser-sideway .media {
	float: left;
	width: 54.8%;
	margin-right: 10px;
	margin-bottom: 0
}

.media-teaser-sideway .details {
	margin-bottom: 6px
}

.media-teaser-sideway IMG {
	max-width: 100%;
	height: auto
}

.media-teaser-below A,
.media-teaser-ontop A,
.media-teaser-sideway A {
	color: #534c46;
	display: block
}

.media-teaser-below A:focus,
.media-teaser-ontop A:focus {
	text-decoration: underline
}

.media-teaser-below IMG,
.media-teaser-ontop IMG {
	width: 100%;
	height: auto;
	display: block
}

.media-teaser-below .title,
.media-teaser-ontop .title {
	background-color: #f0efed;
	padding: 14px
}

.media-teaser-ontop .title {
	left: 0;
	right: 0
}

.media-teaser-below .title {
	position: absolute;
	opacity: .9;
	z-index: 1;
	bottom: 10px;
	right: 10px;
	display: inline-block;
	max-width: calc(100% - 48px)
}

ul.files .title {
	padding: 14px 5px 14px 0
}

.events .text,
.list .text,
.management-teaser .content H3,
.media-teaser-below .title,
.media-teaser-below .title H3,
.media-teaser-ontop .title,
.media-teaser-ontop .title H3,
.teasers .text,
ul.files .title,
ul.files .title H3 {
	line-height: 18px;
	font-size: 14px
}

.management-teaser .content H4 {
	color: #72665b
}

.media-teaser-sideway .details {
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px
}

.media-teaser-sideway H3,
.media-teaser-sideway P {
	margin-bottom: 0;
	line-height: 18px;
	font-size: 14px
}

.list>H3,
.teasers H3 {
	padding: 8px 16px;
	margin-bottom: 0;
	background-color: #f0efed;
	font-size: 14px
}

.list>UL>LI,
.teasers>UL>LI {
	border-bottom: 1px solid;
	border-color: #cccbc9;
	padding-top: 1px
}

.events .date,
.list>.date,
.list>UL>LI DIV.row,
.teasers>UL>LI DIV.row {
	display: table-row;
	table-layout: fixed;
	height: 80px;
	width: 100%
}

.events .date,
.events .text,
.list>UL>LI DIV.row>DIV,
.teasers>UL>LI DIV.row>DIV {
	vertical-align: middle;
	table-layout: fixed;
	display: table-cell
}

.list>UL>LI DIV.row>DIV.img,
.teasers>UL>LI DIV.row>DIV.img {
	width: 80px
}

.list>UL>LI DIV.row>DIV.img IMG,
.teasers>UL>LI DIV.row>DIV.img IMG {
	height: auto;
	width: 100%
}

.events .text,
.list>UL>LI DIV.row>DIV.text,
.teasers>UL>LI DIV.row>DIV.text {
	padding: 5px 15px
}

.list>UL>LI A,
.teasers>UL>LI A {
	background-color: #fff;
	display: block;
	transition: color .3s linear, background-color .3s linear
}

.media-teaser-below A .title,
.media-teaser-ontop A .description,
.media-teaser-ontop A .title {
	transition: color .3s linear, background-color .3s linear
}

.list>UL>LI A:focus,
.list>UL>LI A:hover,
.teasers>UL>LI A:focus,
.teasers>UL>LI A:hover {
	background-color: #f0f0ed
}

.media-teaser-below A:focus .title,
.media-teaser-below A:hover .title,
.media-teaser-ontop A:focus .description,
.media-teaser-ontop A:focus .title,
.media-teaser-ontop A:hover .description,
.media-teaser-ontop A:hover .title {
	background-color: #d0cac6
}

.media-teaser-ontop .description {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: inline-block;
	max-width: calc(100% - 48px);
	padding: 5px;
	opacity: .9
}

.events .day,
.events H4,
.list .day,
.list H4,
.teasers .day,
.teasers H4 {
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 18px;
	font-size: 14px
}

.list .more,
.teasers .more {
	text-align: right;
	vertical-align: middle;
	padding: 14px 6px 14px 0
}

.list .more A::after,
.teasers .more A::after {
	font-family: Icons;
	font-weight: 400;
	vertical-align: middle;
	margin-left: 6px;
	font-size: 28px;
	content: "\E00C";
	float: right;
	line-height: 1
}

.list .more,
.list .more A,
.teasers .more,
.teasers .more A {
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 700
}

.events .date,
.teasers-events .date {
	width: 40px;
	text-align: center;
	background-color: #cfcac6
}

.events .date,
.events .date SPAN,
.teasers-events .date,
.teasers-events .date SPAN {
	color: #534c46
}

.teaser-event .available,
.teaser-event .booked-out,
.teaser-event .on-request {
	font-weight: 700
}

.teaser-event .available,
.teaser-event .on-request {
	color: #0094d4
}

.teaser-event .booked-out {
	color: red
}

.teaser-job .text {
	display: table;
	height: 1px
}

.teaser-job .text,
.teaser-job.picto-text SPAN {
	font-size: 14px
}

.teaser-job-body,
.teaser-job-footer,
.teaser-job-title {
	display: table-row
}

.teaser-job-footer,
.teaser-job-title {
	height: 1%
}

.teaser-job FOOTER,
.teaser-job H3,
.teaser-job-body-content {
	display: table-cell
}

.teaser-job-body-content {
	padding-top: 1.5em
}

.teaser-job FOOTER {
	padding-top: 1.5em;
	padding-right: 47px;
	vertical-align: bottom
}

.teaser-job FOOTER::after {
	position: absolute;
	right: 7px;
	bottom: 41px;
	font-family: icons;
	font-size: 55px;
	content: "\E023";
	color: #0094d4
}

.teaser-job-location {
	font-weight: 700
}

.teaser-job-zentrum {
	display: inline-block
}

.teaser-baby .title {
	position: relative;
	padding-right: 50px
}

.teaser-baby .title .icon {
	position: absolute;
	top: 50%;
	right: 14px;
	font-size: 40px;
	transform: translateY(-50%);
	color: #0094d3
}

.teaser-baby .title .icon-female {
	color: #e61772
}

.teasers-alert {
	border-top: 2px solid #e7e4e2;
	border-bottom: 2px solid #e7e4e2;
	padding: 14px 0 20px
}

.teasers-alert>a {
	display: block
}

.teasers-alert h3 {
	background: 0 0;
	color: #ff0006;
	padding: 0 0 0 35px !important;
	font-size: 16px !important;
	line-height: 24px;
	margin-bottom: 28px;
	transition: color .3s linear
}

.teasers-alert h3::before {
	content: '!';
	vertical-align: middle;
	font-size: 16px;
	display: inline-block;
	margin: -3px 10px 0 -35px;
	color: #fff;
	background: #ff0006;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 12px;
	text-align: center
}

.teasers-alert p {
	font-size: 16px;
	line-height: 24px;
	transition: color .3s linear
}

.teasers-alert>a:hover h3,
.teasers-alert>a:hover p {
	color: #003f72
}

.management-teaser {
	background-color: #f0efed;
	position: relative;
	margin-bottom: 10px
}

.management-teaser A {
	background-color: #f0efed;
	color: #534c46;
	display: block
}

.management-teaser A:focus,
.management-teaser A:hover {
	background-color: #d0cac6;
	text-decoration: none
}

.management-teaser IMG {
	width: 100%;
	height: auto;
	display: block
}

.management-teaser .content {
	padding: 14px;
	left: 0;
	right: 0
}

.management-teaser .content {
	line-height: 18px;
	font-size: 14px
}

.management-teaser .content H3 {
	line-height: 24px;
	font-size: 16px
}

.management-teaser .contact-info {
	display: none
}

.management-teaser .detail-text {
	display: none
}

.management-teaser-popup .intro-content>h3 {
	color: #534c46
}

.management-teaser .content p,
.management-teaser-popup .intro-content>p {
	margin-top: 10px
}

.management-teaser-popup .intro-content p.introduction {
	display: none
}

.management-teaser-popup .intro-content .address {
	margin-top: 20px
}

.management-teaser-popup .mfp-close {
	color: #333;
	right: 0;
	text-align: center;
	padding-right: 0;
	width: 44px
}

.management-teaser-popup .mfp-content {
	padding: 40px 0;
	width: 100%
}

.management-teaser-popup .mfp-content .mfp-img {
	padding: 0;
	margin-bottom: 20px
}

.management-teaser-popup .popup-content {
	margin: 0 20px
}

@media all and (max-width:600px) {
	.management-teaser-popup .popup-content {
		margin-left: 0
	}

	.management-teaser-popup .white-popup {
		padding-top: 40px
	}

	.list>h3,
	.teasers h3 {
		padding: 15px 10px;
		font-size: 15px
	}

	.grid-3-to-2 DIV.picto {
		display: table;
		table-layout: fixed
	}

	.grid-3-to-2 DIV.picto>DIV {
		display: table-cell;
		table-layout: fixed;
		vertical-align: middle;
		text-align: center;
		width: 100%;
		height: 40px
	}

	.grid-3-to-2 DIV.picto SPAN.picto {
		display: none
	}

	.list .more,
	.teasers .more {
		font-size: 15px;
		padding: 16px 0
	}

	.list.calendar>UL>LI DIV.row>DIV.text,
	.teasers.calendar>UL>LI DIV.row>DIV.text {
		padding: 10px
	}
}

DIV.picto,
DIV.picto-text {
	width: 100%;
	display: table;
	position: relative
}

DIV.picto-text>A,
DIV.picto>A {
	display: table-row
}

DIV.picto H4,
DIV.picto-text H4 {
	margin-bottom: 0
}

DIV.picto,
DIV.picto A,
DIV.picto A SPAN,
DIV.picto SPAN,
DIV.picto-text,
DIV.picto-text A,
DIV.picto-text A SPAN,
DIV.picto-text SPAN {
	line-height: 20px;
	font-size: 16px;
	color: #72665b
}

DIV.picto A:focus,
DIV.picto A:focus SPAN,
DIV.picto A:hover,
DIV.picto A:hover SPAN,
DIV.picto-text A:focus,
DIV.picto-text A:focus SPAN,
DIV.picto-text A:hover,
DIV.picto-text A:hover SPAN {
	color: #534c46
}

DIV.picto .title,
DIV.picto-text .title {
	background-color: #ffeed4;
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 700;
	font-style: normal;
	font-weight: 700;
	padding-right: 15px;
	padding-left: 15px;
	transition: color .3s linear, background-color .3s linear
}

DIV.picto A:focus .title,
DIV.picto A:hover .title {
	background-color: #ffd592
}

DIV.picto-text A:focus .title,
DIV.picto-text A:hover .title {
	background-color: #d0cac6
}

DIV.picto-text .title {
	background-color: #e7e4e2
}

DIV.picto .text,
DIV.picto-text .text {
	padding: 20px 15px 25px 15px
}

DIV.picto .text,
DIV.picto-text {
	background-color: #f7f6f4
}

DIV.picto-text>A>DIV.title SPAN,
DIV.picto-text>DIV.title SPAN,
DIV.picto>A>DIV.title SPAN,
DIV.picto>DIV.title SPAN {
	display: table-cell;
	vertical-align: middle;
	padding: 6px 6px 6px 0;
	table-layout: fixed;
	height: 60px
}

DIV.picto-text>A>DIV SPAN.icon,
DIV.picto-text>DIV SPAN.icon,
DIV.picto>A>DIV SPAN.icon,
DIV.picto>DIV SPAN.icon {
	padding: 0 0;
	text-align: center;
	width: 40px
}

DIV.picto-text>A>DIV SPAN.icon:before,
DIV.picto-text>DIV SPAN.icon:before,
DIV.picto>A>DIV SPAN.icon:before,
DIV.picto>DIV SPAN.icon:before {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 40px;
	background-image: url(frontend.min/spriteset/sprite.a95a70d028.png);
	background-position: 0 -64px;
	background-size: 180px 148px;
	position: relative;
	margin-right: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	font-size: 26px;
	color: #fff;
	height: 40px;
	width: 40px;
	top: 0
}

DIV.picto-text>A>DIV.text,
DIV.picto-text>DIV.text,
DIV.picto>A>DIV.text,
DIV.picto>DIV.text {
	margin-bottom: 0;
	max-width: none
}

DIV.picto-text .cta {
	margin-top: 30px;
	text-align: right
}

DIV.picto-text .cta>A,
DIV.picto-text .cta>SPAN {
	transition: color .3s linear;
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 700;
	font-size: 14px;
	color: #0094d3
}

DIV.picto-text .cta>A:focus,
DIV.picto-text .cta>A:hover,
DIV.picto-text A:focus .cta>SPAN,
DIV.picto-text A:hover .cta>SPAN {
	color: #003f72
}

DIV.picto-text .cta>A:after,
DIV.picto-text .cta>SPAN:after {
	position: absolute;
	font-family: Icons;
	content: "\E00C";
	line-height: 22px;
	font-size: 22px;
	margin-top: -12px;
	right: 0;
	top: 50%
}

DIV.picto-cta .text {
	padding-bottom: 80px;
	position: relative
}

DIV.picto-cta .cta {
	position: absolute;
	padding-right: 30px;
	bottom: 15px;
	right: 15px;
	left: 15px
}

DIV.picto-cta .cta A {
	display: block
}

@media all and (max-width:600px) {

	DIV.picto-text>A>DIV.title SPAN,
	DIV.picto-text>DIV.title SPAN,
	DIV.picto>A>DIV.title SPAN,
	DIV.picto>DIV.title SPAN {
		padding: 6px 0 6px 0;
		height: 40px
	}

	DIV.picto-cta .cta {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto
	}

	DIV.picto-cta .text {
		padding-bottom: 20px;
		position: static
	}
}

.teaser-link {
	margin-bottom: 2px;
	position: relative
}

.teaser-link A {
	display: block;
	color: #fff;
	padding: 15px 45px 15px 15px;
	background-color: #0094d3
}

.teaser-link A:focus,
.teaser-link A:hover {
	background-color: #003f72
}

.teaser-link A:after {
	content: "\E00C";
	font-family: Icons;
	line-height: 24px;
	font-size: 24px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -14px
}

.grid-66-33 .grid-col-1 .teaser-video .title {
	margin-right: 0
}

.teaser-video .media {
	position: relative
}

.teaser-video .media:after {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 60px;
	line-height: 60px;
	content: "\E035";
	font-family: Icons;
	margin-top: -30px;
	margin-left: -30px;
	border-radius: 30px;
	color: #fff;
	opacity: .4;
	background-color: #f7a400;
	transition: color .3s linear, background-color .3s linear, opacity .3s linear
}

.teaser-video A:focus .media:after,
.teaser-video A:hover .media:after {
	background-color: #c90;
	opacity: .9
}

.image-gallery {
	display: none
}

.wrap-image-gallery .image-gallery {
	display: block
}

.image-gallery .image-gallery-item {
	display: inline-block;
	padding: 0 4px;
	box-sizing: border-box
}

.image-gallery .image-gallery-item A {
	display: block;
	outline: 0
}

.image-gallery .image-gallery-item IMG {
	width: 100%;
	height: auto
}

.lb-image-gallery .mfp-counter {
	position: static;
	color: #534c46
}

.lb-image-gallery p {
	font-size: 15px;
	margin-bottom: 12px;
	line-height: 24px
}

.lb-image-gallery h3 {
	font-size: 18px;
	line-height: 24px;
	color: #534c46
}

.white-popup.lb-image-gallery .grid-66-33 {
	background: 0 0
}

.mfp-image-holder .lb-image-gallery .mfp-close {
	color: #333;
	right: 0;
	width: 44px;
	padding-right: 0;
	text-align: center
}

@media all and (max-width:600px) {
	.white-popup.lb-image-gallery {
		padding: 0
	}

	.mfp-gallery .mfp-container {
		padding: 0
	}

	.lb-image-gallery .header {
		height: 44px;
		line-height: 44px;
		padding-left: 10px;
		font-size: 15px
	}

	.mfp-content .lb-image-gallery .grid-66-33 .grid-col-2 {
		padding: 30px 10px 10px
	}

	.lb-image-gallery .arrow-next,
	.lb-image-gallery .arrow-prev {
		background: 0 0;
		border: 0;
		font-size: 22px
	}

	.mfp-with-zoom .mfp-arrow {
		display: none
	}

	.mfp-with-zoom .mfp-content {
		vertical-align: top
	}
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0
}

.hl-popup .mfp-content {
	max-width: 950px !important
}

.mfp-figure:after {
	background-color: #f2f2f2
}

.hl-popup h1 {
	margin-bottom: 16px
}

.mfp-content .grid-66-33,
.mfp-content .grid-66-33 .grid-col-1,
.mfp-content .grid-66-33 .grid-col-2 {
	margin-bottom: 0;
	padding-bottom: 0
}

.mfp-content .grid-66-33 IMG.mfp-img {
	padding: 0 0
}

.mfp-content .grid-66-33 .grid-col-1 {
	padding: 40px 0
}

.mfp-caption {
	line-height: 18px
}

.mfp-caption SPAN.caption {
	padding: 80px 40px 60px 0;
	display: block
}

.mfp-full-size .grid-66-33 .grid-col-1 {
	width: auto;
	float: none;
	margin: 0
}

.mfp-full-size .grid-66-33 .grid-col-2 {
	clear: both;
	float: initial;
	text-align: center;
	width: 100%;
	margin: 0
}

@media all and (max-width:600px) {
	.mfp-content .grid-66-33 .grid-col-1 {
		padding: 40px 0 0
	}

	.mfp-content .grid-66-33 .grid-col-2 {
		padding: 0 0 40px
	}

	.mfp-caption SPAN.caption {
		padding: 20px 20px
	}
}

.babynames .female,
.babynames .male {
	float: left;
	margin-right: 15%;
	width: 35%
}

.babynames::after {
	clear: both
}

.babynames table {
	width: 100%
}

.babynames .female .tab-content,
.babynames .female .tab-content A {
	background-color: #fce8f1;
	color: #e61772
}

.babynames .male .tab-content,
.babynames .male .tab-content A {
	background-color: #e6f7ff;
	color: #0094d3
}

.babynames TR {
	border-bottom: 1px solid #fff
}

.babynames TD {
	padding: 5px 15px
}

.babynames TD:last-child {
	text-align: right
}

.babynames .tab-content A {
	display: block
}

@media all and (max-width:980px) {

	.babynames .female .tab-content,
	.babynames .female .tab-content A {
		background-color: #fff;
		color: #e61772
	}

	.babynames .male .tab-content,
	.babynames .male .tab-content A {
		background-color: #fff;
		color: #0094d3
	}

	.babynames TD {
		padding-left: 0;
		padding-right: 0
	}
}

@media all and (max-width:600px) {

	.babynames .female,
	.babynames .male {
		float: none;
		width: 100%
	}
}

BLOCKQUOTE {
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 500;
	font-size: 18px;
	font-style: normal;
	line-height: 30px;
	margin: 30px;
	text-align: center
}

BLOCKQUOTE:before {
	content: "\00AB";
	margin-right: 5px;
	font-size: 22px
}

BLOCKQUOTE:after {
	content: "\00BB";
	margin-left: 5px;
	font-size: 22px
}

@media all and (max-width:600px) {
	BLOCKQUOTE {
		font-size: 17px;
		line-height: 23px;
		margin-left: 0;
		margin-right: 0
	}
}

.doctor-detail BLOCKQUOTE {
	color: #958880
}

.doctor-detail .contact-card {
	font-size: initial
}

.doctor-detail .doctor-practices-list UL,
.doctor-detail .mc-doctor-practices-list UL {
	margin-top: 1em
}

.doctor-detail .doctor-practices-list UL LI,
.doctor-detail .mc-doctor-practices-list UL LI {
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 5px
}

.doctor-detail-lead,
.doctor-detail-lead H1 {
	background-color: #f6f5f4;
	color: #72665b
}

.doctor-detail-lead {
	font-size: 16px;
	line-height: 26px
}

.doctor-detail-lead H1 {
	font-size: 26px;
	margin-top: 18px;
	text-transform: none
}

.doctor-detail-lead DT {
	margin-top: 10px;
	color: #534c46
}

.doctor-detail-lead .grid-col-2>* {
	padding-right: 20px
}

.doctor-detail-lead .size-full SPAN.figure {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: -20px
}

.contact-directions,
.contact-doctor-direct,
.contact-opening {
	margin-top: 17px
}

.contact-opening .opening-hours {
	padding-top: 15px
}

@media all and (max-width:600px) {
	.doctor-detail DL {
		margin-top: 20px
	}

	.doctor-detail-lead .grid-col-2 {
		padding-left: 10px;
		padding-right: 10px
	}
}

.emergency-info .grid-col-1 {
	border-top: 2px solid #e7e4e2;
	border-bottom: 2px solid #e7e4e2;
	text-align: center;
	padding-bottom: 0
}

.emergency-info .grid-col-2 {
	background: #e7e4e2;
	padding-bottom: 0
}

.emergency-info .grid-col-1 a,
.emergency-info .grid-col-1 h2 {
	color: #ff0006;
	font: normal 48px Metropolis, Arial, Sans-Serif
}

.emergency-info .grid-col-1 h2,
.emergency-info .grid-col-2 h2 {
	font-size: 16px;
	margin: 0 0 16px
}

.emergency-info-content {
	padding: 15px
}

.grid-col-1 .emergency-info-content {
	padding: 82px 15px
}

.emergency-info-content .text li {
	list-style: disc outside;
	margin: 0 0 10px 10px;
	font-size: 14px;
	left: 6px
}

.emergency-info-content .text ul {
	margin: 0
}

.emergency-info-content .more-link {
	letter-spacing: -.2px
}

.wrap-calculator .result {
	padding: 10px 0
}

.wrap-calculator .result p {
	margin-bottom: .5em
}

.calc-table TABLE,
.calc-table TH {
	text-align: left
}

.calc-table TABLE {
	margin: 45px 0;
	table-layout: fixed;
	width: 100%
}

.calc-table TD,
.calc-table TH {
	padding: 10px
}

.calc-table TD.action {
	vertical-align: middle
}

.calc-table .booked-out {
	color: red;
	font-weight: 700
}

.calc-table TBODY tr:nth-child(even) {
	background-color: #fafafa
}

.calc-table TH {
	border-bottom: 2px solid #f7a403
}

.calc-table TD {
	border-bottom: 1px solid #d0cac6
}

.wrap-calculator .bold {
	font-weight: 700;
	margin-right: 10px
}

.wrap-calculator .row {
	display: flex;
	justify-content: center;
	height: 100%;
	border-top: 2px solid #f7a403;
	background: #fafafa;
	margin: 45px 0
}

.wrap-calculator .calc-col-wrap {
	width: 25%;
	border-bottom: 1px solid #d0cac6;
	margin: 0;
	display: flex;
	flex-direction: column;
	text-align: left
}

.calc-col-wrap p {
	margin: 0;
	padding: 10px
}

@media only screen and (max-width:800px) {
	.wrap-calculator .calc-col-wrap {
		width: 100%;
		flex-direction: row
	}

	.wrap-calculator .row {
		display: block
	}

	.calc-table {
		padding-bottom: 5px
	}

	.wrap-calculator .button-follow {
		display: flex;
		justify-content: center
	}
}

.spinner {
	margin: 30px auto;
	width: 100px;
	text-align: center
}

.spinner>div {
	width: 18px;
	height: 18px;
	background-color: #534c46;
	margin: 0 5px;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
	animation: bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s
}

.spinner .bounce2 {
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s
}

@-webkit-keyframes bouncedelay {

	0.0001%,
	100%,
	80% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1)
	}
}

@keyframes bouncedelay {

	0.0001%,
	100%,
	80% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

#footer-nav {
	clear: both;
	position: relative;
	border-top: 2px solid #e7e4e2;
	min-height: 30px
}

DIV.footer-nav UL.lvl-0>LI {
	padding-right: 3%;
	float: left;
	width: 22%
}

DIV.footer-nav .text,
DIV.footer-nav A {
	font-size: 13px;
	line-height: 20px
}

DIV.footer-nav,
DIV.footer-nav A,
DIV.footer-nav A>SPAN {
	color: #72665b
}

DIV.footer-nav A:hover,
DIV.footer-nav A:hover>SPAN {
	color: #0094d4
}

DIV.footer-nav A:focus,
DIV.footer-nav A:focus>SPAN,
DIV.footer-nav A:hover,
DIV.footer-nav A:hover>SPAN {
	color: #0094d4
}

DIV.footer-nav .footer-column-heading {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 20px;
	color: #72665b;
	hyphens: auto;
	font-style: normal;
	font-weight: 700
}

DIV.footer-nav UL>LI UL>LI {
	margin-top: 2px
}

DIV.footer-nav DIV.top-scroll {
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -20px
}

DIV.footer-nav A.top-scroll {
	background-image: url(frontend.min/spriteset/sprite.a95a70d028.png);
	background-position: 0 -114px;
	background-size: 180px 148px;
	background-color: #fff;
	width: 34px;
	height: 40px;
	display: block
}

DIV.footer-nav DIV.footer-links {
	margin: 40px 0
}

DIV.footer-nav LI.follow-us .icon {
	line-height: 30px
}

DIV.footer-nav LI.follow-us .icon:before {
	font-size: 25px;
	margin-right: 4px
}

@media all and (max-width:600px) {
	DIV.footer-nav UL.lvl-0>LI {
		margin-bottom: 30px;
		width: 100%;
		float: none;
		text-align: center
	}

	DIV.footer-nav UL.lvl-0>LI.follow-us {
		width: auto;
		float: none;
		clear: both;
		margin-bottom: 0
	}

	DIV.footer-nav LI.offerings {
		display: none
	}

	DIV.footer-nav LI.about-us,
	DIV.footer-nav LI.quicklinks {
		margin-bottom: 30px
	}

	DIV.footer-nav LI.follow-us {
		margin-top: 20px;
		border-top: 1px solid #e7e4e2;
		padding-top: 30px
	}

	DIV.footer-nav LI.follow-us LI A {
		background-size: 32px 32px;
		position: static;
		display: block
	}

	DIV.footer-nav LI.follow-us LI .icon:before {
		font-size: 24px
	}

	DIV.footer-nav LI.follow-us SPAN.text {
		position: absolute;
		top: -9999px;
		left: -9999px
	}
}

@media all and (max-width:400px) {
	DIV.footer-nav UL.lvl-0>LI {
		float: none;
		width: auto
	}

	DIV.footer-nav LI.about-us {
		display: none
	}
}

DIV.footer-bar {
	min-height: 50px;
	overflow: hidden
}

DIV.footer-bar,
DIV.footer-bar A {
	color: #72665b
}

DIV.footer-bar DIV.footer-contacts A:hover,
DIV.footer-bar DIV.footer-links A:hover {
	color: #0094d4
}

DIV.footer-bar DIV.lang-switch {
	display: none
}

DIV.footer-bar DIV.footer-contacts {
	float: left
}

DIV.footer-bar DIV.footer-links {
	float: right
}

DIV.footer-bar DIV.footer-contacts,
DIV.footer-bar DIV.footer-links {
	margin: 16px 0
}

DIV.footer-bar DIV.footer-contacts A.icon:before {
	font-size: 27px;
	margin-right: 7px
}

DIV.footer-bar DIV.footer-links,
DIV.footer-bar DIV.footer-links A {
	font-size: 14px;
	line-height: 18px
}

DIV.footer-bar DIV.footer-links .copyright,
DIV.footer-bar DIV.footer-links .footer-link,
DIV.footer-bar DIV.lang-switch LI {
	display: inline
}

DIV.footer-bar DIV.footer-links .footer-link,
DIV.footer-bar DIV.lang-switch LI {
	margin-right: 20px
}

DIV.footer-bar DIV.footer-links .footer-link:after,
DIV.footer-bar DIV.lang-switch LI:after {
	vertical-align: top;
	line-height: 16px;
	margin-left: 20px;
	content: " | "
}

@media all and (max-width:980px) {

	DIV.footer-bar DIV.footer-contacts,
	DIV.footer-bar DIV.footer-links,
	DIV.footer-bar DIV.footer-links .copyright,
	DIV.footer-bar DIV.lang-switch {
		float: none;
		display: block;
		margin: 8px 0;
		text-align: center
	}

	DIV.footer-bar DIV.footer-links .footer-link,
	DIV.footer-bar DIV.lang-switch LI {
		margin-left: 0;
		margin-right: 0
	}

	DIV.footer-bar DIV.footer-links .footer-link:after,
	DIV.footer-bar DIV.lang-switch LI:after {
		margin-right: 8px;
		margin-left: 8px
	}

	DIV.footer-bar DIV.footer-links DIV.footer-link.last:after,
	DIV.footer-bar DIV.lang-switch LI.last:after,
	DIV.footer-bar DIV.lang-switch LI:last-child:after {
		margin-left: 0;
		content: none
	}

	DIV.footer-bar DIV.lang-switch LI.last:after,
	DIV.footer-bar DIV.lang-switch LI:last-child:after {
		content: none
	}
}

.cookie-notification {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f0efed;
	margin-bottom: -500px;
	transition: margin 1s ease-out;
	z-index: 99
}

.cookie-notification.display {
	margin-bottom: 0
}

.cookie-notification>div {
	max-width: 1200px;
	margin: 0 auto;
	padding: 1rem 10px
}

.cookie-notification p {
	margin-bottom: 1rem
}

.cookie-notification button {
	min-width: 10rem
}

@media all and (max-width:980px) {

	#nav,
	#nav A,
	#nav DIV,
	#nav H4,
	#nav LI,
	#nav SPAN,
	#nav UL {
		font-family: Metropolis, Arial, Sans-Serif;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		font-weight: 400;
		line-height: 16px;
		font-size: 14px;
		padding: 0 0;
		margin: 0 0;
		position: static;
		color: #72665b;
		display: block;
		border: none;
		float: none
	}

	.no-js #nav UL.lvl-1 {
		display: none
	}

	#nav A.home,
	#nav A>.next {
		display: block
	}

	#nav #nav-top {
		max-width: 500px;
		overflow: hidden;
		position: absolute;
		z-index: 800;
		right: 0;
		width: 100%;
		padding-left: 1px;
		padding-top: 2px
	}

	#nav DIV.nav-top {
		top: 0;
		position: relative;
		border-color: #d0cac6;
		margin-left: -1px
	}

	#nav .nav-top>ul {
		display: none !important
	}

	#nav .nav-top .menu-current {
		display: none;
		opacity: 0;
		height: 0
	}

	.menu-open #page {
		position: relative
	}

	.menu-open #nav .menu-current {
		display: block !important;
		opacity: 1;
		height: 100vh;
		transition: all .6s;
		background-color: #fff;
		overflow: auto;
		border-left: 1px solid #d0cac6;
		border-bottom: 1px solid #d0cac6
	}

	.menu-open #nav .menu-current>.body {
		padding-bottom: 190px
	}

	#nav .menu-current>.body>A.home,
	#nav li>.head {
		overflow: hidden;
		position: relative;
		border-bottom: 1px solid;
		border-color: #d0cac6;
		padding-left: 5px;
		padding-right: 5px
	}

	#nav .menu-current>.body>A.home {
		background-color: #f6f5f4
	}

	#nav li>.body {
		width: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 100%;
		background-color: #fff;
		z-index: 1
	}

	#nav li>.body.panel-active {
		left: 0;
		transition: left .4s
	}

	#nav .menu-current>.body>A.home SPAN,
	#nav .nav-label,
	#nav li>.head>A.lnk {
		padding: 20px 2px 20px 15px
	}

	#nav .menu-current>.body>A.home SPAN,
	#nav li>.head>A.lnk {
		margin: 2px -2px 2px -4px;
		font-family: Metropolis, Arial, Sans-Serif;
		font-weight: 400;
		outline-color: #72665b;
		display: block;
		line-height: 20px;
		font-size: 18px;
		color: #72665b
	}

	#nav .menu-current>.body>A.home SPAN {
		padding-left: 28px;
		padding-right: 0;
		color: #0094d4
	}

	#nav li>.head>A>.next {
		background-image: url(frontend.min/css/img/icon/nav-arrow-next-right.png);
		background-repeat: no-repeat;
		background-position: 50% 50%;
		outline-color: #72665b;
		width: 44px;
		right: 2px;
		top: 2px;
		bottom: 2px;
		position: absolute
	}

	#nav .menu-current>.body>A.home {
		background-image: url(frontend.min/css/img/icon/nav-arrow-home-left.png);
		background-repeat: no-repeat;
		background-position: 15px 50%;
		outline-color: #72665b
	}

	#nav UL>LI>.head A {
		transition: none
	}

	#nav LI.teaser {
		border-bottom: 1px solid;
		border-color: #d0cac6;
		display: none
	}

	#nav LI.teaser>.title {
		margin: 15px 10px 0;
		background-color: #f0efed;
		padding: 10px 5px;
		font-size: 16px;
		color: #534c46
	}

	#nav LI.teaser .desc>DIV {
		padding: 10px 10px
	}

	#nav .lnk-landing {
		display: list-item
	}

	#nav .lnk-landing a {
		font-weight: 700 !important
	}
}

.sidebar .sidebar_holder .sidebar_left-column .sidebar_links .sidebar_link a span:not(.icon) {
	margin-left: 40px;
	margin-right: 0
}

.sidebar .sidebar_background:before {
	left: 0;
	right: unset
}

.sidebar button.mfp-close {
	left: unset
}

.sidebar .sidebar_holder .sidebar_left-column .sidebar_nav .sidebar_nav-item a .icon:before {
	content: '\E00F'
}

.sidebar .sidebar_holder .sidebar_left-column .sidebar_nav .sidebar_nav-item a .icon {
	float: right
}

@media screen and (min-width:768px) {
	.sidebar .sidebar_holder .sidebar_right-column {
		padding-right: 0
	}
}

.sidebar .sidebar_holder .sidebar_right-column .sidebar_nav-holder .sidebar_nav-item-link span:not(.icon) {
	padding-right: 0
}

@media all and (max-width:980px) {
	#nav A.more {
		display: none
	}
}

.minimal #nav A.more {
	display: none
}

.typeahead__dropdown,
.typeahead__list {
	position: absolute;
	left: 0;
	z-index: 1000;
	width: 100%;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-clip: padding-box
}

.typeahead__list {
	border: none
}

.typeahead__result.detached .typeahead__list {
	position: relative;
	z-index: 1041;
	top: initial;
	left: initial
}

.typeahead__dropdown {
	right: 0;
	left: initial;
	z-index: 1001
}

.typeahead__list>li {
	position: relative
}

.typeahead__list>li:first-child {
	border-top: none
}

.typeahead__dropdown>li[disabled]>a,
.typeahead__list>li[disabled]>a {
	cursor: not-allowed;
	color: #bababa;
	background-color: #fafafa
}

.typeahead__dropdown>li>a,
.typeahead__list>li>a {
	clear: both;
	color: #534c46;
	text-decoration: none
}

.typeahead__dropdown>li:not([disabled]).active>a {
	background-color: #f5f5f5
}

.typeahead__list.empty>li {
	padding: .5rem .75rem;
	color: #333
}

.typeahead__list>li.typeahead__group {
	border-color: #bfdef6;
	font-weight: 700
}

.typeahead__list>li.typeahead__group:first-child {
	border-top: solid 1px #bfdef6
}

.typeahead__list>li.typeahead__group.active>a,
.typeahead__list>li.typeahead__group>a,
.typeahead__list>li.typeahead__group>a:focus,
.typeahead__list>li.typeahead__group>a:hover {
	cursor: default;
	color: #17639f;
	background: #ecf5fc
}

.typeahead__list>li.typeahead__group+li.typeahead__item {
	border-color: #bfdef6
}

.typeahead__container.backdrop+.typeahead__backdrop,
.typeahead__container.filter .typeahead__dropdown,
.typeahead__container.hint .typeahead__hint,
.typeahead__container.result .typeahead__list {
	display: block !important
}

.typeahead__container .typeahead__dropdown,
.typeahead__container .typeahead__hint,
.typeahead__container .typeahead__list,
.typeahead__container+.typeahead__backdrop {
	display: none !important
}

.typeahead__dropdown li:last-child {
	margin-top: 5px;
	padding-top: 5px;
	border-top: solid 1px #ccc
}

.typeahead__display {
	color: #534c46
}

#header-search-form .typeahead__dropdown,
#header-search-form .typeahead__list {
	position: relative
}

.timeline-container-wrapper {
	border-left: 4px solid #0094d4;
	margin-left: 1rem;
	padding-left: 2rem
}

.timeline-container-wrapper .timeline-item {
	margin-bottom: 2rem;
	position: relative
}

.timeline-container-wrapper .timeline-item:before {
	content: '';
	width: 1rem;
	height: 1rem;
	background: #0094d4;
	position: absolute;
	top: .3rem;
	left: -42px;
	border-radius: 50%;
	z-index: 2
}

.timeline-container-wrapper .timeline-item .date-wrapper {
	font-weight: 700;
	font-size: 1.1rem;
	padding: .3rem 0 1rem
}

.timeline-container-wrapper .timeline-item .content-wrapper .columncontainer h2 {
	margin-top: 0
}

@media all and (min-width:981px) {
	.timeline-container-wrapper {
		margin-left: 15rem
	}

	.timeline-container-wrapper .timeline-item .date-wrapper {
		padding: 0;
		position: absolute;
		left: -14rem;
		top: .3rem;
		width: 10.5rem;
		text-align: right
	}

	.timeline-container-wrapper .timeline-item .content-wrapper {
		opacity: 0;
		position: relative;
		left: 10rem
	}
}

.rich-table .title-column {
	background-color: #fff;
	font-weight: 700
}

@media (min-width:981px) {

	.rich-table TBODY tr:nth-child(odd) td.title-column,
	.rich-table TBODY tr:nth-child(odd) td.white {
		background-color: #fafafa
	}

	.rich-table TBODY tr:nth-child(odd) td.dark-blue {
		background-color: #e9edf091
	}

	.rich-table TBODY tr:nth-child(odd) td.light-blue {
		background-color: #f0f0f159
	}

	.rich-table TBODY tr:nth-child(odd) td.dark-green {
		background-color: #eaedec99
	}

	.rich-table td,
	.rich-table th {
		position: relative
	}

	.rich-table td.border-after:after,
	.rich-table th.border-after:after {
		border-right: 3px solid #fff;
		content: '';
		height: 100%;
		top: 0;
		right: 0;
		position: absolute
	}

	.rich-table td.border-before:before,
	.rich-table th.border-before:before {
		border-left: 3px solid #fff;
		content: '';
		height: 100%;
		top: 0;
		left: 0;
		position: absolute
	}

	.rich-table th {
		padding: 0;
		vertical-align: bottom
	}

	.rich-table th SPAN.figure {
		padding: 0
	}

	.rich-table th SPAN.figure .adaptive-img {
		padding: 10px;
		margin-bottom: 5px
	}

	.rich-table th:not(.title-column):not(.white) .text P,
	.rich-table th:not(.title-column):not(.white) FIGCAPTION {
		color: #fff
	}

	.rich-table th .text P,
	.rich-table th FIGCAPTION {
		font-weight: 700;
		padding: 5px 10px;
		white-space: nowrap
	}

	.rich-table th .text P {
		margin-bottom: 0;
		padding: 13px 10px
	}

	.rich-table th.dark-green .text P {
		background-color: #003820
	}

	.rich-table td.dark-green {
		background-color: #eaedec
	}

	.rich-table th.dark-blue .text P {
		background-color: #003f72
	}

	.rich-table td.dark-blue {
		background-color: #e9edf0
	}

	.rich-table th.light-blue .text P {
		background-color: #0094d3
	}

	.rich-table td.light-blue {
		background-color: #f0f0f1
	}

	.rich-table .white {
		background-color: #fff
	}

	.rich-table th SPAN.figure .caption {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.grid-66-33 .grid-col-1 .rich-table .text {
		margin-right: 0
	}
}

@media (max-width:980px) {
	.rich-table TBODY TD {
		background-color: #fff
	}

	.rich-table .mobile-column-header .text P {
		margin-bottom: 0;
		padding: 13px 10px
	}

	.rich-table .dark-green .mobile-column-header .text P {
		background-color: #003820
	}

	.rich-table td.dark-green .parsys {
		background-color: #eaedec
	}

	.rich-table td.dark-green .mobile-column-header .parsys {
		background-color: #fff
	}

	.rich-table .dark-blue .mobile-column-header .text P {
		background-color: #003f72
	}

	.rich-table td.dark-blue .parsys {
		background-color: #e9edf0
	}

	.rich-table td.dark-blue .mobile-column-header .parsys {
		background-color: #fff
	}

	.rich-table .light-blue .mobile-column-header .text P {
		background-color: #0094d3
	}

	.rich-table td.light-blue .parsys {
		background-color: #f0f0f1
	}

	.rich-table td.light-blue .mobile-column-header .parsys {
		background-color: #fff
	}

	.rich-table .white {
		background-color: #fff
	}

	.rich-table .mobile-column-header SPAN.figure .adaptive-img {
		padding: 10px;
		margin-bottom: 5px
	}

	.rich-table td .text P,
	.rich-table td FIGCAPTION {
		padding: 5px 10px
	}

	.rich-table td:not(.title-column):not(.white) .mobile-column-header .text P,
	.rich-table td:not(.title-column):not(.white) .mobile-column-header FIGCAPTION {
		color: #fff
	}

	.rich-table td .mobile-column-header SPAN.figure {
		margin-bottom: 0;
		padding-bottom: 0
	}
}

body.hidden-overflow {
	overflow: hidden;
	position: fixed
}

.microsite .navigation-overlay,
.minimal .navigation-overlay {
	display: none;
	top: 67px !important;
	background-color: #fff;
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding: 10vh;
	line-height: 35px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.microsite .navigation-overlay ul,
.minimal .navigation-overlay ul {
	text-align: center
}

.microsite .navigation-overlay ul .navigation-item,
.minimal .navigation-overlay ul .navigation-item {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px
}

.microsite DIV.header-nav .language-div,
.minimal DIV.header-nav .language-div {
	line-height: 26px
}

.microsite DIV.header-nav .language-div .top-links>LI,
.minimal DIV.header-nav .language-div .top-links>LI {
	padding-left: 0
}

.microsite DIV.header-nav .language-div .top-links>LI a,
.minimal DIV.header-nav .language-div .top-links>LI a {
	color: #534c46
}

.microsite DIV.header-nav .language-div .top-links>LI a:hover,
.minimal DIV.header-nav .language-div .top-links>LI a:hover {
	color: #003f72
}

.microsite DIV.header-nav .language-div UL.lang-switch>LI:after,
.minimal DIV.header-nav .language-div UL.lang-switch>LI:after {
	line-height: 30px
}

.microsite UL.lang-switch,
.minimal UL.lang-switch {
	line-height: 30px;
	vertical-align: middle;
	font-size: 18px
}

.microsite UL.lang-switch li.active SPAN,
.minimal UL.lang-switch li.active SPAN {
	font-size: 18px
}

@media all and (max-width:980px) {

	.microsite DIV.header-nav,
	.minimal DIV.header-nav {
		overflow: initial
	}

	.microsite DIV.header-nav .top-tools .language-div,
	.minimal DIV.header-nav .top-tools .language-div {
		display: none
	}

	.microsite UL.lang-switch,
	.minimal UL.lang-switch {
		font-size: 14px
	}

	.microsite UL.lang-switch li.active SPAN,
	.minimal UL.lang-switch li.active SPAN {
		font-size: 13px
	}

	.microsite .footer-bar .lang-switch UL,
	.minimal .footer-bar .lang-switch UL {
		line-height: 18px;
		text-align: center
	}
}

.minimal .navigation-overlay {
	font-size: 20px
}

.minimal .navigation-overlay ul .navigation-item ul {
	text-align: center
}

.minimal .navigation-overlay ul .navigation-item ul .level-2-nav {
	width: 100%;
	display: inline-block
}

.minimal .navigation-overlay ul .navigation-item ul .level-2-nav A,
.minimal .navigation-overlay ul .navigation-item ul .level-2-nav A>SPAN {
	color: #72665b;
	font-size: 15px;
	line-height: 17px;
	font-weight: 700;
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 700
}

.microsite {
	position: relative
}

.microsite .author-mode {
	padding-top: 85px
}

.microsite .author-mode .tiles {
	min-width: 650px
}

.microsite .author-mode .grid-container {
	min-width: 750px
}

.microsite .author-mode .grid-container .cq-Editable-dom--container {
	min-width: 750px
}

.microsite * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0
}

.microsite :focus {
	outline: 0 !important
}

.microsite .anchor {
	padding-top: 40px;
	margin-top: -40px
}

.microsite .grey-background {
	margin: 0 auto;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #fafafa;
	width: 90%;
	max-width: 960px;
	top: 0;
	left: 50%;
	bottom: 0;
	position: absolute;
	z-index: -1
}

.microsite header .header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 951px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px
}

.microsite header .header .media-icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.microsite header .header .media-icons .icon {
	font-family: Icons, sans-serif;
	font-size: 24px
}

.microsite header .header .nav-icon {
	width: 60px;
	cursor: pointer
}

.microsite header .logo {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.microsite header DIV.header-nav A.hir-logo {
	width: 150px;
	height: 45px;
	background-size: 150px auto;
	background-repeat: no-repeat;
	min-width: initial;
	max-width: initial
}

.microsite header .top-tools {
	position: static;
	top: 0;
	padding-top: 5px
}

.microsite header .top-tools .menu-toggle {
	display: block
}

.microsite header .top-tools .menu-toggle.opened a {
	background-image: url(frontend.min/css/img/icon/close_grey.svg)
}

.microsite header .top-tools .menu-toggle:hover {
	cursor: pointer
}

.microsite #header-nav {
	left: 0;
	right: 0;
	z-index: 99;
	top: 0;
	position: fixed;
	min-height: 67px;
	background-color: #f0efed
}

.microsite #header::before {
	content: '';
	display: block;
	height: 67px;
	margin-bottom: 37px
}

@media (min-width:981px) {
	.microsite #header-nav {
		border-bottom: 2px solid #0094d4
	}
}

.microsite #header.logo-single-microsite::before {
	height: 85px
}

.microsite #header.logo-double-microsite::before {
	height: 103px
}

.microsite #header.logo-single-microsite #header-nav {
	min-height: 85px
}

.microsite #header.logo-double-microsite #header-nav {
	min-height: 103px
}

@media all and (min-width:981px) {
	.microsite .header.header-nav {
		padding-top: 15px
	}
}

.microsite#page {
	overflow: hidden
}

.microsite#page #content {
	padding: 0;
	max-width: 1280px;
	position: relative
}

.microsite .text,
.microsite h1,
.microsite h2,
.microsite h3,
.microsite p {
	font-family: Metropolis, sans-serif;
	color: #fff
}

.microsite .textAndImage .text,
.microsite .textAndImage h1,
.microsite .textAndImage h2,
.microsite .textAndImage h3,
.microsite .textAndImage p {
	color: #534c46
}

.microsite .textAndImage p {
	max-width: 792px !important;
	margin-left: auto;
	margin-right: auto
}

.microsite .textAndImage h2 {
	margin-bottom: 40px !important;
	max-width: 792px !important;
	margin-left: auto;
	margin-right: auto
}

.microsite .textAndImage h3 {
	margin-bottom: 40px !important;
	max-width: 792px !important;
	margin-left: auto;
	margin-right: auto
}

.microsite h1 {
	margin: 0;
	padding: 0;
	font-size: 42px;
	line-height: 1.43;
	font-weight: 700
}

.microsite h2 {
	margin: 0;
	padding: 0;
	font-size: 34px;
	line-height: 1.41;
	font-weight: 700;
	text-transform: uppercase
}

.microsite h3 {
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: 1.36;
	font-weight: 500;
	text-transform: uppercase
}

.microsite h4 {
	font-size: 18px;
	line-height: 1.67
}

.microsite .text,
.microsite ol,
.microsite p,
.microsite ul {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.63;
	font-weight: 400
}

.microsite ol,
.microsite ul {
	text-align: left
}

.microsite .text>h2 {
	margin-bottom: 40px !important
}

.microsite .text>h3 {
	margin-bottom: 40px !important
}

.microsite a:hover {
	color: #003f72
}

.microsite .lead {
	font-size: 20px;
	line-height: 1.6
}

@media all and (max-width:980px) {
	.microsite h1 {
		font-size: 30px;
		line-height: 1.33
	}

	.microsite h2 {
		font-size: 24px;
		line-height: 1.5
	}

	.microsite h3 {
		font-size: 20px;
		line-height: 1.4
	}

	.microsite .text,
	.microsite ol,
	.microsite p,
	.microsite ul {
		font-size: 14px;
		line-height: 1.86
	}

	.microsite .lead {
		font-size: 16px;
		line-height: 1.63
	}
}

@media all and (max-width:980px) {
	.microsite .text.section {
		margin-left: 20px;
		margin-right: 20px
	}
}

@media all and (min-width:981px) {

	.microsite .key-value-list,
	.microsite .lead,
	.microsite .text,
	.microsite h1,
	.microsite h2,
	.microsite h3,
	.microsite h4 {
		-webkit-hyphens: manual;
		-ms-hyphens: manual;
		hyphens: manual
	}
}

.microsite .header-video {
	position: relative
}

@media all and (min-width:981px) {
	.microsite .header-video {
		padding: 50px 0 100px
	}
}

.microsite .header-video .background {
	margin: 0;
	padding: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1
}

@media all and (min-width:981px) {
	.microsite .header-video .background {
		width: 74.453%
	}
}

.microsite .header-video .wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.microsite .header-video .wrapper .inline-video {
	position: relative
}

.microsite .header-video .wrapper .inline-video video {
	width: 100%;
	height: auto
}

.microsite .header-video .wrapper .inline-video .full-film {
	margin-left: 30px;
	padding: 5px 20px;
	left: 0;
	bottom: 20px;
	line-height: 32px;
	color: #e25038;
	font-size: 18px;
	font-weight: 500;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: absolute;
	background-color: rgba(255, 255, 255, .8)
}

.microsite .header-video .wrapper .inline-video .full-film:after {
	content: '\E035';
	font-family: icons;
	font-size: 32px
}

.microsite .header-video .wrapper .inline-video .full-film:hover {
	color: #da001d
}

@media all and (min-width:981px) {
	.microsite .header-video .wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.microsite .header-video .wrapper .inline-video {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 49.0625%;
		flex: 0 0 49.0625%;
		overflow: hidden
	}

	.microsite .header-video .wrapper .inline-video .full-film {
		bottom: inherit;
		position: relative;
		background-color: transparent
	}
}

.microsite .header-video .wrapper .punchline {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 50px 20px;
	min-height: 300px;
	position: relative
}

@media all and (min-width:981px) {
	.microsite .header-video .wrapper .punchline {
		min-height: inherit;
		padding: 0 20px 0 4.687%;
		position: inherit
	}
}

.microsite .header-video .wrapper .punchline .text {
	position: relative;
	font-weight: 500;
	z-index: 1
}

.microsite .header-video .wrapper .punchline .header-image {
	right: 0;
	bottom: 0;
	width: 50%;
	height: 75%;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 0
}

.microsite .headline {
	padding-left: 80px;
	padding-right: 80px;
	max-width: 951px;
	margin: auto
}

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

.microsite .headline h2 {
	font-weight: 400;
	font-family: Metropolis, sans-serif;
	font-size: 50px;
	line-height: 1;
	color: #534c46;
	text-transform: uppercase;
	margin: 0;
	padding: 40px 0
}

.microsite .headline .link-teaser .button-follow {
	padding: 30px 0;
	text-align: center
}

.microsite .headline .link-teaser .button-follow a {
	border-radius: 20px;
	padding: 10px 30px
}

.microsite .slick-next,
.microsite .slick-prev {
	margin: 0 10px;
	padding: 0;
	overflow: hidden;
	background: 0 0;
	border: none;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0
}

@media all and (min-width:981px) {

	.microsite .slick-next,
	.microsite .slick-prev {
		margin: 0
	}
}

.microsite .slick-next:hover,
.microsite .slick-prev:hover {
	cursor: pointer
}

.microsite .slick-next:after,
.microsite .slick-prev:after {
	content: '\E010';
	padding: 0;
	width: 40px;
	height: 40px;
	font-family: icons;
	color: #fbb800;
	font-size: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .25);
	box-shadow: 0 0 4px rgba(0, 0, 0, .25)
}

.microsite .slick-next {
	right: 0;
	left: auto
}

.microsite .slick-next:after {
	content: '\E00F'
}

.microsite .numbered-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

.microsite .numbered-gallery .numbered-item .content {
	padding: 20px 0;
	min-height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

.microsite .numbered-gallery .numbered-item .content .background {
	content: ' ';
	top: 20px;
	right: 0;
	left: 0;
	width: 100%;
	bottom: 20px;
	position: absolute;
	z-index: -1
}

@media all and (min-width:981px) {
	.microsite .numbered-gallery .numbered-item .content .background {
		width: 79.566854990583804%
	}
}

.microsite .numbered-gallery .numbered-item .content .text {
	padding: 50px 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	height: 100%;
	color: #fff;
	position: relative;
	z-index: 1
}

@media all and (max-width:550px) {
	.microsite .numbered-gallery .numbered-item .content .text {
		padding: 75px 0 50px;
		word-break: normal
	}
}

@media all and (min-width:981px) {
	.microsite .numbered-gallery .numbered-item .content .text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 69.303201506591337%;
		flex: 0 0 69.303201506591337%
	}
}

.microsite .numbered-gallery .numbered-item .content .text .description,
.microsite .numbered-gallery .numbered-item .content .text .intro,
.microsite .numbered-gallery .numbered-item .content .text .link-numbered-slide,
.microsite .numbered-gallery .numbered-item .content .text .title {
	padding: 0 60px 0 150px
}

@media all and (max-width:550px) {

	.microsite .numbered-gallery .numbered-item .content .text .description,
	.microsite .numbered-gallery .numbered-item .content .text .intro,
	.microsite .numbered-gallery .numbered-item .content .text .link-numbered-slide,
	.microsite .numbered-gallery .numbered-item .content .text .title {
		padding: 0 60px
	}
}

@media all and (min-width:981px) {

	.microsite .numbered-gallery .numbered-item .content .text .description,
	.microsite .numbered-gallery .numbered-item .content .text .intro,
	.microsite .numbered-gallery .numbered-item .content .text .link-numbered-slide,
	.microsite .numbered-gallery .numbered-item .content .text .title {
		padding: 0 0 0 150px
	}
}

.microsite .numbered-gallery .numbered-item .content .text .intro {
	font-size: 19px
}

.microsite .numbered-gallery .numbered-item .content .text .title {
	font-size: 36px;
	line-height: 1.2;
	font-weight: 700
}

.microsite .numbered-gallery .numbered-item .content .text .description,
.microsite .numbered-gallery .numbered-item .content .text .link-numbered-slide {
	font-size: 24px;
	line-height: 1.5
}

.microsite .numbered-gallery .numbered-item .content .text .link-numbered-slide a {
	color: #fff
}

.microsite .numbered-gallery .numbered-item .content .text .link-numbered-slide a:before {
	content: "\E00F";
	font-family: icons;
	color: #fff;
	line-height: 1;
	font-size: 24px;
	font-weight: 700;
	vertical-align: middle
}

.microsite .numbered-gallery .numbered-item .content .number {
	top: 0;
	left: 20px;
	width: 75px;
	height: 75px;
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	border-radius: 50%;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: .6
}

@media all and (min-width:981px) {
	.microsite .numbered-gallery .numbered-item .content .number {
		width: 110px;
		height: 110px;
		font-size: 54px
	}
}

.microsite .numbered-gallery .numbered-item .content .image-container {
	margin: 0;
	padding: 0 0 0 2.198768689533861%;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none
}

@media all and (min-width:981px) {
	.microsite .numbered-gallery .numbered-item .content .image-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.microsite .numbered-gallery .numbered-item .content .image-container .image {
	width: 99%;
	padding: 0 0 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%
}

.microsite .numbered-gallery .numbered-item .content .background-image {
	bottom: 70px;
	left: 0;
	width: 200px;
	height: 100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute
}

.microsite .numbered-gallery .numbered-item.dark .number {
	color: #534c46
}

.microsite .numbered-gallery .numbered-item.dark .text {
	color: #534c46
}

.microsite .numbered-gallery .numbered-item.dark .text .h2,
.microsite .numbered-gallery .numbered-item.dark .text h3,
.microsite .numbered-gallery .numbered-item.dark .text p {
	color: #534c46
}

@media all and (min-width:981px) {
	.microsite .numbered-gallery .numbered-item.no-picture .text {
		padding: 50px 150px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%
	}

	.microsite .numbered-gallery .numbered-item.no-picture .background {
		width: 100%
	}

	.microsite .numbered-gallery .numbered-item.no-picture .image-container {
		display: none
	}
}

.microsite .numbered-gallery .numbered-item.no-number .number {
	display: none
}

@media all and (min-width:981px) {

	.microsite .numbered-gallery .slick-next,
	.microsite .numbered-gallery .slick-prev {
		width: 8.59375%;
		position: relative;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		overflow: visible
	}

	.microsite .numbered-gallery .slick-next {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.microsite .numbered-gallery .slick-list {
		width: 83.333%
	}
}

.microsite .text-image-teaser {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	position: relative
}

@media all and (min-width:981px) {
	.microsite .text-image-teaser {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.microsite .text-image-teaser .text {
	padding: 0;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row
}

@media all and (min-width:981px) {
	.microsite .text-image-teaser .text {
		min-height: 350px
	}
}

.microsite .text-image-teaser .text .background {
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
	-webkit-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out
}

.microsite .text-image-teaser .text .background .background-image {
	opacity: 1;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 50%;
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out
}

@media all and (min-width:981px) {
	.microsite .text-image-teaser .text .background {
		width: 66.015%
	}

	.microsite .text-image-teaser .text .background .background-image {
		left: 0;
		right: auto;
		background-position: bottom left
	}
}

.microsite .text-image-teaser .text .question {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media all and (min-width:981px) {
	.microsite .text-image-teaser .text .question {
		padding-top: 50px;
		padding-bottom: 50px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 49.0625%;
		flex: 0 0 49.0625%
	}
}

.microsite .text-image-teaser .text .question h2,
.microsite .text-image-teaser .text .question h3,
.microsite .text-image-teaser .text .question p {
	margin-left: 0;
	color: #fff;
	padding: 0 20px;
	width: 100%;
	font-size: 35px;
	line-height: 1.25;
	text-transform: uppercase;
	position: relative;
	z-index: 1
}

@media all and (min-width:981px) {

	.microsite .text-image-teaser .text .question h2,
	.microsite .text-image-teaser .text .question h3,
	.microsite .text-image-teaser .text .question p {
		margin-left: 26.585%;
		padding: 0;
		width: 56.210191082802548%
	}
}

@media all and (max-width:980px) {

	.microsite .text-image-teaser .text .question h2,
	.microsite .text-image-teaser .text .question h3,
	.microsite .text-image-teaser .text .question p {
		padding-top: 20px
	}
}

.microsite .text-image-teaser .text .question div>a {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 20px;
	padding: 0 0 0 25px;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border: none;
	background: 0 0;
	display: inline-block
}

@media all and (min-width:981px) {
	.microsite .text-image-teaser .text .question div>a {
		margin-left: 26.585%
	}
}

.microsite .text-image-teaser .text .question div>a:before {
	top: 0;
	left: 0;
	content: '\E00F';
	font-family: icons;
	color: #fff;
	font-size: 25px;
	position: absolute;
	-webkit-transition: color .3s ease-in-out, -webkit-transform .2s ease-in-out .2s;
	transition: color .3s ease-in-out, -webkit-transform .2s ease-in-out .2s;
	transition: transform .2s ease-in-out .2s, color .3s ease-in-out;
	transition: transform .2s ease-in-out .2s, color .3s ease-in-out, -webkit-transform .2s ease-in-out .2s
}

.microsite .text-image-teaser .text .question div>a:hover {
	color: #003f72
}

.microsite .text-image-teaser .text .question div>a:hover:before {
	color: #003f72
}

@media all and (min-width:981px) {
	.microsite .text-image-teaser .text.open {
		width: 91.453125%;
		margin-right: 8.546875%
	}
}

.microsite .text-image-teaser .text.open .background {
	width: 100%
}

.microsite .text-image-teaser .text.open .question div>a {
	display: none
}

.microsite .text-image-teaser .answer {
	padding: 0 20px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	position: relative;
	z-index: 1;
	display: none;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translateX(20%);
	transform: translateX(20%)
}

.microsite .text-image-teaser .answer.open {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.microsite .text-image-teaser .answer.open .answer-content p {
	padding-left: 0 !important;
	width: 100% !important
}

.microsite .text-image-teaser .answer .close {
	top: 20px;
	right: 20px;
	position: absolute;
	cursor: pointer;
	padding: 0;
	display: block
}

.microsite .text-image-teaser .answer .close:before {
	content: '\E018';
	font-family: icons;
	font-size: 36px
}

@media all and (max-width:980px) {
	.microsite .text-image-teaser .answer .close {
		display: inline-block;
		position: absolute;
		top: 0
	}
}

.microsite .text-image-teaser .answer .answer-content {
	padding: 30px 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media all and (min-width:981px) {
	.microsite .text-image-teaser .answer .answer-content {
		padding: 30px 8.515% 30px 20px
	}
}

@media all and (min-width:981px) {
	.microsite .text-image-teaser .answer {
		margin-left: 1.875%;
		padding: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 49.0625%;
		flex: 0 0 49.0625%
	}
}

.microsite .text-image-teaser .image-container {
	width: 100%;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

@media all and (min-width:981px) {
	.microsite .text-image-teaser .image-container {
		top: 50%;
		right: 8.515625%;
		width: 40.546875%;
		position: absolute;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.microsite .text-image-teaser .image-container.open {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0
	}
}

.microsite .text-image-teaser .image-container .image {
	margin: 0;
	padding: 0;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}

@media all and (min-width:981px) {
	.microsite .text-image-teaser .image-container .image {
		padding: 0 0 56.25%;
		height: 0
	}
}

@media all and (min-width:981px) {
	.microsite .right .text-image-teaser .text .question {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}

	.microsite .right .text-image-teaser .text .question h2,
	.microsite .right .text-image-teaser .text .question h3,
	.microsite .right .text-image-teaser .text .question p {
		margin-left: 54.6875%;
		width: 27.578125%;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}

	.microsite .right .text-image-teaser .text .question div>a {
		margin-left: 54.6875%;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
}

@media all and (min-width:981px) and (min-width:981px) {
	.microsite .right .text-image-teaser .text.open {
		width: 91.453125%;
		margin-left: 8.546875%
	}
}

@media all and (min-width:981px) {
	.microsite .right .text-image-teaser .text.open .question {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 49.0625%;
		flex: 0 0 49.0625%
	}

	.microsite .right .text-image-teaser .text.open .question h2,
	.microsite .right .text-image-teaser .text.open .question h3,
	.microsite .right .text-image-teaser .text.open .question p {
		margin-left: 26.585%;
		width: 56.210191082802548%
	}

	.microsite .right .text-image-teaser .text.open .question div>a {
		margin-left: 26.585%
	}
}

.microsite .right .text-image-teaser .background {
	right: 0;
	left: auto
}

.microsite .right .text-image-teaser .background .background-image {
	background-position: bottom left;
	right: 0;
	left: auto
}

@media all and (min-width:981px) {
	.microsite .right .text-image-teaser .image-container {
		left: 8.515625%;
		right: auto;
		width: 40.546875%;
		position: absolute
	}

	.microsite .right .text-image-teaser .image-container.open {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		opacity: 0
	}
}

.microsite .slick-next,
.microsite .slick-prev {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: 0 0;
	border: none;
	font-size: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0
}

.microsite .slick-next:hover,
.microsite .slick-prev:hover {
	cursor: pointer
}

.microsite .slick-next:after,
.microsite .slick-prev:after {
	content: '\E010';
	padding: 0;
	font-family: icons;
	color: #fbb800;
	font-size: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .25);
	box-shadow: 0 0 4px rgba(0, 0, 0, .25)
}

.microsite .slick-next.slick-disabled,
.microsite .slick-prev.slick-disabled {
	display: none !important
}

.microsite .slick-next {
	right: 0;
	left: auto
}

.microsite .slick-next:after {
	content: '\E00F'
}

.microsite .video-slide-teaser {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media all and (min-width:981px) {
	.microsite .video-slide-teaser {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.microsite .video-slide-teaser .text {
	padding: 20px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%
}

@media all and (min-width:981px) {
	.microsite .video-slide-teaser .text {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 40%;
		flex: 1 0 40%;
		min-height: 350px
	}
}

.microsite .video-slide-teaser .text h2 {
	margin: 0;
	font-size: 35px;
	line-height: 1.25;
	text-transform: uppercase
}

@media all and (min-width:981px) {
	.microsite .video-slide-teaser .text h2 {
		margin-top: 20px;
		margin-bottom: 20px
	}
}

.microsite .video-slide-teaser .text p {
	margin: 0
}

@media all and (min-width:981px) {
	.microsite .video-slide-teaser .text p {
		margin-bottom: 20px
	}
}

.microsite .video-slide-teaser .image {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 350px
}

.microsite .video-slide-teaser .image .play {
	background-image: url(frontend.min/css/img/icon/play.svg);
	height: 100px;
	width: 100px
}

@media all and (min-width:981px) {
	.microsite .video-slide-teaser .image {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 60%;
		flex: 1 0 60%
	}
}

@media all and (min-width:981px) {

	.microsite .video-slide-teaser .slick-next,
	.microsite .video-slide-teaser .slick-prev {
		width: 8.333%;
		position: relative;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		overflow: visible
	}

	.microsite .video-slide-teaser .slick-next {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end
	}

	.microsite .video-slide-teaser .slick-list {
		width: 83.333%;
		margin: 0 auto
	}
}

.microsite .grid-100,
.microsite .grid-25-25-25-25,
.microsite .grid-33-33-33,
.microsite .grid-33-66,
.microsite .grid-50-50,
.microsite .grid-66-33 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.microsite .grid-100 .grid-col-1,
.microsite .grid-100 .grid-col-2,
.microsite .grid-100 .grid-col-3,
.microsite .grid-100 .grid-col-4,
.microsite .grid-100 .grid-col-5,
.microsite .grid-100 .grid-col-6,
.microsite .grid-25-25-25-25 .grid-col-1,
.microsite .grid-25-25-25-25 .grid-col-2,
.microsite .grid-25-25-25-25 .grid-col-3,
.microsite .grid-25-25-25-25 .grid-col-4,
.microsite .grid-25-25-25-25 .grid-col-5,
.microsite .grid-25-25-25-25 .grid-col-6,
.microsite .grid-33-33-33 .grid-col-1,
.microsite .grid-33-33-33 .grid-col-2,
.microsite .grid-33-33-33 .grid-col-3,
.microsite .grid-33-33-33 .grid-col-4,
.microsite .grid-33-33-33 .grid-col-5,
.microsite .grid-33-33-33 .grid-col-6,
.microsite .grid-33-66 .grid-col-1,
.microsite .grid-33-66 .grid-col-2,
.microsite .grid-33-66 .grid-col-3,
.microsite .grid-33-66 .grid-col-4,
.microsite .grid-33-66 .grid-col-5,
.microsite .grid-33-66 .grid-col-6,
.microsite .grid-50-50 .grid-col-1,
.microsite .grid-50-50 .grid-col-2,
.microsite .grid-50-50 .grid-col-3,
.microsite .grid-50-50 .grid-col-4,
.microsite .grid-50-50 .grid-col-5,
.microsite .grid-50-50 .grid-col-6,
.microsite .grid-66-33 .grid-col-1,
.microsite .grid-66-33 .grid-col-2,
.microsite .grid-66-33 .grid-col-3,
.microsite .grid-66-33 .grid-col-4,
.microsite .grid-66-33 .grid-col-5,
.microsite .grid-66-33 .grid-col-6 {
	margin: 0;
	padding: 10px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%
}

.microsite .grid-100 .text,
.microsite .grid-25-25-25-25 .text,
.microsite .grid-33-33-33 .text,
.microsite .grid-33-66 .text,
.microsite .grid-50-50 .text,
.microsite .grid-66-33 .text {
	margin: 0
}

@media all and (min-width:981px) {
	.microsite .grid-66-33 .grid-col-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% * 2 / 3);
		flex: 0 0 calc(100% * 2 / 3);
		width: calc(100% * 2 / 3)
	}

	.microsite .grid-66-33 .grid-col-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 3);
		flex: 0 0 calc(100% / 3);
		width: calc(100% / 3)
	}

	.microsite .grid-33-66 .grid-col-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 3);
		flex: 0 0 calc(100% / 3);
		width: calc(100% / 3)
	}

	.microsite .grid-33-66 .grid-col-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% * 2 / 3);
		flex: 0 0 calc(100% * 2 / 3);
		width: calc(100% * 2 / 3)
	}

	.microsite .grid-33-33-33 .grid-col-1,
	.microsite .grid-33-33-33 .grid-col-2,
	.microsite .grid-33-33-33 .grid-col-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(100% / 3);
		flex: 0 0 calc(100% / 3);
		width: calc(100% / 3)
	}

	.microsite .grid-25-25-25-25 .grid-col-1,
	.microsite .grid-25-25-25-25 .grid-col-2,
	.microsite .grid-25-25-25-25 .grid-col-3,
	.microsite .grid-25-25-25-25 .grid-col-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		width: 25%
	}

	.microsite .grid-50-50 .grid-col-1,
	.microsite .grid-50-50 .grid-col-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		width: 50%
	}

	.microsite .grid-100 .grid-col-1,
	.microsite .grid-100 .grid-col-2,
	.microsite .grid-100 .grid-col-3,
	.microsite .grid-100 .grid-col-4,
	.microsite .grid-100 .grid-col-5,
	.microsite .grid-100 .grid-col-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%
	}
}

.microsite footer {
	background-color: #938880;
	color: #fff
}

.microsite footer #footer-nav {
	min-height: 0
}

.microsite .microsite-section {
	margin: auto;
	padding-top: 0;
	padding-bottom: 65px
}

@media all and (min-width:981px) {
	.microsite .microsite-section {
		padding-bottom: 65px
	}
}

.microsite .microsite-section .full-width,
.microsite .microsite-section.full-width {
	max-width: 1280px
}

.microsite .microsite-section .text.center-elements h2,
.microsite .microsite-section .text.center-elements h3,
.microsite .microsite-section .text.center-elements ol,
.microsite .microsite-section .text.center-elements p,
.microsite .microsite-section .text.center-elements ul {
	margin: 0 auto;
	color: #534c46
}

@media all and (max-width:980px) {

	.microsite .microsite-section .text.center-elements h2,
	.microsite .microsite-section .text.center-elements h3,
	.microsite .microsite-section .text.center-elements ol,
	.microsite .microsite-section .text.center-elements p,
	.microsite .microsite-section .text.center-elements ul {
		padding: 0 10%
	}
}

.microsite .microsite-section .text.center-elements ol,
.microsite .microsite-section .text.center-elements ul {
	text-align: left
}

.microsite .microsite-red,
.microsite a.button.microsite-red {
	background-color: #e25038
}

.microsite .microsite-darkred {
	background-color: #da001d
}

.microsite .microsite-orange,
.microsite a.button.microsite-orange {
	background-color: #f9b627
}

.microsite .microsite-darkorange {
	background-color: #f3991c
}

.microsite .microsite-yellow {
	background-color: #fcc45c
}

.microsite .microsite-grey {
	background-color: #b6ada5
}

.microsite .microsite-lightgrey {
	background-color: #e2dfdb
}

.microsite .microsite-darkgrey {
	background-color: #938880
}

.microsite .microsite-darkgreen,
.microsite a.button.microsite-darkgreen {
	background-color: #63b694
}

.microsite .microsite-darkgreen-2 {
	background-color: #dfeee5
}

.microsite .microsite-darkgreen-3 {
	background-color: #bcdcca
}

.microsite .microsite-darkgreen-4 {
	background-color: #95c9af
}

.microsite .microsite-darkgreen-5 {
	background-color: #02a47a
}

.microsite .microsite-lightgreen,
.microsite a.button.microsite-lightgreen {
	background-color: #aaba5f
}

.microsite .microsite-lightgreen-2 {
	background-color: #ededd9
}

.microsite .microsite-lightgreen-3 {
	background-color: #d6dcb2
}

.microsite .microsite-lightgreen-4 {
	background-color: #c1ca88
}

.microsite .microsite-lightgreen-5 {
	background-color: #92aa35
}

.microsite .microsite-er24-red,
.microsite a.button.microsite-er24-red {
	background-color: #df131b
}

.microsite .microsite-er24-red-2 {
	background-color: #edc5c6
}

.microsite .microsite-er24-red-3 {
	background-color: #de7c7f
}

.microsite .microsite-er24-red-4 {
	background-color: #cc4146
}

.microsite .microsite-er24-red-5 {
	background-color: #cc0209
}

.microsite .microsite-er24-orange,
.microsite a.button.microsite-er24-orange {
	background-color: #f7a300
}

.microsite .microsite-er24-orange-2 {
	background-color: #ffebc4
}

.microsite .microsite-er24-orange-3 {
	background-color: #f7d99c
}

.microsite .microsite-er24-orange-4 {
	background-color: #f2c76f
}

.microsite .microsite-er24-orange-5 {
	background-color: #de9400
}

.microsite .microsite-er24-grey,
.microsite a.button.microsite-er24-grey {
	background-color: #868789
}

.microsite .microsite-er24-grey-2 {
	background-color: #d4d7d9
}

.microsite .microsite-er24-grey-3 {
	background-color: #bcbec0
}

.microsite .microsite-er24-grey-4 {
	background-color: #7c7d80
}

.microsite .microsite-er24-grey-5 {
	background-color: #58595b
}

.microsite .microsite-er24-green,
.microsite a.button.microsite-er24-green {
	background-color: #9cb33a
}

.microsite .microsite-er24-green-2 {
	background-color: #ebf0d5
}

.microsite .microsite-er24-green-3 {
	background-color: #d2dba9
}

.microsite .microsite-er24-green-4 {
	background-color: #bdcc7a
}

.microsite .microsite-er24-green-5 {
	background-color: #7f9909
}

.microsite .microsite-er24-blue,
.microsite a.button.microsite-er24-blue {
	background-color: #152960
}

.microsite .microsite-er24-blue-2 {
	background-color: #ccd8e6
}

.microsite .microsite-er24-blue-3 {
	background-color: #96b3d4
}

.microsite .microsite-er24-blue-4 {
	background-color: #658bb5
}

.microsite .microsite-er24-blue-5 {
	background-color: #013978
}

.microsite .microsite-er24-light-blue,
.microsite a.button.microsite-er24-light-blue {
	background-color: #0094d4
}

.microsite .microsite-er24-light-blue-2 {
	background-color: #cce5f0
}

.microsite .microsite-er24-light-blue-3 {
	background-color: #cce5f0
}

.microsite .microsite-er24-light-blue-4 {
	background-color: #6babc7
}

.microsite .microsite-er24-light-blue-5 {
	background-color: #0072a3
}

.microsite .microsite-mediclinic-blue,
.microsite a.button.microsite-mediclinic-blue {
	background-color: #0094d4
}

.microsite .microsite-mediclinic-blue-2 {
	background-color: #cce5f0
}

.microsite .microsite-mediclinic-blue-3 {
	background-color: #cce5f0
}

.microsite .microsite-mediclinic-blue-4 {
	background-color: #6babc7
}

.microsite .microsite-mediclinic-blue-5 {
	background-color: #0072a3
}

.microsite .microsite-er24-pink,
.microsite a.button.microsite-er24-pink {
	background-color: #e61772
}

.microsite .microsite-er24-pink-2 {
	background-color: #ffe6f1
}

.microsite .microsite-er24-pink-3 {
	background-color: #f7bcd6
}

.microsite .microsite-er24-pink-4 {
	background-color: #f280b2
}

.microsite .microsite-er24-pink-5 {
	background-color: #c20054
}

.microsite .microsite-breast-cancer-pink-1 {
	background-color: #da4283
}

.microsite .microsite-breast-cancer-pink-2 {
	background-color: #e586b1
}

.microsite .cta-button {
	text-align: center;
	margin-top: 40px
}

.microsite .cta-button a {
	padding: 20px 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.microsite .cta-button a.microsite-red:hover {
	background-color: #da001d
}

.microsite .cta-button a.microsite-orange:hover {
	background-color: #f3991c
}

.microsite .cta-button a.microsite-yellow:hover {
	background-color: #f9b627
}

.microsite .cta-button a.microsite-yellow:focus {
	background-color: #f9b627
}

.microsite .cta-button a.microsite-darkgreen:hover {
	background-color: #02a47a
}

.microsite .cta-button a.microsite-lightgreen:hover {
	background-color: #92aa35
}

.microsite .cta-button a.microsite-grey:hover {
	background-color: #938880
}

.microsite .cta-button a.microsite-er24-red:hover {
	background-color: #cc0209
}

.microsite .cta-button a.microsite-er24-orange:hover {
	background-color: #de9400
}

.microsite .cta-button a.microsite-er24-grey:hover {
	background-color: #58595b
}

.microsite .cta-button a.microsite-er24-green:hover {
	background-color: #7f9909
}

.microsite .cta-button a.microsite-er24-blue:hover {
	background-color: #013978;
	color: #fff
}

.microsite .cta-button a.microsite-er24-light-blue:hover {
	background-color: #0072a3
}

.microsite .cta-button a.microsite-mediclinic-blue:hover {
	background-color: #0072a3
}

.microsite .cta-button a.microsite-er24-light-ping:hover {
	background-color: #c20054
}

.microsite .cta-button a.microsite-breast-cancer-pink-1:hover {
	background-color: #e586b1
}

.microsite .cta-button a.microsite-breast-cancer-pink-2:hover {
	background-color: #da4283
}

.microsite .cta-button a .cta-button-icon {
	margin-right: 30px;
	width: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.microsite .cta-button a .cta-button-icon span.icon {
	font-size: 54px;
	color: #fff;
	line-height: 1
}

.microsite .cta-button a .cta-button-icon span.icon:before {
	font-size: 50px
}

.microsite .cta-button a .cta-button-content {
	margin-bottom: -2px;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.microsite .cta-button a .cta-button-content div.description {
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left
}

.microsite .cta-button a .cta-button-content div.label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: left
}

.microsite .cta-button a .cta-button-content div.label.label-icon-no-description:only-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.microsite .overflow-container {
	overflow: hidden;
	width: 100%;
	margin: auto
}

.microsite .overflow-container:not([data-fullWidth=true]) {
	width: 80%
}

.microsite .image-gallery-container {
	width: 83%;
	max-width: 1062px;
	margin: auto
}

.microsite .image-gallery-container .image-gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.microsite .image-gallery-container .slick-list .slick-slide:not(.slick-active):not(.slick-current) {
	opacity: .7
}

.microsite .image-gallery-container .image-gallery-footer {
	width: 100%;
	position: relative
}

@media all and (min-width:980px) {
	.microsite .image-gallery-container :not([data-infinite=true]):not([data-fullWidth=true]) .slick-list.draggable {
		overflow: inherit
	}

	.microsite .image-gallery-container .slick-arrow.slick-prev {
		left: -10.3%
	}

	.microsite .image-gallery-container .slick-arrow.slick-next {
		right: -10.3%
	}

	.microsite .image-gallery-container .slick-arrow::after {
		margin: 2px
	}
}

@media all and (max-width:978px) {
	.microsite .overflow-container:not([data-fullWidth=true]) {
		width: 100%
	}

	.microsite .image-gallery-container {
		width: 100%
	}
}

.microsite .top-scroll {
	background-image: url(frontend.min/css/img/icon/to_top.svg);
	background-size: 40px;
	background-position: -1px 2px;
	background-repeat: no-repeat;
	width: 34px;
	height: 40px;
	display: none;
	position: fixed;
	bottom: 32px;
	left: calc(50% + 660px);
	z-index: 99;
	font-size: 18px;
	top: auto;
	right: auto;
	margin-left: 0
}

@media all and (max-width:980px) {
	.microsite .top-scroll {
		position: fixed;
		right: 30px;
		left: auto
	}
}

.microsite .page-tools .share-us A.icon-share {
	float: right;
	line-height: 26px
}

.microsite .page-tools .share-us A.icon-share::before {
	line-height: 26px
}

.microsite a.hide-on-small.icon-share:before {
	font-size: 32px
}

.microsite .show-on-small .page-tools-more a:before {
	font-size: 32px
}

@media all and (min-width:601px) {
	.microsite .page-tools .social-bar.in {
		position: absolute;
		top: 36px
	}
}

.microsite .menu-social.active {
	position: fixed;
	width: 100%;
	top: 67px
}

.microsite .html-component {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center
}

.microsite .html-component .typeform-widget iframe #root {
	opacity: 1
}

.microsite .grid-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.microsite .grid-container h2,
.microsite .grid-container h3 {
	font-weight: 500
}

.microsite .grid-container .tile {
	min-height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media all and (min-width:981px) {
	.microsite .grid-container .tile {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.microsite .grid-container .tile .title {
	z-index: 1
}

.microsite .grid-container .tile .text {
	padding: 20px;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1
}

@media all and (min-width:981px) {
	.microsite .grid-container .tile .text {
		padding: 50px;
		-webkit-box-flex: 1;
		-ms-flex: 1 1 50%;
		flex: 1 1 50%
	}
}

.microsite .grid-container .tile .text a,
.microsite .grid-container .tile .text h2,
.microsite .grid-container .tile .text h3,
.microsite .grid-container .tile .text p {
	color: #fff;
	z-index: 1;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

.microsite .grid-container .tile .text p {
	margin: 0
}

.microsite .grid-container .tile .text .link {
	font-size: 24px;
	display: inline-block;
	position: relative;
	z-index: 1
}

@media all and (min-width:981px) {
	.microsite .grid-container .tile .text .link {
		margin-top: 20px
	}
}

.microsite .grid-container .tile .text .link a {
	padding-left: 30px;
	display: inline-block
}

.microsite .grid-container .tile .text .link a:before {
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	content: '\E00F';
	font-family: icons;
	font-size: 24px;
	color: #fff;
	position: absolute;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.microsite .grid-container .tile .text .link a:hover {
	color: #003f72
}

.microsite .grid-container .tile .text .link a:hover:before {
	color: #003f72
}

.microsite .grid-container .tile .text .background-image {
	top: auto;
	right: 0;
	bottom: 0;
	width: 75%;
	height: 75%;
	left: auto;
	background-position: bottom right;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0
}

.microsite .grid-container .tile .text.text-expanded {
	-webkit-box-flex: 33.333%;
	-ms-flex: 33.333%;
	flex: 33.333%;
	display: none
}

.microsite .grid-container .tile .image {
	min-height: 350px;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

@media all and (min-width:981px) {
	.microsite .grid-container .tile .image {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%
	}
}

.microsite .grid-container .tile.dark .text {
	color: #534c46
}

.microsite .grid-container .tile.dark .text a,
.microsite .grid-container .tile.dark .text h2,
.microsite .grid-container .tile.dark .text h3,
.microsite .grid-container .tile.dark .text p {
	color: #534c46
}

.microsite .grid-container .tile.dark .link a:before {
	color: #534c46
}

.microsite .grid-container .tile-33.expandable,
.microsite .grid-container .tile-66.expandable {
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

@media all and (min-width:981px) {
	.microsite .grid-container .tile-33 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.333%;
		flex: 0 0 33.333%
	}
}

@media all and (min-width:981px) {
	.microsite .grid-container .tile-66 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.666%;
		flex: 0 0 66.666%
	}
}

@media all and (min-width:981px) {
	.microsite .grid-container .hidden-tile {
		display: none;
		visibility: hidden
	}
}

.microsite .grid-container.expanded .expandable {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.microsite .grid-container.expanded .expandable .text-expanded {
	visibility: visible;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 66.666%;
	-ms-flex: 66.666%;
	flex: 66.666%
}

.microsite .grid-container.expanded .expandable .text-unexpanded {
	visibility: hidden;
	display: none
}

.microsite .grid-container.expanded .expandable .image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%
}

.microsite .grid-container.expanded .expandable.tile-66 {
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%
}

.microsite .grid-container.expanded .expandable.tile-33 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666%;
	flex: 0 0 66.666%
}

.microsite .grid-container.expanded .expandable.tile-33 .text-expanded {
	width: 100%;
	-webkit-box-flex: 100%;
	-ms-flex: 100%;
	flex: 100%
}

@media all and (max-width:980px) {
	.microsite .grid-container.expanded .expandable.tile-33 {
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%
	}
}

.microsite .grid-container.expanded .expandable.tile-33::before,
.microsite .grid-container.expanded .expandable.tile-66::before {
	top: 20px;
	left: calc(100% - 56px);
	width: 0;
	height: 0;
	position: relative;
	cursor: pointer;
	padding: 0;
	content: '\E018';
	font-family: icons;
	font-size: 36px
}

@media all and (max-width:980px) {

	.microsite .grid-container .tile-33.expandable,
	.microsite .grid-container .tile-66.expandable {
		width: 100%;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%
	}

	.microsite .grid-container .tile-33.expandable .text-expanded,
	.microsite .grid-container .tile-66.expandable .text-expanded {
		width: 100%;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}

	.microsite .grid-container .tile-33.expandable .image,
	.microsite .grid-container .tile-66.expandable .image {
		width: 100%;
		-webkit-box-flex: 100%;
		-ms-flex: 100%;
		flex: 100%;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
}

.microsite .cookie-notification,
.microsite .cookie-notification p {
	color: #534c46;
	font-size: 14px;
	line-height: 18px;
	font-family: Metropolis, Arial, Sans-Serif;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 1rem
}

.microsite .cookie-notification {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f0efed;
	margin-bottom: -500px;
	-webkit-transition: margin 1s ease-out;
	transition: margin 1s ease-out;
	z-index: 99
}

@media only screen and (max-width:601px) {

	.microsite .hotspot-wrapper .hotspot-item-wrapper .text h2,
	.microsite .hotspot-wrapper .hotspot-item-wrapper h2 {
		font-size: 18px;
		line-height: 24px;
		margin: 10px 0 20px 0;
		color: #534c46;
		text-transform: unset;
		padding-bottom: 0 !important
	}

	.microsite .hotspot-wrapper .hotspot-item-wrapper .text h3,
	.microsite .hotspot-wrapper .hotspot-item-wrapper h3 {
		font-size: 16px;
		line-height: 24px;
		color: #72665b;
		padding-bottom: 0 !important;
		text-transform: unset;
		font-weight: 700
	}

	.microsite .hotspot-wrapper .hotspot-item-wrapper .text {
		margin: 0
	}

	.microsite .hotspot-wrapper .hotspot-item-wrapper ol,
	.microsite .hotspot-wrapper .hotspot-item-wrapper p,
	.microsite .hotspot-wrapper .hotspot-item-wrapper ul {
		line-height: 24px;
		font-size: 1rem;
		max-width: 792px;
		color: #534c46;
		margin-bottom: 20px
	}
}

.microsite .youtube .stage-media {
	margin-left: auto;
	margin-right: auto
}

.microsite .form {
	width: 88%;
	max-width: 940px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.microsite .form p {
	color: #534c46
}

.microsite .form .button-bar {
	text-align: center
}

.microsite .form .button-bar .button {
	font-size: 24px
}

@media all and (max-width:980px) {
	.microsite .form .text.section {
		margin-left: 0;
		margin-right: 0
	}
}

.microsite .media-teaser-ontop h3 {
	color: #534c46
}

@media all and (min-width:981px) {
	.microsite .grid-100 .grid-col-1 .media-teaser-ontop {
		width: 70%;
		margin: 0 auto
	}
}

.minimal #nav,
.minimal #nav A,
.minimal #nav DIV,
.minimal #nav H4,
.minimal #nav LI,
.minimal #nav SPAN,
.minimal #nav UL {
	font-family: Metropolis, Arial, Sans-Serif;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-weight: 400;
	line-height: 16px;
	font-size: 14px;
	padding: 0 0;
	margin: 0 0;
	position: static;
	color: #72665b;
	display: block;
	border: none;
	float: none
}

.microsite .navigation-overlay {
	overflow: scroll
}

.no-js.minimal #nav UL.lvl-1 {
	display: none
}

.minimal #nav A.home,
.minimal #nav A>.next {
	display: block
}

.minimal #nav #nav-top {
	max-width: 500px;
	overflow: hidden;
	position: absolute;
	z-index: 800;
	right: 0;
	width: 100%;
	padding-left: 1px;
	padding-top: 2px
}

.minimal #nav DIV.nav-top {
	top: 0;
	position: relative;
	border-color: #d0cac6;
	margin-left: -1px
}

.minimal #nav .nav-top>ul {
	display: none !important
}

.minimal #nav .nav-top .menu-current {
	display: none;
	opacity: 0;
	height: 0
}

.menu-open.minimal #page {
	position: relative
}

.minimal.menu-open #nav .menu-current {
	display: block !important;
	opacity: 1;
	height: 100vh;
	transition: all .6s;
	background-color: #fff;
	overflow: auto;
	border-left: 1px solid #d0cac6;
	border-bottom: 1px solid #d0cac6
}

.minimal.menu-open #nav .menu-current>.body {
	padding-bottom: 190px
}

.minimal #nav .menu-current>.body>A.home,
.minimal #nav li>.head {
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid;
	border-color: #d0cac6;
	padding-left: 5px;
	padding-right: 5px
}

.minimal #nav .menu-current>.body>A.home {
	background-color: #f6f5f4
}

.minimal #nav li>.body {
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 100%;
	background-color: #fff;
	z-index: 1
}

.minimal #nav li>.body.panel-active {
	left: 0;
	transition: left .4s
}

.minimal #nav .menu-current>.body>A.home SPAN,
.minimal #nav .nav-label,
.minimal #nav li>.head>A.lnk {
	padding: 20px 2px 20px 15px
}

.minimal #nav .menu-current>.body>A.home SPAN,
.minimal #nav li>.head>A.lnk {
	margin: 2px -2px 2px -4px;
	font-family: Metropolis, Arial, Sans-Serif;
	font-weight: 400;
	outline-color: #72665b;
	display: block;
	line-height: 20px;
	font-size: 18px;
	color: #72665b
}

.minimal #nav .menu-current>.body>A.home SPAN {
	padding-left: 28px;
	padding-right: 0;
	color: #0094d4
}

.minimal #nav li>.head>A>.next {
	background-image: url(frontend.min/css/img/icon/nav-arrow-next-right.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	outline-color: #72665b;
	width: 44px;
	right: 2px;
	top: 2px;
	bottom: 2px;
	position: absolute
}

.minimal #nav .menu-current>.body>A.home {
	background-image: url(frontend.min/css/img/icon/nav-arrow-home-left.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	outline-color: #72665b
}

.minimal #nav UL>LI>.head A {
	transition: none
}

.minimal #nav LI.teaser {
	border-bottom: 1px solid;
	border-color: #d0cac6;
	display: none
}

.minimal #nav LI.teaser>.title {
	margin: 15px 10px 0;
	background-color: #f0efed;
	padding: 10px 5px;
	font-size: 16px;
	color: #534c46
}

.minimal #nav LI.teaser .desc>DIV {
	padding: 10px 10px
}

.minimal #nav .nav-slider {
	margin: 0 10px 10px;
	border-bottom: 1px solid;
	border-color: #d0cac6
}

.minimal #nav .rtp-slider-panel {
	overflow: hidden
}

.minimal #nav .rtp-slider-panel .image {
	float: left;
	width: 30%
}

.minimal #nav .rtp-slider-panel .desc {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0);
	float: right;
	width: 70%
}

.minimal #nav .rtp-nav-dots {
	margin-bottom: 5px
}

.minimal #nav .lnk-landing {
	display: list-item
}

.minimal #nav .lnk-landing a {
	font-weight: 700 !important
}

.minimal .search-box {
	display: block !important
}

.minimal .navigation-overlay>ul {
	max-width: 600px;
	margin: auto
}

.minimal .navigation-overlay .level-2-wrapper,
.minimal .navigation-overlay .level-3-wrapper {
	position: relative;
	display: none;
	padding-left: 10px
}

.minimal .navigation-overlay .level-2-wrapper:before,
.minimal .navigation-overlay .level-3-wrapper:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 25px;
	width: 2px;
	background-color: #0094d4
}

.minimal .navigation-overlay .level-2-nav,
.minimal .navigation-overlay .level-3-wrapper li {
	position: relative;
	padding-left: 4px
}

.minimal .navigation-overlay .level-2-nav:last-child,
.minimal .navigation-overlay .level-3-wrapper li:last-child {
	border-bottom: 0
}

.minimal .navigation-overlay .level-2-nav:before,
.minimal .navigation-overlay .level-3-wrapper li:before {
	content: '';
	position: absolute;
	top: 23px;
	left: -10px;
	width: 10px;
	height: 2px;
	background-color: #0094d4
}

.minimal .navigation-overlay ul .navigation-item {
	text-align: left
}

.minimal .navigation-overlay ul .navigation-item ul {
	text-align: left
}

.minimal .navigation-overlay li {
	position: relative
}

.minimal .navigation-overlay li a {
	height: 50px;
	display: flex;
	align-items: center
}

.minimal .navigation-overlay ul .navigation-item ul .level-2-nav {
	box-sizing: border-box
}

.minimal .navigation-overlay ul .navigation-item ul .level-2-nav A {
	color: #0094d4;
	font-size: 25px;
	font-weight: 400
}

.minimal .navigation-overlay ul .navigation-item ul .level-3-wrapper A {
	font-size: 20px;
	color: #72665b
}

.minimal .navigation-overlay li {
	position: relative
}

.minimal .navigation-item>a {
	font-size: 30px
}

.minimal .navigation-item a {
	width: calc(100% - 50px)
}

.minimal .level-node span {
	position: relative
}

.minimal .level-node span font {
	display: none
}

.minimal .level-node>span {
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center
}

.minimal .level-node>span:after {
	content: '\FF0B';
	font-family: Icons;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	color: #0094d4
}

.minimal .level-expanded>span:after {
	content: '\FF0D'
}

.minimal .level-leaf>span {
	display: none
}

@media all and (max-width:600px) {
	.minimal .navigation-overlay {
		height: calc(100% - 67px);
		padding: 5vh 5%;
		overflow-y: scroll;
		box-sizing: border-box
	}

	.minimal .navigation-item>a {
		font-size: 20px
	}

	.minimal .navigation-overlay ul .navigation-item ul .level-2-nav A {
		font-size: 18px
	}

	.minimal .navigation-overlay ul .navigation-item ul .level-3-wrapper A {
		font-size: 16px
	}
}

.hotspot-wrapper {
	display: inline-block;
	position: relative;
	width: 100%
}

.hotspot-back {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	font-size: 24px;
	color: #fff;
	background-color: grey;
	padding: 6px 8px;
	border-radius: 2px;
	display: none;
	cursor: pointer
}

.hotspot-back a {
	color: #fff
}

.hotspot-container {
	transform: translateZ(-1px)
}

.hotspot-container.hotspot--active>.hotspot-image-wrapper {
	display: inline-block
}

.hotspot-image-wrapper {
	position: relative;
	display: none;
	width: 100%
}

.hotspot-image-wrapper img {
	max-width: 100%
}

.hotspot-item-wrapper {
	position: relative;
	display: none;
	min-height: 40px;
	padding: 6px 10px;
	border-top: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 0;
	overflow: hidden;
	box-sizing: border-box
}

.hotspot-item-wrapper:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.hotspot-item-wrapper .hotspot-item-dot {
	animation: none
}

.hotspot-item-list {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center
}

.hotspot-item-wrapper[data-type=container] .hotspot-item-list:after,
.hotspot-item-wrapper[data-type=link] .hotspot-item-list:after {
	content: "\E00B";
	position: absolute;
	top: 50%;
	right: 6px;
	font-family: Icons;
	font-size: 30px;
	vertical-align: middle;
	color: inherit;
	transform: translate(0, -50%) rotate(180deg)
}

.hotspot-item-wrapper[data-type=overlay] .hotspot-item-list:after {
	content: '\FF0B';
	position: absolute;
	top: 50%;
	right: 6px;
	background-color: #fff;
	float: right;
	font-size: 30px;
	position: absolute;
	transform: translate(0, -50%)
}

.hotspot-item-wrapper .hotspot-overlay {
	width: 100%;
	min-height: auto;
	display: none;
	padding: 0;
	box-sizing: border-box
}

.hotspot-item-wrapper .hotspot-overlay .hotspot-overlay-close {
	display: none
}

.hotspot-item-wrapper.item-open .hotspot-overlay {
	display: block
}

.hotspot-item-wrapper.item-open .hotspot-item-list:after {
	content: '\FF0D'
}

.hotspot-item-spot {
	position: absolute;
	display: none;
	align-items: center;
	justify-content: center;
	cursor: pointer
}

.hotspot-item-spot[data-type=dot],
.hotspot-item-spot[data-type=label] {
	cursor: pointer
}

.hotspot-item-spot[data-type=label] .hotspot-item-dot {
	visibility: hidden
}

.hotspot-item-spot[data-always-visible=false]:hover .hotspot-item-label,
.hotspot-item-spot[data-always-visible=true] .hotspot-item-label {
	opacity: 1;
	pointer-events: auto
}

.hotspot-container[data-animation=always] .hotspot-item-spot .hotspot-item-dot,
.hotspot-container[data-animation=on-hover] .hotspot-item-spot:hover .hotspot-item-dot {
	animation: pulse 2s infinite
}

.hotspot-container[data-animation=always] .hotspot-item-spot .hotspot-item-dot.red,
.hotspot-container[data-animation=on-hover] .hotspot-item-spot:hover .hotspot-item-dot.red {
	animation: pulse-red 2s infinite
}

.hotspot-container[data-animation=always] .hotspot-item-spot .hotspot-item-dot.blue,
.hotspot-container[data-animation=on-hover] .hotspot-item-spot:hover .hotspot-item-dot.blue {
	animation: pulse-blue 2s infinite
}

.hotspot-container[data-animation=always] .hotspot-item-spot .hotspot-item-dot.grey,
.hotspot-container[data-animation=on-hover] .hotspot-item-spot:hover .hotspot-item-dot.grey {
	animation: pulse-grey 2s infinite
}

.hotspot-container[data-animation=always] .hotspot-item-spot .hotspot-item-dot.mhr-blue,
.hotspot-container[data-animation=on-hover] .hotspot-item-spot:hover .hotspot-item-dot.mhr-blue {
	animation: pulse-mhr-blue 2s infinite
}

.hotspot-container[data-animation=always] .hotspot-item-spot .hotspot-item-dot.mhr-grey,
.hotspot-container[data-animation=on-hover] .hotspot-item-spot:hover .hotspot-item-dot.mhr-grey {
	animation: pulse-mhr-grey 2s infinite
}

.hotspot-container[data-animation=always] .hotspot-item-spot .hotspot-item-dot.mhr-green,
.hotspot-container[data-animation=on-hover] .hotspot-item-spot:hover .hotspot-item-dot.mhr-green {
	animation: pulse-mhr-green 2s infinite
}

.hotspot-container[data-animation=always] .hotspot-item-spot .hotspot-item-dot.orange,
.hotspot-container[data-animation=on-hover] .hotspot-item-spot:hover .hotspot-item-dot.orange {
	animation: pulse-orange 2s infinite
}

.hotspot-container[data-animation=always] .hotspot-item-spot .hotspot-item-dot.pink-dark,
.hotspot-container[data-animation=on-hover] .hotspot-item-spot:hover .hotspot-item-dot.pink-dark {
	animation: pulse-pink-dark 2s infinite
}

.hotspot-container[data-animation=always] .hotspot-item-spot .hotspot-item-dot.pink-light,
.hotspot-container[data-animation=on-hover] .hotspot-item-spot:hover .hotspot-item-dot.pink-light {
	animation: pulse-pink-light 2s infinite
}

.hotspot-item-dot {
	position: relative;
	min-width: 22px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fba738;
	box-shadow: 0 0 0 rgba(204, 169, 44, .4);
	display: flex;
	align-items: center;
	justify-content: center
}

.hotspot-item-dot.blue {
	background: #0094d4
}

.hotspot-item-dot.red {
	background: #df131b
}

.hotspot-item-dot.grey {
	background: #938880
}

.hotspot-item-dot.mhr-blue {
	background: #0094d4
}

.hotspot-item-dot.mhr-grey {
	background: #72665b
}

.hotspot-item-dot.mhr-green {
	background: #bed747
}

.hotspot-item-dot.orange {
	background: #fba738
}

.hotspot-item-dot.pink-dark {
	background: #da4283
}

.hotspot-item-dot.pink-light {
	background: #e586b1
}

.hotspot-item-dot:after,
.hotspot-item-dot:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 2px;
	background-color: #fff
}

.hotspot-item-dot:before {
	transform: translate(-50%, -50%)
}

.hotspot-item-dot:after {
	transform: translate(-50%, -50%) rotate(90deg)
}

.hotspot-item-dot:hover {
	animation: none
}

.hotspot-item-index {
	display: none
}

.hotspot-item-spot .hotspot-item-label {
	position: absolute;
	top: 50%;
	left: 100%;
	margin-left: 14px;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	white-space: nowrap;
	transform: translate(0, -50%);
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s ease-in-out;
	z-index: 2
}

.hotspot-item-label {
	padding: 6px 8px;
	background: #fff;
	color: #333
}

.hotspot-item-spot .hotspot-item-label--left {
	margin-right: 14px;
	margin-left: 0;
	right: 100%;
	left: auto
}

.hotspot-item-label:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #fff;
	transform: translate(0, -50%)
}

.hotspot-item-label--left:before {
	right: auto;
	left: 100%;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #fff;
	border-right: 0
}

.hotspot-overlay {
	min-height: 500px;
	max-height: 700px;
	padding: 40px;
	padding-top: 85px;
	overflow-y: scroll;
	background: #fff
}

.hotspot-overlay H2 {
	margin-top: 0
}

.hotspot-overlay-close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 100%;
	background-color: #fba738;
	cursor: pointer
}

.hotspot-overlay-close.blue {
	background: #0094d4
}

.hotspot-overlay-close.red {
	background: #df131b
}

.hotspot-overlay-close.grey {
	background: #938880
}

.hotspot-overlay-close.mhr-blue {
	background: #0094d4
}

.hotspot-overlay-close.mhr-grey {
	background: #72665b
}

.hotspot-overlay-close.mhr-green {
	background: #bed747
}

.hotspot-overlay-close.orange {
	background: #fba738
}

.hotspot-overlay-close.pink-dark {
	background: #da4283
}

.hotspot-overlay-close.pink-light {
	background: #e586b1
}

.hotspot-overlay-close:after,
.hotspot-overlay-close:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: 4px;
	background-color: #fff
}

.hotspot-overlay-close:before {
	transform: translate(-50%, -50%) rotate(45deg)
}

.hotspot-overlay-close:after {
	transform: translate(-50%, -50%) rotate(-45deg)
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, .8)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, .8);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, .8)
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
	}
}

@-webkit-keyframes pulse-red {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(223, 19, 27, .8)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(223, 19, 27, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(223, 19, 27, 0)
	}
}

@keyframes pulse-red {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(223, 19, 27, .8);
		box-shadow: 0 0 0 0 rgba(223, 19, 27, .8)
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(223, 19, 27, 0);
		box-shadow: 0 0 0 10px rgba(223, 19, 27, 0)
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(223, 19, 27, 0);
		box-shadow: 0 0 0 0 rgba(223, 19, 27, 0)
	}
}

@-webkit-keyframes pulse-blue {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 148, 212, .8)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(0, 148, 212, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 148, 212, 0)
	}
}

@keyframes pulse-blue {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 148, 212, .8);
		box-shadow: 0 0 0 0 rgba(0, 148, 212, .8)
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(0, 148, 212, 0);
		box-shadow: 0 0 0 10px rgba(0, 148, 212, 0)
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 148, 212, 0);
		box-shadow: 0 0 0 0 rgba(0, 148, 212, 0)
	}
}

@-webkit-keyframes pulse-grey {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(147, 136, 128, .8)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(147, 136, 128, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(147, 136, 128, 0)
	}
}

@keyframes pulse-grey {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(147, 136, 128, .8);
		box-shadow: 0 0 0 0 rgba(147, 136, 128, .8)
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(147, 136, 128, 0);
		box-shadow: 0 0 0 10px rgba(147, 136, 128, 0)
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(147, 136, 128, 0);
		box-shadow: 0 0 0 0 rgba(147, 136, 128, 0)
	}
}

@-webkit-keyframes pulse-mhr-blue {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 148, 212, .8)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(0, 148, 212, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(0, 148, 212, 0)
	}
}

@keyframes pulse-mhr-blue {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 148, 212, .8);
		box-shadow: 0 0 0 0 rgba(0, 148, 212, .8)
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(0, 148, 212, 0);
		box-shadow: 0 0 0 10px rgba(0, 148, 212, 0)
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(0, 148, 212, 0);
		box-shadow: 0 0 0 0 rgba(0, 148, 212, 0)
	}
}

@-webkit-keyframes pulse-mhr-grey {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(114, 102, 91, .8)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(114, 102, 91, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(114, 102, 91, 0)
	}
}

@keyframes pulse-mhr-grey {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(114, 102, 91, .8);
		box-shadow: 0 0 0 0 rgba(114, 102, 91, .8)
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(114, 102, 91, 0);
		box-shadow: 0 0 0 10px rgba(114, 102, 91, 0)
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(114, 102, 91, 0);
		box-shadow: 0 0 0 0 rgba(114, 102, 91, 0)
	}
}

@-webkit-keyframes pulse-mhr-green {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(190, 215, 71, .8)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(190, 215, 71, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(190, 215, 71, 0)
	}
}

@keyframes pulse-mhr-green {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(190, 215, 71, .8);
		box-shadow: 0 0 0 0 rgba(190, 215, 71, .8)
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(190, 215, 71, 0);
		box-shadow: 0 0 0 10px rgba(190, 215, 71, 0)
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(190, 215, 71, 0);
		box-shadow: 0 0 0 0 rgba(190, 215, 71, 0)
	}
}

@-webkit-keyframes pulse-orange {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, .8)
	}

	70% {
		-webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
	}
}

@keyframes pulse-orange {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, .8);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, .8)
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
		box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
	}
}

@keyframes pulse-pink-dark {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(218, 66, 131, .8);
		box-shadow: 0 0 0 0 rgba(218, 66, 131, .8)
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(218, 66, 131, 0);
		box-shadow: 0 0 0 10px rgba(218, 66, 131, 0)
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(218, 66, 131, 0);
		box-shadow: 0 0 0 0 rgba(218, 66, 131, 0)
	}
}

@keyframes pulse-pink-light {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(229, 134, 177, .8);
		box-shadow: 0 0 0 0 rgba(229, 134, 177, .8)
	}

	70% {
		-moz-box-shadow: 0 0 0 10px rgba(229, 134, 177, 0);
		box-shadow: 0 0 0 10px rgba(229, 134, 177, 0)
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(229, 134, 177, 0);
		box-shadow: 0 0 0 0 rgba(229, 134, 177, 0)
	}
}

@media all and (max-width:600px) {
	.hotspot-container.hotspot--active>.hotspot-item-wrapper {
		display: block
	}

	.hotspot-overlay {
		max-height: unset
	}

	.hotspot-item-wrapper[data-type=label] {
		min-height: 0;
		height: 0;
		padding: 0;
		border: 0
	}

	.hotspot-item-wrapper[data-type=label]:last-child {
		border-top: 1px solid rgba(0, 0, 0, .2)
	}

	.hotspot-item-dot:after,
	.hotspot-item-dot:before {
		display: none
	}

	.hotspot-item-index {
		display: block;
		color: #fff
	}

	.hotspot-item-spot .hotspot-item-label {
		display: none
	}

	.hotspot-item-spot[data-type=label] {
		display: none
	}
}

.hotspot-config-item tbody td,
.hotspot-config-item tbody th {
	padding: 5px
}

table.hotspot-config-item th {
	text-align: left;
	background-color: #e0e0e0;
	border: none;
	position: relative;
	cursor: pointer;
	margin: 0
}

.hotspot-config-item tbody tr:nth-child(2n) {
	border-bottom: 0;
	background-color: #f2f2f2
}

.author-warn {
	background-color: rgba(255, 197, 16, .5);
	padding: 3px 10px
}

.hotspot-grid {
	display: inline-table;
	position: relative;
	vertical-align: top;
	margin: 30px;
	margin-left: 0;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	width: 100%;
	transform-style: preserve-3d
}

.hotspot-grid .top {
	margin-top: -30px;
	margin-left: -7px;
	width: 100%
}

.hotspot-grid .absolute {
	position: absolute
}

.hotspot-grid .left {
	margin-left: -30px;
	margin-top: -12px;
	height: 100%
}

.hotspot-grid img {
	display: block;
	width: 100%
}

.hotspot-grid:before {
	position: absolute;
	content: '';
	background-image: repeating-linear-gradient(0deg, transparent, #ccc 0, transparent 3px, transparent 10%), repeating-linear-gradient(-90deg, transparent, #ccc 0, transparent 3px, transparent 10%);
	pointer-events: none;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1
}

.hotspotContainerEditor {
	padding-top: 50px;
	padding-bottom: 15px
}

.social-chat-wrapper {
	padding: 0;
	border-style: solid;
	border-width: 0;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	list-style: outside none none;
	letter-spacing: normal;
	line-height: normal;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
	word-spacing: normal;
	background-repeat: repeat-x;
	background-position: left bottom;
	border-color: transparent;
	border-radius: 3px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: block;
	z-index: 1000000;
	top: 50%;
	bottom: auto;
	left: auto;
	right: 0
}

.social-chat-wrapper.social-chat-lpm {
	position: fixed;
	margin: 98px 1px 1px auto
}

.social-chat-wrapper.social-chat-dotchat {
	margin: 5px 1px 1px auto
}


/*===== VARIABLES CSS =====*/
:root {
  --header-height: 3rem;

  /*===== Colors =====*/
  --first-color: #5B65F5;
  --first-color-light: #C4C7F5;
  --dark-color: #0E1026;
  --white-color: #FBFBFB;

  /*===== z index =====*/
  --z-fixed: 100;
}

@media screen and (min-width: 768px) {
  :root {
    --nav-name-font-size: 1rem;
    --normal-font-size: 1rem;
  }
}

/ * ===== NAV ===== * /
@media screen and (max-width: 768px) {
  .are not {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: var(--first-color);
    width: 80%;
    height: 100vh;
    padding: 2rem 0;
    z-index: var(--z-fixed);
    transition: .5s;
    overflow-y: auto;
  }
}

.nav__content {
  display: flex;
  flex-direction: column;
}

.nav__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 3rem;
}

.nav__img {
  display: flex;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1rem;
}

.nav__img img {
  width: 70px;
}

.nav__name {
  display: block;
  font-size: var(--nav-name-font-size);
  color: var(--white-color);
}

.nav__item {
  1margin-bottom: 2rem;
}

.nav__link {
  color: var(--first-color-light);
}

.nav__link:hover {
  color: var(--white-color);
}

/*Show menu*/
.show {
  left: 0;
}

/*Active link*/
.active {
  color: var(--white-color);
}

/*=== Dropdown ===*/
.dropdown__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dropdown__icon {
  font-size: 1.3rem;
  transition: .5s;
}

.dropdown__menu {
  margin: 1rem 0 0 1rem;
  background-color: #fff;
  display: none;
}

.dropdown__item {
  margin: 1rem 0;
}

.dropdown:hover > .dropdown__menu {
  display: block;
}

.dropdown:hover .dropdown__icon {
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  body {
    margin: 0;
  }
  .header {
    height: calc(var(--header-height) + 1rem);
  }
  .header__logo, .header__toggle {
    display: none;
  }
  .are not {
    width: 100%;
  }
  .nav__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .nav__profile {
    flex-direction: row;
    text-align: initial;
    margin-bottom: 0;
  }
  .nav__img {
    width: 40px;
    height: 40px;
    margin-right: .5rem;
    margin-bottom: 0;
  }
  .nav__img img {
    width: 46px;
  }
  .nav__name {
    color: var(--dark-color);
  }
  .nav__list {
    display: flex;
    align-items: center;
  }
  .nav__item {
    1margin: 0 1.5rem;
    1padding: 1.4rem 0;
  }
  .nav__link {
    color: var(--dark-color);
  }
  .nav__link:hover {
    color: var(--first-color);
  }
  /*Active link new color*/
  .active {
    color: var(--first-color);
  }
  .dropdown {
    position: relative;
  }
  .dropdown__menu {
    position: fixed;
    margin: 0;
    top: calc(var(--header-height) + 2rem);
    padding: .25rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: .5rem;
  }
  .dropdown__item {
    margin: .5rem 0;
  }
}