body {
  font-size: 16px;
  font-family: Source Sans Pro,Arial,sans-serif;
}

#header-container {
  padding-top: 1em;
  padding-bottom: 1em;
}

.bd_bar {
  width: 100%; 
  background-color: #9e0529;
  min-height: fit-content;
  height: 48px;
}

#barrierhelper {
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
}

div.content-std {
  min-height: 100px;
  height: auto;
}

div.content-std > h3, h4 {
  color: #9e0529;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

div.content-std > h6 {
  padding-bottom: 1em;
  padding-top: 1em;
}

#ifg {
  color: #9e0529;
  padding-bottom: 1em;
  padding-top: 1em;
}

/* .container.homebar a, a:hover, a:active, a:visited {
  color: white !important;
} */

.bi-house {
  color: white !important;
  font-size: 2em;
}

a.department-link, div.persData>a, div>ul>li>a, a.card-link {
  color: #9e0529 !important;
}

a.mail-link {
    color: #9e0529;
}

a.nav-link.active  {
    color: #9e0529 !important;
}

#telnumber, #telefonnumber2, #mobilenumber {
	color: #9e0529 !important;
}

.linklist{
  background-color: #f5e6e9;
  box-sizing: border-box;
  margin: 0;
  padding: 1em;
  text-align: center;
}

.footerlink {
  list-style-type: none;
  margin: 0;
  padding-top: 20px;
}

.footerlink li {
  display: inline;
}

.footerlink li a {
  color: #535353 !important;
  font-size: 16px;
  text-decoration: none;
}

#socialmedia {
  display: none;
  text-align: center;
}

#socialmedia li{
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.iconlist {
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
}

.persData {
  margin: auto;
  padding: 0.5em;
  vertical-align: middle;
}

.divImg {
  float: left;
  padding: 0.5em;
}

.clearfix{
  content: "";
  clear: both;
  display: table;
}

.search-form {
  padding: 0.5em;
}

#pers, #ort, #prot, #ge {
  width: 100%;
}

#search-result {
  height: auto;
  padding: 0.5em;
  min-height: 15vh;
}

/***************************/

#tag-input {
  width: 100%;
  min-width: 40vw; 
}

#dep-input {
  width: 100%;
  min-width: 40vw; 
}

#year-input, #zg-input {
  width: auto;
}

#month-input {
  width: auto;
}

#search-btn, #reset-btn, #send-btn {
  width: 200px;
  margin: 1em;
}

#dep-input option {
  width: 40vw;
  min-width: 40vw;
}

.no-result {
	text-align: center;
	font-size: 24px;
	color: #9e0529;
}

.accordion-button:not(.collapsed) {
	color: #9e0529 !important;
	background-color: #fee6ec !important;
  border-color: #9e0529;
}


.accordion-button:focus{
	border-color: #9e0529 !important;	
}

.accordion-body a, a:hover, a:active, a:visited {
	color: #9e0529 !important;	
}

.accordion-item {
  border-color: #9e0529 !important;
}

.valid {
  display: none;
}

.invalid {
  color: #9e0529;
  display: inherit;
  font-size: 16px;
  padding-top: 1em;
  font-weight: bold;
}

.hidden {
	display: none !important;
}

.btn-download {
	padding-bottom: 1em;
}

.btn-list {
	text-align: right !important;
}

#ma-list {
	color: #9e0529!important;
	font-size: 1.1em;
}

.grpTable  {border: solid #9e0529;}
.grpTable td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;text-align: center;}
.grpTable th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}

.grpTableHead {
	text-align: center;
}

#cap2#cap1{
	margin-top: 1em;
	padding: 0em;
}

#inputVBAE {
	margin-top: 1em;
	padding: 0;
}

#vbae {
	width: 60px;
}

.row {
	margin: 0.7em;
}

.form-check-label.form-check-input {
	padding: 0.2em;
}

div#news-caption > strong {
	font-size: 1.2em;
	font-weight: normal;
	color: #9e0529;
}

div#search-caption > strong {
	font-size: 1.2em;
	font-weight: normal;
	color: #9e0529;
}

div#news-caption.hide {
	display: none;
}

div#search-caption.hide {
	display: none;
}

#selectSKZ.hide {
  display: none;
}

#persData.hide {
  display: none;
}

.nav-pills .nav-link, .nav-pills .show>.nav-link {
    color: #9e0529;
    background-color: #fff;
	font-size: 1.1em;
	cursor: pointer;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #fff;
	border: 2px solid;
	cursor: pointer;
}

#formInput.hide {
	display: none;
 }
 
#formInputBtn.hide {
	display: none;
}

#search-btn.hide {
	display: none;
}

#description {
  height: 10em;;
}

hr{
  margin-top: 15px;
  margin-bottom: 15px;
  border: 5px;
  width: 100%;
  border-top: 3px solid #9e0529;
  opacity: 1;
}

hr.hr-search {
  border-top: 1px solid #9e0529;
}