/*Import ander css-Definitionen*/
@import "QISDesign.css?13";
@import "TimeEdit/te_TimeEditDesign_UP.css";


/*****************************************************************************/
/*                  überschriebene HIS-Definitionen                          */
/*****************************************************************************/

/***************** HTML-Elemente *****************/
html{
  box-sizing:border-box;
}

*, ::before, ::after{
  box-sizing:inherit;
}
body {
	margin: 0;
	padding:0;
	width: 100%;
	color: #00305e;
}
a.regular:link, a.regular:visited, a.regular:focus, a.regular:hover, a.regular:active {
color:#00305e;
}
a:hover{
	background-color:transparent;
}
a.regular:hover{
	text-decoration:none;
	background:transparent;
}
a:focus{
  background-color:transparent;
}
h1 {
  font-size:1.3em;
	background-color: #818bac;
	text-align: center;
	color: #FFFFFF;
	margin: 2px 0;
	padding: 3px;
}
h2{
  font-size:1.2em;
  color: #104871;
}
h3 {
  font-size:1.1em;
}
h4 {
  font-size:1.0em;
}
h5 {
  font-size:0.8em;
}
h6 {
  font-size:0.6em;
}
img{
	text-decoration:none;
	border: 0 none;
}
img[name="qrCode"] {
  margin-bottom:2px;
  vertical-align:middle;
}
input:required {
	background-color:#E7EFF5;
}
input[type="password"] {
  border:1px solid #0081B4;
}
td.lvzulassenTE{
	background:rgb(238,250,219);
}
td.lvzulassenNE{
	background:rgb(255,193,191);
}
td.lvzulassenTE:hover, td.lvzulassenNE:hover{
	background-color:#fff;
}
button.lvzulassen{
	padding:2px;
	border:none;
	background-color:#00305e;
	color:#fff;
}
button.lvzulassen:hover{
	padding:0;
	background-color:#fff;
	border: 2px solid #00305e; 
	color:#00305e;
}
abbr {
  border-bottom: 0px none;
}
fieldset {
	border:2px solid #c1d3e0;
	background-color:#FFFFFF;
	padding:3px;
	margin:13px 3px 13px 3px;
}
legend {
	background-color:#FFFFFF;
	border:1px solid #c1d3e0;
	font-size:110%;
	margin:2px 5px 5px;
	padding:2px 20px;
}
input[type="text"], input[type="password"], select {
    color:#014A7B;
    border-color:#0081B4;
    border-style:solid;
    border-width:1px;
    margin-top: 2px;
    padding:2px 2px 1px;
}
input[type='submit'], input[type='submit']:focus {
  background-color: #818bac;
	vertical-align: middle;
	cursor: pointer;
	padding:4px;
	border:none;
	color:#fff;
	outline:#818bac;
}
input[type='submit'].puls_linkstyle{
	white-space: normal;
	padding:2px;
	background: none;
	border: none;
	box-shadow: none;
	text-decoration: underline;
	color:#00305e;
}
input[type='submit'].puls_linkstyle:hover{
	background: none;
	border: none;
	box-shadow: none;
	color:#00305e;
}
input[type='reset'] {
  background-color: #c1d3e0;
	vertical-align: middle;
	cursor: pointer;
	padding:4px;
	border:none;
	color:#00305e;
}
/* nicht in dieser Schreibweise in Originaldatei definiert (dort: input.submit:hover) */
input[type='submit']:hover {
  background-color: #fff;
	padding: 2px;
	color: #00305e;
	text-decoration: none;
	vertical-align: middle;
	border:2px solid #818bac;
}
input[type='reset']:hover {
  background-color: #fff;
	padding: 2px;
	color: #00305e;
	text-decoration: none;
	vertical-align: middle;
	border:2px solid #c1d3e0;
}
/* in der Notenverbuchung existiert ein submit-Button (von der HIS) der nicht angezeigt werden darf */
input[type='submit'][value='wird nicht angezeigt'] {
  display: none;
}
input.input_login{
	border: none;
	margin-bottom:15px;
	padding: 10px;
	width: 300px;
	background-color:#f1f1f1;
}
input.submit_login{
	border: none;
	margin-top: 20px;
	padding: 10px;
	width: 300px;
	background-color:#00305e;
	color:#fff;
	text-align: center;
}
input.submit_login:hover{
	border: 2px solid #00305e;
	margin-top: 20px;
	padding: 8px;
	width: 300px;
	background-color:#fff;
	color:#00305e;
	text-align: center;
}
/* Notenverbuchung: Sortierungspfeile */
.label_notenverbuchung{
  width:20px;
  display:inline; 
}
label.label_notenverbuchung input[type='submit']{
  display: none;
}
.notenverbuchung_sortup{
  display:none;
}
.notenverbuchung_sortdown{
  display:none;
}

/***************** ID's *****************/
#wrapper {
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 90px;
  background: #fff;
  min-height: calc(100vh - 90px);
  z-index:1;
}
#globalmessage {
	text-align: center;
	background-color: #af193f;
	font-weight: bold;
	border-left: 1px solid #af193f;
	border-right: 1px solid #af193f;
	color: #FFFFFF;
	margin-top: 0;
	min-height: 1.4em;
	padding: 5px 0 5px 7px;
	position: sticky;
	position: -webkit-sticky; /* Safari */
	top:72px;
	background: #af193f;
	border-radius: 0;
}
#up_foot{
  z-index:-1;
  position:fixed;
  bottom:0;
  height:90px;
  background:#c1d3e0;
  width:100%;
  left:0;
}

/***************** Klassen *****************/
.warnungshinweis {
	margin: 30px 0 5px 0;
	border:1px solid #ff3333;
	padding: 5px;
	color: #ff3333;
	font-weight: bold;
}
.text_center{
  padding: 0 40%;  
}
.address{
  margin:25px 15px 40px 15px;
  min-width: 300px;
  font-style: italic;
  text-align:left;
}
.img {
	margin: 0;
	padding: 0;
}
.tabwBorder {
  background-color:#c1d3e0;
  border:1px solid #014A7B;
  font-size:12px;
  font-weight:normal;
}
.mod2  {
	background-color:#c1d3e0;
	padding:2px 2px;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
}
.mod3{
  border:0 none;
  font-weight:bold;
  padding:2px;
  text-align:center;
  vertical-align:top;
}

.warnung {
	color:red;
	font-weight:bolder;
}
div.warnung ~ div > input{
	margin-top:15px;
}
.grueneWarnung {
  color:green;
  font-weight:bolder;
}
.orangeWarnung {
  color:#FF9900;
  font-weight:bolder;
}
.roteWarnung {
  color:red;
  font-weight:bolder;
}
.centerBold{
	text-align:center;
	font-weight:bold;
}
.sehrgross{
  background-color: #af193f !important;
  font-size:1.3em !important;
  font-weight:600 !important;
  color:#fff !important;
}
div.box_abstand {
  margin: 15px 0 15px 0;
}
div.blaue_flaeche {
  background-color:#c1d3e0;
  margin: 10px 0px;
  border:1px solid #818bac;
  padding:5px 5px 15px 15px;
}
div.blaue_flaeche > p{
  padding:10px;
}
div.link_flaeche {
  background-color:#c1d3e0;
  margin: 5px 0px;
  border:1px solid #818bac;
  padding:3px; 
}
div.link_flaeche:hover {
  background-color:#818bac;
  border:1px solid #818bac;
  color:#fff;
}
div.pterminLV_gruppe{
  min-height: 40px;
  display:inline;
  float:left;
  background-color:#818bac;
  padding:10px;
  color:#fff;
}
div.pterminLV_termin{
  min-height: 40px;
  display:inline;
  float:left;
  padding:5px;
  background-color:#c1d3e0;
  margin-bottom:10px;
  vertical-align: middle;
}
div.pterminLV_termin p{
  line-height: 25px;
}
div.link_button_blue {  
  display:inline;
  margin-left: 10px;
  background-color: #104871;
  border: 1px solid #104871;
  padding: 3px;
  color:white;
}
div.link_button_blue:hover {
  margin-top: 10px;
  background-color:#c9d2de;
  color: #104871;
}
input.lvpdatum {
  width: 100px;
}
.puls_anchor{
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden; 
}
div.puls_login{
	width:100%;
}
div.login_frame{
	width: 40%;;
	margin: 10px 40%;
	padding: 10px 10px 40px 10px;
}
div.login_frame div{
	text-align: left;
	width:300px;
	margin: -15px 0 10px 10px;
	color:#c2c2c2;
	font-size:0.9em;	
}
div.login_frame div b{
	color:#7a7a7a;
}
div.login_frame div.login_errormsg{
	margin: 30px 0 0 0;
	padding: 10px;
	border: 1px solid #880000;
	color:#880000;
	text-align:center;
}
div.login_info{
	float:left;
	margin:20px 0 0 10px;
	width:30%;
	text-align: left;
}
div.login_info h4 b{
	text-align:center;
}
div.blockStudents{
	margin-bottom: 20px;
	padding:5px;
	background-color:#af193f;
	color:#fff;
	font-size:1em;
	font-weight: bold;
}
fieldset.pulsFieldset {
	background-color:#c1d3e0;
	padding: 10px 0 10px 5px;
	vertical-align: top;
}

/*** PULS spezifische Elementdefinitionen ***/
/* Tabellen */

