html {
	height:100%;
}

a, a:link, a:visited,a:hover {color:#00356b}
b>a.button_event,tr>td>a.button_event, a.button_event{
	
	text-decoration: none;
	
	width: 15em;
	display: block;
	text-align: center;
	margin-bottom: .5em;
	padding: .2em;
}
.rowMod0:hover,.rowMod1:hover{
	outline: 1px solid #00356b;
}
tr>td>a.button_file{
	
	width: 8em;
	margin-left: 1em;
	border-radius: 3px;
}

	.title {
		width: fit-content;
		padding: .2em;
		color: #00356b;
}
button.button_event:hover{
	background-color: #00356b;
	cursor:pointer;

	color: #fff;
}
b>a.button_event:hover,tr>td>a.button_event:hover,a.button_event:hover{
	scale: 1.02;
	transition: ease-in-out .075s;
	background-color: #00356b;
	color: #fff;
}
tr>td>a.space{
	display: inline-block;
	margin-bottom: .2em;
}

body { 
 font-family:Open Sans,Arial,sans-serif;
 font-size:14px;
 color:#666;
 background-color:#fff;
 line-height:1.7em;
 font-weight:500;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 margin: 0;
}
h1 {
	margin:0px;
        padding:0px;
	font-size: 120%;
	color: #00356b;
	margin-bottom:5px;
	/*text-shadow: -1px -1px 0 #424141, 1px -1px 0 #424141, -1px 1px 0 #424141, 1px 1px 0 #424141;*/
}
#minimisDiv, #minimisOffenDiv{
	overflow-x: auto;
	border-spacing: 0;
}
pre{
	font-family: inherit;
}
textarea, input {
	font-family: Open Sans,Arial,sans-serif;
	font-size:10pt;
}

.stzFieldset label, .labelstyle{
	color:#000;
	margin-bottom: .5em;
}
#message_body>p{
	margin-top: 0;
	margin-bottom: 0;
}
a.button_event.highlighted:hover{
	transition: ease-in-out .075s;
	background-color: #00356b;
}
a.button_event.highlighted{
	color: #fff;
	text-decoration: none;
	padding: .2em;
	font-size: large;
	width: fit-content;
	
}
a.button_event.highlighted:hover{
	scale: 1.02;
	transition: ease-in-out .075s;
}
.helptoggle {
	cursor: pointer;
  }

div.help{

	padding: 1em;
	color: #315bd9;
	display: none;
	font-weight:normal;
}
.logo-left{
	width:auto;
	height:60px;
	float:left; 
	margin-top:.5em; 
	margin-left:.5em;
}
.logo-right{
	width:auto;
	height:60px;
	float:right; 
	margin-bottom:1em; 
	margin-right:.5em;
	margin-top:.5em;
}
#logos {
	background: white;
	height: 80px;
}
#header {
    	background-color:#00356b;background-image: linear-gradient(#00356b,#00356b);
	height:26px;
	padding:0.5em;

	
}
#content {
	margin:5px;
	padding:0;
	background:#FFFFFF;
	
}
input[type=input].myDatePicker{
	width: fit-content;
}

a:link, a:active {
	color: #00356b;
	text-decoration: none;
}

 a:link {
	
	color:#00356b;
}
#header h1 {
	color:white;
	margin-top:3px;
}
 div.icon{
	display: none;
}

.menuitems {
	/*border:1px solid #5882FA
	background-image: url("../../images/menuitem_bg.gif");
	background-repeat: repeat-x;
	border-bottom:1px solid #BDC7E0;
	*/
	background-color:#F0F0E8;
	height: 31px;
	margin-bottom: 1em;
}
.menuitem {
	float:left;
	height:27px; /* 31px insg.*/
	padding-top:4px;
	padding-left:10px;
	padding-right:10px;
	/*background-image: url("../../images/menuitem_bg.gif");
	background-repeat: repeat-x;*/
	background-color:#F0F0E8;
	/*background-image: linear-gradient(#5882FA, #810A46);*/
	text-align:center;
}
.menuitem a:link, .menuitem a:hover, .menuitem a:visited, .menuitem a:active {
	color:#00356b;
	
	text-decoration:none;
	font-weight:bold;
	/*text-shadow: -.2px -.2px 0 #424141, .2px -.2px 0 #424141, -.2px .2px 0 #424141, .2px .2px 0 #424141;*/
}
th.center{
	text-align: center;
}
td a.button_event{
	margin-left: auto;
	margin-right: auto;
}
.menuitem a:hover {
	color:#222222;
}
.menuitem_spacer {
	float:left;
	width:2px;
	height:31px;
	
	/*background-image: url("../../images/menuitem_spacer.gif");*/
}
.menuitem_spacer:last-child {
	width: 0px;
	height: 0px;
	background-color: #00356b;
}
.loggedIn {
	float:right;
}



