#communicate .warning, #communicate .success, #communicate input, #communicate textarea {
  width: 50% !important;
}

@media all and (max-width: 768px) {
	#communicate .warning, #communicate .success, #communicate input, #communicate textarea {
	  width: 100% !important;
	}
}

.close-button {
	 margin-top: 7.5em;
}

.spotlight {
	position: relative;
	display: flex;
	align-items: center;
}

.spotlight::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background: linear-gradient(121deg,rgba(0,114,188,.7) 10.01%,rgba(0,173,216,.4) 85.71%);
	content: "";
	z-index: 6;
}

.spotlight-text-container {
	position: absolute;
	width: 100%;
	background: transparent;
	z-index: 7;
}

#joblist h1 {
	color: #fff;
	font-weight: 700;
	padding-top: 1em;
	padding-bottom: .5em;
}

#vacancy h1 {
	color: #fff;
	padding-top: 0;
	padding-bottom: .5em;
}

#number {
	padding: 2em 4em;
	font-size: 24px;
	font-weight: 700;
}

.custom_intro {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}

#map-canvas {
	height: 200px;
	width: 100%;
}

.back-to-list, .print {
	padding-right: 10px;
}

.back-to-list .fa, .print .fa, .forgot_pw .fa {
  padding-right: 5px;
}

.choose_department {
  margin-bottom: 20px;
}

#atci {
	display: none;
}

.jd-appetizer {
	padding: 1em 0;
	max-width: 935px;
}

.jd-oneliner {
	padding: 0;
	font-size: 18px;
	color: #fff;
	margin-bottom: 1em;
}

.jd-teaser {
	font-style: italic;
}

.jd-details {
	padding-right: 2em;
	padding-top: 6em;
}

.additional_vacancy_fields_header {
/*	padding-top: 1em;
	padding-bottom: .5em;*/
	display: none !important;
}

.jd-apply {
  padding-bottom: 1em;
}

.jd-apply-button {
  width: 100%;
  margin-bottom: 3em;
}

.jd-codelist {
	background: #fff;
	color: #5c7c93;
	box-shadow: 0 35px 100px 0 rgba(31,32,33,.05);
	border-radius: 6px;
	padding: 3em;
	margin: 0;
	position: relative;
	z-index: 8;	
}

.jd-position-type, .jd-workhours, .jd-worktime, .jd-sub-category {
	display: none !important;
}

@media only screen and (min-width: 960px) {
	.jd-codelist {
		margin: -8em 0 0 0;
	}
}

.jd-custom-header {
	border-bottom: 1px solid #f2f5f7;
	padding-bottom: 2em !important;
	margin-bottom: 2em;
}

.jd-custom-header h2 {
	color: #0071bd;
	font-size: 28px;
	font-weight: 700;
}

.jd-codelist div {
	padding-bottom: 1em;
}

.jd-homepage {
  word-break: break-all;
}

.jd-codelist h3 {
	color: #5c7c93;
	font-size: 18px;
	font-weight: 700;
}

.jd-codelist p {
	margin-bottom: initial;
}

.bottom-buttons {
	margin: 40px 0;
}

.jd-apply-button-bottom {
	display: none;
}

@media only screen and (min-width: 960px) {
	.jd-apply-button-bottom {
		display: inline;
		min-width: 240px;
	}
}

div.atclear {
	height: 0;
	margin: 0;
	padding: 0;
}

.jd-counties ul {
  display: inline;
  margin: 0;
  padding: 0;
}

.jd-counties li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

.jd-counties li:after {
  content: ", ";
}

.jd-counties li:last-child:after {
  content: "";
}

.jd-contact-person .svg-inline--fa {
	margin-right: 0.3em;
	vertical-align: middle;
}

div.jd-contact {
	padding-bottom: 0;
}

#index_loginbox {
  padding: 0;
}

.index_loginbox_eu > form input[type="text"], .index_loginbox_eu > form input[type="password"] {
	width: 100%;
  max-width: 400px;
}

#index_loginbox h2 {
  padding-bottom: 10px;
}

#index_loginbox p {
  margin-bottom: 0;
}

.index_loginbox_eu {
	padding-bottom: 2em;
}

.index_loginbox_nu, .index_loginbox_eu {
	width: 100%;
}

.index_loginbox_nu button, .forgot_pw {
  margin-top: 10px;
}

.forgot_pw {
  margin-left: 10px;
	display: inline;
}

#search {
	margin: 2em 0 0 0;
}

@media only screen and (min-width: 960px) {
	#search {
		margin: -8em 0 0 0;
	}
}

