@charset "utf-8";

@font-face {
  font-family: 'Panton';
  src:  url('/font/Panton-Regular.otf') format('opentype'),
		url('/font/Panton-Regular.woff2') format('woff2'),
		url('/font/Panton-Regular.woff')) format('woff'),
		url('/font/Panton-Regular.ttf') format('truetype')
		url('/font/Panton-Regular.svg') format('svg');
		font-weight: regular;
		font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src:  url('/font/Roboto-Regular.otf') format('opentype'),
		url('/font/Roboto-Regular.woff2') format('woff2'),
		url('/font/Roboto-Regular.woff')) format('woff'),
		url('/font/Roboto-Regular.ttf') format('truetype')
		url('/font/Roboto-Regular.svg') format('svg');
		font-weight: regular;
		font-style: normal;
}

@font-face 
{
	font-family: 'FrutigerNextRegular';
	src: url('/font/FrutigerNextLTW1G-Regular.otf') format('opentype');
	
	font-weight: normal;
	font-style: normal;
}

@font-face 
{
	font-family: 'FrutigerNextBold';
	src: url('/font/FrutigerNextLTW1G-Bold.otf') format('opentype');
	
	font-weight: normal;
	font-style: normal;
}

input[type="submit"] {
  font-family: FontAwesome, 'Roboto', Helvetica, Verdana, Arial, sans-serif;
}


* {
	font-family: 'Roboto', Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight:normal;
	text-decoration: none !important;
	text-align: left;
	border-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
	transition:width 0.3s linear;
}

html {
	width: 1440px; /*width: 100%;*/
	height: 100%;
	margin:0 auto; /* margin: 0px 0px 0px 0px; */
	padding: 0px 0px 0px 0px;
	overflow-y: scroll;
	z-index: 0;
}

html.index {
	width: 100%;
	height: 100%;
	margin:0 auto; /* margin: 0px 0px 0px 0px; */
	padding: 0px 0px 0px 0px;
	overflow-y: scroll;
	z-index: 0;
}

body {
	text-align: center /* Nur fuer mittige Ausrichtung von Website */;
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

	
a, p, address { 
	line-height:26px;
}

a {
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
	margin:0% 0% 3% 0%;
	color: #000000;
}

input {
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
	margin:0% 0% 3% 0%;
	color: #ffffff;
	background-color: #0045ff;
	padding: 10px 16px;
	/*display: block;*/
	border-radius:4px;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
	margin:0% 0% 2% 0%;
	color: #000000;

}

address {
	font-size: 18px;
	font-style: normal;
	text-decoration: none;
}

sup { /* <!-- Hochgestellter Text --> */
	font-size: 50%;
}

h1, h2, h3, h4, h5 {
	font-family: 'Panton', Helvetica, Verdana, Arial, sans-serif;
	/* text-transform: uppercase;  Grossbuchstaben */
	/* letter-spacing:0.4pt;  Zeichenabstand */
	/* word-spacing:0.5pt;  Wortabstand */
    color: #000;
	font-style: normal;
	text-decoration: none;
	font-weight:400;
	display: block;
	z-index: 15;
	
	text-rendering:optimizeLegibility;
}



	h1 {
		font-size:52px;
		line-height:58px;
		margin:0% 0% 0% 0%;
	}
		h1:first-child {
			margin:0% 0% 0.5% 0%;
		}
	
	h2 {
		font-size: 44px;
		line-height:48px;
		color: #fff;
		margin:0% 0% 3% 0%;
	}
	
	h2:nth-child(2n+0) {
			margin:-3% 0% 2% 0%;
		}
	
	
	h3 {
		font-size: 14pt;
		color: #0045ff;
		margin:0% 0% 3% 0%;
	}
	
	h4 {
	font-size: 14pt;
	color: rgba(80,80,80,1.00);
	margin: 0% 0% 3% 0%;
	}
	
		h4:first-child {
			margin:0% 0% 0% 0%;
		}
	
	h5 {
		font-size: 18px;
		font-weight:700;
		line-height:135% !important;
		text-transform: none;
		margin:0% 0% 3% 0%;
		color: #000;
	}

hr {
	margin: 2px 0px 3px 0px;
}

table {
	border-collapse: collapse;
    border-spacing: 0px;
}

th, td {
	font-size: 18px;
	line-height:26px;
	font-style: normal;
	text-decoration: none;
	color:#000000;
	vertical-align:top;
}

ul {
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 11px;
	list-style: square outside;
	color:rgba(0,0,0,1.00);
}

li {
	font-size: 10pt;
    font-style: normal;
    line-height: 150%;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	
	list-style-type:disc;
}

img {
	float: none;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height:100%;
	margin: auto;
	overflow: hidden;
} 

.background-img_cover {
	background-attachment: inherit;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat no-repeat;
}

.background-img_header {
	background-attachment: inherit;
	background-size: cover;
	background-position: 50% 30%;
	background-repeat: no-repeat no-repeat;
}

.hg {
/*	-- HG-Verlauf --
	background-image: -webkit-linear-gradient(155deg,rgba(255,255,255,0.1) 1%,rgba(240,240,240,0.7) 100%);
	background-image: -moz-linear-gradient(155deg,rgba(255,255,255,0.1) 1%,rgba(240,240,240,0.7) 100%);
	background-image: -o-linear-gradient(155deg,rgba(255,255,255,0.1) 1%,rgba(240,240,240,0.7) 100%);
	background-image: linear-gradient(155deg,rgba(255,255,255,0.1) 1%,rgba(240,240,240,0.7) 100%);
	background-attachment: fixed;
	background-size: auto;
	background-position: 0% 0%;
	background-repeat: repeat repeat; 
*/	
	background-color:#fff;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}


#page {
	position: relative;
	margin: 0px auto /* Nur fuer mittige Ausrichtung von Website */;
	width: 100%;
	height:100%;
	background-color:#ffffff;
	/*background-color:#f1f0ef;*/
}

	body > #page {
		height: auto;
		min-height: 100%;
	}
	