table.puls_table, table.puls_table_center, table.puls_table_noeffect{
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
table.puls_table tr:hover, table.puls_table_center tr:hover{
  background-color:#e1e1e1 !important;
}
table.differentRow tr:nth-child(even){
  background-color: #f2f2f2;
}
table.puls_table th, table.puls_table_noeffect th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  border: 1px solid #ddd;
  background-color: #818bac;
  color: white;
}
table.puls_table th.puls_caption, table.puls_table_center th.puls_caption {
	border: 0px;
	background-color: #00305e;
}
table.puls_table_center th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #818bac;
  color: white;
}
table.grayHeader th {
	background-color:#efefef;
	color:#818bac;
	font-weight: normal;
}
table.firstCol td:nth-child(1){
  background-color: #c1d3e0;
}
table.puls_table td, table.puls_table th, table.puls_table_noeffect td, table.puls_table_noeffect th,table.puls_table_center td, table.puls_table_center th{
  border: 1px solid #ddd;
  padding: 8px;
}
table.puls_table_noeffect td {
	border: 1px solid #ddd;
  padding: 1px 5px;
}
table.puls_table tr.emptyRow th, table.puls_table tr.emptyRow td, table.puls_table_center tr.emptyRow th, table.puls_table_center tr.emptyRow td {
	border:0;
	background-color:#FFFFFF';
}

/*** ENDE - PULS spezifische Elementdefinitionen ***/

/* Header */
div.up_header{
  margin:0;
  padding:0;
  background:#00305e url("/QIS/images/help_UP/bg_image_neu.jpg") no-repeat;
  background-size:contain;
  background-attachment:fixed;
}
@media screen and (max-width:1024px){
	div.up_header{background-size:1349px 386px;}
}
div.up_headerintern{
  margin:0;
  padding:0;
  background:#00305e;
  background-attachment:fixed;
}
div.logo{
  margin: 10px 0 0 10px;
  display:inline-block;
  vertical-align: middle;
  position: relative;
  min-width: 400px;
  width: 60vw;
}
div.logo label{
  margin: auto;
  float:left;
}
div.logo p{
  margin:0;
  padding:0;
  font-family: sans-serif;
  font-size: 8vw;
  font-weight: bolder;
  color:#fff;
  line-height: 190px;
}
img#unilogo{
  float: left;
  width:180px;
  height:180px;
}

div.serverinfo{
  margin:0;
  padding:0;
  position:absolute;
  top:0;
  right:0;
}
div.serverinfo p{
  color:#fff;
  font-family:sans-serif;
  font-size:0.8em;
  padding:10px;
}

div.up_header div.linkbox_right, div.up_headerintern div.linkbox_right{
  margin:0;
  padding:0;
  position:absolute;
  top: 100px;
  right: 0;
  float:right;
}
div.linkbox_right ul li{
  list-style-type:none;
  line-height: 1.5em;
}
div.linkbox_right ul li a{
  padding: 5px 15px 0 0;
  color:#fff;
  text-decoration:none;
  font-family:sans-serif;
}
/*Ende Header*/
/*horizontale Menüleiste*/
div.copyright{
  padding:10px;
  color: #fff;
}
div.copyright p{
  float:right;
}
nav{
	width:100%;
	height:50px;
	background-color: #c1d3e0;
	position: sticky;
	position: -webkit-sticky; /* Safari */
	top: 0;
	box-shadow: 0px 3px 5px rgb(0,0,0,.3);
  font-family: Arial, Helvetica, sans-serif;
  z-index:20;
}
nav ul{
	margin:0;
	padding:0 20px;
}
nav ul li{
	list-style: none;
	float: left;
}
nav ul li.nav_right{
	float: right !important;
}
label.up_help a img#up_helpicon{
  margin: auto;
  width: 15px;
  height:15px;
}
nav ul li a{
	display: block;
	color:#373737;
	padding: 0 20px;
	text-decoration: none;
	line-height: 50px;
}
nav ul li a:hover{
	background-color: #818bac;
  color:#fff;
}
nav ul li a.active {
  background-color: #00305e;
  color:#fff !important;
}
nav ul li a:hover, nav ul li div.nutzermenue:hover{
  background-color: #818bac;
  color:#fff;
}
nav ul li a:hover > svg#userinfo, nav ul li a:hover > svg#helplogo{
  fill: #fff;
}
/*Anzeige Countdown*/
nav ul li.countdown{
  width:80px;
  float:right;
  text-align: center;
}
div#countdown{
  line-height: 50px;
  color:#373737;
  height:100%;
  font-family: Arial, Helvetica, sans-serif;
}
svg#userinfo, svg#helplogo {
  display: inline;
  margin: 0;
  background-repeat: no-repeat;
  background-size: 40px;
  fill: #373737;
  width: 10px;
  vertical-align:middle;
}
svg#userinfo{
  width:12px;
}
svg#userinfo:hover, svg#helplogo:hover {
  fill:#fff;
}

/*Infoband*/
div.infoband{
	width:100%;
	height:20px;
	background-image: linear-gradient(#f2f2f2, #e3e3e3);
	position: sticky;
	position: -webkit-sticky; /* Safari */
	top: 50px;
	border-bottom: 1px solid #c2c2c2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  z-index: 3;
}
div.infoband ul{
	margin:0;
	padding:0;
	display:flex;
	float: right;
}
div.infoband ul li{
	list-style: none;
}
div.infoband ul li.logout{
	border:none;
}
div.infoband ul li.node{
	border:none;
	position:relative;
	margin-right: 0;
	padding:1px 3px;
}
div.infoband ul li, div.infoband ul li a{
  display:inline;
	color:#373737;
	padding: 0 20px;
	text-decoration: none;
	line-height: 20px;
}
div.infoband ul li a{
  text-decoration:underline;
}
a.puls_infoband:hover{
  background-color:#c2c2c2 !important;
  padding:3px 20px;
}

/* Sidebar */
div.sidebar{
  margin-bottom: 20px;
  min-height: calc((70vh - 90px) - 70px);
  width: 15%;
  min-width: 200px;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 70px;
  float:left;
  overflow:hidden;
  overflow-y:auto;
  z-index:-1;
}

div.sidebar ul {
  list-style-type: none;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  width:100%;
  float:left;
  z-index: 1;
  font-family: Arial, Helvetica, sans-serif;
}
div.sidebar ul li{
  margin-top: 5px;  
  background-color: #f1f1f1;  
}

div.sidebar ul li a {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  text-align: left;
}

/* Change the link color on hover */
div.sidebar ul li a:hover {
  background-color: #555;
  color: white;
}
div.sidebar ul li a.visited {
  background-color: #00305e;
  color: white;
}
.min_navigation{
/* Eingeklapptes Menü */ 
  float: left;
	width: 25px;
	height: 200px;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 70px;
	background-color:#f1f1f1;	
	text-align: center;
}
.min_navigation:hover, .min_navigation:focus {  	
	background-color: #555;
  color: white;
}
.min_navigation:hover a div.maximizesidebar > span, .min_navigation:focus a div.maximizesidebar > span{  
  color: white;
}
.maximizesidebar{
  height:100%;
  width:100%;
}
.min_navigation > a{
  text-decoration:none !important;
}
.min_navigation > a div.maximizesidebar > span{
  width:40px;
  line-height:20px;
	font-size:1.5em;
	font-weight:bold;
	color:#555;
}

/* width */
div.sidebar::-webkit-scrollbar {
  width: 10px;
}

/* Track */
div.sidebar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
div.sidebar::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 5px;
}

/* Ende Sidebar */

/* Breadcrumb */
.breadcrumb{
	clear: both;
	font-size: 85%;
	padding-bottom:3px;
  margin-left:0;
}

.address h3{
  font-style:normal;
}

/****************** PULS Zulassung M**************/
.puls_mz_tbl {
	border: 1px solid #a7a7a7;
	border-collapse: collapse;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	width: 760px;
}
.puls_mz_sem {
	background-color:#f2f2f2;
}
.puls_mz_sem td {
	margin: 0;
	padding: 0;
}
.puls_mz_sem td a {
	display: block;
	padding: 2px;
	height:100%;
	text-decoration: none;
	text-align:center;
}
.puls_mz_sem td a:hover, .puls_mz_sem td a:focus {
	background-color: #c2c2c2;
}
.puls_mz_termin {
	background-color:#c2c2c2;
}
.puls_mz_termin td {
	border-top:1px solid #a7a7a7;
	font-weight:bold;
	color: #e2e2e2;
	padding: 0;
}
.puls_mz_termin td a {
	display: block;
	padding: 2px;
	height:100%;
	text-decoration: none;
}
.puls_mz_termin td a:hover, .puls_mz_termin td a:focus {
	background-color: #a2a2a2;
}
.puls_mz_mp {
	background-color:#c2c2c2;
}
.puls_mz_mp0 {
	border:1px solid #a2a2a2;
	background-color:#f2f2f2;
}
.puls_mz_mp0 a {
	text-decoration: none;
}
.puls_mz_mp1 {
	border:1px solid #a2a2a2;
	background-color:#e0aaaa;
}
.puls_mz_mp1 a {
	text-decoration: none;
}
.puls_mz_mp1 a div, .puls_mz_mp0 a div {
	 padding:2px;
}
.puls_mz_mptitel {
	float:right;
	text-align: right;
	width: 70%;
	margin-right:5px;
	font-style:italic;
	font-weight:bold;
}
.puls_mz_mppnr {
	margin-right: 15px;
	width: 30%;
}
.puls_mz_mpptermin {
	margin-right: 15px;
	width: 45%;
}
.puls_mz_mppruefer {
	float:right;
	margin-right:5px;
	font-style:italic;
	width: 55%;
	text-align: right;
}
.puls_mz_anzahl {
	width:40%;
	float: left;
}