.rowModUser0{
	vertical-align: top;
	
	
}

.rowModUser1 {
	background: #e9ecef;
	vertical-align: top;
	
}


.rowMod1 {
	background: #cdcdcd;

}

.vorlage > tbody > tr:nth-child(even) {background: #cdcdcd}
.vorlage > tbody > tr:nth-child(odd) {background: #FFF}


label {
	
}
.error_icon{
	background: url('../images/warning.gif');
}
.error_message_box {
	background: url('../images/warning.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	border: rgb(242, 89, 0) dotted 1px;
	
	min-height: 25px;
	color: rgb(242, 89, 0);
}
.ml-7{
	margin-left: .7em;
}
p.chrome-font{
	font-family:Open Sans,Arial,sans-serif;
}
.c-error,.c-error-login{
	background: #c51244 !important;
	padding: 10px !important;
	border-radius: 3px !important;
	position: relative; 
	display: inline-block !important;
	box-shadow: 1px 1px 1px #aaaaaa;
	margin-top: 10px;
	color: white;
  }
  .c-error:before{
	content: '';  
	width: 0;  
	height: 0;  
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #c51244;
	position: absolute;  
	top: -10px; 
  }
 
.error_message_2 {
/*! outline:2px solid #00356b; */
border-radius: 3px;
content: "Test";
}

.error_text::before{
	font-weight:lighter;
	font-size: small;
	font-style: normal;
	color: #00356b;
	content:"*Bitte Pflichtangaben vervollständigen um den Antrag abgeben zu können!"
}

.filterentry {
	width:100%;padding-bottom:5px;
}
.filterentry_label {
	float:left;
	margin-right:5px;
	min-width:166px;
	margin-bottom: 1em;
	margin-top: .5em;
	line-height: normal;
	font-size: 14px;
}
label.messagebutton>a{
	color: #fff;
}


.info_message_box {
	background: url('../images/information.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	border: rgb(200, 200, 200) dotted 2px;
	padding:5px 0px 5px 40px;
	color: rgb(0, 0, 0);
	min-height: 25px;
	font-weight: bold;
}
 
.descriptionText {
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
}
.exportType {
	margin-top:5px;
	margin-bottom:5px;
}
.search_other {
	font-size: 10pt;
}
.search_other th {
	padding:1px;
}
.search_other td {
	padding:5px;
}
div.registriernummer {
	float:left;
	font-weight:bold;
	font-family:monospace;
	font-size:17px;
	color:#5882FA;
	padding-top: 8px;
	padding: 0.5em;
	background:#cdcdcd;
}
table{
	border-collapse: separate; 
    border-spacing: 0px 5px;
	border-radius: 3px;
	
}
table th, table td {
	text-align: left;
  }
table th {
	text-align: left;
	background: #ccdcec;
	color: #000;
	padding: 10px;
}
table.listing thead td {
	background:lightgrey;
}
#lgsverwalter th {
	background: #ccdcec;
}
table.listing tbody tr.mod1 {
	background:#cdcdcd;
}
div.stzFieldset {
	
	padding:10px;
	page-break-inside:avoid; 
	break-inside: avoid; 
	-webkit-column-break-inside: avoid;
	
	border-radius: 15px;
}
div.stzField>fieldset.stzField{
	border: 0;
	
}
div.stzFieldcomment {
	border:1px solid black;padding:10px;
	page-break-inside:avoid; 
	break-inside: avoid; 
	-webkit-column-break-inside: avoid;
	
}
label.block,legend.block {
	font-weight: bold;
	border-radius: 3px;
	/*padding: 5px;*/
	/*background:#00356b;*/
	color: #00356b;
	/*text-shadow: -.5px -.5px 0 #424141, .5px -.5px 0 #424141, -.5px .5px 0 #424141, .5px .5px 0 #424141;*/
	clear:both;
	font-size: 18px;
}

label.block_important {
	font-weight: bold;
	border:1px solid black;padding:2px;background:red;
}

#message_header{
	
	font-size: 14px;
	
	
}

#message_header label{
	
	font-weight: normal;
	min-width: 300px;
	padding-left: 20px;
	
}
.open_close{
	display: inline-flex;
}
#message_body{
	background-color: #fff;
	padding: 10px;
	
}