#search {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-flow: column wrap;
	padding: 3em;
	box-shadow: 0 35px 100px 0 rgba(31,32,33,.05);
	border-radius: 6px;
	background: #0071bd;
	position: relative;
	z-index: 8;	
}

#search-header-custom {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	padding-bottom: 1.5em;
}

#search > form label {
	color: #fff;
	font-size: 20px;
	margin-bottom: .5em;
}

#search > form input[type="text"],
#search > form select {
	margin: 1em 0 1.5em 0;
	padding: 1em;
	width: 100%;
	background: #0071bd;
	color: #fff;
	border: 1px solid hsl(0, 0%, 100%, .5);
	border-radius: 6px;
	outline: none;
}

#search > form input[type="text"]:focus,
#search > form select:focus {
	border-color: #fff;
	box-shadow: none;
}

#search > form input[type="submit"] {
	margin-top: 1em;
	width: initial;
}

button#search_submit {
	font-weight: 700;
}

button#search_submit:hover {
	color: #fff;
}

button#search_submit::before {
	background: #fff;
}

button#search_submit::after {
	background: #fff;
}

button#search_submit:hover::after {
	background: #0071bd !important;
}

.list-no-data {
	padding: 2em;
}

@media only screen and (max-width: 959px) {
  .print {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
.spotlight {
	align-items: end;
}

.spotlight-text-container {
	padding: 0 2em;
}

#search {
  flex-flow: column;
	text-align: center;
}

#search > form input[type="text"],
#search > form select{
}
}

@media only screen and (max-width: 767px) {
.jd-appetizer h1 {
	font-size: 28px;
}

.spotlight {
	align-items: end;
}

.spotlight-text-container {
	padding: 0 2em;
}

#vacancy #container, #communicate #container {
  padding: 1em 0;
}

.jd-details {
	padding-right: 0;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
#vacancy > #header > .container {
  width: 100%;
}

.jd-appetizer h1 {
	font-size: 30px;
}

.spotlight {
	align-items: end;
}

.spotlight-text-container {
	padding: 0 2em;
}

#search > form {
  flex-flow: column;
}

#search > form input[type="text"],
#search > form select,
.job-search-item {
  width: 100%;
}

.joblist {
  padding: 2em 0 0 0;
}

#index_loginbox {
  padding: 0;
}
}

@media only screen and (max-width: 479px) {
.jd-appetizer h1 {
	font-size: 28px;
}

.spotlight {
	align-items: end;
}

.spotlight-text-container {
	padding: 0 2em;
}

#search > form {
  flex-flow: column;
}

#search > form input[type="text"],
#search > form select,
.job-search-item {
  width: 100%;
}

.joblist {
  padding: 2em 0 0 0;
}

#index_loginbox {
  padding: 0;
}
}

#map-container > #address{
	padding-bottom: 10px;
}

.jd-description iframe {
	width: 100%;
}

@media screen and ( max-width: 767px ){
	#container, #footer > div {
		margin: 0 5%;
		width: 90%;
	}
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
	border: none !important;
}

.st-custom-button:hover {
  cursor: pointer;
}

.job-results.box-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

@media only screen and (min-width: 960px) {
.job-results.box-list {
	margin-left: 5em;
}
}

.job-results.box-list .result-container {
	color: #5c7c93;
	width: 100%;
	margin: 0 2em 2em 0;
	padding: 2em;
	box-shadow: 0 35px 100px 0 rgba(31,32,33,.05);
	transform: translateY(0);
  	transition: transform .2s ease-in-out,background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;	
}

.job-results.box-list .result-container:hover {
	box-shadow: 0 40px 50px 0 rgba(31,32,33,.1);
	transform: translateY(-5px);
}

.job-results.box-list  .result-container  .result-item .result-item-title {
	font-weight: 700;
}

.job-results.box-list  .result-container  .result-item .result-item-value {
	background: #f2f5f7;
	border-radius: 36px;
	padding: .27em .83em;
}

.job-results.box-list .result-container .result-item {
	margin: 0 0 .5em 0;
}

.job-results.box-list .result-container .result-item .result-item-value-custom .result-container-link h3 {
	color: #5c7c93;
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 24px;
}	

.job-results.box-list .result-container .result-item.vacancy_title .result-item-value {
	font-size: 18px;
	text-decoration: none;
}

@media only screen and (max-width: 959px) {
	.job-results.box-list .result-container {
		margin: 0 1em 1em 0;
	}	
}

@media only screen and (max-width: 767px) {
	.job-results.box-list {
		flex-direction: column;
	}

	.job-results.box-list .result-container {
		width: 100%;
		margin: 0 0 1em 0;
	}
}