/***************** Header *****************/
/*.header_hisinone {
  margin-bottom: 0;
  width: 100%;
}
.header_hisinone .logo {
  float:left;
  margin-top: 0px;
}
.menu2_off h1{
	margin: 0;
}
.divloginstatus {
  background-color: #104871;
  background: #104871;
  float: left;
  line-height: 1.6em;
  border-left: 0px;
  border-right: 0px;
  margin-top:0px;
  -webkit-border-radius: 0px;
  -moz-border-radius : 0px;
  border-radius : 0px;*/
}
/***************** Footer *****************/

/***************** Navigation *****************/
#makronavigation {
  background-color: #104871;
  float: left;
  line-height: 1.9;
  font-weight: bold;
  width: 260px;
  padding-right: 0px;
  padding-top: 0px;
}
#makronavigation ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0;
	margin:0;
}
#makronavigation .auflistung,#makronavigation .liste, #makronavigation .auflistungLehrender, #makronavigation .menue  {
  width: auto;
  border-bottom : 0px none;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background-color:#FFFFFF;
	display:block;
	line-height:1.6em;
}
#makronavigation .auflistung li, #makronavigation .liste li, #makronavigation .menue li {
  border-top: 1px solid #FFFFFF;
  margin: 0 0 0 0 ;
  line-height: 1.6em;
}
#makronavigation a:focus, #makronavigation a:hover, #makronavigation a:active  {
  border-bottom:none;
	line-height:1.6em;
	border-radius : 0;
}
#makronavigation a.auflistung:focus, #makronavigation a.auflistung:hover, #makronavigation a.auflistung:active  {
  background:#F1F2F5 url(/HISinOne/images/icons/background_content.gif) repeat scroll 9px center;
	display:block;
	color:#104871;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
  border-bottom:none;
	line-height:1.6em;
	border-radius : 0;
}
#makronavigation .auflistung li a, #makronavigation .liste li a, #makronavigation .menue li a{
  background:#104871 url(https://puls.uni-potsdam.de/QIS/images/style/bullet3.gif) no-repeat scroll 9px center ;
  color:#EEEEEE;
  margin:0 0 0 0px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 30px;
  text-decoration:none;
  font-weight: bold;
}
#makronavigation .auflistung li  a.auflistungLehrender,#makronavigation .liste li  a.auflistungLehrender, #makronavigation .menue li a.auflistungLehrender{
  background:#EFDFC2 url(https://puls.uni-potsdam.de/QIS/images/style/bullet2.gif) no-repeat scroll left center ;
  color:#104871;
  margin:0 0 0 0px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 30px;
  text-decoration:none;
  font-weight: bold;
}
#makronavigation ul li a.visited, #makronavigation .liste li .visited{
  background:#CCCC99 url(https://puls.uni-potsdam.de/QIS/images/style/bullet2.gif) no-repeat scroll left center;
  color:#104871;
}
 #makronavigation .auflistung li a:hover, #makronavigation .liste li a:hover {
 	background:#F1F2F5 url(https://puls.uni-potsdam.de/QIS/images/style/bullet2.gif) no-repeat scroll 0 50%;
 	color:#014A7B;
  text-decoration:underline;
}
#makronavigation .liste{
	background-color:#FFFFFF;
	color:#375798;
	display:block;
	text-decoration:none;
	border-top: 0px none;
}
#makronavigation .visited {
	background-color:#FFFFFF;
	border-bottom:0px none;
}
.makromenueauf:link, .makromenueauf:visited {
  background:transparent url(../../QIS/images/buttons/menuaufblauObreit_UP.gif) repeat scroll 0 0;
}
.logininfo {
  padding-top: 40px;
  background-color: #FFFFFF;
  line-height: 1.3;
  font-weight: normal;
}
.logininfo h2 {
  border-left: 20px solid #CCCC99;
  color: #104871;
  font-size: 130%;
  margin: 0;
  padding: 0 0 0 10px;
}
.logininfodata {
  padding-left: 30px;
  padding-top: 5px;
}

.linksLoginStatus {
  font-size:82.5%;
  line-height:1.3;
  font-weight:bold;
}

.links3 {
  background:transparent url(https://puls.uni-potsdam.de/QIS/images/style/bullet3.gif) no-repeat scroll 0 0;
  color:#EEEEEE;
  margin:4px 0 0 0;
  margin-top:4px;
  padding:0 8px 0 18px;
  text-decoration:none;
}
#makronavigation .links2:focus, #makronavigation .links2:hover, #makronavigation .links2:active {
  display:inline; /*Verhindern des Zittereffekts durch neue Zeile (diplay:block)*/
  background:#EFDEC2 none;
  line-height: 1.3;  /*keine Vergrößerung des Anzeigefeldes*/
  padding-top:2px;
}

/***************** Content *****************/
.bemerkung{
	font-style:italic;
}
.content {
  background: none;
  padding: 15px 2px 0 20px;
  float:left;
}
.content h1 {
  padding: 2px 0 2px 0;
  margin: 0 0 30px 0;
}
.content_full_portal {
  background-color: #FFFFFF;
  padding: 4px;
	float: left;
	display: block;
	width: 98%;
}
.content_max {
  background-color:#FFFFFF;
  padding: 15px 2px 0 20px;
  width: 94%;
}
.content_max_portal {
  background: #FFFFFF;
  /*margin-left: 260px;*/
  width:73.5%;
  display:block;
  float:left;
  margin: 0px 0px 0px 0px;
  padding: 15px 2px 0 20px;
}
.content_max_portal_qis {
  background: #FFFFFF;
  margin: 0px;
  padding: 15px 2px 0 20px;
	float: left;
	/display: block;
	width: 78%;
	border-radius : 0;
}
.content_max_portal_qis h1{
  margin: 1px 0 2px 0;
  padding: 2px 0 2px 0;
}
.divcontent {
  padding: 0;
}
.tab {
  background-color:#c1d3e0;
  border:0 solid #104871;
  font-size:12px;
  font-weight:normal;
  margin-top:0px;
  width:100%;
}
.tab_head {
  background-color:#c1d3e0;
}
.tab_body {
  background-color:#FFFFFF;
  line-height:18px;
}
.maske {
	background-color: #c1d3e0;
	font-size:12px;
	line-height:18px;
}
.mod  {
	border-bottom:0px none;
	border-left:0px none;
	border-right:0px none;
	border-top:0px none;
	font-weight:bold;
	padding:2px 2px;
	text-align:left;
	vertical-align:top;
}
.mod3 {
  border:0 none;
  font-weight:bold;
  padding:2px;
  text-align:center;
  vertical-align:top;
}
.mod_cancel{
	text-decoration:line-through;
	background-color:#FFFFFF;
  padding: 1px;
}
.mod_n_basic {
width: auto;
border-bottom:0px none;
border-left:0px none;
border-right:0px none;
border-top:0px none;
}
.mod_grid, th.mod{
	background-color: #c1d3e0;
	border-bottom:0px none;
	border-left:0px none;
	border-right:0px none;
	border-top:0px none;
	padding:2px 2px;
	font-size:12px;
}
.mod_n_even, .mod_n_odd {
	background-color:#FFFFFF;
}
.table_1 {
	border-left:0px none;
	border-right:0px none;
	border: 2px solid #c1d3e0;
	float:left;
	margin-bottom:13px;
	margin-top:13px;
	overflow:auto;
	padding:3px;
	width:98%;
}
/* Beschreibung der Eingabefelder */
.inputlabel{
	background-color:#c1d3e0;
	color:#00305e;
	font-size:100%;
	padding: 3px;
	float:left;
	margin-right:5px;
	margin-bottom:2px;
	margin-left:2px;
	margin-top:2px;
	text-align:left;
	vertical-align:middle;
	width:20%;
}
/* Darstellung der Pflicht-Eingabefelder */
.inputmandatory {
	background-color:#FFFFFF;
	border:2px solid #EFDFC2 !important;
}
.inputmandatory[readonly="readonly"]{
  border:none !important;
}
.kleinerButton {
color:#014A7B;
font-size:90%;
font-weight:normal;
text-decoration:none;
}
.normal {
	line-height:18px;
}
.normalFett{
	margin-left:5px;
}

/* Stundenplandarstellung - nachfolgende Klassen aus QISDesignBestand.css überschrieben analog Darstellung zu LSF11 */
.menu1_on {
  background-color: #ffffff;
  font-size: 100%;
  font-weight: normal;
}
.plan2{
background-color:#BCDFF6;
border: 0.5pt solid #014A7B;
}
/* Mehrere Elemente in einem Block (Konflikte) */
.plan22{
background-color:#BCDFF6;
border: 2pt double #014A7B;
border-color: red;
border-style: double;
}
/* Einzeltermine */
.plan5{
background-color:#FAFAFA;
font-weight: 500;
}
/* 14-tägliche Termine */
.plan6{
background-color:#E8BFB0;
font-weight: 500;
}

/* change (alle nachfolgenden Deklarationen bis zum UP-Bereich) */
#change_header {
	background-color:#c1d3e0;
	margin-bottom:10px;
	margin-left:5px;
	margin-right:5px;
}
.ChangeReadOnlyInput, input.ChangeReadOnlyInput[readonly="readonly"]{
	background-color:#FFFFFF;
	border-color:#FFFFFF;
	border-style:none;
	border-width:0px;
	font-size:100%;
	font-weight:normal;
	min-height:1em;
	min-width:1em;
	padding:3px;
  margin-bottom:2px;
  margin-left:2px;
  margin-top:2px;
}
.currentItem {
	color:#014A7B;
	font-weight:bold;
}
.tabMenuContainer {
	border-bottom:2px solid #c1d3e0;
}
.tabMenuList {
	list-style-position:outside;
	list-style-image:none;
	margin:0;
}
.tabMenuList li.current {
	background-color:#c1d3e0;
	border:0px none;
	color:#014A7B;
	font-weight:bold;
}