#suchelinks{
	float:left;
	width: 45%;
	
}

#sucherechts{
	float:left;
	width: 45%;
}

#account_div{
	display: none;
	width: 300px;
	height: 400px;
	position: absolute;
	border: 1px solid;
	background: #fff;
	z-index: 100;
	right: 5px;
	padding: 10px;	
}

#wiedervorlage > #headnavigation{
	width: 100%;
	padding: 10px;

}

#wiedervorlage > #headnavigation label{
	font-weight: normal;
}

#wiedervorlage > #headnavigation >#filter > fieldset{
	
	width: 20%;
	float: left;
	padding-right: 10px;
	min-height: 85px;
	
}

#wiedervorlage > #headnavigation >#filter > fieldset > #category{
	margin-bottom: 10px;
	
}
#wiedervorlage > #headnavigation > #search{
	
	margin-top: 10px;
}

#wiedervorlage > #items{
	border: 1.5px solid #b1bcd8;
	
}

#wiedervorlage > #items > table{
	
	width: 100%;
	    border-spacing: 0;
    border-collapse: collapse;
}

#wiedervorlage > #items > table > thead{
		background: #cdcdcd;
	
}

#wiedervorlage > #items > table > thead > tr > th{
	font-weight:normal;
	text-align: left;
	padding: 5px;
	width: 100%;
	font-size: 12px;
	border: 1px solid #b1bcd8;
	
	
}

#wiedervorlage > #items > table > tbody> tr > td{
	
	padding: 5px;
	border-left: 1px solid #b1bcd8;
	
	
}




#wiedervorlage > #items > table > thead > tr > .small{
	width:1%;
}
#wiedervorlage > #items > table > thead > tr > .middle{
	width: 10%;
}
#wiedervorlage > #items > table > thead > tr > .big{
	width: 25%;
	
}
#wiedervorlage > #items > table > tbody > tr:hover{
	
	border: 1px dotted;
	
}

.overdraw{
	color: red;
}

#wv_details label {

float: left;

width: 12em;

margin-right: 1em;

}

#benutzer > #headnavigation{
	 
	width: 94vw;
	padding: 10px;

}

#benutzer > #headnavigation label{
	font-weight: normal;
}

#benutzer > #headnavigation >#filter > fieldset{
	
	width: 20%;
	float: left;
	padding-right: 10px;
	min-height: 85px;
	
}

#benutzer > #headnavigation >#filter > fieldset > #category{
	margin-bottom: 10px;
	
}
#benutzer > #headnavigation > #search{
	
	margin-top: 10px;
	align-items: center;
	display: flex;
}

#benutzer > #items{
	border: 1.5px solid #b1bcd8;
	
}

#benutzer > #items > table{
	
	width: 100%;
	    border-spacing: 0;
    border-collapse: collapse;
}
#benutzer > #items > table > thead{
		background: #00356b;
	
}
#benutzer > #items > table > thead > tr > th{
	font-weight:bold;
	text-align: left;
	padding: 5px;
	width: 100%;
	font-size: 14px;
	border: 1px solid #b1bcd8;
	color: white;
}

#benutzer > #items > table > tbody> tr > td{
	padding: 5px;
	border-left: 1px solid #b1bcd8;
}
#benutzer > #items > table > thead > tr > .small{
	width:1%;
}
#benutzer > #items > table > thead > tr > .middle{
	width: 10%;
}
#benutzer > #items > table > thead > tr > .big{
	width: 25%;
	
}
#benutzer > #items > table > tbody > tr:hover{
	
	outline: 1px solid#00356b;
	
}

div.dataTables_filter>label>input[type=search]{
	margin-bottom: .5em;
}

.inactive{
	color: #8c8c8c;
}

