html {
	height:100% !important;
	background-color: #fff !important;
}

body {
    font-family: "Roboto",sans-serif;
	/* Attention: The systems' default CSS uses fontsets provided by Googlefonts. */
	/* Replace default fonts with standard system fonts only (e.g. Arial, Times New Roman, Helvetica, Courier).*/
	/* Contact JJK for implementation of third party font sets */
    font-size: 13px;
    font-weight: normal;
    line-height: auto;
    color: #2F2F30;
	background-color: #fff !important;
	height:90% !important;
}

h1 {
	font-weight: normal !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

a {
	text-decoration: none;
	color: #e0001a;
	font-weight: bold;
	transition: all ease-in-out 0.2s;
}

a:hover {
	color: #eb4154;
}
	
.slogo {
    width: 100px;
    margin: 5px 0px;
}


.node {
	margin-top: 15px !important;
}

.node:hover {
	color:#aaa !important;
	opacity: 1 !important;
	transition: all ease-in-out 0.2s;
	color: #000;
}

.node:hover img {
	color:#aaa !important;
	opacity: 0.7 !important;
	transition: all ease-in-out 0.2s;
	color: #000;
}

.unboughticon {
	background-color:#d1d1d1 !important;
	/*background-color:#c2e0ff !important;*/
}

.iconpic {
	position:relative;
	display:inline-block;
	border-radius:100px;
	width:80px;
	height:80px;
	margin-top:-70px;
	margin-bottom:2px;
	transition: all ease-in-out 0.5s;
	z-index:100;
}

.caticon {
	width:60px !important;
	height:60px !important;
	margin-top:-60px !important;
	z-index:100;
}

.caticon_small {
	width:40px;
	height:40px;
	margin-top:-45px;
	z-index:100;
}

.modicon {
	width:30px !important;
	height:30px !important;
	margin-top:-30px !important;
	z-index:100;
}

.modicon_small {
	width:25px;
	height:25px;
	margin-top:-33px;
	z-index:100;
}

.fiendicon {
	background-color:#ffffff !important;
	border:#aed5fd 1px solid!important;
	width:30px;
	height:30px;
	margin-top:-38px;
	z-index:200;
}

.teamgicon {
	background-color:#b9d99d !important;
}

.teamiicon {
	background-color:#cf7cf6 !important;
}

.teambicon {
	background-color:#9db5d9 !important;
}

.teamsiebenicon {
	background-color:#d99d9d !important;
}

.teamsicon {
	background-color:#d99d9d !important;
}

.centralicon {
	
}

.schnittstellenicon {
	display: block;
	position: absolute;
	background-color:#ffcc00 !important;
	width:18px;
	height:18px;
	border-radius: 100px;
	z-index:300;
	opacity: 0;
	transition: all ease-in-out 0.5s;
}



.nodeLevelColor_zero {
	background-color:#e0001a;
}

.nodeLevelColor_one {
	background-color:#bfbfbf;
}

.nodeLevelColor_two {
	background-color:#e1e1e1;
}

.nodeLevelColor_three {
	background-color:#e1e1e1;
}


.nodeLevelColor_zero_c {
	background-color:#e0001a;
}

.nodeLevelColor_one_c {
	background-color:#de4154;
}

.nodeLevelColor_two_c {
	background-color:#e55a6a;
}

.nodeLevelColor_three_c {
	background-color:#e55a6a;
}





#container {
	width:100% !important;
	height:100% !important;
	margin-top:0px;
	padding:0px;
	left:0px !important;
	clear: both !important;
}

#center-container {
	z-index:1000;
	position:static !important;
	display: inline-block;
	width:100%;
	max-width: 900px;
	height: 900px;
	margin:0px;
	margin-right:0px !important;
	padding:0px;
	background-color:#fff;
	clear: both !important;
	/*border: 1px solid #ccc;*/
}


#infovis {
	position:static !important;
	display: inline-block;
	width:100%;
	height:90%;
	margin:0px;
	padding:0px;
	overflow: auto;
	/*
	position:absolute;
	left:0px;
	top;0px;
	*/
}


#right-container {
	position:static !important;
	display:inline-block;
	z-index:1001;
	font-size: 13px !important;
	padding:20px !important;
	margin-bottom:120px; 
	height:90%;
	max-height:760px;
	width: 20%;
	min-width: 300px;
	/*max-width: 300px;*/
	border: none;
	background-image: none;
}


#headbox {
	width:100%;
	height:70px;
	background-color:#fff;
	text-align:left;
	padding:0px;
	position:static !important;
	display: inline-block;
	/*
	position:absolute;
	left:0;
	top:0;
	*/
	border-bottom: 1px solid #ddd;
	z-index:2000;
}

#inner-details {
	font-size: 13px !important;
}

#inner-details h4 {
	text-indent: 0;
	color:#e0001a !important;
	font-size: 18px !important;
	margin-left:0px !important;
	padding-left:0px !important;
}

#inner-details ul {
	list-style-type: square;
	padding: 1.2em;
	padding-top: 0px;
}

#legendcontainer {
	text-align: center;
	position:static !important;
	display: inline-block;
	background-color: #fff;
	color: #686c70;
	width:100%;
	height:10%;
	margin:0px;
	margin-top:10px;
	padding:0px;
	overflow: hidden;
	z-index:1003;
}

.legendactive {
	display: inline-block;
}

.legendinactive {
	display: none !important;
}

.dividerline {
	display:none;
	width:100%;
	border-top: 1px solid #fff;
}

.blink_me img {
  animation: blinker 2s linear infinite;
  cursor: pointer;
}

@keyframes blinker {  
  50% { opacity: 0.2; }
}

.hyphenate {
	text-align:justify;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
}

.togglebut {
	border: 0;
    line-height: 1.9;
    padding: 0 15px;
	padding-bottom: 2px;
	margin-top: 20px;
    font-size: 1em;
    text-align: center;
    color: #fff;
    border-radius: 100px;
    background-color: #555;
}

.togglebut:hover {
    background-color: #666;
}

.togglebut:active {
	background-color: #888;
}

.toggleactive {
	display: inline-block !important;
}

.toggleinactive {
	display: none;
}



.name_centraldb {
	margin-bottom:-30px;
	text-align:center;
}

.name_main {
	margin-bottom:-20px;
	text-align:center;
	max-width: 150px;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	
}

.name_sub {
	margin-top:5px;
	text-align:center;
	max-width: 150px;
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	line-height:0.9em;
}



@media only screen and (max-width: 1160px) {
  
	/* For mobile phones: */
	
	#right-container {
		width: calc(100% - 41px);
		max-width: 750px;
		border-left: none;
	}
	
	#center-container {
		width: 100%;
		max-width: 750px;
	}
	
	.dividerline {
		display:inline;
		border-bottom: 1px solid #555;
	}
	
	.togglebut {
		font-size: 1.6em !important;
	}
	
}


@media only screen and (min-width: 1160px) {

	#infovis {
		overflow: hidden;
	}
}


/* Position Schnittstellen-Icons */


.psc {
	display:block;
	width:150px;
	height:150px;
	margin-top: -115px;
	padding-top: 0px;
	text-align: center;
	transition: all ease-in-out 0.5s;
	/*border: 1px solid #ddd;*/
}


.psc_int_sub_beilagen_1_1  {
	transform : rotate(193deg);
}

.psc_int_sub_beilagen_1_2  {
	transform : rotate(208deg);
}

.psc_int_sub_finanzen_3_1  {
	transform : rotate(223deg);
}

.psc_int_sub_finanzen_3_2  {
	transform : rotate(238deg);
}




