#main_div {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 90%;
	padding-left: 5px;
	z-index: 1;
}

#startseite {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	right: 0px;
	padding-left: 16em;
	padding-right: 0.2em;
	height: 100%;
	top: 0px;
	padding-top: 4em;
	width: 100%;
	z-index: -10;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#empty {
	position: relative;
	height: 100%;
	background-color: #fff;
	background-image: url("../img/mikroskop.jpg");
	background-color: #cccccc;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
}

#menu{
	position: relative;
    top: 4em;
    width: 15em;
}

a.menutab {
    display: block;
    margin-top: 0.2em;
    width:15em;
    height:2em;
    z-index:20;
    font-family:Arial;
    font-size:1em; 
    line-height: 2em; 
    background-color:#555769;
    color:#fff;
    text-decoration:none;
    border-radius: 8px;	
    cursor:pointer;
}
a.menutab:hover{
    color:#000; 
    background-color:#ad9b64;
    filter: alpha(opacity=80);
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in; 
}

#suchfeld{
	display: block;
	width:15em;	 
	left:0px;	 
	z-index:10;
} 
input#searchslide[type=text] {
	width: 15em;
	color: #555769;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    border: 3px solid #555769;
    border-radius: 8px;
    font-size: 1em;
    background-color: white;
    background-image: url('../img/ic_search_black_24px.svg');
    background-position: 2px 2px; 
    background-repeat: no-repeat;
    padding: 2px 20px 2px 30px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
input#searchslide[type=text]:focus {
    width: 150%;
}
#prptbl {
	position: absolute;
	top: 4.5em;
	bottom: 0px;
	width: 15em;
	margin: 0;
	height: 74%;
	left: 5px;
	z-index: -5;
	overflow-x: hidden;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	overflow-y:visible ;
	height: 100%;
	top: 0px;
	padding-top: 15.2em;
}
#prpmap{
    position:relative;
    width: 15em;
    padding-top: 0.5em;
    padding-left: 1em;
    margin: 0;
    height: 100%;
    left:0px;
    overflow-x:hidden;
    overflow-y:visible ;
    background-color: #555769;
    border-radius: 8px;
	z-index:10000000000000000000000000000000000000;
}
.modal {
    display: none; 
    position: fixed; 
    z-index: 2; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}
#modalAnatomicalRegions{
	padding-top: 10.8em;
}
#modalInstitutionsModules{
	padding-top: 13em;
}
#modalStaining{
	padding-top: 15.2em;
}
.modal-content {
    background-color: #fefefe;
	position: absolute;
	left: 15.5em;
	padding:3.5em; 
	padding-top: 0.9em;
	padding-bottom: 0.0em;
	width: auto;
    margin: auto;
	font-size:1em;
	text-align: left;
	white-space: nowrap;
	border: 3px solid #555769;
    border-radius: 8px;
}

.fa-arrow-left {
	position: absolute;
	color: #aaaaaa;
	left:0.3em;
	top:0;
	padding-top: 7px;
	font-size: 2em;  /* Preferred icon size */
	display: inline-block;
	color:#555769;
	color: #ad9b64;
}	
.fa-arrow-left:hover,.fa-arrow-left:focus {
	color: #ad9b64;
	color:#555769;
	text-decoration: none;
	cursor: pointer;
}
.menuLink{
	color:#555769;
	text-decoration: none;
}
.menuLink:hover{
	color: #ad9b64;
	text-decoration: none;
}
#praeparateueberschrift{
    position: absolute;
    left:9em;
    top:2em;
    font-size: 2em;
	font-family: Verdana, Geneva, sans-serif; 
    z-index: -1221;
}
#viewer{
	position: absolute;
	height: 100%;
	width:100%;
	top:0;
	left:0;
	padding-left: 18em;
	padding-right: 6.5em;
	padding-top: 115px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index:-50000000;
}
#openseadragon-viewer{
	width:      100%;
    height:     100%;
    color:      #333; /* text color for messages */
}
#confmode {
	position: absolute;
	right: 0;
	margin-right: 1em;
	top: 3em;
	z-index: -11;
	color: #555769;
	font-size: 2.5em;
	cursor: pointer;
	transition: 0.5s;
}
#confmode :hover{
	color: #ad9b64;
}
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
	src: local('Material Icons'),
	local('MaterialIcons-Regular'),
	url(https://rawgit.com/google/material-design-icons/master/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
	url(https://rawgit.com/google/material-design-icons/master/iconfont/MaterialIcons-Regular.woff) format('woff'),
	 url(https://rawgit.com/google/material-design-icons/master/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 1.5em;  /* Preferred icon size */
	display: inline-block;
	width: 1.2em;
	height: 1em;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
		/* Support for all WebKit browsers. */
		-webkit-font-smoothing: antialiased;
		/* Support for Safari and Chrome. */
		text-rendering: optimizeLegibility;
		/* Support for Firefox. */
		-moz-osx-font-smoothing: grayscale;
		/* Support for IE. */
		font-feature-settings: 'liga';
}	
#con_set{
	position: relative;
	padding-right: 0.25em;
}
#con_set .material-icons{
	font-size: 0.8em;
}	
#annotationen{
	position: relative;
	padding-right: 0.25em;
}
#annotationen .material-icons{
	font-size: 0.8em;
}
#ask_prof .material-icons{
	font-size: 0.8em;
}
#ask_prof{
	position: relative;
	padding-right: 0.25em;
}
#ask_pool .material-icons{
	font-size: 0.8em;
}
#ask_pool{
	position: relative;
	padding-right: 0.25em;
}
#annoList .material-icons{
	font-size: 0.8em;
}
#annoList{
	
	padding-right: 0.25em;
	display: none;
}