.forschungspartner{
	 width: 30%;
	 float: left;
	
}
.textblock {width:49%}
#basisdaten .daten {width:50%}
#basisdaten .comment {width:50%}
#basisdaten td {vertical-align:top;}

#kostengruppen tr td {border: 1px solid #cdcdcd}
#kostengruppen tr th.kostengruppen {width:30%;text-align:left;}
#kostengruppen tr th.euro {width:19%;text-align:left;}
#kostengruppen tr th.comment {width:26%;text-align:left}
#kostengruppen td {vertical-align:top;}
#kostengruppen tr.filer td {border:0;background-color:#fff}

#kostenhinweis tr td {border: 1px solid #cdcdcd}
#kostenhinweis tr th {text-align:left;}
#kostenhinweis td {vertical-align:top;}
#kostenhinweis td.daten {width:49%}
#kostenhinweis td.comment {width:50%}


div.hinweis, span.hinweis {font-size:110%;font-weight:bold;color:#000;}

textarea {width:46.5%; border-radius: 3px;}
#kostengruppen input {
    text-align: right;
}
#v1,#v2,#v3,#v4,#p1,#p2,#p3 {
	padding-left:1em;
}
#footerb {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color:#00356b;background-image: linear-gradient(#00356b,#00356b);
    display: block;
    padding: 0.5em;
    font-size:8px;
    
}
#footer {
	background-color:#00356b;background-image: linear-gradient(#00356b,#00356b);
	 padding: 0.5em;
	 margin-top:1em;
	 
}
.row label {
    
    width: 90%;
}
.row label.labelradio {
    display: inline;
    font-weight: bold;
}
.row input {
	height:1.5em;
}
.row {
	page-break-inside:avoid;
}
.clear {
	clear:both;
}
fieldset {
    margin: 2em;
	width: inherit;
}
#minimis tr td,#minimis tr th {vertical-align:baseline; padding:0.5em;width:7em; font-size:90%}
#minimisOffen tr td,#minimisOffen tr th {vertical-align:baseline; padding:0.5em;width:8em; font-size:90%}

td.Antragsdaten {vertical-align:top}
a.remove {font-size:80%;color:red}

.checkboxesvn input {display:block;float:left}
.checkboxesvn br {clear:both}
.checkboxesvn label {    
     display: block;
    float: left;
    width: 80%;
}

#buttones {
	position: fixed;
	bottom: 0;
	width: 100%;
	display: block;
	padding: .5em;
	left: 0;
	
	background-color: #ccdcec;
}
#buttones.stammdaten{
	position: fixed;
}
a>img.margin_bottom{
	margin-bottom: 2em;
}
#buttones button:hover {
	background-color: #00356b;
	
	color: #fff;
}
#buttones button {
	/*! height: 1.7rem; */
	margin: 0;
	font-weight: bold;
	color: #00356b;
	
	border: 2px solid #00356b;
	border-radius: 15px;

	background-color: #fff;
	padding: 5px;
	cursor: pointer;
}
label.blockmaster {
	font-weight: bold;
	border:1px solid black;background:#00356b;padding:0.5em;
}
#Antragnavi_rechts fieldset {margin-left:0px;}
div#accordion>div, div#accordion>div>*, div#headerdata>div, div#headerdata>*{
	
	margin-bottom: .5em;
	border: 0;
	border-radius: 15px;
}

#accordion .ui-icon, #headerdata .ui-icon, #stammacc .ui-icon  {
  display: none;
}
#accordion .ui-state-default, #headerdata .ui-state-default{
  color: #ffffff;
}
#accordion .ui-state-default-hover,#headerdata .ui-state-default-hover {
  color: #ffffff;
}
#accordion label.block, #stammacc label.block {
  background: #00356b;
  
  color: white;
}
#accordion .optional label.block {
  background: #57b3e5;
  
  color: white;
}
#headerdata label.block {
  background: #999999;
  
}
#links label.antragstatus {
  background: #999999;
  
}
#file1{
	display: none;
}
.event{
	font-family: Open Sans,Arial,sans-serif;
	padding: 3em;
	line-height: 1.7em;
	border-bottom: #00356b 3px solid;
	margin-bottom: 4em;
	color: #666;
	font-size: 15px;
}
.event_container{
	margin-top: 2em;
	width: 50%;
	padding: 2em;
	margin-left: auto;
	margin-right: auto;

}
.event:hover{
	background-color: #f4f4f4;
	transition: all ease-in-out .3s;
}
.event>h1{
	padding-bottom: 10px;
	font-weight: 500;
}
.orange{
	color: #00356b;
}

