body {
	hyphens:auto;
}

.wrapper #logo img {
	max-width: 540px;
}

ul#MainNav li a {
    padding: 14px 40px !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
	
	ul#MainNav li a {
		padding: 14px 29px !important;
 	}
}

#footer .socialMenu {
	display:none;
}

#footer #logoRegionHeideFooter {
	display:none;
}

#topcontrol:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	line-height: 1;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	top:-6px;
}

#content .layout-9 h1:before, 
#content .layout-9 h2:before, 
#content .layout-9 h3:before, 
#content .layout-9 h4:before, 
#content .layout-9 h5:before, 
#content .layout-9 h6:before {

	content: "\f05a";
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
	padding-right: 10px;
	
	font-style: normal;
	font-variant: normal;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

@media (max-width: 768px) {

  
	.datenschutz td:nth-of-type(1):before {
	  content: "Formular-Bezeichnung";
	  font-weight: bold;
	}
	.datenschutz td:nth-of-type(2):before {
	  content: "Fachbereich";
	  font-weight: bold;
	}
	.datenschutz td:nth-of-type(3):before {
	  content: "Fachdienst";
	  font-weight: bold;
	}
	.datenschutz td:nth-of-type(4):before {
	  content: "Aufgabenbereich";
	  font-weight: bold;
	}
	.datenschutz td:nth-of-type(5):before {
	  content: "ZuFiSH-Dienstleistung";
	  font-weight: bold;
	}
  
  
  }


  .searchStart {
	margin-top: 20px;
    margin-bottom: 30px;	
}

.searchStart #form_kesearch_searchfield,
.searchMobile {
	display: flex;
}

.searchStart #topSuchBoxInput,
.searchMobile #topSuchBoxInput {
	border-style: inherit;
    border: 1px solid #333333;
	width: 100%;
 }

.searchStart button,
.searchMobile button {
	background: #333333;
	color: #ffffff;
	border: 1px solid #333333;
	width: 40px;
    height: 40px;
}

@media (min-width: 992px){
	.searchStart div {
		padding: 0 100px;
	}
}

.searchMobile {
	width: 100%;
	margin-bottom: 20px;
}