#anno-panel{
	position: absolute;
	display: none;
	
	float: right;
	width: 8em;
	top: 13em;
	right: 2.029em;
	border-radius: 8px;
	color: #ffffff;
	
	font-size: 2.5em;
	cursor:pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s;

	overflow-x:auto;
	overflow-y:auto;
	background-color: #555769;
	
	
		z-index: 1;
	
}



i.material-icons.comments {
	color: #ffffff;
    font-size: 1.3em;
    vertical-align: middle !important;
}
i.material-icons.comments:hover{
	color: #ad9b64;
    
}




i.material-icons.comments.visibility_off {
	color: #ad9b64;
}
#hideAnnos{
	color: #ffffff;
	
	position: absolute;
	padding-top: 3px;
top: 0;
right: 0;
}


.itmlst{
	position: relative;
	top: 0.071em;
	
	margin-left: 0.200em;
	
}
.itm-vis{
	position: relative;
	top: 0px;
display: inline;
}

.itm-lst {
    position: relative;
    top: 0.071em;
    display: inline;
    margin-left: 0.200em;
    font-size: 0.9em;
}

.itm-vis:hover {
  color: #ad9b64;
}

.annoSelect {
    text-align: left;
    font-size: 0.4em;
}

#mst{
	position:relative;
	margin-top: 1em;
	margin-right: 1.933em;
	margin-left: 1.333em;
	padding-bottom: 0.400em;
}


#test{
	position:relative;
	top:40em;
}
#right_panel{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	right: 0px;
	padding-right: 0.2em;
	height: 100%;
	top: 0px;
	padding-top: 4em;
	width: 2em;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 8px;
	cursor: pointer;
	display: -webkit-inline-box;
	z-index:-11;
}
.wrapper {
	height: 100%;
	position: relative;
	background-color: #555769;
	color: rgba(0, 0, 0, 0.5);
	font-size: small;
	left: 0;
	width: 2em;
	border-radius: 8px;
}
.wrapper:hover{
	background-color: #ad9b64;
}
.wrapper h3 {
	font-size: 1rem;
	color: white;
	letter-spacing: 0.4em;
	position: absolute;
	width: 300px;
	bottom: 31%;
	left: 0;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top:0.3em;
} 
#lernbuchContainer{
	color: rgba(0, 0, 0, 0.5);
	font-size: small;
	margin-left:2px;
	width: calc(100% - 2.5em);
	border-radius: 8px;
}
#lernbuch{
	top: 0;
	left:0;
	height: 82%;
	overflow-x:hidden;
	overflow-y:auto ;
	background-color: #ffffff;
	border-radius: 8px;
	z-index:100;
	height: 100%;
	position: relative;
	color: rgb(0, 0, 0);
	font-size: small;
	left: 0;
	width: 100%;
	border-radius: 8px;
}	  
	  


/*bis hier bearbeitet*/



	

	.notizbuch {
		position:absolute;
		padding-top:13em;
		height: 100%;
		width: 3.5em;
		right: 0;
		bottom:0;
		margin: 0;
		overflow-x: hidden;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		z-index: 2;
	}
	
	
	
	.notizbuch a {
		padding: 8px 8px 8px 32px;
		text-decoration: none;
		font-size: 25px;
		color: #818181;
		display: block;
		-webkit-transition: 0.5s;
		transition: 0.5s;
		-webkit-transition-timing-function: cubic-bezier(0.42,0,1,1);
		        transition-timing-function: cubic-bezier(0.42,0,1,1);
	}
	
	.notizbuch a:hover {
		color: #fff;
	}
	
	
	
	@media screen and (max-height: 450px) {
	  .notizbuch {padding-top: 15px;}
	  .notizbuch a {font-size: 18px;}
	}  
		 
	
	
	
	#praeparateueberschrift_notizbuch{
		position:relative;
		top:0.3em;
		left:0.5em;
		font-size: 1.5em;
		font-family: Verdana, Geneva, sans-serif; 
		text-align:left;
	}

