:root {
	/* Colors */
	--dark-blue: 23, 46, 76, 1;
	--dark-blue-01: 0, 5, 44, 1;
	--dark-blue-02: 40, 59, 117, 1;
	--dark-blue-03: 50, 88, 152, 1;
	--dark-blue-04: 85, 133, 186, 1;
	--dark-blue-05: 166, 199, 230, 1;
	--dark-blue-06: 206, 217, 240, 1;
	--light-blue: 4, 130, 195, 1;
	--light-blue-01: 0, 77, 133, 1;
	--light-blue-02: 0, 171, 220, 1;
	--light-blue-03: 117, 202, 235, 1;
	--light-blue-04: 167, 220, 248, 1;
	--light-blue-05: 205, 234, 252, 1;
	--green-01: 0, 94, 76, 1;
	--green-02: 0, 156, 136, 1;
	--green-03: 63, 180, 159, 1;
	--green-04: 139, 201, 180, 1;
	--green-05: 173, 216, 201, 1;
	--green-06: 197, 228, 225, 1;
	--green-07: 224, 240, 239, 1;
	--orange-01: 238, 119, 0, 1;
	--orange-02: 248, 166, 0, 1;
	--orange-03: 255, 204, 0, 1;
	--orange-04: 255, 227, 0, 1;
	--orange-05: 255, 240, 64, 1;
	--orange-06: 255, 243, 129, 1;
	--orange-07: 255, 248, 188, 1;

	/* Font-Sizes */
	--font-size-xxxl: clamp(
		68px,
		calc(4.25rem + (100 - 68) * ((100vw - 500px) / (1000 - 280))),
		100px
	);
	--font-size-xxl: clamp(
		32px,
		calc(2rem + (68 - 32) * ((100vw - 280px) / (1000 - 280))),
		68px
	);
	--font-size-xl: clamp(
		28px,
		calc(1.75rem + (56 - 28) * ((100vw - 280px) / (1000 - 280))),
		56px
	);
	--font-size-l: clamp(
		18px,
		calc(1.125rem + (24 - 18) * ((100vw - 280px) / (1000 - 280))),
		24px
	);
	--font-size-m: clamp(
		16px,
		calc(1rem + (20 - 16) * ((100vw - 280px) / (1000 - 280))),
		20px
	);
	--font-size-s: clamp(
		12px,
		calc(0.9rem + (18 - 14) * ((100vw - 280px) / (1000 - 280))),
		18px
	);
}

/*-----------------------------------------------------------------------------------*/

.ani01 {
	-webkit-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ani02 {
	-webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ani03 {
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ani04 {
	-webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ani05 {
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ani06 {
	-webkit-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ani07 {
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ani08 {
	-webkit-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-moz-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
	-o-transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

/*Remove tap highlight for Webkit Bowsers*/
* {
	-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
	-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
	-webkit-tap-highlight-color: rgba(
		0,
		0,
		0,
		0
	); /* prevent tap highlight color / shadow */
	/*-webkit-user-select:none;*/ /* prevent copy paste, to allow, change 'none' to 'text' */
}

html,
body {
	width: 100%;
	height: 100%;
	font-family: "FFUnitWebLight";
	font-size: 16px;
	line-height: 1.4em;
	color: rgb(var(--dark-blue));
	/* overflow: hidden; */
	text-decoration-thickness: 10%;
}

a,
a:hover {
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
	color: rgb(var(--dark-blue));
	text-decoration: none;
}

b,
strong {
	font-weight: normal;
	font-family: "FFUnitWebMedium";
}

#bu {
	font-size: 17px;
	line-height: 28px;
	overflow: hidden;
}

#anm {
	font-size: 14px;
	line-height: 28px;
	overflow: hidden;
}

#embedOverlay {
	display: none;
	position: absolute;
	top: 150px;
	width: 440px;
	padding: 50px;
	left: 50%;
	margin-left: -220px;
	webkit-box-shadow: rgb(136, 136, 136) 3px 3px 10px;
	box-shadow: rgb(136, 136, 136) 3px 3px 10px;
	border: 0px solid rgb(160, 160, 160);
	border-radius: 3px;
	background: rgb(255, 255, 255);
}

#embedOverlay.active {
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	display: block;
}

#embedOverlay h3,
#embedOverlay p {
	margin-bottom: 20px;
}

#embedCode {
	margin: 0px;
	height: 120px;
	width: 340px;
}

#closeEmbed {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.highcharts-axis span,
.highcharts-axis-labels span {
	background-color: #ffffff;
}

#container {
	height: 750px;
	max-height: 100%;
	min-height: 750px;
}

#diagramm {
	position: relative;
	width: 100%;
	/* max-width: 1000px; */
	min-width: 280px;
	margin: 0 auto;
	overflow: hidden;
}