/*****************************************************************************/
/*                       eigene UP-Definitionen                              */
/*****************************************************************************/

/* Sprungmarke zum Startpunkt der Seite */
.puls_link_totop {
  padding:0;
  margin-top:22px;
  position:fixed;
  right:-2px;
}
.puls_link_totop a, .puls_link_totop a:hover {
  text-decoration: none;
  margin:0 !important;
  padding:0 !important;
  border: none;
}
/* Student - Belegen von Veramstaltungen */
.prio_select select {
  background: transparent;
  width: 100px;
  font-size: 14px;
  line-height: 0.7;
  border: 0;
  border-radius: 0;
  height: 22px;
  text-indent:0.01px;
  text-overflow:"";
  -webkit-appearance: none;
  -moz-appearance:none;
}
.prio_select {
  margin-left:20px;
  width: 100px;
  height: 22px;
  overflow: hidden;
  text-indent:0.01px;
  text-overflow:"";
  background: url(/QIS/images/help_UP/arrow_down.png) no-repeat right #fff;
  border: 1px solid #ccc;
}
/* Student - Meine Veranstalugen */
.meineVeranst {
	margin: 10px 0 20px 0;
  text-align: center;
}
div.meineVeranst h2 {
  color: #00305e;
  margin-top: 0;
}
div.puls_veranstaltung{
	margin: 5px 0 10px 0;
	padding-bottom: 20px;
	background-color:#fff;	
	border: 1px solid #ccc;
	border-radius: 0 0 5px 5px;
	box-shadow: 1px 1px 2px #aaa !important;
}
div.puls_Leistungen_Title {
	padding:10px 5px;
	background-color: #c1d3e0;
	font-weight: bold;
}
div.puls_Leistungen_Inhalt {
	padding: 10px 10px 0 10px;
}
/*Student - Meine Veranstalugen: Anmeldung zu Wiederholungsprüfungen bei LVbegleitender Anmeldung */
.lvwiederholung {
  padding: 8px;
  background-color: #f5c88f;
  border-radius: 4px;
  box-shadow:2px 4px 2px #777;
}
/*Student - Meine Veranstalugen: Link zur Evaluation (PEP) */
.peplink {
  margin:3px 10px;
  padding:5px;
  background-color:#f2f2f2;
  border:1px solid #ddd;
  border-radius: 4px;
}

/*Student - Meine Leistungen*/
a.puls_leistungsuebersicht:hover, a.puls_leistungsuebersicht:active, a.puls_leistungsuebersicht:visited, a.puls_leistungsuebersicht:focus, a.puls_leistungsuebersicht:link {
	background:transparent;
}
table.puls_moduleLeistungenFach {
  margin-top:5px;
  width:100%;
  border-collapse:collapse;
  border:1px solid #a7a7a7;
  text-align:center;
}
tr.puls_headerTableModuleLeistungenFach, tr.puls_headerTableModuleLeistungenFach th {
  background-color:#3a3a3a;
  color:#ffffff;
  font-size:12px;
  font-family:sans-serif;
  font-weight:normal;
}
td.puls_moduleFach {
  background-color:#f2f2f2;
  font-weight:bold;
  text-align:left;
}
td.moduleFachParameter {
  font-weight:bold;
}
.puls_leistungenBorder {
  border:1px solid #adadad;
}
td.puls_leistungenSpalteUngerade {
  background-color:#ffffff;
}
.puls_info {
  cursor: help;
}
span.nobrake {
  white-space:nowrap;
}
span.kursiv {
  color:#000000;
  font-style:italic;
}
/* Klasse zum Zentrieren, alternativ zu <center> */
.puls_line_center{
	display:block;
	text-align:center
}
table.puls_block_center{
	margin-left:auto;
	margin-right:auto;
}

/* Einsatz in z.B. "Sortierung VVZ" (Veranstaltungsmaske) */
.tableCellHighlight {
	background-color:#c1d3e0;
	padding:2px 2px;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
}

/* Anzeige von Formularen  nebeneinander */
.oneButtonForm {
	display:inline;
  /* width:240px; */
}

/* change (alle nachfolgenden Deklarationen)*/
.formMargin_choice_lectures {
margin:3px;
padding:0;
}
.subTitleMenue_choice_lectures {
	background-color:#DEE2EB;
	color:#014A7B;
	font-weight:normal;
	border: 1px solid rgb(16, 72, 113);
	padding: 3px;
	width: 24%;
}
.innerTable_GridInputBlock{
	border: 2px solid #c1d3e0;
	margin-top:5px;
}

/* PULS Modulverantwortliche festlegen */
div.puls_infoBox {
	margin:15px 0;
	padding: 10px 10px 7px 10px;
	border: 1px solid #104871;
}
div.puls_blueBox {
	margin:15px 0 0 0;
	padding: 5px;
	background-color: #c1d3e0;
	border: 1px solid #c1d3e0;
	color: #00305e;
	font-weight: bold;
}
div.puls_blueBox_content {
  border: 1px solid #c1d3e0; 
  border-top: none; 
  border-radius: 0 0 5px 5px; 
  background-color: #fff; 
  padding: 15px 0 10px 0; 
  display:none;
}
div.puls_blueBox_content > p {
  line-height: 1.4em;
  padding-left: 5px;
}
div.puls_grayBox {
	margin: 15px 0;
	padding: 5px 5px 15px 5px;
	border: 1px solid #104871;
	background-color: #d4d4d4;
}
div.puls_lightblueBox {
	margin: 0 0 15px 0;
	padding: 5px 5px 15px 5px;
	border: 1px solid #c1d3e0;
	background-color: #c1d3e0;
}
div.puls_modulBox {
  margin: 5px 0; 
  padding: 4px; 
  border: 1px solid #818bac; 
  background-color: #ffffff; 
  color:#3a3a3a;
}
a div.puls_modulBox:hover {
  background-color: #818bac;
  color:#fff;
}
div.puls_redBox {
	margin: 15px;
	padding: 5px 5px 15px 5px;
	border: 1px solid #104871;
	background-color: #ff3d3d;
}
span.stginfo {
	margin-right: 5px;
	color: #3a3a3a;
	cursor: help;
}
input.button[type="submit"] {
	border: none;
	vertical-align: top;
	color:#104871;
}
input.buttonGray[type="submit"] {
	margin-left: 15px;
	border: 1px solid #000;
	vertical-align: top;
	color:#104871;
}
input.buttonGray[type="submit"]:hover {
	color:#fff;
}
button:hover {
	cursor:pointer;
}
button.pulsButton{
	background-color: #fff; 
  color: #818bac; 
  border: 2px solid #818bac;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;  
}
button.pulsButton_small, a.pulsButton{
	background-color: #fff; 
  color: #818bac; 
  border: 2px solid #818bac;
  padding: 5px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;  
}
button.invert, a.pulsButton.invert {
	background-color: #818bac; 
  color: #fff; 
}
button.pulsButton:hover, button.pulsButton_small:hover, a.pulsButton:hover{
	background-color: #818bac;
  color: #fff;
}
button.invert:hover, a.pulsButton.invert:hover{
	background-color: #fff;
  color: #818bac;
}
button.green, a.pulsButton.green {
	background-color: #26bd7e; 
	border: 2px solid #26bd7e;
  color: #fff; 
}
button.green:hover, a.pulsButton.green:hover{
	background-color: #fff;	
	border: 2px solid #26bd7e;
  color: #26bd7e;
}
button.pulsButton:focus, button.pulsButton_small:focus, a.pulsButton:focus ,button.pulsButton:active, button.pulsButton_small.active, a.pulsButton:active {
	border: 2px solid #818bac !important;
}

select#meinInstitut:focus,
select#meinInstitut:hover,
select#meinInstitut:active,
select#alle:focus,
select#alle:hover,
select#alle:active {
	border: none;
}
input[type='text'][name='Anmeldebeginn'],
input[type='text'][name='Anmeldeende'],
input[type='text'][name='PDatum'],
select.modverantw,
select[name='dozentenliste'] {
  border-radius:0;
  border: 1px solid #c2c2c2;
}
button#btnEinrichtung, button#btnAlle {
	margin-right: 10px;
  background-color: #fff;
  border:1px solid #818bac;
	vertical-align: middle;
	cursor: pointer;
	padding: 4px;
	color: #00305e;
}
button#btnEinrichtung:hover, button#btnAlle:hover{
  background-color: #818bac;
  color: #fff;
}
input[type='submit'][name='form_edit']{
  background-image: url(/QIS/up/edit.png); 
  width: 20px; 
  height: 20px; 
}
.snapshot {
    font: 15px Verdana,sans-serif;
}
.viewkey_style {
	text-align: center;
	font: 14px Verdana,sans-serif;
	border:solid 3px #3a3a3a;
	background-color: #ffffff;
	padding:5px;
	position:absolute;
	z-index:100;
}
/* Ende Modulverantwortliche festlegen */

a.puls_editButton:hover{
  background-color: transparent; 
}


/* ******** Studiengangsdatenbank - Tabellenlayout - BEGINN ******** 
Stand Nov 2016: Wird auch in der LV-Kopie-Übersicht verwendet */
table.studiengang_db, table.studiBearbeitenList{
  border-spacing:1px;
}

table.studiengang_db td, table.studiengang_db th,
table.studiBearbeitenList td, table.studiBearbeitenList th{
  padding-top:3px;
}

table.studiengang_db tr:hover td,
table.studiBearbeitenList tr:hover td
{
  background-color:#D5E7FF;
}

