.filter-results-section label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 25px;
	height: 15px; 
	display: inline-block;
	line-height: 15px;
	background-repeat: no-repeat;
	background-position: 0 0;
  font-weight: normal;
	font-size: 15px;
	vertical-align: middle;
	cursor: pointer;
  background-image: url(../icons/Checkbox_unausgefuellt_weiss.svg);
}

.filter-results-section .checkbox-area:first-child label {
  font-weight: 600;
}

.filter-results-section input[type=checkbox] {
  position: absolute; 
  overflow: hidden; 
  clip: rect(0 0 0 0); 
  height: 1px; 
  width: 1px; 
  margin: -1px; 
  padding: 0;
  border: 0;
}

.filter-results-section input[type=checkbox]:checked + label {
  background-image: url(../icons/Checkbox_ausgefuellt_gelb.svg);
}

.search-wrapper.search-wrapper-mobile {
  margin-left: 10px;
  margin-right: 50px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .search-wrapper.search-wrapper-resultspage {
    display: block;
    align-items: unset;
    white-space: unset;
  }

  .search-wrapper.search-wrapper-resultspage form  {
    margin-top: 5px;
  }
}

.dropdown-title {
  white-space: nowrap;
  line-height: 30px;
}

.search-wrapper form {
  position: relative;
	width: 100%;
}

#jobsFrm .form-wrapper {
  position: relative;
  width: 100%
}

#jobsFrm .form-wrapper input {
  height: 39px !important;
  background: #fcfcfc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUFJREFUeNqU0j0oRWEcx/Hj3ifvlMHL7C1lY7mDwUBKkoksBjKJxWIQu7xlOybDLVGukhhMZDFbxGBS8nIjKR3E96nf0dPjuuVfn+6tc35P//P8/yYMw8CpbgygGQlcYw8H+Ai8MvotxQImgt81hk1M4cEPF2IV43jCGo7wjk5MYhhlGMKbG+7BKO4wiGPn8DO1vIN+jGA9fpjQaUksecG4zjGPL3VQ5IZb9OAw+LtO1FkjatxwUuEoTzjSbRu9/xO+0W97nnArqvXuoxve1/9p1OUIlmNGU7EX9+KGt3GKNuyiC5WoQAe2NJFP3PpzzmoR0khpxle6h3pnkeKJPCPjbtglerVFfWhSVxfqJtK4qrChTMY4XdjVm9O21aIA92LrFcv6HHtAsclxQVnxa0WfsqgDUib4X9muStCA2W8BBgDJ0EeGeFZ8WAAAAABJRU5ErkJggg==) no-repeat 7px 10px;
}

.st-search-input {
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	height: 33px !important;
	width: 100% !important;
  margin: 0;
}

.st-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: unset;
}

.st-search-submit img {
  height: 50%;
}

.search-loader,
.search-loader:after {
  border-radius: 50%;
  width: 7.5em;
  height: 7.5em;
}
.search-loader {
  margin: 60px auto;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #00446A;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loadSearch 1.1s infinite linear;
  animation: loadSearch 1.1s infinite linear;
}
@-webkit-keyframes loadSearch {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loadSearch {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.st-results-count {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}

.st-results-container em {
  font-style: normal;
  text-decoration: underline;
}

#st-pagination {
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: row;
	align-content: space-between;
	flex-wrap: nowrap;
	margin-top: 40px;
	margin-bottom: 30px;
	width: unset;
}

#st-pagination .owl-dots {
	position: unset;
	width: unset;
  left: unset;
  right: unset;
  margin-right: 5px;
}

#st-pagination .owl-dots .owl-dot.active {
	line-height: 24px;
	font-size: 16px;
	color: #00446A;
	margin: 0 0;
}

#st-pagination.owl-theme .owl-dots .owl-dot.active {
	cursor: default;
}

#st-pagination.owl-theme .owl-dots .owl-dot.active span::before {
	content: none;
}

#st-pagination .owl-nav {
	position: unset;
  width: unset;
  left: unset;
  right: unset;
}

#st-pagination .owl-nav button {
 margin: 5px 2.5px;
 background-size: auto 100%;
}

#st-pagination button.owl-first {
  background-image: url(../icons/Slider_links_initial_doppelt_weiss.svg) !important;
}

#st-pagination button.owl-first:hover {
  background-image: url(../icons/Slider_links_aktiv_doppelt_blau.svg) !important;
}

#st-pagination button.owl-last {
  background-image: url(../icons/Slider_rechts_initial_doppelt_weiss.svg) !important;
}

#st-pagination button.owl-last:hover {
  background-image: url(../icons/Slider_rechts_aktiv_doppelt_blau.svg) !important;
}