#diaMenuButton,
#diaMenuClose {
	cursor: pointer;
	cursor: hand;
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#diaMenuButton {
	display: block;
	font-family: "vfa-icons";

	font-size: 1.3rem;
	line-height: 2.4rem;
	position: absolute;
	right: 0;
	top: 0.25em;
	z-index: 100;
	color: rgb(23, 46, 76);
}

#diaMenuButton:hover,
#diaMenuButton:active,
#diaMenuClose:hover,
#diaMenuClose:active {
	color: rgb(237, 168, 33);
}

#diaMenuClose {
	content: "\e605";
	top: -3rem;
	color: #fff;
	float: right;
	font-family: "vfa-icons";

	font-size: 2.5rem;
	line-height: 0rem;
	position: relative;
	z-index: 100;

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

	-moz-transform: rotate(45deg);
	-moz-transform-origin: 50% 50%;
	-ms-transform: rotate(45deg);
	-ms-transform-origin: 50% 50%;
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	transform: rotate(45deg);
	transform-origin: 50% 50%;
}

#diaMenuClose:hover,
#diaMenuClose:active {
	color: rgb(237, 168, 33);
	-moz-transform: rotate(-45deg);
	-moz-transform-origin: 50% 50%;
	-ms-transform: rotate(-45deg);
	-ms-transform-origin: 50% 50%;
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-webkit-transform-origin: 50% 50%;
	transform: rotate(-45deg);
	transform-origin: 50% 50%;
}

#diaMenu {
	position: absolute;
	width: 50%;
	min-width: 280px;
	max-width: 355px;
	right: 0;
	/*height: 100%;*/
	box-sizing: border-box;
	background: rgb(23, 46, 76);
	z-index: 500;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 30px;
	/*overflow-y: scroll; */
	transform: translate(400px, 0);
	-webkit-transform: translate(400px, 0);
	-moz-transform: translate(400px, 0);

	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#diaMenu.active {
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
}

#diaMenu span {
	display: block;
}

#diaMenu .menuTitle {
	font-family: "FFUnitWebMedium";

	font-size: 1.5rem;
	line-height: 2rem;
	margin-bottom: 2rem;
	max-width: 85%;
}

#diaMenu .funcTitle {
	font-family: "FFUnitWebMedium";

	font-size: 1.25rem;
	line-height: 1.5rem;
	cursor: pointer;

	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#diaMenu .funcTitle:hover {
	opacity: 1;
}

.diaFunc {
	border-top: solid 2px rgba(255, 255, 255, 0.5);
	margin-bottom: 1rem;
	padding-top: 0.3rem;
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.diaFunc.active,
.diaFunc:hover {
	border-top: solid 2px rgba(255, 255, 255, 1);
}

.diaFunc .funcTitle {
	opacity: 0.5;
}

.diaFunc.active .funcTitle {
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	opacity: 1;
}

#diaMenu .funcDesc {
	margin: 1rem 0 1rem 0;
}

#diaMenu .shareOptions,
#diaMenu .exOptions {
	list-style-type: none;
	margin-top: 1rem;
}

#menuScroll {
	overflow-y: scroll;
	padding-right: 30%;
	width: 130%;
	height: 100%;
}