.saveAnno{
	position: relative;
	display: inline;
	background-color:#555769;
	-webkit-bordert-radius:9px;
	border-radius:9px;
	border:2px solid #ffffff;
	
	color:#ffffff;
	
	font-style:normal;
	
	line-height:normal;
	
	text-decoration:none;
	text-align:center;
	padding-top:4px;
	padding-bottom: 4px;
}
	
	.saveAnno:hover {
		background-color:#ad9b64;
		color: black;
	}.saveAnno:active {
		position:relative;
		top:1px;
		
	}

.saveAnnoP{
	display: inherit;
}









	#editor-container3{
		position:relative;
		top:0.5em;
	}











#imageDialog {
     
	background-color:#ECECEC80;
	z-index: 100000;
	
	
	
}

#imageDialog8 {
   
	background-color:green;
   
	
	
	
}

.selectedimage{
	position: relative;
	background-color: blue;
	cursor: pointer;
	min-width: 240px;
	max-width: 300px;

padding: 1px;
margin-left:20px;
border-radius: 8px;z-index: 1;
border: rgb(61, 81, 117) solid 1.5px;
}

.selectedimage:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 10px 21px 10px 0;
border-color: transparent rgb(61, 81, 117);
display: block;
width: 0;

left: -21px;
top: 13px;
}

#imageDialog4{
	top: 0.8em;
	
	padding-bottom: 0.5em;
	font-size: 1.1em;
	
}

#annotationDialog{
	background-color:#ECECECCC;
	
}


#imageDialog2 {
   
   height:80em;
   width:30em;
   background-color:gray;
	
	
	
	
}
  
  #imageDialog5 {
   position: absolute;
height:20em;
width:20em;
	  z-index: 2000;
background-color:palegreen;
	
	
	
	
}
	

h1 {font-family:Arial,fantasy;
	font-weight:normal;
	font-size: 600%;
	color:#555769;
	text-align:center
}



.instTopic {
	font-family: trajan pro;
	
	font-size: 300%;
	color:#555769;
	text-align:center;
	letter-spacing: 0.2em;
font-variant: small-caps;
}


#p {font-family:Arial,fantasy;font-weight:bolder;font-size: 200%;color:#CED8F6;text-align:center}


.logo-main{

width: 157px;
height: auto;
max-height: 70px;


}




.tutorleiste{
	float: right;
   width:100%;
		 z-index:-50000000;
	   border-radius:50%;
	position:absolute;
	padding-top:13em;
	bottom:0px;
	width: 15em;
	margin: 0;
	height: 100%;
	right:0px;
	z-index:-15;
	background-color: #A9D0F5;
	-webkit-transition: -webkit-transform cubic-bezier(0.5, 1.8, 0.8, 0.5) 2s;
	transition: -webkit-transform cubic-bezier(0.5, 1.8, 0.8, 0.5) 2s;
	transition: transform cubic-bezier(0.5, 1.8, 0.8, 0.5) 2s;
	transition: transform cubic-bezier(0.5, 1.8, 0.8, 0.5) 2s, -webkit-transform cubic-bezier(0.5, 1.8, 0.8, 0.5) 2s;
	}


#tutorleiste-viewer{
	float: right;
   width:100%;
		 z-index:-50000000;
	
	position:relative;
	padding-top:13em;
	bottom:0px;
	width: 15em;
	margin: 0;
	height: 100%;
	right:0px;
	z-index:-15;
	background-color: #CED8F6;
	
	}





.simple {

   -webkit-transition: -webkit-transform cubic-bezier(0.5, 1.8, 0.8, 0.5) 2s;

   transition: -webkit-transform cubic-bezier(0.5, 1.8, 0.8, 0.5) 2s;

   transition: transform cubic-bezier(0.5, 1.8, 0.8, 0.5) 2s;

   transition: transform cubic-bezier(0.5, 1.8, 0.8, 0.5) 2s, -webkit-transform cubic-bezier(0.5, 1.8, 0.8, 0.5) 2s;
}

.simplebump {
   -webkit-transform: hide;
           transform: hide;      
}