@charset "UTF-8";

@keyframes overlay-fade-out {
		0% {
		opacity: 0.7;
	}
		100% {
		opacity: 0;
	}
	}

@-moz-keyframes overlay-fade-out {
		0% {
		opacity: 0.7;
	}
		100% {
		opacity: 0;
	}
	}

@-webkit-keyframes overlay-fade-out {
		0% {
		opacity: 0.7;
	}
		100% {
		opacity: 0;
	}
	}

@-o-keyframes overlay-fade-out {
		0% {
		opacity: 0.7;
	}
		100% {
		opacity: 0;
	}
	}

@keyframes overlay-fade-in {
		0% {
		opacity: 0;
	}
		100% {
		opacity: 0.7;
	}
	}

@-moz-keyframes overlay-fade-in {
		0% {
		opacity: 0;
	}
		100% {
		opacity: 0.7;
	}
	}

@-webkit-keyframes overlay-fade-in {
		0% {
		opacity: 0;
	}
		100% {
		opacity: 0.7;
	}
	}

@-o-keyframes overlay-fade-in {
		0% {
		opacity: 0;
	}
		100% {
		opacity: 0.7;
	}
	}

@keyframes tooltip-fade-in {
		0% {
		opacity: 0;
	}
		100% {
		opacity: 1;
	}
	}

@-moz-keyframes tooltip-fade-in {
		0% {
		opacity: 0;
	}
		100% {
		opacity: 1;
	}
	}

@-webkit-keyframes tooltip-fade-in {
		0% {
		opacity: 0;
	}
		100% {
		opacity: 1;
	}
	}

@-o-keyframes tooltip-fade-in {
		0% {
		opacity: 0;
	}
		100% {
		opacity: 1;
	}
	}

@keyframes error-fade-out {
		0% {
		background-color: #fbba00;
	}
		100% {
		background-color: none;
	}
	}

@-moz-keyframes error-fade-out {
		0% {
		background-color: #fbba00;
	}
		100% {
		background-color: none;
	}
	}

@-webkit-keyframes error-fade-out {
		0% {
		background-color: #fbba00;
	}
		100% {
		background-color: none;
	}
	}

@-o-keyframes error-fade-out {
		0% {
		background-color: #fbba00;
	}
		100% {
		background-color: none;
	}
	}

.lh-ui {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.lh-ui #h1, .lh-ui h2, .lh-ui h3, .lh-ui h4, .lh-ui h5, .lh-ui h6, .lh-ui .h1, .lh-ui .h2, .lh-ui .h3, .lh-ui .h4, .lh-ui .h5, .lh-ui .h6 {
	font-weight: bold;
}

.lh-ui .col-xs-1, .lh-ui .col-sm-1, .lh-ui .col-md-1, .lh-ui .col-lg-1, .lh-ui .col-xs-2, .lh-ui .col-sm-2, .lh-ui .col-md-2, .lh-ui .col-lg-2, .lh-ui .col-xs-3, .lh-ui .col-sm-3, .lh-ui .col-md-3, .lh-ui .col-lg-3, .lh-ui .col-xs-4, .lh-ui .col-sm-4, .lh-ui .col-md-4, .lh-ui .col-lg-4, .lh-ui .col-xs-5, .lh-ui .col-sm-5, .lh-ui .col-md-5, .lh-ui .col-lg-5, .lh-ui .col-xs-6, .lh-ui .col-sm-6, .lh-ui .col-md-6, .lh-ui .col-lg-6, .lh-ui .col-xs-7, .lh-ui .col-sm-7, .lh-ui .col-md-7, .lh-ui .col-lg-7, .lh-ui .col-xs-8, .lh-ui .col-sm-8, .lh-ui .col-md-8, .lh-ui .col-lg-8, .lh-ui .col-xs-9, .lh-ui .col-sm-9, .lh-ui .col-md-9, .lh-ui .col-lg-9, .lh-ui .col-xs-10, .lh-ui .col-sm-10, .lh-ui .col-md-10, .lh-ui .col-lg-10, .lh-ui .col-xs-11, .lh-ui .col-sm-11, .lh-ui .col-md-11, .lh-ui .col-lg-11, .lh-ui .col-xs-12, .lh-ui .col-sm-12, .lh-ui .col-md-12, .lh-ui .col-lg-12 {
	background: inherit;
}

.lh-ui .spalte-abstand  > .editor-reihe, .lh-ui .spalte-abstand  > .row {
	margin-right: -5px;
}

.lh-ui .spalte-abstand:last-of-type  > .editor-reihe, .lh-ui .spalte-abstand:last-of-type  > .row {
	margin-right: -15px;
}

.lh-ui .spalte-abstand:last-of-type .editor-einzel-reihe {
	width: 100%;
}

.lh-ui .placeholder-row::before {
	content: "\00a0";
}

.lh-ui > form > .container {
	margin-bottom: 21px;
	padding-bottom: 10px;
}

.lh-ui .ui-widget-overlay, .lh-ui .overlay {
	background: white;
	opacity: 0.7;
}

.lh-ui .overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: none;
	z-index: 1300;
	animation: overlay-fade-in 1s;
	-moz-animation: overlay-fade-in 1s;
	-webkit-animation: overlay-fade-in 1s;
	-o-animation: overlay-fade-in 1s;
}

.lh-ui .overlay.overlay-hiding {
	animation: overlay-fade-out 1s;
	-moz-animation: overlay-fade-out 1s;
	-webkit-animation: overlay-fade-out 1s;
	-o-animation: overlay-fade-out 1s;
}

.lh-ui .navbar-lh {
	margin-bottom: 0;
	background: white;
	border: none;
	border-radius: 0;
}