.exLink {
	position: relative;
	margin-bottom: 1rem;
	cursor: pointer;
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.exLink::after {
	content: "\e900";
	font-family: "vfa-icons";

	font-size: 2.5rem;
	position: absolute;
	top: 50%;
	right: 0;
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
}

.exLink:hover,
.exLink:hover .exDesc {
	color: rgb(237, 168, 33);
}

.exDesc {
	max-width: 75%;
	font-family: "FFUnitWebItalic";
	color: rgb(182, 186, 205);
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#embedCode {
	font-family: "FFUnitWebItalic";
	color: rgb(182, 186, 205);
	word-wrap: break-word;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#embedCode.active {
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	color: rgb(237, 168, 33);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#copyEmbed {
	display: block;
	margin: 2rem 0 1rem 0;
	background: rgba(255, 255, 255, 0.1);
	border: none;
	color: #fff;
	font-family: "FFUnitWebLight";

	font-size: 1rem;
	line-height: 1rem;
	padding: 0.5em 0.5em;
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#msg {
	color: rgb(237, 168, 33);
	font-family: "FFUnitWebItalic";
}

#copyEmbed:hover,
#copyEmbed:active {
	background: rgba(255, 255, 255, 0.3);
}

.shareOptions li {
	display: inline;
}

#diaMenu .social-button {
	font-family: "vfa-icons" !important;

	font-size: 2.5rem;
	line-height: 1.5rem;
	/*padding-right: 8px;*/
	color: #fff;
	transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#diaMenu .social-button:hover {
	color: rgb(237, 168, 33);
}

.social-button.sbGP {
	display: none;
}

.akkordeon.inactive > ul {
	visibility: hidden;
}

/*.highcharts-tooltip div {
    background-color:white;
    border:0px solid green;
    opacity:1;
    z-index:9999!important;
}*/

.highcharts-data-labels {
	font-family: "FFUnitWebLight";
	white-space: nowrap !important;
}

.tooltip {
	padding: 5px;
}

.controls {
	text-align: right;
}

.ixIcon {
	width: 3rem;
	height: auto;
}

.ixDesc {
	text-align: right;
	margin-top: 15px;
}

.switchButton {
	font-family: "UnitComp-Medium";
	color: rgb(237, 168, 33);
	text-align: center;
	line-height: 30px;
	background: #fff;
	border: 2px solid rgb(237, 168, 33);
	display: inline-block;
	padding: 0.3em 0.5em;
	margin-bottom: 1rem;
	cursor: pointer;
	cursor: hand;
}

.switchButton.active,
.switchButton:hover {
	background: rgb(237, 168, 33);
	color: #fff;
}

.dragdealer {
	position: relative;
	width: 100%;
	height: 20px;
	/*bottom: 80px;*/
	margin-top: 20px;
	/*background: rgb(230,230,230);*/
	background: rgba(237, 168, 33, 0.2);
}

.dragdealer .handle {
	position: absolute;
	cursor: pointer;
}

.dragdealer .bar {
	position: absolute;
	width: 122px;
	height: 50px;
	bottom: -15px;
	-webkit-transition: left 0.2s ease-out;
	-moz-transition: left 0.2s ease-out;
	transition: left 0.2s ease-out;
	z-index: 200;
}

.dragdealer .bar > div {
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 30px;
	font-family: "UnitComp-Medium";
	/*color: 'rgb(23, 46, 76)';*/
	color: #fff;
	text-align: center;
	line-height: 30px;
	background: rgb(237, 168, 33);
}

.dragdealer .bar > div.arrow-left::before {
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0px;
	left: 10px;
	background: url("../img/arrow-left-w.png") no-repeat center left;
	-webkit-background-size: 8px 17px;
	-moz-background-size: 8px 17px;
	background-size: 8px 17px;
	content: "";
}

.dragdealer .bar > div.arrow-right::after {
	display: block;
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0px;
	right: 10px;
	background: url("../img/arrow-right-w.png") no-repeat center right;
	-webkit-background-size: 8px 17px;
	-moz-background-size: 8px 17px;
	background-size: 8px 17px;
	content: "";
}

.dragdealer > span {
	position: absolute;
	display: block;
	width: 122px;
	height: 20px;
	font-family: "UnitComp-Light";
	color: rgb(237, 168, 33);
	line-height: 22px;
	text-align: center;
	z-index: 100;
}

.data-config-panel {
	display: flex;
	flex-wrap: wrap;
	row-gap: 1em;
}

@media (max-width: 450px) {
	.data-config-panel {
		row-gap: 0.7em;
	}
}

.data-config-panel__group {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	/* margin: 1em 0; */
	align-items: center;
	margin-right: 2em;
}

@media (max-width: 450px) {
	.data-config-panel__group {
		gap: 0.7em;
	}
}