a.event_link{
	text-decoration: none;
	font-size: 18px;
}
.sticky_link{
	position: sticky;
	top: 5px;
	right: 8px;
	display: flex; 
	justify-content:space-between; 
	flex-wrap: wrap;
	font-size: 18px;
	
	border: #00356b 2px solid;
}
.sticky_link:hover{
	transition: all ease-in-out .15s;
	scale: 1.05;
	text-decoration-color: white;
	background-color: #00356b;
	border: thin solid grey;
}
div.menuitem.sticky_link>a:hover{
	color: white;
	
}
#container {
	height: 650px;
	width: auto;
	
	max-width: 650px;
	margin: 0 auto;
  }
  
  .loading {
	margin-top: 10em;
	text-align: center;
	color: gray;
  }
  fieldset>input::file-selector-button {
	
	background-color: #00356b;
	font-weight: bold;
	color:white;
	border: thin solid grey;
	border-radius: 3px;
	
  }
  fieldset>input[type=file]{
	height: 1.5rem;
  } 
  fieldset>input::file-selector-button:hover, input[type=submit]:hover, input[type=button]:hover {
	background-color: #00356b;
	

	color: #fff;
  }
  label.button_event:hover,a.button_vorlage:hover,button.button_vorlage:hover{
	background-color: #00356b;

	color: #fff;
  }
  label.button_event,a.button_vorlage{
	padding: 5px;
	text-decoration: none;
  }
  fieldset>input[type=submit],input[type=submit], input[type=button],.button_event, label.button_event,a.button_vorlage,button.button_vorlage{
	margin: 0;
	font-weight: bold;
	color: #00356b;
	background-color: #fff;

	border: 2px solid #00356b;
	border-radius: 15px;
	
	padding: 5px;
	cursor: pointer;
  } 
  input[type=checkbox]{
    accent-color: #00356b;
	
	vertical-align: middle;
  }
  select{
    color: black;  
	background: white;  
	border: 0;  
	border-radius: 3px;  
	border: 1px black solid;
	
	margin-bottom: 1em;
	margin-top: .5em;
  }
  input[type=input]{
  
  border-radius: 3px;
  border:0;
  }
  input[type=input]{
	border: 1px black solid;
	
  }
  
  input[type=text], textarea,input[type=password]{
	border: 1px black solid;
	margin-bottom: 1em;
	margin-top: .5em;
	border-radius: 3px;
}
input[type=text]:focus, .stzField>textarea:focus{
	border: 0;   
}
input[type=radio]{margin-bottom: .5em;}
.narea, .larea{
	text-align: center;

}
.menuitem:hover {
	scale: 1.02;
	box-shadow: 0px 0.5px 3px rgba(0, 0, 0, 0.373);
	border-radius: 3px;
	font-size: 102%;
  }
  