#main {
	width: 100%;
	height:auto;
}	

	#main_container {
		padding-bottom: 50px;
		margin:0px 0px 0px 0px;
	}


#header {
	position: relative;
	float: none;
	/* background-color: rgba(70,173,100,0.48); */
	width: 100%;
	height: 400px;
	clear:both;
	margin:100px 0px 0px 0px;
	/* overflow:hidden; */
}

#header_index {
	position: relative;
	float: none;
	/* background-color: rgba(70,173,100,0.48); */
	width: 100%;
	/*height: 400px;*/
	clear:both;
	margin:100px 0px 0px 0px;
	/* overflow:hidden; */
}

	.header_bottom_left {	
		display:none;
		position:absolute;
		bottom:-0.5px;
		height:auto;
		background-attachment: inherit;
		background-size:contain;
		background-position:0px;
		background-repeat: no-repeat no-repeat;
	}
	
		.header_bottom_left object,
		.header_bottom_left img {
			position: relative;
			float: left;
			max-width: 140%;
			min-width:120%;
			height: auto;
			margin: 0% 0% 0% 0%;
			padding: 0% 0% 0% 0%;
		}
	
	.header_bottom_right {		
	}
		
	.header_left {
		position: relative;
		float: left;
		width: 50%;
		height: 100%;
	}
	
		.header_left .logo object,
		.header_left .logo img {
			position: relative;
			float: left;
			width: 100px;
			height: auto;
			margin: -38px 4% 0% 105px;
			padding: 0% 0% 0% 0%;
		}
	
	.header_right {
		position: relative;
		float: right;
		width: 50%;
		height: 100%;
	}
	
		.header_right .logo object,
		.header_right .logo img {
			position: relative;
			float: right;
			width: 150px;
			height: auto;
			margin: 6% 4% 0% 0%;
			padding: 0% 0% 0% 0%;
		}
		
		#header input[type="submit"] {
			float: right;
			color: #fff;
			background-color: #0045ff;
			font-weight: 700;
			margin: -70px 15% 4% 2%;
			padding: 10px 12px;
			display: inherit;
			clear: none;
			/* border: 1px solid #000;*/
		}
	