/* Bedeutungen: 
  studiengang_pflichtfeld: Leere Zellen rot markieren (bei hover: Verstärkung der Farben)
  studiengang_optFeld: Leere Zellen rot markieren und volle Zeilen grün (bei hover: Verstärkung der Farben)
*/
table.studiengang_db tr:hover td.studiengang_pflichtfeld:empty{
  background-color:#FEB7B7;
}
table.studiengang_db tr:hover td.studiengang_optFeld:empty{
  background-color:#D5E7FF;
}
table.studiengang_db tr:hover td.studiengang_optFeld{
  background-color: #87E19C;
}

td.studiengang_optFeld:empty{
  background-color:white;
}
td.studiengang_pflichtfeld:empty{
  background-color: #FFDFDF;
  color:#A44949;
}

td.studiengang_optFeld{
  background-color: #DFFFE6;
}


/* Tabellendefinition für die Tabellen */
table.studiengang_db_basic td{
  height:18px;
  vertical-align: middle;
  border-bottom:1px solid #c1d3e0;
  border-right:1px solid #c1d3e0;
}

/* ******** Studiengangsdatenbank - Tabellenlayout - ENDE ******** */





/* ******** Studiengangsdatenbank Sprechblase - BEGINN ******** */
div.stg_timeline {
  background-color:#ABCDEF;
  position:relative;
  border-radius:10px;
  padding:15px;
  padding-top:10px;
  margin:15px;
  margin-bottom:30px;
  min-width:270px;
  box-shadow: 0px 8px 6px -5px #888;
}

/* Dreieck für 'Sprechblasenform' */
div.stg_timeline:after {
  content:"";
  position:absolute;
  border-style:solid;
  width:0;
  top:10px;
  left:-30px; /* Länge des Dreiecks */
  border-width:10px 30px 10px 0;
  border-color:transparent #abcdef;
}

/* Titel formatierung in Sprechblase*/
div.stg_timeline p.titel{
  font-weight:bold;
  font-size:13pt;
  color:#104881;
  padding-bottom:8px;
}

/* Box mit zusätzlichen Inhalten in Sprechblase*/
div.stg_timeline div{
  background-color:#DAEAFA;
  padding:3px 10px 3px 5px;
  border-radius:2px;
}

/* Hyperlink in Sprechblase geeignet hervorheben */
div.stg_timeline div a{
  text-decoration:none;
}

div.stg_timeline div a:hover{
  text-decoration:underline;
  font-weight:bold;
  color:#1661AC;
}


/* ******** Studiengangsdatenbank Sprechblase - ENDE ******** */



/* ******** Modulbeschreibung SortierungsTooltip - BEGINN ******** */
li.tooltipSortierungMV div {
  display:none !important;
}

li.tooltipSortierungMV:hover div {
  display:block !important;
  margin-left:-7px;
  border-left: 1px solid #7BBCFC;
  padding: 3px 5px 0 5px;
  position: absolute;
  background-color: #EEEEEE;
  box-shadow: 5px 5px 3px #888;
}

li.tooltipSortierungMV div button {
  display:block;
  margin: 8px 5px 8px 5px;
  padding: 1px 5px 1px 5px;
}

/* ******** Modulbeschreibung SortierungsTooltip - ENDE ******** */



/* Element ausblenden, sobald das CSS geladen wurde. Z.B. für einen entsprechenden Hinweis */
.doNotShow{
  display:none;
}


/* Stundenplandarstellung (verwendet z.B. in NavigationPlan_UP.vm */
.plan_legend {
	font-weight: bold;
}
.plan_rahmen_legend {
    border: 2pt double red;
}

/* Pruefungsnummernliste */

.pnrlist_abschluss {
  padding-top:8px;
  padding-bottom:8px; 
  width: 200px; 
  background-color:#00305e; 
  color: #ffffff; 
  text-align: center;
}
.pnrlist_vertiefung {
  padding-top:8px;
  padding-bottom:8px; 
  width: 70px; 
  background-color:#818bac; 
  color: #ffffff; 
  text-align: center;
}
.pnrlist_pversion{
   padding-left:5px; 
   background-color: #fff;
   font-weight: bold;
}
.pnrlist_button{
  background-color: #c1d3e0;
}

/*Ende Pruefungsnummernliste*/


/*****************************************************************************/
/*                  Modulbeschreibung - Definitionen                         */
/*****************************************************************************/
.tableMV th{
  background-color:#104871;
  border:1px solid #FFFFFF;
  color:#FFFFFF;
  font-size:15Px;
  font-weight:bold;
  padding:6px;
  text-align:center;
  white-space:nowrap;
}

  .tableMV td{
    font-size:13Px;
    padding: 5px;
  }


tr.tableMV_head{
  background-color: #E3EBFF;/*E6EDFF*/
  font-size:13Px;
  font-weight:bold;
  padding:8px;
}

tr.tableMV_head:hover{
background-color: #BCCBEF; /*C8D5F7*/
font-weight:bold;
}



tr.tableMV_body:hover {
background-color: #E7E7E7;
font-weight:bold;
border-radius: 10px;
}


div.listMV{
  background-color: #c1d3e0;
  
}


a.listMV:hover{
  background-color: #C5DCEE;
}




/*** Tooltip für eine Zelle einer Tabelle ***/
td.tooltipMV_cell {
  outline:none; 
}

td.tooltipMV_cell:hover {
  text-decoration:none;
} 