div.button {

	padding: 10px;
	border-radius: 5px;
	width: 24em;
	text-align: center;
	
}
	#loginform #name, #loginform #password{
		text-align: center;

	}
  #loginform {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
  }
  .narea > label, .larea > label {
	width: auto;
	margin-top: .5em;
  }
  .row {
	max-width: 100%;
	
  }
  .loginhinweis{
	margin-bottom: 1em;
  }
  .row>.row{
	margin-left: auto;
	max-width: unset;
  }
  div.stzFieldset>div.row{
	margin-left: 0;
  }
  .message_state{
	background-color: #df8f52;
	border:0;
	
	color: white;
	font-weight: bold;
  }
  .message_state:hover{
	background-color:#00356b;
  }
  a>img{
	margin-bottom: .5em;
	
  }
  /* Modal styles */
  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
  }

  .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    text-align: center;
  }

  /* Close button styles */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
  g.highcharts-label>text{

	
	position: relative;
	margin-bottom: 30px;
  }
  image.highcharts-point{
	margin-top: 1.5em;
  }
  .highchart-credits{
	display: none;
  }
 div#ui-datepicker-div > div.ui-widget-header{
	border: 2px solid #00356b;
	background: #00356b;
	color: #FFF;
	
 }
 table.ui-datepicker-calendar>tr{
	background: #00356b ;
 }
 div#ui-datepicker-div.ui-widget-content{
	background: #e6e6e6 ;
	border: 1px solid #00356b;
 }
 div#ui-datepicker-div.ui-widget-content > td >.ui-state-default, .ui-datepicker-calendar > tbody > tr > td > a.ui-state-default{
	background: #00356b;
	border: 1px solid #00356b;
	color: #fff;
	border-radius: 5px;
 }
 .ui-datepicker-calendar > tbody > tr > td > a.ui-state-default:hover{
	outline: 1px solid #324171;
 }
 a>span.ui-icon-circle-triangle-w.ui-icon{
	background-image: url("/verwaltungssystem/js/jquery-ui-1.11.4.custom/images/ui-icons_ffffff_256x240.png");
 }
 a.ui-datepicker-prev:hover, a.ui-datepicker-next:hover{
	background: #00356b ;
	outline: 1px solid #315bd9;
	border:0;
 }
 a>span.ui-icon-circle-triangle-e.ui-icon{
	background-image: url("/verwaltungssystem/js/jquery-ui-1.11.4.custom/images/ui-icons_ffffff_256x240.png");
 }
 .required_field_empty{
	border:  red 2px solid !important;

}
span.badge {
	background-color: red;
	color: white;
	padding: 1px 4px;
	text-align: center;
	border-radius: 3px;
	font-size: 9px;
	font-weight: bold;
	position: relative;
	top: -6px;
	left: -4px;
  }
  fieldset.mint_map_filter{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing: normal;
  }
  div.welcome_msg{
	width:50%; margin-left:auto; margin-right:auto;
  }
  h1.map_header{
	margin-left:auto;
	margin-right:auto; 
	font-size:30px; 
	font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif; 
	width:fit-content;
  }

  @media only screen and (max-width: 600px) {
	body{
		margin:0;
		width:100vw;
	}
	/*Mobile Menu styling*/
#menu {
	overflow: hidden;
	position: relative;
}
.logo-left, .logo-right{
	height: 40%;
}
#header{
	height: fit-content;
	width:unset;

}
 div.icon{
  background: transparent;
  display: block;
  position: absolute;
  right: .1em;
  top: 1.3em;
  font-size: 2.5em;
  color: #fff;
  /*text-shadow: -1px -1px 0 #424141, 1px -1px 0 #424141, -1px 1px 0 #424141, 1px 1px 0 #424141;*/
  
}
#DataTables_Table_0_wrapper{
	width: 94vw;
	margin-left: auto;
	margin-right:auto;
}
fieldset.user_filter{
	height: 15em;
	width: 33vw;
}
.loggedIn {
	float: none;
  }
#menuitems .menuitem{
	color: white;
  
  text-decoration: none;
  font-size: 17px;
  width: 100%;
  display: block;
}
.menuitem:hover {
	scale: 1.02;
	box-shadow: 0px 0.5px 3px rgba(0, 0, 0, 0.373);
	border-radius: 3px;
	font-size: 102%;
  }