#content {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom:100px;

}

.content_box {
	position: relative;
	float: left;
	width:80%;
	height:100%;
	margin:0% 10% 0% 10%;
}

	.table {
		position: relative;
		float: left;
		width:100%;
		height:100%;
		margin:0% 0% 0% 0%;
			border-collapse: collapse;
			border-spacing: 0px;
	}
	
	.table h1 {
		position: relative;
		float: left;
		width:100%;
		height:100%;
		margin:50px 0% 50px 0%;
		display:block;
		text-align:center;
	}
	
	.table table, 
	.table th, 
	.table td {
		border: 1px solid rgb(0 0 0 / 15%);
	}
	
	.table th, 
	.table td {
		width:33%;
		padding:4px 10px 4px 10px;
	}

.polygon_start {
	position:absolute;
	float:none;
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}

	.polygon_text {
		position: relative;
		float: left;
		margin: 360px 0% 0px 40px;
		padding: 0% 0% 0% 0%;
		z-index:2;
	}
	
		.polygon_text h2 {
			color:rgba(255,255,255,1.00);
			margin: 0% 0% 10% 0%;
		}
		
		.polygon_text p {
			color:rgba(255,255,255,1.00);
			margin: 0% 0% 5% 0%;
		}
		
		.polygon_text input {
			position:relative;
			float:none;
			color:#0045ff;
			margin: 0% 0% 4% 0%;
			padding: 1% 2% 1% 2%;
			display:block;
			background-color:#ffffff;
		}
		
		.polygon_text input[type="submit"] {
			float:left;
			color:rgba(255,255,255,1.0);
			background-color:transparent;
			font-weight:700;
			padding: 1% 0% 1% 0%;
			display:inherit;
			clear:none;
		}
		
	.polygon_gruen {
		position: absolute;
		float: left;
		margin: 0% 0% 0% 0%;
		padding: 0% 0% 0% 0%;
		z-index:1;
	}
		
	.polygon_gruen object,
	.polygon_gruen img {
		position: relative;
		float: left;
		width: 570px;
		height: auto;
		margin: 0% 0% -2% 0%;
		padding: 0% 0% 0% 0%;
		overflow:hidden;
	}

#footer {
	position: absolute;
	margin-top: -70px; /* Negativer Wert der Footer-Hoehe */
	height: 70px;
	width:100%;
	bottom:0px;
	clear:both;
	background-color:#0045ff;	
}


	.footer_box {
		width:80%;
		margin:0% 10% 0% 10%;
	}
	
	.footer_box a {
		position:absolute;
		font-size:14px;
		line-height:16px;
		padding: 15px 0% 0px 0%;
		color:#ffffff;
	}


/* CLEAR FIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Bereich nicht fuer IE-mac Anfang \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* Bereich nicht fuer IE-mac Ende */


/** AENDERUNGEN TV */

label
{
	width: 150px !important;
	display: inline-block;
}

.content input[type="text"]
{
	width: 100%;
	border-bottom: 1px solid;
    background-color: #f5f5f5;
    border-bottom-color: rgb(0 0 0 / 15%);
    padding: 8px 12px;
	color:#000000;
}

td.content
{
	padding-top: 30px;
}

th.active
{
	font-family: 'Roboto';
	background-color:#0045ff;
	color:#ffffff;
}

ul.fancytree-container
{
	background-color: #ffffff;
	border: none;
}

table.layout
{
	border: 0;
}

table.layout th,
table.layout td
{
	border: 0px !important;
	width: 25%;
}

table.layout td:first-child
{
	width: 50%;
}

table.layout th:nth-child(3),
table.layout td:nth-child(3),
table.layout th:nth-child(2),
table.layout td:nth-child(2)
{
	text-align: right;
}

table.layout th
{
	font-family: 'Roboto';
}

.fancytree-checkbox {
	margin:0px 5px 0px 0px !important;
}


@media (max-width: 1440px) {
	html {
		width:100%;
		margin: 0px 0px 0px 0px;
	}
	
	.header_left .logo object,
	.header_left .logo img {
		margin: -38px 4% 0% 15%;
	}
	


}