/* #Removing session validation for list and ad
================================================== */

#sessionValidationInfo, .modal-dialog, .modal-backdrop.in {
	display: none !important;
}

#vacancy #container, #communicate #container {
  padding: 1em 2em;
}

/* #Vacancy advertisement mail form
================================================== */

#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;
}

/* #Vacancy advertisement
================================================== */

#joblist h1 {
  padding-top: 0.5em;
}

#map-canvas {
  margin: 20px 0;
	height: 200px;
  width: 100%;
}

.print {
  color: #565656 !important;
}

.print .fa, .forgot_pw .fa {
  padding-right: 5px;
}

.choose_department {
  margin-bottom: 20px;
}

#atci {
	display: none;
}

/* #Job Details */

.jd-description {
}

.spotlight {
  position: relative;
  top: 0;
  margin-top: 0;
  height: auto;
  flex-shrink: 0;
}

.spotlight-text-container {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	height: auto;
}

.jd-appetizer {
	background: #fff;
	padding: 1em 2em;
	-webkit-border-radius: 1em 1em 0 0;
	-moz-border-radius: 1em 1em 0 0;
	-ms-border-radius: 1em 1em 0 0;
	border-radius: 1em 1em 0 0;
}

.jd-oneliner {
	color: #323232;
	font-weight: bold;
	font-size: 1.2em;
  padding: 1em 0 0 0;
}

.jd-details {
	padding-right: 2em;
}

.jd-apply {
  padding-bottom: 1em;
}

.jd-apply-button {
  width: 100%;
}

.jd-codelist {
	border: 1px #bce8f1 solid;
  border-radius: 3px;
  background-color: #d9edf7;
  padding: 1em;
  margin: 0;
  color: #150600;
}

.jd-codelist div {
	padding-bottom: 10px;
}

.jd-homepage {
  word-break: break-all;
}

.jd-codelist h3 {
	font-size: 16px;
}

.jd-codelist p {
	margin-bottom: initial;
}

.bottom-buttons {
	margin: 40px 0;
}

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 page */

#index_loginbox {
  padding: 0 2em;
}

.index_loginbox_eu > form input[type="text"], .index_loginbox_eu > form input[type="password"] {
  padding: 1em;
	width: 100%;
  max-width: 400px;
}

#index_loginbox h3 {
  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 a {
  color: #565656 !important;
}

#language {
	float: right;
	color: #000;
	width: 150px;
	font-size: 14px;
}

#language img {
	vertical-align: middle;
	padding-right: 5px;
}

#language .dropdown {
  position: relative;
  display: inline-block;
}

#language input[type=checkbox] {
  display: none;
}

#language label {
  display: inline-block;
	padding: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	font-size: 18px;
	font-weight: bold;
}

#language ul {
  position: absolute;
  list-style: none;
  z-index: 9999;
  margin: 0;
  padding: 0;
  display: none;
	background: #fff;
	border: 1px solid #0089d9;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.1),-1px -1px 3px rgba(0,0,0,.1),1px 1px 0 #0089d9 inset,-1px -1px 0 #0089d9 inset;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.1),-1px -1px 3px rgba(0,0,0,.1),1px 1px 0 #0089d9 inset,-1px -1px 0 #0089d9 inset;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1),-1px -1px 3px rgba(0,0,0,.1),1px 1px 0 #0089d9 inset,-1px -1px 0 #0089d9 inset;
	padding-bottom: 10px;
}

#language ul li {
  cursor: pointer;
	padding: 10px 10px 0 10px;
}

#language ul li:hover {
}

#language ul li a {
  text-decoration: none;
	color: #000 !important;
}

#language input[type=checkbox]:checked ~ label {
}

#language input[type=checkbox]:checked ~ ul {
  display: block;
}

#search {
margin: .5em auto;
}

#search > form {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	align-items: baseline;
	flex-flow: row wrap;
	padding-top: 1em;
}

#search > form input[type="text"],
#search > form select {
	padding: 1em;
	width: 200px;
}

#search > form button {
	padding: 1em;
	min-width: 100px;
}

.joblist {
  padding: 2em;
}

.joblist .device {
  display: none;
}

.joblist-table {
  display: flex;
  padding: 0;
}

.joblist-table-head {
  background: #27588d;
	color: #fff;
}

.joblist-table-cell {
  flex-grow: 1;
	padding: 10px;
}

.dark {
  background: #e0e0e0;
}

.joblist-title {
  min-width: 40%;
}

.joblist-departments {
	min-width: 20%
}

.joblist-location {
	min-width: 20%
}

.joblist-deadline {
	min-width: 20%
}

.no-flexbox .joblist-table {
  display: block;
}

.no-flexbox .joblist-table > .joblist-table-cell {
  width: 100%;
}

.list-no-data {
	padding: 2em;
}

@media all and (max-width: 768px) {
	.joblist-table {
    padding-bottom: 2em;
  }

	.joblist-table-collapse {
    display: block;
  }

	.joblist .device {
	  display: inline;
	}

	.joblist-table-head {
	  display: none;
	}

  .joblist-table-collapse > .joblist-table-cell {
    width: 100% !important;
  }

	.joblist-table-cell {
	  padding: 2px 0;
	}

	.dark {
	  background: #fff;
	}

	.joblist-title {
	 font-size: 24px;
	}
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .bottom-buttons {
    display: none;
  }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.jd-appetizer {
	background: #fff;
}

.spotlight-text-container {
	position: relative;
}

#search {
  flex-flow: column;
	text-align: center;
}

#search > form input[type="text"],
#search > form select{
padding: 1em;
max-width: 150px;
min-width: 150px;
}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
.jd-appetizer {
	background: #fff;
	padding: 0;
}

.jd-appetizer h1 {
	font-size: 28px;
}

.spotlight-text-container {
	position: relative;
}

#vacancy #container, #communicate #container {
  padding: 1em 0;
}

.jd-details {
	padding-right: 0;
}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
#vacancy > #header > .container {
  width: 100%;
}

.jd-appetizer {
	background: #fff;
	padding: 2em 0 0 0;
}

.jd-appetizer h1 {
	font-size: 28px;
}

.spotlight-text-container {
	position: relative;
}

#search > form {
  flex-flow: column;
}

#search > form input[type="text"],
#search > form select {
  width: 100%;
}

.joblist {
  padding: 2em 0 0 0;
}

#index_loginbox {
  padding: 0;
}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
.jd-appetizer {
	background: #fff;
	padding: 2em 0 0 0;
}

.jd-appetizer h1 {
	font-size: 28px;
}

.spotlight-text-container {
	position: relative;
}

#search > form {
  flex-flow: column;
}

#search > form input[type="text"],
#search > form select {
  width: 100%;
}

.joblist {
  padding: 2em 0 0 0;
}

#index_loginbox {
  padding: 0;
}
}


.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
	border: none !important;
}