#menu .menuitems{
	display: none;
}
	fieldset.mint_map_filter{
		width:92%;
	}
	div.welcome_msg{
		width: 92%;
		text-align: justify;
	}
	h1.map_header{
		font-size: 22px;
		font-weight: 500;
	}
	#container {
		height: 100%;
		width: auto;
		margin: 0 ;
	  }
	  div.button {
		padding: 5px;
		border-radius: 5px;
		width: 20em;
		text-align: center;
		margin-left: auto;
		margin-right: auto	;
	  }
	  .event_container{
		margin-top: 2em;
		width: auto;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
		font-size: 18px;
		
	
	}
	.event{
		padding: 1em;
	}
	.sticky_link{
		position: fixed;
		top: 30px;
	}
	
	input[type="text"], textarea, input[type="password"] {
		border: 1px black solid;
		border-radius: 3px;
		margin:0;
		max-width: 22em;
		text-align: center;
		
	  }
	  #lognform{
		width: 20em;
	  }
	  fieldset{
		margin:0;
		display: grid;
	  }
	  select{
		margin:0;
		max-width: 23em;
	  }
  }
  tr.odd:hover,tr.even:hover{
	background-color: #ffffff;
  }
  #preloader{
	background: #858e8580 url('/images/preloader.gif') no-repeat center center;
	background-size: 5%;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
  }
  @media only screen 
  and (min-device-width: 620px) 
  and (max-device-width: 980px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	.event_container{
		width:93%;
	}
	div.welcome_msg{
		width: 93%;
		text-align: justify;
	}
	fieldset.mint_map_filter {
		width: 92%;
	}

}
#buttones #deleteItem {
	border: 2px solid #ff0000;
	color: #ff0000;
}
#buttones #deleteItem:hover {
	background-color: #ff0000;
	color: #fff;
}
#ppform label.block {
	background: #00356b;
	color: white;
}
#dokumenteundbilder .stzFieldset {
	border-radius: 0px;
	background: #fff;
}
#dokumenteundbilder .stzFieldset  table th {
	background: #e9ecef;
}
#faqform fieldset {
	border-radius:10px;
}
#faqform legend{
	font-weight: bold;
}
#faqform input[type="submit"] {
	height: auto;
	margin-top: 1em;
	border-radius:15px;
}
#accordion label.block, #stammacc label.block,#accordion .optional label.block  {
	background: #fff;
	color:#000;
	background-image: url('/images/Pfeil dunkelblau rechts.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 25px 20px;
	padding-left:30px;
	border: 0;
  }
  #accordion .optional label.block  {
	background-image: url('/images/Pfeil hellblau rechts.png');
	background-repeat: no-repeat;
    background-position: left;
    background-size: 25px 20px;
  }
  #accordion label.block.ui-state-active, #stammacc label.block.ui-state-active,#accordion .optional label.block.ui-state-active  {
	background: #fff;
	background-image: url('/images/Pfeil dunkelblau unten.png');
	background-repeat: no-repeat;
    background-position: left;
    background-size: 25px 20px;
	border: 0;
  }
 #stammacc label.block.ui-state-active,  #lgstatus label.block.ui-state-active , #lgnachrichten label.block.ui-state-active  {
	background: #fff;
	background-image: url('/images/Pfeil grau unten.png');
	background-repeat: no-repeat;
    background-position: left;
    background-size: 25px 20px;
	border: 0;
  }
  #stammacc label.block,#lgstatus label.block, #lgnachrichten label.block  {
	background: #fff;
	background-image: url('/images/Pfeil grau rechts.png');
	background-repeat: no-repeat;
    background-position: left;
    background-size: 25px 20px;
	border: 0;
  }
  #accordion .optional label.block.ui-state-active  {
	background-image: url('/images/Pfeil hellblau unten.png');
	background-repeat: no-repeat;
    background-position: left;
    background-size: 25px 20px;
  }
  #accordion .ui-widget-content {
	background: #fff;
  }
.button_apply {
	border-color:#00998a;
	color:#00998a;
}
button.button_apply:hover{
	background-color: #00998a;
	cursor:pointer;
	color: #fff;
}
#messageoverview {border:0;margin:0}
.bewerbungen tr, .bewerbungen th {background-color:#92d4cd;}

#accordion .categorybewerbungen label.block {
    background-image: url('/images/Pfeil gruen rechts.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 25px 20px;
    color:#000;
}
#accordion .categorybewerbungen label.block.ui-state-active {
    background-image: url('/images/Pfeil gruen unten.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: 25px 20px;
    color:#000;
}
h2 {
	font-size:100%;
}
.prio {
  list-style-type: none;
  padding:0 1em 0 1em;
}
.prio li {
  float: left;
  margin: 0 0 0 1em;
  width: 100px;
  height: 40px;
  position: relative;
}

.prio label,
.prio input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.prio input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.prio input[type="radio"]:checked+label,
.Checked+label {
  background: #00998A;
  color:#fff;
}

.prio label {
  padding: 10px;
  padding-left: 25px;
  border: 2px solid #00356b;
  font-weight: bold;
  border-radius: 15px;
  cursor: pointer;
  z-index: 90;
}
.hinweisbewerbung {
	font-style: italic;
	padding-left:0.2em;
}
.helpopen {color:#666;font-style: italic;}