.lh-ui .navbar-lh ul {
	padding-right: 15px;
}

.lh-ui .navbar-lh .svg-logo {
	width: 200px;
	height: 45px;
}

.lh-ui b.caret {
	display: none;
}

.lh-ui .navbar-fixed-bottom {
	z-index: 900;
}

.lh-ui .hidden {
	display: none;
}

.lh-ui .footer {
	min-height: 0;
}

.lh-ui .footer .navbar-text {
	margin: 0;
}

.lh-ui .reihe-titel {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
}

.lh-ui .reihe-titel .container-titel {
	padding-left: 45px;
	padding-right: 45px;
}

.lh-ui .navbar-inverse {
	border: none;
	border-radius: 0;
	text-transform: uppercase;
	background-color: #e00024;
}

.lh-ui .navbar-inverse .navbar-right, .lh-ui .navbar-inverse .navbar-text {
	text-transform: none;
	font-size: 15px;
}

.lh-ui .navbar-inverse .navbar-text, .lh-ui .navbar-inverse .navbar-text a {
	color: white;
}

.lh-ui .navbar-inverse .navbar-nav > li > a {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	font-size: 18px;
	cursor: pointer;
}

.lh-ui .navbar-inverse .navbar-nav > li > a:hover {
	color: #e00024;
	background-color: white;
}

.lh-ui .navbar-inverse .navbar-nav > .lh-nav-link > a {
	cursor: pointer;
}

.lh-ui .navbar-inverse .navbar-nav > .lh-nav-link > a:hover {
	color: #e00024;
	background-color: white;
}

.lh-ui .navbar-inverse .navbar-nav .lh-nav-link-active > a, .lh-ui .navbar-inverse .navbar-nav > .open > a:focus, .lh-ui .navbar-inverse .navbar-nav > .open a:hover, .lh-ui .navbar-inverse .navbar-nav > .open a:active {
	color: #e00024;
	background-color: white;
}

.lh-ui .header .navbar-text {
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 18px;
}

.lh-ui .navbar-fixed-bottom {
	z-index: 900;
}

.lh-ui .dropdown-menu {
	text-transform: none;
}

.lh-ui .navbar-titel-gelb {
	min-height: 0;
	margin-bottom: 5px;
	border-bottom: 2px solid #fbba00;
	border-top: none;
	border-radius: 0;
	background: none;
}

.lh-ui .navbar-titel-gelb  > .container .navbar-brand {
	margin-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: auto;
	font-size: 18px;
	color: black;
	font-weight: bold;
}

.lh-ui .navbar-titel-gelb .aktivitaet-schliessen-link {
	background: white;
	border: none;
	font-size: 18px;
	font-weight: bold;
}

.lh-ui .navbar-titel-gelb .aktivitaet-schliessen-link > a {
	color: #e00024;
}

.lh-ui .navbar-titel-gelb .aktivitaet-schliessen-link:hover {
	background: #e00024;
}

.lh-ui .navbar-titel-gelb .aktivitaet-schliessen-link:hover > a {
	color: white;
}

.lh-ui .navbar-titel-gelb .navbar-nav > li > a {
	padding: 5px 10px;
	cursor: pointer;
}

.lh-ui .navbar-titel-gelb .navbar-offene-tasks > li + li > a {
	border-left: 2px #cecabf solid;
}

.lh-ui .navbar-titel-gelb .navbar-offene-tasks > li > a:hover, .lh-ui .navbar-titel-gelb .navbar-offene-tasks > .text-offene-tasks {
	background-color: #cecabf;
	color: white;
	margin-bottom: 0;
	margin-top: 0;
	padding: 5px 10px;
	line-height: 20px;
	margin: 0;
}

.lh-ui .pfad {
	color: #b2b2b2;
	font-size: 12px;
}

.lh-ui .pfad .titel-pfad {
	color: #878787;
}

.lh-ui .dropdown-menu > li > a {
	cursor: pointer;
}

.lh-ui .homepage-image-container {
	bottom: 40px;
	position: absolute;
	text-align: right;
}

.lh-ui .homepage-banner {
	margin-top: 20vh;
	text-align: center;
	color: #e2e3e4;
	font-size: 84px;
	text-shadow: 4px 4px 4px #b2b2b2;
}

.lh-ui .progress-overlay, .lh-ui #trend_dialogOverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5000;
	background-color: rgba(178, 178, 178, 0.6);
}

.lh-ui .dialogBox {
	display: block;
	z-index: 5050;
	height: auto;
	width: auto;
	position: fixed;
	overflow: hidden;
	background: white;
	padding: 10px;
	top: 50vh;
	left: 50vw;
	transform: translateX(-50%) translateY(-50%);
}

.lh-ui .dialogBox .dialogBoxMessageArea {
	padding-left: 10px;
	float: left;
	white-space: pre-wrap;
}

.lh-ui .dialogBox .dialogBoxHeader {
	font-size: 18px;
	margin-bottom: 10px;
}

.lh-ui .dialogBox .dialogBoxMessageIcon {
	float: left;
}

.lh-ui .dialogBox .dialogBoxButtonArea {
	padding-top: 10px;
	clear: both;
}

.lh-ui .dialogBox .dialogBoxButtonArea button + button {
	margin-left: 10px;
}

.lh-ui .ui-fileupload-files {
	background: white;
}

.lh-ui .ui-progressbar-value {
	background: #575756;
}

.lh-ui button, .lh-ui input.btn, .lh-ui .btn-default, .lh-ui .ui-button {
	color: #f8f8f6;
	background-color: #575756;
	border-radius: none;
}

.lh-ui button:hover, .lh-ui in