td.tooltipMV_cell div.tooltip {
    z-index:10;    
    position:fixed; 
    opacity:0;
    right:0;
    left:0;
    bottom:-20px;
    padding:10px;
    font-weight:normal;
    /*border-top: 1px solid #718BCE; 
    border-bottom:1px solid #9EB5EE; */
    
    color:#111;
    transition: all 0.1s;
    background:#C8D5F7;
    background: -moz-linear-gradient(top, #C8D5F7, #E4ECFE);    
    background: -webkit-linear-gradient(top, #C8D5F7, #E4ECFE);
    background: -ms-linear-gradient(top, #eee, #fff);
    background: -o-linear-gradient(top, #eee, #fff);

    transform: translate(0px,20px);
    box-shadow:0px 0px 28px grey;
    /*box-shadow: 0px 0px -5px #888;*/
}

/* Tooltip einblenden */
td.tooltipMV_cell:hover div.tooltip{
    opacity:1;
    transform: translate(0px,-20px);
    transition: all 0.1s;
}

/* Link darin hervorheben, wenn berührt wird */
td.tooltipMV_cell div.tooltip a:hover{
  color:white;
  background-color:#9DB1E4;
}
    



/* -- Optionales einblenden von zusätzlichen Informationen -- */
/* Verwendung auch bei dem LV-Import! */
/* Variante 1: Stark oder wenig einblenden (über span-Element)*/
tr.additionalFocusInfosMV span.on{
  opacity:0.25;
}
tr.additionalFocusInfosMV:hover span.on{
  opacity:1;
}



/* Variante 2: Überschreiben der Elemente (über div-Element)
 -> Ohne Platzhalter*/
tr.additionalFocusInfosMV div.on{
  display:none;
  opacity:0;
}
tr.additionalFocusInfosMV:hover div.on{
  opacity:1;
  display:inline;
}

tr.additionalFocusInfosMV div.off{
  display:inline; 
  opacity:1;
}
tr.additionalFocusInfosMV:hover div.off{
  display:none;
  opacity:0;
}

@media screen and (min-width: 1000px) and (min-height: 700px)
{
  /* Footer (Für Auflistung der Module und LV Import) */
  div.footerMV{
    background-color:rgba(233,242,254,0.9);
    position:fixed;
    bottom:0px;
    padding-bottom:5px;
    padding-top:10px;
    padding-right:7px;
    padding-left:5px;
    right:0;
    text-align:right;
    min-height:20px;
    min-width:200px;
    border-top:1px solid #C6DAF5;
    box-shadow: 0px 0px 5px 5px #888;
  }

  div.footerMV button{
    background-color:#D0E3FC;
    padding:5px;
    box-shadow: 0px 0px 3px 1px #888;
    border: 0;
    color:#547CAE;
    font-weight:bold;
    margin-left:5px;
    margin-right:5px;
    margin-bottom:5px;
    /*border:1px solid #88A8D1;*/ 
  }
  
  div.footerMV button:hover{
    background-color:#88A8D1;
    color:white;
    font-weight:bold;
  }
  
  div.footerMV button:disabled{
    background-color:gray;
    color:white;
    font-style:italic;
  }
  div.footerMV button:disabled:hover{
    background-color:gray;
  }
}

/*Gesonderte Formatierungen für Blobs (z.B. Keine Absätze) */
.blobFormatierungMV p, .blobFormatierungMV ul, .blobFormatierungMV ol{
  margin:0;
}

/* Nur Spiegelstriche für Aufzählungen (ul) verwenden */
.blobFormatierungMV ul{
  list-style-type:none;
}

.blobFormatierungMV ul li:before{
  content: '-'; 
  margin-left: -15px;
  padding-right:7px;
}
div.modulkatalogabschlussButton {
	float:left;
	margin: 5px 5px 0 0; 
	padding: 5px; 
	border: 1px solid #818bac; 
	background-color: #818bac;
	color:#fff;
}
div.modulkatalogabschlussButton:hover {
	border: 1px solid #818bac; 
	background-color: #fff;
	color:#00305e;
}
div.modulkatalogabschluss {
	margin: 35px 0 0 0; 
	padding: 5px; 
	border: 1px solid #818bac; 
	background-color: #fff;
	font-size: 16pt; 
	font-weight: bold;
	color:#818bac;
}
div.modulkatalogabschluss_sto{
	float:right; 
	margin: 5px 0 0 0; 
	padding: 1px; width: 180px; 
	border: 1px solid #818bac; 
	background-color: #818bac; 
	color:#fff;
	text-align:center;
}
div.modulkatalogeffekt {
  margin: 5px 0 0 0; 
  padding: 3px 5px 3px 10px; 
  border: 1px solid #B2C9E7; 
  background-color: #c1d3e0;
}
div.modulkatalogeffekt:hover {
  background-color:#fff; 
}

/*************** ENDE - Modulbeschreibung - Definitionen *********/




/* Übersicht der Studiengänge und Immatrikulationen */ 
.ueh2{
  background-color:#FFFFFF;
  position: -webkit-sticky;
  position: sticky;
  top: 0; 
  padding: 5px 10px;
}

.immaStd table tbody tr td.immaMtknr div.uehover{
  position: absolute; 
  visibility: hidden;
  padding: 0; 
  background-color:#FFFFFF;
  border: 1px solid #CCCCCC; 
  width: 700px; 
  padding: 12px; 
  margin-left: 109px; 
  margin-top: 0px; 
}

.immaStd h3{
  background-color: #DEEDFF;
  margin: 0; 
  padding: 5px 5px;
  text-align: center; 
}

.immaStd p {
  padding: 2px 5px; 
}
  
.immaStd table tbody tr td.immaMtknr span:hover{
  color:#799BB3;
  cursor:crosshair;
}

.immaStd table tbody tr td.immaMtknr span:hover ~ .uehover{
  visibility: visible; 
}

.uehover table tr td{
  border-bottom: 1px solid #CCCCCC; 
}


table.abschltable tbody tr:hover {
  background-color: #deedff !important; 
}



/* Summary im Change-Modul für Firefox ausblenden, da dort Aufklappfunktion nicht funktioniert und überflüssig ist */
.firefoxInvisible{
  display:inline;
  margin-bottom:10px;
}

@-moz-document url-prefix() {
  .firefoxInvisible{
    display:none;
  }
}
/* Ende, summary für Firefox ausblenden */

/* FAQ */ 

.faq p {
  margin-bottom: 10px; 
}


/* Modulbaum */ 
.meine-module span.sichtbar {color: #CCCCCC;}
.meine-module span:hover  span.sichtbar{ color: red;}

.meine-module .veranstaltungen table tbody tr:hover {background-color:#DEEDFF;}
.meine-module .modulpruefungen table tbody tr:hover {background-color:#DEEDFF;}

.meine-module .hinweisZuord, .meine-module .hinweisZuord a, .meine-module .hinweisZuord span {color: #b7b7b7 !important;}

/*  Sachbearbeiter anlegen und suchen  */ 

table.sachbearbeiter tr:hover td {
  background-color:#F8F8F8; 
}


/* Verwendung in der Lehrveranstaltungsbelegung als Ladebildschirm */
div.ueberlagerteMeldungsbox_background{
  display:none;
  position:fixed;
  background: rgba(242, 242, 242, .7);
  width:100%;
  height:100%;
  z-index: 10;
  top:0;
  left:0;
  padding-left:50%;
  padding-top:20%;
}

/* PULS HILFE */ 
.pulshilfe h1 , .pulshilfe h2{
  margin-bottom: 20px; 
}

.pulshilfe p {
  margin-bottom: 10px;
}

.pulshilfe  #hinweis{
  margin: 5px 0 10px 0;
  background-color: #DEEDFF;
  border: 2px solid #104871;
  padding: 5px 0; 
}

.pulshilfe #hinweis table{
  margin: 0;
}
.pulshilfe p img {
  padding: 10px; 
  margin: 10px 0px 2px; 
  border: 1px solid #DEEDFF;
  background-color: #DEEDFF;
}

.pulshilfe img.extLink {
  border: 0; 
  background-color: transparent; 
  padding: 0 0 0 5px; 
  margin:0; 
}

.pulshilfe li img {
  vertical-align:middle;
  margin: 3px 2px; 
}

.pulshilfe table{
  margin: 10px 0 5px; 
  width: 100%;
}


.pulshilfe table tr th {
  background-color: #DEEDFF;
  text-align: left; 
  padding: 5px 15px 5px 5px;
}

.pulshilfe table tr td {
  padding: 5px 10px;
  vertical-align:top; 
}

/* Float aufheben */ 
.clearfix:after {
    clear: both;
    content: " ";
    display: table;
}

/* doppelte Regelstudienzeit */ 
/* erweitertes Führunszeugnis */
.drsz_box_briefuebersicht, 
.efz_box_uebersicht,
.krankenkasse_box_uebersicht,
.box_uebersicht{
  background-color: #deedff;
  border: 1px solid #7fb4d8;
  line-height: 170%;
  margin: 10px 0 20px;
  min-width: 530px;
  padding: 0 0 10px 0;
  max-width: 890px;
  width: 99.5%;
}

.efz_box_ueberschrift,
.drsz_box_ueberschrift, 
.krankenkasse_box_ueberschrift,
.box_ueberschrift{
  background-color: #f8fbff;
  border-bottom: 2px solid #7fb4d8;
  padding: 2px;
  text-align: center;
}

.drsz_box_einzel, 
.efz_box_einzel,
.krankenkasse_box_einzel{
  background-color: #f8fbff;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, 0.09);
  float: left;
  margin: 1%;
  min-height: 180px;
  padding: 1%;
  width: 45.5%;
}

tr.drsz_pa td{
  background-color: #f8fbff;
  border-bottom: 2px solid #c1d3e0;
  font-weight: bold;
  padding: 6px 7px;
  vertical-align: middle;
}

table.drsz_auswahl_stg td, 
table.krankenkasse_studenten td,
table.box_table td {
  border: 1px solid #c1d3e0;
}

table.drsz_auswahl_stg tr:hover td.drsz_stg, 
div.drsz_student table tr:hover td {
  background-color: #d5e7ff !important;
}

input.drsz_button[type="submit"]{
  display:inline-block; 
  padding:6px 5px;
  margin:0 1px;  
	border:1px solid #818bac;
  background-color: #818bac;
  background-image: none; 
}
input.drsz_button[type="submit"]:hover {
	background-color:#fff;
	border:1px solid #818bac;
	color: #00305e;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip img{
  vertical-align:text-bottom;
  margin-left: 5px;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 180px;
  font-size:8pt;
  line-height: 130%;
  background-color: #104871;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 5px;
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


/* Studi bearbeiten */ 

.mb_hover:hover {
  background-color:#efefef;
}

/*jquery ui tabs*/
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}

#tabs{
  width:90%; 
}

.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
	color: #ffffff;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}

.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #104871;
	background: #104871;
	font-weight: normal;
	color: #ffffff; !important
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}
.zulassung_table {
  border-collapse: collapse;
  border: 1px solid #c1d3e0;
}
.zulassung_cell {
  background:  #c1d3e0;
}

/* Auswertungen für Admin */

input[type=submit].auswbutton {
  background-color: #393D3C;
  background-image: none;
  width: 98%;
  border: none;
  color: white;
  padding: 5px 32px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

/*Zulassungsverfahren und Übersicht*/
#puls_zvWrapper {
  margin: 20px 0 10px 0;
}  
li.puls_zv {
  padding:5px;
  display:inline;
  list-style-type:none; 
  border:1px solid #e7e7e7; 
  border-bottom: none;
  border-radius: 3px 3px 0px 0px;
  z-index: 30;
}
li.puls_zv > a {
  color: #3a3a3a;
}
.puls_zvTabActive {
  border-bottom:2px solid #B2C9E7; 
  background-color: #e7e7e7;
}
.puls_zvTabInactive {
  background-color:#c7c7c7;  
  border-bottom:2px solid #979797; 
  border-radius: 3px 3px 0 0;
}
.puls_zvTabInactive > a {
  color:#7a7a7a;
}
a.puls_zvTab:hover, a.puls_zvTab:active, a.puls_zvTab:visited, a.puls_zvTab:focus, a.puls_zvTab:link {
	background:transparent;
}
.puls_zvInfoText {
  margin:5px;
  padding: 10px 10px 5px 15px;
  position:relative;
  width: 98%;
  height:20px;
  background-color:#ffffff;
  text-align:left; 
  font-size:14px; 
  font-weight: bold; 
  color: #3a3a3a;
  border-radius: 3px;
  z-index:4;
}
.puls_zvInfoTable {
  margin: 10px 5px 10px 5px;
  border-radius:3px 3px 3px 3px; 
}
.puls_zvInfoTableHeader {
  margin-top: 10px;
  padding:5px;
  border-radius: 3px 3px 0 0;
  background-color:#104871; 
  color:#ffffff;
  text-align:center
}
.puls_zvTable {
  width:100%;
  border-collapse:collapse;
  border:3px solid #3a3a3a;
  text-align:center;
}
.puls_zvInfobackground {
  margin-top: 10px;
  background-color: #ffffff; 
  color: #ffffff;
}
tr.puls_zvTableRow {
  height: 25px;
  background-color:#3a3a3a;
  color:#ffffff;
  font-size:12px;
  font-family:sans-serif;
  font-weight:normal;
}
tr:nth-child(even).puls_zvTableRow {
  background-color: #c1d3e0; 
  color: #3a3a3a;
}
tr:nth-child(odd).puls_zvTableRow {
  background-color: #B2C9E7;
  color: #3a3a3a;
}
.puls_zvCourse {
  margin: 5px 0;
  padding: 10px;
  background-color: #B2C9E7; 
  border: 1px solid #104871;
  border-radius: 3px 3px 0 0;
  color: #3a3a3a; 
}
.puls_zvColorTextGreen {
  padding: 2px;
  display: inline-block;
  min-width: 10%;
  background-color: #009900;
  color: #ffffff; 
  font-weight: bold;
}
.puls_zvColorTextRed {
  padding: 2px;
  display: inline-block;
  min-width: 10%;
  background-color: #ff3939;
  color: #ffffff; 
  font-weight: bold;
}
.puls_zvGroupLink {
  padding: 3px;
  display: inline-block;
  min-width: 15%;
}
.puls_zvBlockzulassung {
  background-color: #00A900;
  padding: 10px;
  text-align: center; 
  color: #3a3a3a;
  border-radius: 0 0 3px 3px;
}

a.puls_zvLink {
  text-decoration: none; 
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++
++++++ das Impressum ++++++++++++++++++++++++++++++
+++++++++++++++++++++++++++++++++++++++++++++++++*/

div .impressum_box {
   margin:10px;
}
.impressum_box p {
  line-height: 1.4;
  margin-bottom: 15px;
}
.impressum_boxheader {
  margin-top: 20px;
  margin-bottom:15px;
}

/* Kontaktformular - Beginn */
.kontaktformular{
  margin-bottom: 20px;
  box-shadow: 0px 3px 5px rgb(0,0,0,.3);
  border-radius: 10px;
  border-top: 15px solid #00305e;
  padding: 30px;
}
.kontaktformular input[type=submit]{
  margin: 20px;
}

.kontaktelement{
  margin: 5px 20px;
}
.kontaktelement p{
  font-weight: bold;
}
.kontaktelement input[type=text], .kontaktelement input[type=email]{
  border: none;
  border-bottom: 1px solid #818bac;
  width: 40%;
  min-width: 20%;
}
.kontaktelement input[type=text]:hover{
  background-color: #c1d3e0;
}
.kontaktelement textarea{
  border: 1px solid #c2d3e0;
  width: 50%;
  min-width: 30%;
  height: 200px;
  border-radius: 3px;
}
span.kontakt_pflicht{
  color: #af193f;
  font-weight: normal;
}
span.kontakt_hinweis{
  font-weight: normal;
  color: #818bac;
  font-size:0.8em;
  font-style: italic;
}
/* Kontaktformular - Ende */


/** HIS CSS-Klasse überschreiben **/

/* Abstand im Kalender für Datumauswahl bei tagesaktuellen Veranstaltungen */
div.cal_LineEnd{
	margin-bottom: 90px;
}

/**** Vorlesungsverzeichnis (PDF) ****/

div.vvz_stgbox {
	margin: 10px; 
	width:30%;
	float:left;
	border-radius: 10px; 
	box-shadow: 2px 3px 3px rgb(0,0,0,.3);
}
div.vvz_stgbox_download, div.vvz_stgbox_downloadinaktiv {
	padding:10px 10px;
	background-color:#818bac; 
	border: 1px solid #818bac; 
	border-radius: 0 0 0.25em 0.25em;
	font-family:sans-serif;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
}
div.vvz_stgbox_download:hover {
	padding:10px 10px;
	background-color:#fff; 
	border: 1px solid #818bac; 
	border-radius: 0 0 0.25em 0.25em;
	font-family:sans-serif;
	color:#00305e;
	text-align:center;
	text-decoration:none;
}
div.vvz_stgbox_back {
	margin:25px 0;
	padding:5px 10px;
	width:300px;
	border:1px solid #818bac;
	border-radius:3px;
	background-color:#818bac;
	color:#ffffff;
}
div.vvz_stgbox_back:hover {
	margin:25px 0;
	padding:5px 10px;
	width:300px;
	border:1px solid #00305e;
	border-radius:3px;
	background-color:#00305e;
	color:#fff;
}

summary{
	outline:none;
}


div.hideBlock {
  display: none;
}

button.hideHint {
	width:auto;
  float:right;
  display:inline;
}

.noteExpand{
	margin-bottom:20px;
	padding: 10px;
  background-color: #f1f1f1;
  width:auto;
  float:right;
  display:inline;
  
}
    
.noteExpand:focus + .hideBlock {
  display: block;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  z-index: 30;
}



input#hintCollapse {
    display: none;
    color:#7a7a7a;
}

label.hintCollapseLabel {
    display: block;    
    padding: 8px 22px;
    margin: 0 0 1px 0;
    cursor: pointer;
    background: #f1f1f1;
    border-radius: 3px;
    color: #7a7a7a;
    transition: ease .5s;
    position: relative;
}

label.hintCollapseLabel:hover {
    background: #818bac;
    color:#ffffff;
}

label.hintCollapseLabel::after {
    content: '+';
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    color:#7a7a7a;
    right: 10px;
    top: 2px;
}
label.hintCollapseLabel:hover::after {
    color:#ffffff;
}

input#hintCollapse:checked + label.hintCollapseLabel::after {
    content: '-';
    right: 14px;
    top: 3px;
}

div.hintBlock {
    background: #ffffff;
    padding: 10px 25px;
    border: 1px solid #A7A7A7;
    margin: 0 0 1px 0;
    border-radius: 3px;
}

input#hintCollapse + label.hintCollapseLabel + div.hintBlock {
    display: none;
}

input#hintCollapse:checked + label.hintCollapseLabel + div.hintBlock {
    display: block;
}

/*Reiterdarstellung in PULS*/

.puls_tab {
  overflow: hidden;
  border: 1px solid #cccccc;
  background-color: #f1f1f1;
}

.puls_tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

.puls_tab button:hover {
  background-color: #ddd;
}

.puls_tab button.active {
  background-color: #ccc;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
.labcontent {
  display: none;
}
.tab_active {
    background-color: #ccc!important;
}
/*Ende Reiterdarstellung in PULS*/
@media only screen and (min-width: 1401px) {
	.puls_databox_lus{
			display:inline-block; vertical-align: top;width: 25%;padding-right:3px;float:right;min-width:250px;
		}
	.puls_databox_lus_content{
		position:relative;width:100%;border:1px solid #cccccc;background-color:#f1f1f1;border-radius:5px;padding:50px 5px 5px 5px;float:left;box-shadow: 2px 2px 5px black;
	}
	div#minBox{
		display:none;
	}
}

@media only screen and (max-width: 1400px) {
	.puls_databox_lus{
		vertical-align: top;
		padding-right:3px;
		min-width:250px;
	}
	.puls_databox_lus_content{
		position:relative;width:100%;border:1px solid #cccccc;background-color:#f1f1f1;border-radius:5px;padding:50px 5px 5px 5px;float:left;box-shadow: 2px 2px 5px black;z-index:-1;margin-top:20px;
	}
	div#maxBox{
		display:none;
	}
}

