/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {

	margin: 0px
	width: 1002px;
	height: 552px;
	
}


.wrapper {

	position: relative;

	width: 1000px;
	height: 550px;
	background: url("../img/bg.jpg") 0px 0px #fff;
	border: 1px solid #bbb;
	overflow: hidden;

}

.persons {

	position: absolute;
	top: 20px;
	left: 0px;
	
	display: block;
	list-style: none;
	width: 1000px;
	height: 550px;	
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	z-index: 2;

}


.network {

	position: absolute;
	top: 20px;
	left: 0px;
	width: 1000px;
	height: 550px;
	background: url("../img/net.png") 0px 0px transparent;
	z-index: 1;

}


.infos-wrapper {


	display: none;
	opacity: 0;
	
	position: relative;

	left: 160px;
	
	
	background: rgba(255,255,255,0.4);
	border-radius: 10px;

	padding: 20px;
	padding-left: 0px;
	
	width: 520px;
	

}

.infos {


	height: 345px;
	overflow-y: scroll;
	overflow-x: visible;
	
	padding-left: 20px;
	
	text-align: left;
	line-height: 1.4em;


}

.infos h3:first-child {

	margin-top: 0px;

}

.infos ul {

	list-style-position: outside;
    padding-left: 15px

}

.infos ul li {

    margin-bottom: 5px;

}

.persons .outer-circle,
.persons .inner-circle,
.persons #leyen {

	position: absolute;
	width: 240px;
	
	text-align: center;
	line-height: 1em;


}


.persons .outer-circle,
.persons .inner-circle {

	


}

.persons .outer-circle img,
.persons .inner-circle img {

	cursor: pointer;

}

.persons .outer-circle img:hover,
.persons .inner-circle img:hover {

	opacity: 0.7;

}

.persons .name {

	color: #555;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	white-space: nowrap;


}

.persons .role {

	color: #999;
	white-space: nowrap;

}




.persons .outer-circle .name,
.persons .outer-circle .role {

	font-size: 9px;
	line-height: 0.9em;

}


.persons .inner-circle .name,
.persons .inner-circle .role {

	font-size: 9.5px;

}

.persons #leyen .name,
.persons #leyen .role {

	font-size: 11px;

}


/* Detailansicht Person */


.persons .active {


	z-index: 10;

}

.persons .active .name {

	position: absolute;
	left: 180px;
	top: 20px;
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;


}

.persons .active .role {

	position: absolute;
	left: 180px;
	top: 39px;
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;


}

.persons .back {

    position: absolute;
	display: none;
	cursor: pointer;
	opacity: 0;

}

.persons .active .back {

	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	left: 20px;
	top: 20px;
	background: url("../img/back.png") 0px 0px transparent;
	text-indent: 9999px;
    
}




/* left 92px, top 2px weniger als im PSD */
.persons .outer-circle img {

	width: 60px;
	height: 60px;
	

}

/* left 88.5px, top 3.5px weniger als im PSD */
.persons .inner-circle img {

	width: 70px;
	height: 70px;

}

/* left 80px, top 0px weniger als im PSD */
.persons #leyen img {

	width: 80px;
	height: 80px;
	
	cursor: default;

}






.persons #leyen {
	
	left: 380px;
	top: 221px;
	
	opacity: 1;

}


/* Outer Circle */

.persons #butler {

	/*left: 760px;
	top: 233px;*/
	
	left: 702px;
	top: 349px;	

}

/*.persons #leitgen {

	left: 702px;
	top: 349px;

}*/

/*.persons #faust {

	left: 561px;
	top: 417px;

}*/

.persons #sandrart {

	/*left: 381px;
	top: 446px;*/
	
	left: 561px;
	top: 417px;

}

.persons #rohrschneider {

	left: 198px;
	top: 418px;

}


.persons #sembritzki {

	left: 56px;
	top: 349px;

}

.persons #renk {

	left: 1px;
	top: 233px;

}

.persons #pfeffer {

	left: 56px;
	top: 105px;

}

.persons #leidenberger {

	left: 195px;
	top: 45px;

}

.persons #fritz {

	left: 381px;
	/*top: 15px;*/
	top: 9px;

}

.persons #baehr {

	left: 564px;
	top: 45px;

}

.persons #vollmer {

	left: 703px;
	top: 105px;

}



/* Inner Circle */

.persons #wieker {

	left: 380px;
	/*top: 116px;*/
	top: 110px;

}

.persons #huebner {

	left: 190px;
	top: 226px;

}

.persons #kneip {

	left: 570px;
	top: 226px;

}

.persons #mirow {

	left: 380px;
	/*top: 340px;*/
	top: 346px;

}





/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}