.data-config-panel__group--level {
	border-left: 2px solid rgb(var(--dark-blue));
	margin-left: -1em;
	padding-left: 1em;
}

.data-config-panel__group__option {
	flex: 0 1 auto;
}

.data-config-panel__group__option__radio {
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	border: 0;
	transition: all 0.3s ease-in-out 0ms;
}

.data-config-panel__group__option__label-choice-chip {
	display: table;
	background-color: #f5f5f5;
	text-align: center;
	font-family: "FFUnitWebMedium";
	height: 100%;
	padding: 0.5rem 0.875rem 0.4375rem;
	border-radius: 1em;
	font-size: var(--font-size-m);
	/* font-size: 1.25rem; */
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	cursor: pointer;
	transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 450px) {
	.data-config-panel__group__option__label-choice-chip {
		padding: 0.35rem 0.7rem 0.25rem;
	}
}

.data-config-panel__group__option__label-choice-chip:hover,
.data-config-panel__group__option__radio:checked
	+ .data-config-panel__group__option__label-choice-chip {
	background: rgb(var(--dark-blue));
	color: #fff;
}

.data-config-panel__group--value-type
	.data-config-panel__group__option__label-choice-chip:hover,
.data-config-panel__group--value-type
	.data-config-panel__group__option__radio:checked
	+ .data-config-panel__group__option__label-choice-chip {
	background: rgb(var(--light-blue));
}

.data-config-panel__group__option__label span {
	display: table-cell;
	vertical-align: middle;
}

.no-data-alert {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: "FFUnitWebMedium";
	font-size: var(--font-size-l);
	line-height: 1.4;
	letter-spacing: 0.02em;
	color: #fff;
	background: rgb(var(--light-blue));
	padding: 1.5em;
	max-width: 18em;
	transform: translate(-50%, -50%);
}

.no-data .no-data-alert {
	display: block;
}

.no-data #container g:not(.highcharts-title),
.no-data #container .highcharts-legend {
	opacity: 0.5 !important;
}

.vfa-button {
	/* display: none; */
	background-color: rgba(var(--light-blue), 0);
	color: rgb(var(--light-blue));
	border: 2px solid rgb(var(--light-blue));
	border-radius: 0;
	font: normal var(--font-size-l) / 1.35 "FFUnitWebMedium";
	padding: 0.527em 1.11em;
	margin-top: 1.666em;
	cursor: pointer;
	transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94),
		background-color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.vfa-button:hover {
	background-color: rgba(var(--light-blue), 1);
	color: #fff;
}

[data-tooltip] {
	position: relative;
	cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
	line-height: 1;
	font-size: 0.9em;
	pointer-events: none;
	position: absolute;
	box-sizing: border-box;
	display: none;
	opacity: 0;
}

[data-tooltip]:before {
	content: "";
	border: 6px solid transparent;
	z-index: 100;
}

[data-tooltip]:after {
	content: attr(data-tooltip);
	text-align: left;
	min-width: 7.5rem;
	max-width: 17.5rem;
	width: max-content;

	padding: 15px;
	background: rgb(var(--light-blue));
	color: #fff;
	z-index: 99;

	font-family: "FFUnitWebLight";
	font-size: var(--font-size-s);
	letter-spacing: 0.02em;
	line-height: 1.25rem;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	display: block;
	opacity: 1;
}

[data-tooltip]:not([data-flow])::before,
[data-tooltip][data-flow="top"]::before {
	bottom: 100%;
	border-bottom-width: 0;
	border-top-color: rgb(var(--light-blue));
}

[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::after {
	bottom: calc(100% + 6px);
}

[data-tooltip]:not([data-flow])::before,
[data-tooltip][data-flow="top"]::before {
	left: 50%;
	-webkit-transform: translate(-50%, -4px);
	transform: translate(-50%, -4px);
}

[tooltip]:not([data-flow])::after,
[data-tooltip][data-flow="top"]::after {
	left: 50%;
	-webkit-transform: translate(-25px, -4px);
	transform: translate(-25px, -4px);
}

[tooltip]:not([data-flow]).tt-left::after,
[data-tooltip][data-flow="top"].tt-left::after {
	-webkit-transform: translate(-255px, -4px);
	transform: translate(-255px, -4px);
}

[data-tooltip=""]::after,
[data-tooltip=""]::before {
	display: none !important;
}