/* Top Button global - um an den Anfag der Seie zu springen wenn bestimmte Anzahl an Pixel gescrollt wurde*/
#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #00305e;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: #555;
}

fieldset.pulsDSA {
	border:2px solid #c1d3e0;
	background-color:#ffffff;
	padding:15px;
	margin:13px 3px 30px 3px;
}
legend.pulsDSA {
	background-color:#ffffff;
	//border:2px solid #818bac;
	box-shadow: 4px 4px #c1d3e0;
	width: 650px;
	color:#818bac;
	font-size:110%;
	margin:2px 5px 5px;
	padding:2px 20px;
}
fieldset.pulsDSA_alert {
	border:2px solid #4c3778;
	background-color:#6d5b94;
	color:#ffffff;
	padding:15px;
	margin:13px 3px 30px 3px;
}
legend.pulsDSA_alert {
	background-color:#4c3778;
	border:2px solid #4c3778;
	//box-shadow: 4px 4px #fef3b6;
	width: 650px;
	color:#ffffff;
	font-size:110%;
	margin:2px 5px 5px;
	padding:2px 20px;
}
fieldset.pulsDSA_alert2 {
	border:2px solid #2b656b;
	background-color:#4c7f83;
	color:#ffffff;
	padding:15px;
	margin:13px 3px 30px 3px;
}
legend.pulsDSA_alert2 {
	background-color:#2b656b;
	border:2px solid #2b656b;
	//box-shadow: 4px 4px #fef3b6;
	width: 650px;
	color:#ffffff;
	font-size:110%;
	margin:2px 5px 5px;
	padding:2px 20px;
}
fieldset.pulsDSA_alert a, fieldset.pulsDSA_alert2 a
{
	color:#ffffff;
}
legend.pulsDSAHinweis {
	background-color:#818bac;
	box-shadow: 4px 4px #c1d3e0;
	width: 650px;
	color:#ffffff;
	font-size:110%;
	margin:2px 5px 5px;
	padding:2px 20px;
}
select.pulsDSA, input.pulsDSA {
  height: 30px;
  border: 1px solid #818bac;
  font-size: 16px;
  background-color: #ffffff;
  box-shadow: 4px 4px #c1d3e0;
}
div#addressfieldGutachter1, div#addressfieldGutachter2,
div#abschlussarbeit, div#abschlussarbeitThema, div#abschlussarbeitVerlaengerung, div#abschlussarbeitBegutachtung, div#abschlussarbeitVersand,div#abschlussarbeitEmpfangsbestaetigung,
div#sbs_01, div#sbs_02, div#sbs_03, div#sbs_04, div#sbs_05, div#sbs_06, div#sbs_06, div#sbs_07, div#sbs_08, div#sbs_09, div#sbs_10, div#sbs_11, div#sbs_12, div#sbs_13, div#prognoseAbschluss
{
  display:none;
}
input#showAddressfieldGutachter1:checked ~ div#addressfieldGutachter1, input#showAddressfieldGutachter2:checked ~ div#addressfieldGutachter2,
input#showAbschlussarbeit:checked ~ div#abschlussarbeit, input#showAbschlussarbeitThema:checked ~ div#abschlussarbeitThema,
input#showAbschlussarbeitVerlaengerung:checked ~ div#abschlussarbeitVerlaengerung, input#showAbschlussarbeitBegutachtung:checked ~ div#abschlussarbeitBegutachtung,
input#showAbschlussarbeitVersand:checked ~ div#abschlussarbeitVersand,input#showAbschlussarbeitEmpfangsbestaetigung:checked ~ div#abschlussarbeitEmpfangsbestaetigung,
input#show_sbs_01:checked ~ div#sbs_01, input#show_sbs_02:checked ~ div#sbs_02, input#show_sbs_03:checked ~ div#sbs_03, input#show_sbs_04:checked ~ div#sbs_04, 
input#show_sbs_05:checked ~ div#sbs_05, input#show_sbs_06:checked ~ div#sbs_06, input#show_sbs_07:checked ~ div#sbs_07, input#show_sbs_08:checked ~ div#sbs_08, 
input#show_sbs_09:checked ~ div#sbs_09, input#show_sbs_10:checked ~ div#sbs_10, input#show_sbs_11:checked ~ div#sbs_11, input#show_sbs_12:checked ~ div#sbs_12,
input#show_sbs_13:checked ~ div#sbs_13, input#showPrognoseAbschluss:checked ~ div#prognoseAbschluss
{
	display:block;
}
input#showAbschlussarbeit, input#showAbschlussarbeitThema, input#showAbschlussarbeitVerlaengerung, input#showAbschlussarbeitBegutachtung,
input#showAbschlussarbeitVersand,input#showAbschlussarbeitEmpfangsbestaetigung, input#show_sbs_01 , input#show_sbs_02, input#show_sbs_03, input#show_sbs_04, input#show_sbs_05, input#show_sbs_06, input#show_sbs_07, 
input#show_sbs_08, input#show_sbs_09, input#show_sbs_10, input#show_sbs_11, input#show_sbs_12, input#show_sbs_13, input#showPrognoseAbschluss
{
	display:none;
} 
input[type="number"]#aavbzAnzDauer{
	width:80px;
	padding:1px;
	color: #014A7B;
	border-color: #0081B4;
	border-style: solid;
	border-width: 1px;
}
//Radiobutton Slider mit zwei Radiobutton

div.pulsSwitch {
  position: relative;
  height: 26px;
  width: 100px;
  background: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px #f1f1f1, 0 1px #fafafa;
  box-shadow: inset 0 1px 3px #c2c2c2, 0 1px #fafafa;
}
.pulsSwitch-label {
  position: relative;
  z-index: 2;
  float: left;
  width: 48px;
  line-height: 26px;
  font-size: 14px;
  color: #7a7a7a;
  text-align: center;
  cursor: pointer;
}
.pulsSwitch-label:active {
  font-weight: bold;
}
.pulsSwitch-label-negativ {
  padding-left: 2px;
}
.pulsSwitch-label-positiv {
  padding-right: 2px;
}
.pulsSwitch-input {
  display: none;
}
.pulsSwitch-input:checked + .pulsSwitch-label {
  font-weight: bold;
  color: #ffffff;
}
.pulsSwitch-input:checked + .pulsSwitch-label-negativ ~ .pulsSwitchAuswahl {
  left: 50px;
  //background-color:#a2a2a2;
  //color:#ffffff;
}
.pulsSwitchAuswahl {
  position: relative;
  z-index: 1;
  top: 2px;
  left: 2px;
  display: block;
  width: 50px;
  height: 22px;
  border-radius: 3px;
  background-color: #818bac; 
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -ms-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
// Ende Radiobutton Slider


//Sonderzeichen Copy-Box

.specialSignBox {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .specialSignContent {
  max-height: 30%;
  overflow: auto;
  margin-top:30px;
}


/* Tabs mit radio-Buttons */
.dsa_menue figure { 
   display: block; 
   margin-left: 0; 
   clear: both;
}

.dsa_menue > input,
.dsa_menue figure > div { display: none; }

.dsa_menue figure>div {
  //padding: 20px;
  width: 100%;
  //border: 1px solid #c1d3e0;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}
#dsatab1:checked ~ figure .dsatab1,
#dsatab2:checked ~ figure .dsatab2,
#dsatab3:checked ~ figure .dsatab3 { display: block; }
nav#dsatabs {
	width: auto;
  height: 50px;
  background-color: white;
  position: relative;
  top: 0;
  box-shadow: none;
  z-index: 20;
}
nav#dsatabs label {
   float: left;
   margin-right:10px;
   padding: 15px 15px;
   border-bottom: 5px solid #c1d3e0;
}
nav#dsatabs label:hover {border-bottom: 5px solid #818bac; }

#dsatab1:checked ~ nav#dsatabs label[for="dsatab1"],
#dsatab2:checked ~ nav#dsatabs label[for="dsatab2"],
#dsatab3:checked ~ nav#dsatabs label[for="dsatab3"] {
  background: white;
  position: relative;
  border-bottom: 5px solid #00305e;
}

#dsatab1:checked ~ nav#dsatabs label[for="dsatab1"]:after,
#dsatab2:checked ~ nav#dsatabs label[for="dsatab2"]:after,
#dsatab3:checked ~ nav#dsatabs label[for="dsatab3"]:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  background: white;
  left: 0;
  bottom: -1px;
}



.navbarLVedit {
  overflow: hidden;
  background-color: #818bac;
  width:137px;
  float: left;
  margin:10px 0;
}

.navbarLVedit a {
  font-size: 14px;
  color: white;
  text-align: center;
  padding: 5px 16px;
  text-decoration: none;
}

.dropdownLVedit {
  float: left;
  overflow: hidden;
}

.dropdownLVedit .dropbtnLVedit {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 5px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbarLVedit a:hover, .dropdownLVedit:hover .dropbtnLVedit {
  background-color: #014A7B;
}

.dropdown-contentLVedit {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-contentLVedit a {
  float: none;
  color: black;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-contentLVedit a:hover {
  background-color: #ddd;
}

.dropdownLVedit:hover .dropdown-contentLVedit {
  display: block;
}  

.overlayLVedit {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  /*transition: opacity 500ms;*/
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  
}
.overlayLVedit:target {
  visibility: visible;
  opacity: 1;
}

.popupLVedit {
  margin: 50vh auto;
  padding: 20px 20px 10px 20px;
  background: #fff;
  border-radius: 5px;
  width: 80%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popupLVedit h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popupLVedit .closeLVedit {
  position: absolute;
  top: 20px;
  right: 30px;
  /*transition: all 200ms;*/
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popupLVedit .closeLVedit:hover {
  color: #06D85F;
}
.popupLVedit .contentLVedit {
  max-height: 30%;
  overflow: auto;
}

/****** Modulprüfungen Übersetzungen - BEGINN ******/

table.mp_table {
	border-collapse: collapse;
}

table.mp_table th, table.mp_table td{
	border: 2px solid white;
	padding: 5px;
}

table.mp_table th{
	background-color: #c1d3e0;
	font-size: 12px;
}

table.mp_table th {
	text-align: left;
}

table.mp_table td {
	vertical-align: top;
}

table.mp_table span.mp_match:after {
  content: ' ✔️';
}

table.mp_table span.mp_nomatch:after {
  content: ' ❌';
}

/****** Modulprüfungen Übersetzungen - ENDE ******/











.videos {
			  justify-content: left;
			  margin-top:10px;
			}
			.videobox {
				margin-bottom: 20px;
				background-image: linear-gradient(to bottom right, #ffffff, #e9e9e9);
				//border: 1px solid #e4e4e4;
			  box-shadow: 0 .05rem 0.2rem rgb(0,0,0,.5);
			}
			.video > iframe {
				width: 426px;
				height: 300px;
				border: 1px solid #9a9a9a;
			}
			.videoinfo {
				width: 50%;
			}
			.videoinfo > .link {
				margin-top:5px;
				text-align:right;
				padding-right:10px;
				font-size:11px;
				float:right;
			}
			.videoinfo > .videotitle {
				padding: 2px 5px;
				text-align:left;
				font-weight:bold;
				float: left;
			}
			.videoinfo > .discription {
				clear: left;
				margin:45px 0 0 20px;
				text-align:left;
				padding-right:10px;
			}
			iframe, .videoinfo {
				float: left;
				margin: 10px;
			}
			.link > a {
				text-decoration: none;
				border: 1px solid #818bac;
				padding: 3px;
				border-radius: 3px;
				background-color: #818bac;
				box-shadow: 0 .1rem 0.1rem rgb(0,0,0,.5);
				color: #ffffff;
			}
			.footer {
		    position: absolute;
			  right: 0;
			  bottom: 0;
			  left: 0;
			  padding: 20px;
			}
			ul.nav {
			  list-style-type: none;
			  margin: 0;
			  padding: 0;
			  overflow: hidden;
			  text-align: center;
			}			
			li.nav {
			  min-width: 5em;
			  display: inline-block;
			}			
			li.nav a {
			  display: block;
			  color: #00305e;
			  text-align: center;
			  padding: 16px;
			}
			
			
/** Loadanimation on Buttonklick **/

.puls_loader {
	background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  box-shadow: 5px 10px 5px #888888;
  padding:25px;
  display: none;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.puls_loading {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #818bac; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* HISinOne spezifische definitionen*/

ul.puls_hioqis_navbar{
	margin:0 10px;
	padding:0 20px;
}
ul.puls_hioqis_navbar li{
	list-style: none;
	float: left;
}
ul.puls_hioqis_navbar li.nav_right{
	float: right !important;
	margin-left:5px;
	border:1px solid #8a8888;
	padding: 5px 3px;
	color:#000000;
	font-size:14px;
	background-color:#f7f9fa;
	text-decoration:none;
}
ul.puls_hioqis_navbar li.nav_right a{
	text-decoration:none;
}

/* Ausblenden der hoch und runter Pfeile für Zahleneingabefelder */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}