html {
  min-height: 100%;
}

body {
  background: url("../bilder/background.jpg") center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  margin: 0;
  padding: 6.75rem 0 3.625rem;
  min-height: 100vh;
  color: #333;
  font-family: Roboto, Helvetica, Verdana, Arial, Sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 1.25;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}

body, header, footer, aside, div, h1, h2, h3, h4, h5, h6, form, div, fieldset, input, select, textarea, ul, li, table, tr, th, td, *::before, *::after {
  box-sizing: border-box;
}

h1, h2 {
  position: absolute;
  margin: 0;
  color: transparent;
  text-indent: -625rem;
}
.leaflet-container h2 {
  color: inherit;
  text-indent: 0;
}

.innenw {
  position: relative;
  margin: 0 auto;
  width: 80.3125rem;
  max-width: calc(100% - 2.5rem);
}

.clearer {
  clear: both;
}

header {
  background-color: rgba(0,0,0,0.25);
  position: fixed;
  top: 0;
  width: 100%;
  height: 6.75rem;
  z-index: 2001;
  -webkit-transition: background-color 0.25s, height 0.3s;
  transition: background-color 0.25s, height 0.3s;
}

header.opaque {
  background-color: rgba(49,64,83,1);
  height: 3.875rem;
}

#header_in,
#footer_in {
  height: 100%;
}

a#logo {
  background: url("../bilder/logo.svg") right top no-repeat;
  background-size: auto 100%;
  display: block;
  float: left;
  margin-top: 2.25rem;
  width: 10.3125rem;
  height: 2.8125rem;
  text-indent: -625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

header.opaque a#logo {
  margin-top: 0.75rem;
  height: 2.25rem;
}

div#claim,
body.initial.search-open div#claim {
  position: relative;
  float: left;
  margin: 2.0625rem 0 0 0;  
  width: 9.125rem;
  color: #fff;
  font-size: 106.25%;
  font-weight: 400;
  text-align: left;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  overflow: visible;
  -webkit-transition: font-size 0.4s, width 0.3s, margin 0.4s;
  transition: font-size 0.4s, width 0.3s, margin 0.4s;
}

div#claim span:first-child,
body.initial.search-open div#claim span:first-child {
  display: inline-block;
  text-indent: 0.625rem;
}

@media all and (min-width: 48.0625rem) {

  body.initial div#claim {
    margin: 13.5rem 0 0 calc(50% - 32.8125rem);
    width: 45rem;
    font-size: 312.5%;
    font-weight: 600;
    text-align: center;
    overflow: hidden;
  }

  body.initial:not(.search-open) div#claim {
    text-shadow: 0.125rem 0.1875rem 0.4375rem rgba(0, 0, 0, 0.35);
  }

  body.initial div#claim span:first-child {
    display: inline;
  }

}

header.opaque div#claim {
  margin-top: 0.5rem !important;
  font-size: 1rem;
  float: left;
  margin: 2.0625rem 0 0 0;  
  width: 9.125rem;
  color: #fff;
  font-size: 106.25%;
  font-weight: 400;
  text-align: left;
}

header.opaque div#claim span:first-child {
  display: inline-block;
}

nav ul.navigation {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav ul.navigation li {
  display: inline-block;
  vertical-align: middle;
}

nav ul.navigation li a {
  color: #fff;
  text-decoration: none;
}

nav ul.navigation li a:hover {
  color: #e42242;
}

nav#head_menu {
  position: absolute;
  right: 0;
  bottom: 50%;
  -ms-transform: translate(0,50%);
  -webkit-transform: translate(0,50%);
  transform: translate(0,50%);
}

nav#head_menu ul.navigation li {
  position: relative;
  font-size: 112.5%;
  font-weight: 400;
}

nav#head_menu ul.navigation li#linkMerkliste::before {
  content: '\f005';
  display: inline-block;
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #e42242;
  -webkit-font-smoothing: antialiased;
}

nav#head_menu ul.navigation li#linkMerkliste.aktiv::before {
  font-weight: 700;
}

nav#head_menu ul.navigation li + li {
  margin-left: 5.5rem;
}

nav#head_menu ul.navigation li a {
  display: inline-block;
  padding-left: 0.75rem;
}

div#content {
  position: relative;
  height: auto;
  overflow: hidden;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
  z-index: 1;
}

div#suche_container,
div#jobdetail_container {
  position: relative;
  margin: 1.875rem auto 0 auto;
  height: auto;
  overflow: hidden;
  -webkit-transition: margin 0.6s;
  transition: margin 0.6s;
}

body.initial div#suche_container {
  margin-top: 11.875rem;
}

@media all and (min-width: 62.5625rem) {

  body.initial.search-open div#suche_container {
    margin-top: 4rem;
  }

}

div#suche_container div.content-in.search-inner,
div#content div#jobdetail_container div.content-in.search-inner,
div#content div.content-in {
  position: relative;
  margin: 0 auto;
  width: 80.1875rem;
  max-width: calc(100% - 2.5rem);
}

body.initial div#suche_container div.search-inner {
  float: right;
  position: relative;
  right: 50%;
  margin: 0;
  -ms-transform: translate(50%,0);
  -webkit-transform: translate(50%,0);
  transform: translate(50%,0);
  width: 80.1875rem;
  max-width: calc(100% - 2.5rem);
}

body.initial div#suche_container div.search-inner,
div#content div#jobdetail_container div.content-in.search-inner,
div#content div.content-in:not(.search-inner) {
  background: rgba(0,0,0,0.25);
  -ms-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  padding: 1.5625rem 1.9375rem 1.9375rem;
  width: auto;
}

div#content div.content-in:not(.search-inner) {
  margin-top: 4rem;
  padding: 1.9375rem;
  width: 58.1875rem;;
}

div#content div#jobdetail_container div.content-in.search-inner {
  padding: 1.9375rem;
  width: 80.1875rem;
  max-width: calc(100% - 2.5rem);
}

body.gemerkte  div.content-in.search-inner {
	background: rgba(0,0,0,0.25);
	position: relative;
	margin-top: 1.3125rem;
	-moz-border-radius: 0.3125rem;
	-webkit-border-radius: 0.3125rem;
	border-radius: 0.3125rem;
	padding: 0 1.9375rem 1.9375rem;
}

div#suche_container h3 {
  margin: 0;
  color: #fff;
  font-size: 150%;
  font-weight: 300;
  line-height: 1.75;
  white-space: nowrap;
}

div#suche_container h3 span {
  display: inline-block;
  padding: 0 0.375rem;
  color: #e42242;
  font-size: 175%;
  font-weight: 400;
  line-height: 1.1;
  text-shadow: 0rem 0rem 0.5625rem #fff;
  vertical-align: bottom;
}

body:not(.initial) div#suche_container h3 {
  display: none;
}

form#stellensuche {
  margin: 0;
}

body.gemerkte form#stellensuche {
  visibility: hidden;
}

fieldset {
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-block-start: 0;
  padding-inline-start: 0;
  padding-inline-end: 0;
  padding-block-end: 0;
  border: 0;
}

select::-ms-expand {
  display: none;
}

form#stellensuche :-moz-read-write,
form#stellensuche :read-write {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

form#stellensuche div.search-top {
  margin: 1.6875rem 0;
  height: auto;
  overflow: hidden;
}

body:not(.initial) form#stellensuche div.search-top {
  background: rgba(0,0,0,0.25);
  margin-top: 0;
  -moz-border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  padding: 1.9375rem;
}

form#stellensuche div.search-main > * {
  display: block;
  float: left;
}

form#stellensuche div,
form#stellensuche div.form-item input,
form#stellensuche div.form-item select,
form#stellensuche div.form-item textarea,
form#stellensuche div.form-item button  {
  border-radius: 0.3125rem;
  font-family: Roboto, Helvetica, Verdana, Arial, Sans-serif !important;
  line-height: 1.5;
}

form#stellensuche div.form-item input:focus,
form#stellensuche div.form-item select:focus,
form#stellensuche div.form-item textarea:focus {
  outline: 0.0625rem solid rgba(0,0,0,0.25);
  outline-offset: -0.0625rem;
  -moz-outline-radius: 0.3125rem;
}

form#stellensuche div.form-item input[type=radio],
form#stellensuche div.form-item input[type=checkbox] {
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form#stellensuche div.form-item input[type=radio] {
  border-radius: 50%;
}

form#stellensuche div.form-item input[type=radio]:focus {
  -moz-outline-radius: 50%;
  -ms-outline-radius: 50%;
}

form#stellensuche div.form-item input[type=checkbox] {
  border-radius: 0.125rem;
}

form#stellensuche div.form-item input[type=checkbox]:focus {
  -moz-outline-radius: 0.125rem;
}

form#stellensuche div.form-item input[type=text] {
  background-color: #fff;
  background-repeat: no-repeat;
  background-clip: padding-box;
  box-shadow: none;
  margin-right: 1.25rem;
  border: 0;
  padding: 0.6875rem 0.75rem 0.625rem 3.125rem;
  width: 33.125rem;
  height: 3rem;
  font-size: 1.125rem;
  font-weight: 300;
  vertical-align: middle;
}

form#stellensuche div.form-item {
  position: relative;
}

form#stellensuche div.form-item div.form-item-icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  line-height: 1;
  color: #e42242;
}

form#stellensuche div.form-item div.form-item-icon-pin {
  font-size: 1.625rem;
}

body:not(.initial) form#stellensuche div.search-main div.form-item-input {
  max-width: calc(50% - 3.8125rem);
}

body.initial form#stellensuche div.form-item input[type=text] {
  width: 22.1875rem;
}

body:not(.initial) form#stellensuche div.search-main div.form-item-input input[type=text] {
  max-width: calc(100% - 1.25rem);
}

form#stellensuche div.form-item select {
  cursor: pointer;
}

form#stellensuche div.form-item-select {
  position: absolute;
  top: 1.9375rem;
  right: 10.75rem;
}

form#stellensuche select#radius {
  background-color: #fff;
  background-image: url('../bilder/select.svg');
  background-repeat: no-repeat;
  background-position: 85% 80%;
  background-size: 1.3125rem 1.5rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  border: 0.0625rem solid #b7b7b7;
  padding: 0 1.875rem 0 0.875rem;
  width: 7.125rem;
  height: 3rem;
  font-family: Roboto, Helvetica, Verdana, Arial, Sans-serif !important;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2.875rem;
  outline: 0;
}

body.initial form#stellensuche div.form-item-select {
  display: none;
}

::-webkit-input-placeholder {
  color: #a9a9a9;
  font-family: Roboto, Helvetica, Verdana, Arial, Sans-serif;
  font-size: inherit;
  font-weight: 300;
  line-height: inherit;
  opacity: 1;
}

:-moz-placeholder {
  color: #a9a9a9;
  font-family: Roboto, Helvetica, Verdana, Arial, Sans-serif;
  font-size: inherit;
  font-weight: 300;
  line-height: inherit;
  opacity: 1;
}

::-moz-placeholder {
  color: #a9a9a9;
  font-family: Roboto, Helvetica, Verdana, Arial, Sans-serif;
  font-size: inherit;
  font-weight: 300;
  line-height: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #a9a9a9;
  font-family: Roboto, Helvetica, Verdana, Arial, Sans-serif;
  font-size: inherit;
  font-weight: 300;
  line-height: inherit;
  opacity: 1;
}

form#stellensuche :placeholder {
  color: #a9a9a9;
  font-family: Roboto, Helvetica, Verdana, Arial, Sans-serif;
  font-size: inherit;
  font-weight: 300;
  line-height: inherit;
  opacity: 1;
}

form#stellensuche ::placeholder {
  color: #a9a9a9;
  font-family: Roboto, Helvetica, Verdana, Arial, Sans-serif;
  font-size: inherit;
  font-weight: 300;
  line-height: inherit;
  opacity: 1;
}

form#stellensuche div.search-main button {
  background-color: #e42242;
  border: 0;
  width: 7.4375rem;
  height: 3rem;
  color: #fff;
  font-family: Roboto, Helvetica, Verdana, Arial, Sans-serif;
  font-size: 112.5%;
  font-weight: 300;
  white-space: nowrap;
  cursor: pointer;
}

div.search-bottom {
  height: auto;
  overflow: hidden;
}

body:not(.initial) form#stellensuche div.search-bottom {
  background: rgba(0,0,0,0.25);
  position: relative;
  margin-top: 1.3125rem;
  -moz-border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  padding: 1.9375rem;
}

body.gemerkte div.search-bottom {
  margin-top: 1.3125rem;
}

a#expand {
  clear: left;
  display: inline-block;
  color: #fff;
  font-size: 112.5%;
  font-weight: 300;
  text-decoration: none;
}

a#expand::after {
  content: '';
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 0.1875rem;
  margin-left: 0.75rem;
  border-top: 0.5rem solid #e42242;
  border-right: 0.4375rem solid transparent;
  border-bottom: 0;
  border-left: 0.4375rem solid transparent;
  width: 0.875rem;
  height: 0.5rem;
}

body.search-open .search-bottom a#expand::after {
  border-top: 0;
  border-bottom: 0.5rem solid #e42242;
}

body:not(.initial) a#expand {
  display: none;
}

.search-profile {
  background: #fff;
  position: relative;
  float: right;
  margin-bottom: 1.25rem;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #9f9f9f;
  padding: 0.9375rem 0.875rem 1.75rem 0.9375rem;
  width: 100%;
  height: auto;
  overflow: hidden;
}

div.banner {
  position: relative;
  max-height: 14.375rem;
  height: auto;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}

div.banner img {
  display: inline-block;
  position: relative;
  transform: translateY(50% - 4.0625rem);
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

div.anbieter-logo {
  position: relative;
  float: left;
  margin: 0.625rem 1.25rem 0 0;
  border: 0.0625rem solid #9f9f9f;
  padding: 0.3125rem 0.5rem;
  height: 5.125rem;
}

div.anbieter-logo img {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: auto;
  max-height: 100%;
}

div.banner + div.anbieter-logo {
  background: #fff;
  margin: 0 1.25rem;
  margin-top: -5.6875rem;
  padding: 0.75rem;
  width: 11.375rem;
  height: 11.375rem;
  max-height: none;
}

div.banner + div.anbieter-logo img {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  max-width: calc(100% - 1.5rem);
  transform: translateY(-50%);
}

.search-profile h4 {
  margin: 0.25rem 0;
  color: #e42242;
  font-size: 1.5rem;
  font-weight: 400;
}

.search-profile p {
  float: left;
  margin: 0 0 0.25rem 0;
}

.search-profile p br ~ span {
  display: inline-block;
  line-height: 1;
}

.search-profile p br + span ~ span {
  margin-left: 0.5rem;
  border-left: 0.0625rem solid #696969;
  padding-left: 0.5rem;
}

.search-profile p br ~ span a {
  color: #e42242;
  text-decoration: none;
}

.search-profile .socials {
  float: right;
}

.search-profile div.beschreibung {
  clear: both;
  padding-top: 0.75rem;
  padding-right: 1.25rem;
}

.search-profile div.banner ~ div.beschreibung {
  padding-left: 1.25rem;
}

.search-criteria {
  background: #fff;
  position: relative;
  margin-top: 0;
  border-radius: 0.3125rem;
  border: 0rem solid #9f9f9f;
  padding: 0 0.9375rem 0;
  height: auto;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body.search-open .search-criteria {
  margin-top: 1.25rem;
  border-width: 0.0625rem;
  padding: 0.75rem 0.9375rem 0.5rem;
  height: auto;
}

body:not(.initial) .search-criteria {
  display: block;
  float: left;
  padding-top: 1.25rem;
  width: 29.33%;
}

#search_criteria_in::after {
  content: '';
  display: block;
  clear: both;
}

body:not(.initial) .search-criteria div {
  width: 100%;
}

body.initial div#search_criteria_in > div {
  width: calc(50% - 0.9375rem);
}

@media all and (min-width: 62.5625rem) {

  body:not(.initial) form#stellensuche div.search-bottom div.search-criteria div#search_criteria_in {
    margin-top: 0;
  }
  body:not(.initial) form#stellensuche div.search-bottom div.search-criteria div#search_criteria_in > div {
    display: block !important;
  }
  body.initial form#stellensuche div.search-bottom div.search-criteria div#search_criteria_in > div {
    height: 0;
    transition: height 0.4s;
  }
  body.initial.search-open form#stellensuche div.search-bottom div.search-criteria div#search_criteria_in > div {
    height: 100%;
  }

}

body.initial div#search_criteria_in > div.left {
  float: left;
}

body.initial div#search_criteria_in > div.right {
  float: right;
}

div#search_criteria_in fieldset {
  display: block;
  position: relative;
  padding: 0 0 1.5625rem 0;
}

div#search_criteria_in fieldset h4 {
  margin: 0 0 0.25rem 0;
  border-bottom: 0.0625rem solid #f5f5f5;
  padding: 0.5rem;
  color: #e42242;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.125;
}

div#search_criteria_in div.form-item {
  display: block;
}

div#search_criteria_in div.form-item-checkbox {
  padding: 0 0 0 0.625rem;
  min-height: 2rem;
  line-height: 1.875rem;
}

div#search_criteria_in div.form-item-checkbox > * {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

div#search_criteria_in input[type=radio],
div#search_criteria_in input[type=checkbox] {
  margin: 0 0.625rem 0.0625rem 0;
  border: 0.0625rem solid #c0c0c0;
  width: 1rem;
  height: 1rem;
}

div#search_criteria_in input[type=checkbox] {
  margin-top: 0.375rem;
  vertical-align: top;
}

div#search_criteria_in input[type=radio] + label,
div#search_criteria_in input[type=checkbox] + label {
  font-weight: 300;
}

div#search_criteria_in input[type=checkbox] + label {
  position: relative;
  box-sizing: border-box;
  margin: 0.25rem 0 0.125rem;
  max-width: calc(100% - 1.875rem);
  line-height: 1.2;
  vertical-align: top;
}

div#search_criteria_in input[type=radio]:checked + label::before {
  content: '';
  background-color: #e42242;
  display: block;
  position: absolute;
  bottom: 50%;
  left: -1.625rem;
  -ms-transform: translate(0,50%);
  -webkit-transform: translate(0,50%);
  transform: translate(0,50%);
  box-sizing: border-box;
  border-radius: 50%;
  width: 0.625rem;
  height: 0.625rem;
  z-index: 0;
}

div#search_criteria_in input[type=checkbox]:checked + label::before {
  content: '';
  background: url("../bilder/haekchen.png") center no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0.1875rem;
  left: -1.8125rem;
  box-sizing: border-box;
  width: 0.875rem;
  height: 0.875rem;
  z-index: 0;
}

div#search_criteria_in fieldset#taetigkeiten div.form-item.ff {
  display: none;
}

div#search_criteria_in fieldset a.expand {
  display: inline-block;
  position: relative;
  padding: 0.25rem 0 0 2.5rem;
  color: inherit;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.875rem;
  text-decoration: none;
}

div#search_criteria_in fieldset a.expand::before,
div#search_criteria_in fieldset a.expand::after {
  content: '';
  background: #e42242;
  display: block;
  position: absolute;
  bottom: 50%;
  left: 0.6875rem;
  -ms-transform: translate(0,50%);
  -webkit-transform: translate(0,50%);
  transform: translate(0,50%);
  box-sizing: border-box;
  width: 0.875rem;
  height: 0.125rem;
  z-index: 1;
}

div#search_criteria_in fieldset a.expand::after {
  left: 1.0625rem;
  width: 0.125rem;
  height: 0.875rem;
}

div#search_criteria_in fieldset.komplett a.expand::after {
  opacity: 0;
}

div#criteria_footer {
  display: none;
}

.search-result {
  background: #fff;
  position: relative;
  float: right;
  border-radius: 0.3125rem;
  border: 0.0625rem solid #9f9f9f;
  padding: 0.9375rem 0.9375rem 0.5rem;
  width: 69%;
  height: auto;
  overflow: hidden;
}

body.gemerkte .search-result {
  float: none;
  width: 100%;
}

.search-result.karte {
  padding-bottom: 1.25rem;
  overflow: visible;
}

.search-result .result-head {
  padding-left: 0.625rem;
}
.search-result .result-head::after {
  content: '';
  display: block;
  clear: both;
}

.search-result span.anzahl {
  float: left;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875;
}

.search-result .sorter {
  float: right;
  padding-left: 1rem;
  white-space: nowrap;
}

body.gemerkte #search_result .result-head h3 {
  display: block;
  color: initial;
  font-size: 1.125rem;
}

.result-head span#sortToggleBox {
  display: inline-block;
  white-space: nowrap;
}

.search-result .sorter label {
  color: #737373;
  font-size: 0.875rem;
  font-weight: 300;
}

.result-head select {
  background-color: #fff;
  background-image: url('../bilder/select.svg');
  background-repeat: no-repeat;
  background-position: 98% 96%;
  background-size: 1.0625rem 1.3125rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  border: 0;
  padding: 0.25rem 1.875rem 0.25rem 0.3125rem;
  color: #333;
  font-family: Roboto, Helvetica, Verdana, Arial, Sans-serif !important;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
  outline: 0;
  cursor: pointer;
}

.result-head select:focus {
  outline: 0.0625rem solid #e42242;
}

.result-head span.trenner {
  background: -moz-linear-gradient(top,  #ffffff 0%, #c0c0c0 50%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#c0c0c0 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 0%,#c0c0c0 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  display: inline-block;
  margin: 0 0.6875rem;
  width: 0.0625rem;
  height: 1.6875rem;
  vertical-align: middle;
}

.result-head span#viewToggleBox {
  display: inline-block;
  white-space: nowrap;
}

.result-head span#viewToggleBox > a {
  display: inline-block;
  margin: 0 0.6875rem;
  text-decoration: none;
  line-height: 1;
  color: #737373;
  vertical-align: middle;
}

a#list_link {
  font-size: 1.125rem;
  color: #e42242 !important;
}

.karte a#list_link {
  color: #737373 !important;
}

a#map_link {
  font-size: 1.3125rem;
  color: #737373 !important;
}

.karte a#map_link {
  font-size: 1.3125rem;
  color: #e42242 !important;
}

.search-result .result-list {
  position: relative;
  padding-top: 0.9375rem;
}

.result-list table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.result-list thead {
  background: #f5f5f5;
  position: relative;
  z-index: 1;
}

.result-list th {
  position: relative;
  padding: 0.625rem;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 300;
  text-align: left;
}

.result-list th + th {
  padding: 0.625rem 0.5vw;
}

.result-list th:first-of-type {
  width: 48%;
}

body.gemerkte .result-list th:first-of-type {
  width: 36%;
}

body.gemerkte .result-list th:first-of-type + th {
  width: 17%;
}

.result-list th + th::before {
  content: '\eb29';
  position: absolute;
  display: block;
  top: 0.875rem;
  left: 0.625rem;
  font-family: 'nolisicon';
  font-size: 1.125rem;
  line-height: 1;
  color: #737373 ;
}

.result-list th:nth-of-type(3) {
  width: 17%;
}

.result-list th:nth-of-type(3)::before {
  content: '\ea4f';
}

body.gemerkte .result-list th:nth-of-type(3),
.result-list th:nth-of-type(4) {
  width: 11%;
}

body.gemerkte .result-list th:nth-of-type(3)::before,
.result-list th:nth-of-type(4)::before {
  content: '\ea6a';
}

body.gemerkte .result-list th:nth-of-type(3) {
  width: 14%;
}

body.gemerkte .result-list th:nth-of-type(4) {
  width: 7%;
}

body.gemerkte .result-list th:nth-of-type(4)::before {
  content: '\ea05';
  left: 50%;
  transform: translateX(-50%);
}

.result-list th:last-of-type:not(.bewerbung) {
  width: 4%;
}

.result-list th:last-of-type:not(.bewerbung)::before {
  display: none;
}

.result-list th:last-of-type.bewerbung {
  width: 26%;
}

.result-list th:last-of-type.bewerbung::before {
  display: none;
}

.result-list th + th span {
  display: inline-block;
  position: relative;
  top: 0;
  left: 2rem;
  color: transparent;
  font-size: 75%;
}

.result-list th + th:hover span {
  color: inherit;
  color: initial;
  cursor: default;
}

.result-list tbody tr {
  display: table-row;
  height: auto;
}

.result-list tbody tr {
  display: none;
}

.result-list tbody tr.first,
.result-list tbody tr.first ~ tr:not(.firstNext) {
  display: table-row;  
}

.result-list tbody tr.firstNext,
.result-list tbody tr.firstNext ~ tr:not(.firstNext) {
  display: none;
}

.result-list tbody td {
  position: relative;
  border-bottom: 0.0625rem solid #f5f5f5;
  padding: 1rem 0.5vw;
  line-height: 1.3125;
  text-align: left;
  vertical-align: top;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}

.result-list tbody td:first-of-type {
  padding-top: 0.875rem;
}

.result-list tbody td:first-of-type,
.result-list tbody td:first-of-type a {
  color: #696969;
  line-height: 1.5;
  text-decoration:none;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}

.result-list tbody td:first-of-type span a {
  display: block;
  max-width: 100%;
  color: #e42242;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.33;
  text-decoration: none;
}

.result-list tbody td.bis-datum span {
  display: none;
}

.result-list tbody td:last-of-type:not(.bewerbung) {
  padding: 0;
  min-width: 2.5rem;
}

.result-list tbody td a.fav-tag,
#jobdetail_container .detail-head a.fav-tag {
  display: block;
  width: 100%;
  height: 2.5rem;
  text-decoration: none;
}

.result-list tbody td a.fav-tag::before,
#jobdetail_container .detail-head a.fav-tag::before {
  content: '\f005';
  display: block;
  margin: 1rem 0 0 0;
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-align: center;
  color: #e42242;
  -webkit-font-smoothing: antialiased;
}

#jobdetail_container .detail-head a.fav-tag::before {
  margin: 0;
  font-size: 1.625rem;
  color: #737373;
  line-height: 1;
}

.result-list tbody td a.fav-tag.gemerkt::before,
#jobdetail_container .detail-head a.fav-tag.gemerkt::before {
font-weight: 700;
}

#jobdetail_container .detail-head a.fav-tag.gemerkt::before {
  color: #e42242;
}

body.gemerkte .result-list tbody tr:last-of-type td {
  border: 0;
}

body.gemerkte .result-list tbody tr.entfernt,
body.gemerkte .result-list tbody td.entfernt a.fav-tag {
  display: none !important;
}

body.gemerkte .result-list tbody td a.fav-tag.gemerkt::before {
  content: '\eb8f';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  font-family: 'nolisicon';
  font-size: 0.5625rem;
  font-weight: 400;
  color: #fff;
  background-color: #737373 ;
}

body.gemerkte div.result-list td.bewerbung {
  position: relative;
  width: 20%;
}

body.gemerkte div.result-list td.bewerbung a.button {
  background: #e42242;
  display: block;
  box-sizing: border-box;
  -ms-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
  margin-top: 0.1875rem;
  border-radius: 0.3125rem;
  padding: 0.1875rem;
  width: 18.1875rem;
  max-width: 100%;
  color: #fff;
  font-size: 112.5%;
  font-weight: 300;
  line-height: 2.33;
  text-align: center;
  text-decoration: none;
}

body.gemerkte #search_result .result-list .abgelaufene-stellen > h3 {
  display: block;
  padding: 0.9375rem 0 0.9375rem 0.625rem;
  color: initial;
  font-size: 1.125rem;
}

body.gemerkte #search_result .result-list .abgelaufene-stellen tbody td:first-of-type span {
	display: block;
	max-width: 100%;
  color: #999;
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1.33;
}

body.gemerkte #search_result .result-list .abgelaufene-stellen tbody tr td + td {
  color: #999;
}

body.gemerkte #search_result .result-list .abgelaufene-stellen tbody tr:nth-last-child(2) td {
  border: 0;
}

body.gemerkte a#del_all {
  position: relative;
  display: inline-block;
  margin: 1.75rem 0 2.5rem;
  padding-left: 2.5rem;
  text-decoration: none;
  color: #e42242;
}

body.gemerkte a#del_all::before {
  content: '\eb8f';
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  font-family: 'nolisicon';
  font-size: 0.625rem;
  font-weight: 400;
  color: #fff;
  background-color: #e42242;
}

.search-result tfoot {
  background: #f5f5f5;
}

.search-result tfoot td {
  position: relative;
  border-bottom: 0;
  padding: 0.375rem 0.6875rem;
  vertical-align: middle;
  white-space: nowrap;
}

.search-result tfoot label {
  font-size: 87.5%;
  font-weight: 300;
}

select#teiler {
  background-color: #fff;
  background-image: url('../bilder/select.svg');
  background-repeat: no-repeat;
  background-position: 85% 96%;
  background-size: 1.0625rem 1.3125rem;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  margin-left: 0.9375rem;
  border: 0.0625rem solid #e0e0e0;
  padding: 0 1.875rem 0 1rem;
  width: 4.8125rem;
  height: 2.125rem;
  font-family: Roboto, Helvetica, Verdana, Arial, Sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
  outline: 0;
  text-align: right;
  cursor: pointer;
}

.search-result tfoot td + td {
  text-align: right;
}

.search-result tfoot td a.blaettern,
div#detail_nav a.blaettern {
  background-color: #fff;
  background-image: url('../bilder/select.svg');
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: 50% 1.3125rem;
  display: inline-block;
  position: static;
  margin: 0 0.625rem;
  border: 0.0625rem solid #e0e0e0;
  border-radius: 0.125rem;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
}

.search-result tfoot td a.blaettern.inaktiv,
div#detail_nav a.blaettern.inaktiv {
  background-color: transparent;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.5;
  cursor: default;
}

.search-result tfoot td a.blaettern.prev,
div#detail_nav a.blaettern.prev {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.search-result tfoot td a.blaettern.next,
div#detail_nav a.blaettern.next {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

body.gemerkte div#detail_nav div.backlink a,
div#detail_nav div.backlink a.blaettern.prev + a {
  color: initial;
  text-decoration: none;
  vertical-align: middle;
}

body.gemerkte div#detail_nav div.backlink a:hover,
div#detail_nav div.backlink a.blaettern.prev + a:hover {
  text-decoration: underline;
}

.search-result .result-map {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.search-result.karte .result-list {
  display: none;
}

.gemerkte .search-result.karte .result-list {
  display: block;
}

.search-result.karte .result-map {
  clear: both;
  position: relative;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

/* ---------------- Map --------------- */

.details #nolixmap {
  height: 15.625rem;
}

#nolixmap {
  margin: 1.25rem auto 0 auto;
  max-width: 100%;
}

div.nolixmapinlinekarte {
  max-width: 100%;
}

#nolixmap .nmaps-fullscreen a.nmaps-button {
  padding: 0.25rem;
  width: auto;
  height: auto;
}
div.nolixmapinlinekarte.nmaps-container div.leaflet-control-zoom {
  float: right;
  box-shadow: none;
  margin: 1.875rem 1.25rem 0 0;
  border: none;
}

div.nolixmapinlinekarte.nmaps-container div.leaflet-control-zoom a,
div.nolixmapinlinekarte.nmaps-container div.leaflet-control-zoom a:hover {
  background-color: #e42242;
  position: relative;
  box-sizing: border-box;
  margin: 0 0 0.3125rem 0;
  border-radius: 0.25rem !important;
  border: 0.0625rem solid #fff;
  width: 2.5rem;
  height: 2.5rem;
  color: transparent;
}

div.nolixmapinlinekarte.nmaps-container div.leaflet-control-zoom a::before,
div.nolixmapinlinekarte.nmaps-container div.leaflet-control-zoom a::after {
  content: '';
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 0.125rem;
  z-index: 1;
}

div.nolixmapinlinekarte.nmaps-container div.leaflet-control-zoom a::after {
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

div.nolixmapinlinekarte.nmaps-container div.leaflet-control-zoom a.leaflet-control-zoom-out::after {
  display: none;
}

div.nolixmapinlinekarte.nmaps-container div.leaflet-control-zoom a.leaflet-disabled {
  background-color: #e42242;
  color: transparent;
  opacity: 0.3;
}

div.nolixmapinlinekarte.nmaps-container div.marker-cluster.marker-cluster-small,
div.nolixmapinlinekarte.nmaps-container div.marker-cluster.marker-cluster-medium,
div.nolixmapinlinekarte.nmaps-container div.marker-cluster.marker-cluster-large {
  background-color: transparent;
  border: none;
  width: 2rem !important;
  height: 2rem !important;
  box-shadow: none;
  color: #333;
}

div.nolixmapinlinekarte.nmaps-container div.marker-cluster::after {
  content: '';
  background: url("../bilder/marker/cluster.png") center no-repeat;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 5.75rem;
  height: 5.75rem;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

div.nolixmapinlinekarte.nmaps-container div.marker-cluster.marker-cluster-small span,
div.nolixmapinlinekarte.nmaps-container div.marker-cluster.marker-cluster-medium span,
div.nolixmapinlinekarte.nmaps-container div.marker-cluster.marker-cluster-large span {
  display: block;
  padding: 0.375rem 0 0 0;
  width: auto !important;
  height: 100% !important;
  font-family: Roboto, Helvetica, Verdana, Arial, Sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.375rem;
  font-weight: 400;
}

div.nolixmapinlinekarte.nmaps-container div.marker-cluster.marker-cluster-large span {
  letter-spacing: -0.0625rem;
}

div.nolixmapinlinekarte.nmaps-container div.leaflet-tooltip-pane {
  position: absolute;
  min-width: 20rem !important;
  width: auto !important;
  max-width: 50% !important;
  height: auto !important;
  white-space: normal !important;
}

div.nolixmapinlinekarte.nmaps-container div.leaflet-tooltip {
  background-color: #fff;
  box-shadow: 0rem 0rem 0.475rem 0.025rem rgba(0, 0, 0, 0.2);
  border-radius: 0.3125rem;
  max-width: 100% !important;
  color: #e42242;
  font-family: Roboto, Helvetica, Verdana, Arial, Sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.35;
  white-space: normal !important;
}

div#nolixmap div.leaflet-bottom.leaflet-left {
  display: none;
}

/* nur Übersichtskarte  */
div#nolixmap.nmaps-container .leaflet-popup-content-wrapper {
  border-radius: 0.3125rem;
  box-shadow: 0rem 0rem 0.475rem 0.025rem rgba(0, 0, 0, 0.2);
}

div#nolixmap.nmaps-container div.leaflet-popup-content {
  position: relative;
  box-sizing: border-box;
  padding: 0.6875rem 0.875rem 0.75rem 0.9375rem;
  min-width: 29.6875rem;
}

div#nolixmap.nmaps-container div.leaflet-popup-content-wrapper {
  -ms-transform: translate(0,calc(100% + 1.5rem));
  -webkit-transform: translate(0,calc(100% + 1.5rem));
  transform: translate(0,calc(100% + 1.5rem));
}

div#nolixmap.nmaps-container div.leaflet-popup-content h4 {
  margin: 0;
  padding: 0 1.25rem 0 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
}

div#nolixmap.nmaps-container div.leaflet-popup-content h4 a {
  color: #e42242;
  font-family: Roboto, Helvetica, Verdana, Arial, Sans-serif;
}

div#nolixmap.nmaps-container div.leaflet-popup-content p {
  margin: 0.1875rem 0 0;
  padding: 0;
  color: #333;
  font-family: Roboto, Helvetica, Verdana, Arial, Sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3125;
}

div#nolixmap.nmaps-container div.leaflet-popup-content p + p {
  position: relative;
  margin: 0.875rem 0 0;
  border-top: 0.0625rem solid #c0c0c0;
  border-bottom: 0.0625rem solid #c0c0c0;
}

div#nolixmap.nmaps-container div.leaflet-popup-content p + p span {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5rem 0 0.5rem 0;
  height: 2.3125rem;
  vertical-align: bottom;
}

div#nolixmap.nmaps-container div.leaflet-popup-content p + p span.erstellung::before {
  content: '\ea4f';
  position: relative;
  display: inline-block;
  margin: 0 0.375rem 0 0;
  top: 0.125rem;
  font-family: 'nolisicon';
  line-height: 1;
  color: #737373;
}

div#nolixmap.nmaps-container div.leaflet-popup-content p + p span.frist::before {
  content: '\ea6a';
  position: relative;
  display: inline-block;
  top: 0.125rem;
  margin: 0 0.375rem 0 0;
  font-family: 'nolisicon';
  line-height: 1;
  color: #737373;
}

div#nolixmap.nmaps-container div.leaflet-popup-content p + p span.merken {
  padding-left: 0;
}

div#nolixmap.nmaps-container div.leaflet-popup-content p + p span.merken button.fav-tag {
  border: 0;
  padding: 0 0 0.1875rem 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  cursor: pointer;
  background-color: transparent;
}

div#nolixmap.nmaps-container div.leaflet-popup-content p + p span.merken button.fav-tag::before {
  content: '\f005';
  position: relative;
  display: inline-block;
  margin: 0 0.375rem 0 0;
  font-family: 'Font Awesome 6 Pro';
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-align: center;
  color: #e42242;
  -webkit-font-smoothing: antialiased;
}

div#nolixmap.nmaps-container div.leaflet-popup-content p + p span.merken button.fav-tag.gemerkt::before {
  font-weight: 700;
}

div#nolixmap.nmaps-container div.leaflet-popup-content p + p span + span {
  margin-left: 11%;
}

div#nolixmap.nmaps-container div.nmaps-leaflet.leaflet-container a.leaflet-popup-close-button {
  top: calc(100% + 2.125rem);
  right: 0.625rem;
  padding: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  color: #e42242;
  font-size: 1.25rem;
  line-height: 0.5;
}

div#nolixmap.nmaps-container div.nmaps-leaflet.leaflet-container div.leaflet-popup-tip-container {
  -ms-transform: rotate(180deg) translate(-0.0625rem,-0.3125rem);
  -webkit-transform: rotate(180deg) translate(-1,-0.3125rem);
  transform: rotate(180deg) translate(-0.0625rem,-0.3125rem);
}

#jobdetail_container form#stellensuche {
  position: absolute;
  left: -625rem;
}

#detail_nav,
div.detail-head,
div.detail-content,
div.detail-info {
  background: #fff;
  -ms-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  padding: 0.9375rem;
}

#detail_nav {
  background: #f5f5f5;
  margin: 0 0 1.875rem;
  padding: 0.4375rem 0.3125rem;
  height: auto;
  font-size: 87.5%;
  font-weight: 300;
  line-height: 2.1;
  overflow: hidden;
}

#detail_nav div.backlink {
  float: left;
}

#detail_nav div.steuerung {
  float: right;
}

#detail_nav,
div.detail-head {
  clear: both;
}

div.detail-body a.button {
  background: #e42242;
  display: block;
  float: right;
  -ms-border-radius: 0.3125rem;
  -moz-border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  width: 18.1875rem;
  color: #fff;
  font-size: 112.5%;
  font-weight: 300;
  line-height: 2.33;
  text-align: center;
  text-decoration: none;
}

div.detail-head {
  margin: 0 0 1.875rem;
  padding: 1.5rem 0.9375rem;
  height: auto;
  color: #696969;
  font-weight: 300;
  overflow: hidden;
}

div.detail-head .stellentitel {
  float: left;
  width: calc(100% - 20rem);
}

div.detail-head .stellentitel > span a {
  color: inherit;
  text-decoration: none;
}

div.detail-head h4 {
  margin: 0.25rem 0 0.625rem;
  color: #e42242;
  font-size: 150%;
  font-weight: 400;
  line-height: 1.25;
}

div.detail-head div.shorts {
  float: right;
  position: relative;
}

#jobdetail_container div.detail-head div.shorts > a {
  display: inline-block;
  width: 1.9375rem;
  height: 1.75rem;
  vertical-align: top;
  text-decoration: none;
}

#jobdetail_container div.detail-head div.shorts > a ~ a {
  margin-left: 1.625rem;
}

#jobdetail_container div.detail-head div.shorts a.share::before {
  content: '\eb06';
  display: block;
  font-family: 'nolisicon';
  font-size: 1.625rem;
  line-height: 1;
  color: #737373;
}

#jobdetail_container div.detail-head div.social-media-share {
  background: #fff;
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
  box-shadow: 0.125rem 0.125rem 0.3125rem 0.0625rem rgba(0, 0, 0, 0.25);
  padding: 0.5rem;
  white-space: nowrap;
  z-index: 10;
}

#jobdetail_container div.detail-head div.social-media-share a.share-btn {
  display: inline-block;
  margin: 0 0.5rem;
  text-decoration: none;
  vertical-align: middle;
  color: #737373;
}

#jobdetail_container div.detail-head div.social-media-share a.share-btn::before {
  content: '';
  display: block;
  font-family: 'nolisicon';
  font-size: 1.5rem;
  line-height: 1;
}

#jobdetail_container div.detail-head div.social-media-share a.share-btn-mem::before {
  content: '\eac5';
}

#jobdetail_container div.detail-head div.social-media-share a.share-btn-mail::before {
  content: '\ea1c';
  font-size: 1.25rem;
}

#jobdetail_container div.detail-head div.social-media-share a.share-btn-facebook::before {
  content: '\ebc7';
}

#jobdetail_container div.detail-head div.social-media-share a.share-btn-twitter::before {
  content: '\ec7f';
}

#jobdetail_container div.detail-head div.social-media-share textarea {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

#jobdetail_container div.detail-head div.shorts a.print::before {
  content: '\eb69';
  display: block;
  font-family: 'nolisicon';
  font-size: 1.625rem;
  line-height: 1;
  color: #737373;
}

div.detail-head .fact-ads {
  float: left;
  width: calc(100% - 20rem);
}

div.detail-head .fact-ads > span {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  vertical-align: middle;
}

div.detail-head .fact-ads > span + span {
  margin-left: 3.125rem;
  padding-left: 1.75rem;
}

div.detail-head .fact-ads > span::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  height: 100%;
  font-family: 'nolisicon';
  font-size: 1.125rem;
  line-height: 1;
}

div.detail-head .fact-ads > span:first-of-type::before {
  content: '\eb29';
}

div.detail-head .fact-ads > span:first-of-type + span::before {
  content: '\ea4f';
}

div.detail-head .fact-ads > span:last-of-type::before {
  content: '\ea6a';
}

div.detail-head a.button {
  clear: right;
  transform: translateY(-50%);
}

div.detail-content {
  clear: both;
  float: left;
  width: 52.875rem;
  width: 69%;
}

div.detail-content a.button {
  float: left;
  max-width: 100%;
}

.detail-content p {
  font-weight: 300;
  line-height: 1.3125;
}

.detail-content p strong {
  font-size: 1.125rem;
  font-weight: 400;
}
.detail-content span.param_100,
.detail-content span.param_65,
.detail-content span.param_50,
.detail-content span.param_35,
.detail-content span > video,
.detail-content span > img,
.detail-content span > a > img {
  max-width: 100%;
}

.karte-detail {
  margin: 1.5rem 0;
}

div.detail-info {
  float: right;
  padding-left: 1.5625rem;
  width: 22.125rem;
  width: 29.3%;
}

div.detail-info h5 {
  margin: 0;
  color: #e42242;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.5;
}

div.detail-info p {
  margin: 0 0 0.5em;
  color: #696969;
}

div.detail-content a:not(.button),
div.innen p a,
div.detail-info a {
  display: inline-block;
  color: #e42242;
  font-weight: 400;
  text-decoration: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
  white-space: nowrap;
}

div.detail-content a:not(.button)::before,
div.innen p a::before {
  content: '';
}

div.innen {
  background: #fff;
  -moz-border-radius: 0.3125rem;
  -webkit-border-radius: 0.3125rem;
  border-radius: 0.3125rem;
  padding: 1.5625rem;
}

div.innen h3 {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 400;
}

footer {
  background-color: rgba(0,0,0,0.25);
  position: absolute;
  bottom: 0;
  width: 100%;
}

div#footer_in {
  padding: 1.0625rem 0 1rem;
  text-align: center;
}

nav#foot_menu {
  margin: 0 auto;
  text-align: center;
}

nav#foot_menu ul.navigation li + li {
  margin-left: 1.0625rem;
  border-left: 0.0625rem solid #e42242;
  padding-left: 1.125rem;
}

nav#foot_menu ul.navigation li a {
  display: block;
  font-weight: 300;
  line-height: 1.5625;
}

@media print {

  @page {
    margin: 10mm 0 !important;
    padding: 0 !important;
    size: A4;
    orphans: 3;
    widows: 3;
  }

  body,
  body.initial div#suche_container div.search-inner,
  div#content div#jobdetail_container div.content-in.search-inner,
  div#content div.content-in:not(.search-inner),
  body:not(.initial) form#stellensuche div.search-bottom {
    background: none !important;
    position: relative !important;
    padding: 0 !important;
  }

  html, body {
    position: relative !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
    padding: 0 !important;
    min-width: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 1rem !important;
  }

  body {
    min-width: calc(100% - 60pt) !important;
    width: calc(100% - 60pt) !important;
    max-width: calc(100% - 60pt) !important;
  }

  @media print and (min-width: 3600pt) {
    body {
      min-width: calc(100% - 120pt) !important;
      width: calc(100% - 120pt) !important;
      max-width: calc(100% - 120pt) !important;
    }
  }

  h1, h2, script,
  body > header,
  #detail_nav,
  div.detail-head div.shorts,
  a.button,
  body > footer,
  body:not(.initial) form#stellensuche div.search-top,
  input[type="button"], input[type="submit"] {
    display: none !important;
  }

  div#content,
  div#suche_container,
  div#jobdetail_container {
    margin: 0 !important;
    padding: 0 !important;
  }

  div#content div#jobdetail_container div.content-in.search-inner {
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  div.detail-head .stellentitel,
  div.detail-head .fact-ads {
    width: 100% !important;
  }

  #detail_nav,
  div.detail-head,
  div.detail-content,
  div.detail-info {
    float: none !important;
    padding: 0 !important;
    width: 100% !important;
  }

  div.detail-content > div.beschreibung p.leer-absatz {
    display: none !important;
  }

  div.karte-detail {
    page-break-inside: avoid !important;
    padding: 2rem 0 !important;
  }

  div.nolixmapinlinekarte {
    width: 100% !important;
  }
  
}
@media all and (max-width: 62.5rem) {
  body:not(.gemerkte):not(.details) {
  padding-bottom: 3rem;
}

body:not(.initial) header {
  background-color: rgba(49,64,83,1);
  height: 3.875rem;
}

body:not(.initial) header a#logo {
  margin-top: 0.75rem;
  height: 2.25rem;
}

body:not(.initial) header div#claim {
  margin-top: 0.5rem !important;
  font-size: 1rem;
}

body:not(.gemerkte):not(.details) div#content {
  padding-bottom: 6rem;
}

div#suche_container div.content-in.search-inner,
div#content div#jobdetail_container div.content-in.search-inner,
div#content div.content-in,
body.initial div#suche_container {
  width: 45.3125rem;
  max-width: calc(100% - 1.875rem);
}

body:not(.initial) div#suche_container {
  margin-top: 0;
}

body.initial div#suche_container div.search-inner,
div#content div#jobdetail_container div.content-in.search-inner,
div#content div.content-in:not(.search-inner) {
  width: 100%;
}

body.initial div#suche_container div.search-inner {
  float: none;
  right: auto;
  transform: none;
  margin: 0 auto;
}

form#stellensuche div.search-top {
  margin-bottom: 0;
}

body:not(.initial) form#stellensuche div.search-top,
body:not(.initial) form#stellensuche div.search-bottom {
  padding: 1.25rem 0.9375rem;
}

body.initial form#stellensuche div.form-item-input,
body.initial form#stellensuche div.form-item-input + div.form-item-input,
body:not(.initial) form#stellensuche div.search-main div.form-item-input,
body:not(.initial) form#stellensuche div.search-main div.form-item-input + div.form-item-input {
  float: none;
  margin: 0 0 0.9375rem;
  width: 100%;
  max-width: 100%;
}

body.initial form#stellensuche div.form-item-input input[type=text],
body:not(.initial) form#stellensuche div.search-main div.form-item-input input[type=text] {
  margin-right: 0;
  width: 100%;
  max-width: 100%;
}

form#stellensuche div.search-main div.form-item-select {
  top: 5.1875rem;
  right: 0.9375rem;
}

form#stellensuche div.search-main > div.form-item-submit {
  position: relative;
  clear: both;
  width: 100%;
}

form#stellensuche div.search-main button {
  min-width: 0;
  width: 100%;
}

form#stellensuche div.search-bottom {
  position: relative;
  overflow: visible;
}

a#expand {
  display: none !important;
}

form#stellensuche div.search-bottom div.search-criteria {
  display: block;
  position: fixed;
  right: 0;
  bottom: 0;
  float: none;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  padding: 0 0 3rem;
  width: 100%;
  height: 0;
  max-height: calc(100% - 3.875rem);
  z-index: 999;
}

body.initial form#stellensuche div.search-bottom div.search-criteria {
  height: 0;
}

body.search-open form#stellensuche div.search-bottom div.search-criteria {
  height: calc(100% - 3.875rem);
}

body.initial.search-open form#stellensuche div.search-bottom div.search-criteria {
  height: calc(100% - 6.75rem);
}

form#stellensuche div.search-bottom div.search-criteria div#search_criteria_in {
  position: absolute;
  right: 50%;
  bottom: 3rem;
  transform: translateX(50%);
  margin: 0 auto;
  width: 45.3125rem;
  max-width: calc(100% - 1.875rem);
  height: 0;
  overflow: auto;
  transition: all 0.4s;
}

body.search-open form#stellensuche div.search-bottom div.search-criteria div#search_criteria_in {
  height: calc(100% - 3rem);
}

form#stellensuche div.search-bottom div.search-criteria div#search_criteria_in > div.left,
form#stellensuche div.search-bottom div.search-criteria div#search_criteria_in > div.right {
  float: none;
  margin: 0 auto;
  width: 100%;
  height: 0;
  transition: height 0.4s;
}

body.search-open form#stellensuche div.search-bottom div.search-criteria div#search_criteria_in > div.left,
body.search-open form#stellensuche div.search-bottom div.search-criteria div#search_criteria_in > div.right {
  height: auto;
}

div#search_criteria_in fieldset {
  padding: 0.5rem 0 0.625rem;
}

div#search_criteria_in div.form-item-checkbox {
  padding: 0.25rem 0.5rem;
}

div#search_criteria_in div.form-item-checkbox::after {
  content: '';
  display: block;
  clear: left;
}

form#stellensuche div.form-item input[type="checkbox"] {
  background: rgb(192,192,192);
  float: left;
  margin-top: 0;
  border-radius: 0.75rem;
  width: 2.8125rem;
  height: 1.5rem;
}

form#stellensuche div.form-item input[type="checkbox"] + label {
  float: left;
  margin: 0;
  max-width: calc(100% - 3.5rem);
  line-height: 1.5rem;
}

form#stellensuche div.form-item input[type="checkbox"]:checked {
  background-color: rgb(228,34,66);
  border-color: rgb(228,34,66);
}

div#search_criteria_in input[type="checkbox"] + label::before,
div#search_criteria_in input[type="checkbox"]:checked + label::before {
  content: '';
  background: rgb(255,255,255);
  background-size: cover;
  display: block;
  position: absolute;
  top: 0.0625rem;
  left: -3.375rem;
  -webkit-transition: left 0.2s;
  transition: left 0.2s;
  border-radius: 50%;
  width: 1.375rem;
  height: 1.375rem;
}

div#search_criteria_in input[type="checkbox"]:checked + label::before {
  left: -2.0625rem;
}

form#stellensuche div.search-bottom div.search-criteria div#criteria_footer {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}

form#stellensuche div.search-bottom div.search-criteria div#criteria_footer > a {
  background: #e42242;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0.75rem 0;
  color: #fff;
  font-size: 112.5%;
  line-height: 1.5rem;
  text-align: center;
  text-decoration: none;
  text-indent: 1.875rem;
  z-index: 2;
}

form#stellensuche div.search-bottom div.search-criteria div#criteria_footer > a#filter_resp {
  display: none;
  position: absolute;
  box-sizing: border-box;
  padding-left: 1.5rem;
  width: 100%;
  z-index: 1;
}

body.search-open form#stellensuche div.search-bottom div.search-criteria div#criteria_footer > a#filter_resp {
  display: block;
  width: calc(100% - 3rem);
}

body.search-open form#stellensuche div.search-bottom div.search-criteria div#criteria_footer > a#filter_resp::after {
  content: '';
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: content-box;
  width: 0.0625rem;
  height: 100%;
}

body form#stellensuche div.search-bottom div.search-criteria div#criteria_footer > a#expand_resp::before {
  content: '\ec8e';
  display: block;
  position: absolute;
  top: 0.9375rem;
  right: calc(50% + 4.125rem);
  font-family: 'nolisicon';
  font-size: 1.1875rem;
  line-height: 1;
  color: #fff;
}

body.search-open form#stellensuche div.search-bottom div.search-criteria div#criteria_footer > a#expand_resp {
  z-index: 0;
}

body.search-open form#stellensuche div.search-bottom div.search-criteria div#criteria_footer > a#expand_resp::after {
  content: '\eb8f';
  position: absolute;
  top: 50%;
  right: 0.75rem;
  font-family: 'nolisicon';
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
  transform: translateY(-50%);
}

.search-profile,
.search-result {
  float: none;
  width: 100%;
  max-width: 100%;
}

body:not(.gemerkte) .search-result .result-head {
  min-height: 4rem;
}

.search-result .result-head {
  padding-left: 0rem;
}

.result-head span#sortToggleBox {
  background-color: transparent;
  position: absolute;
  top: 3rem;
  left: 0.9375rem;
}

.result-head span.trenner {
  display: none;
}

.result-head span#viewToggleBox > a#map_link {
  margin: 0;
}

.result-list thead th {
  background: none !important;
  position: relative;
  text-indent: -625rem;
}

#result_list.result-list table,
#result_list.result-list thead,
#result_list.result-list thead tr,
#result_list.result-list tbody,
#result_list.result-list tbody tr.first,
#result_list.result-list tbody tr.first ~ tr:not(.firstNext),
#result_list.result-list tbody td,
#result_list.result-list tfoot,
#result_list.result-list tfoot tr {
  border: 0;
  border-spacing: 0;
  display: block;
  position: relative;
  width: 100%;
}

#result_list.result-list tbody {
  padding-bottom: 1rem;
}

#result_list.result-list tbody tr.firstNext,
#result_list.result-list tbody tr.firstNext ~ tr:not(.firstNext) {
  display: none;
}

#result_list.result-list thead th:first-of-type {
  display: block;
  width: 100%;
  text-indent: 0;
}

#result_list.result-list thead th:first-of-type ~ th {
  display: none;
  width: 0;
}

#search_result #result_list.result-list table tbody tr + tr:not(.first) {
  margin-top: 1rem;
  border-top: 0.0625rem solid #f5f5f5;
}

#result_list.result-list tbody td:first-of-type {
  padding: 1rem 1.75rem 0.25rem 0.625rem;
}

#result_list.result-list tbody td:first-of-type ~ td:not(:last-of-type) {
  position: relative;
  padding: 0.1875rem 0 0.375rem 2.5rem;
}

#result_list.result-list tbody td:first-of-type ~ td:not(:last-of-type):not(.marker)::before {
  content: '';
  display: block;
  position: absolute;
  top: 0.3125rem;
  left: 0.6875rem;
  width: 1.25rem;
  height: 1.25rem;
  font-family: 'nolisicon';
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
  color: #737373;
}

#result_list.result-list tbody td.adresse::before {
  content: '\eb29' !important;
}

#result_list.result-list tbody td.von-zeit::before {
  content: '\ea4f' !important;
}

#result_list.result-list tbody td.bis-datum::before {
  content: '\ea6a' !important;
}

#result_list.result-list tbody td.bis-datum span {
  display: inline;
}

#result_list.result-list tbody td:last-of-type:not(.bewerbung),
body.gemerkte #result_list.result-list tbody td.marker {
  position: absolute;
  top: 1.125rem;
  right: 0;
  padding: 0;
  min-width: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.result-list tbody td:last-of-type a.fav-tag,
body.gemerkte #result_list.result-list tbody td.marker a.fav-tag {
  background-position: center;
  background-size: 100%;
  width: 1.25rem;
  height: 1.25rem;
}

.result-list tbody td a.fav-tag::before,
#jobdetail_container .detail-head a.fav-tag::before {
  margin: 0;
}

body.gemerkte div.result-list td.bewerbung a.button {
  margin: 0 auto;
}

#result_list.result-list table tfoot {
  height: auto;
  overflow: hidden;
}

#result_list.result-list table tfoot td {
  float: left;
  width: 50%;
}

select#teiler {
  margin-left: 0.3125rem;
}

.search-result tfoot td a.blaettern.prev {
  margin-left: 0;
}

.search-result tfoot td a.blaettern.next {
  margin-right: 0;
}

.search-profile h4 {
  clear: left;
  padding-top: 0.75rem;
}

.search-profile p br ~ span {
  display: block;
  line-height: 1;
}

.search-profile p br + span ~ span {
  margin: 0;
  border: 0;
  padding: 0.25rem 0;
}

div.detail-content,
div.detail-info {
  clear: both;
  float: none;
  width: 100%;
}

div.detail-head .stellentitel,
div.detail-head .fact-ads {
  width: 31.25rem;
  max-width: 31.25rem;
}

#jobdetail_container div.detail-head div.shorts a + a,
#jobdetail_container div.detail-head div.shorts > a ~ a {
  margin-left: 2.8vw;
}

div.detail-head .fact-ads > span + span {
  margin-left: 5vw;
}

div.detail-head a.button {
  max-width: calc(100% - 32.5rem);
}

div.detail-content a.button {
  float: none;
}

div.detail-info {
  margin-top: 1rem;
}

body:not(.gemerkte):not(.details) footer {
  bottom: 3rem;
}}

@media all and (max-width: 48rem) {
  
div#suche_container div.content-in.search-inner,
div#content div#jobdetail_container div.content-in.search-inner,
div#content div.content-in,
body.initial div#suche_container {
  width: calc(100% - 2.5rem);
  max-width: calc(100% - 2.5rem);
}

div#content div#jobdetail_container div.content-in.search-inner,
body.gemerkte div.content-in.search-inner {
  padding: 1.25rem 0.9375rem;
}

div.detail-head .stellentitel {
  float: none;
  width: 100%;
  max-width: 100%;
}

div.detail-head .fact-ads {
  width: auto;
}

div.detail-head .fact-ads  > span {
  display: block;
  float: left;
  clear: left;
  margin: 0 0 0.5rem 0 !important;
}

div.detail-head a.button {
  transform: none;
  margin-top: 0.5rem;
  width: 10rem;
  max-width: none;
}

#nolixmap {
  max-height: calc(100vh - 12.5rem);
}

div#nolixmap.nmaps-container div.leaflet-popup-content p + p span + span {
  margin-left: 6.5vw;
}

body.gemerkte #senden {
  position: absolute;
}}

@media all and (max-width: 40rem) {
  .innenw,
body.initial div#suche_container {
  width: calc(100% - 1.875rem);
  max-width: calc(100% - 1.875rem);
}

div#suche_container h3 {
  font-size: 100%;
}

div#suche_container h3 span {
  padding: 0;
}

body.initial form#stellensuche div.form-item-input {
  width: 100%;
}

body.initial form#stellensuche div.form-item + div.form-item {
  margin: 1rem 0 0;
}

.search-criteria > div {
  float: none !important;
  width: 100%;
}

#detail_nav div.backlink {
  float: none;
}

#detail_nav div.steuerung {
  margin: 0.75rem 0 0 0;
  float: none;
}

div#nolixmap.nmaps-container div.leaflet-popup-content {
  min-width: 0;
}

div#nolixmap.nmaps-container div.leaflet-popup-content p + p span + span {
  display: block;
  margin-left: 0;
}}

@media all and (max-width: 30rem) {
  body {
  padding-top: 5rem;
}

body:not(.initial) header a#logo,
header.opaque a#logo {
  margin-top: 0.9375rem;
  width: 8.25rem;
}

body header div#claim {
  display: none;
}

div#claim span:first-child,
body.initial.search-open div#claim span:first-child {
	text-indent: 0;
}

div#suche_container div.content-in.search-inner,
div#content div#jobdetail_container div.content-in.search-inner,
div#content div.content-in,
body.initial div#suche_container {
  width: calc(100% - 0.75rem);
  max-width: calc(100% - 0.75rem);
}

body:not(.initial) form#stellensuche div.search-top,
body:not(.initial) form#stellensuche div.search-bottom,
div#content div#jobdetail_container div.content-in.search-inner,
div#content div.content-in:not(.search-inner),
body.gemerkte div.content-in.search-inner {
  padding: 0.625rem;
}

form#stellensuche div.search-main div.form-item-select {
  top: 4.5625rem;
  right: 0.625rem;
}

body.initial div#content div#suche_container div.search-inner {
  padding: 1.5rem 1.25rem 1.25rem;
  max-width: 100%;
}

body.gemerkte div.search-bottom,
div.detail-body {
	margin-top: 0.625rem;
}

select#teiler {
  padding: 0 2rem 0 0.375rem;
  width: 3.5rem;
  font-size: 0.875rem;
  text-align: center;
  z-index: 1;
}

.search-result tfoot td:first-of-type {
  padding-left: 0.375rem;
}

.search-result tfoot td + td {
  padding-right: 0;
  font-size: 0.875rem;
}

.search-result tfoot td a.blaettern.prev,
.search-result tfoot td a.blaettern.next {
  margin: 0 0.25rem;
}

div.detail-head {
  margin-bottom: 0.625rem;
}

div.detail-head a.button {
  clear: left;
  margin-top: 1rem;
  width: 100%;
}

div.detail-head div.shorts {
  margin: 0 0 1.125rem 0;
  float: none;
}

div.banner + div.anbieter-logo {
	margin: 0 0.75rem;
	margin-top: -3.375rem;
	padding: 0.625rem;
	width: 6.75rem;
	height: 6.75rem;
}

.search-profile h4 {
	margin: 0 0 0.25rem 0;
  padding-top: 0.75rem;
	font-size: 1.125rem;
  line-height: 1.225;
}}

@media all and (max-width: 25rem) {
  form#stellensuche div.form-item input[type="text"] {
  padding-left: 3rem;
}

::-webkit-input-placeholder {
  font-size:1rem;
}

:-moz-placeholder {
  font-size:1rem;
}

::-moz-placeholder {
  font-size:1rem;
}

:-ms-input-placeholder {
  font-size:1rem;
}

form#stellensuche :placeholder {
  font-size:1rem;
}

form#stellensuche ::placeholder {
  font-size:1rem;
}

form#stellensuche select#radius {
  width: 28.5vw;
  padding-right: 7.5vw;
  padding-left: 3.5vw;
}

#result_list.result-list table tfoot td {
  width: 100%;
}

#result_list.result-list table tfoot td + td {
  clear: left;
  float: right;
}

body:not(.gemerkte) .search-result .result-head {
  min-height: 5rem;
}

.result-head select {
  display: block;
  margin-left: -0.25rem;
  font-size: 1rem;
}

.result-head span#viewToggleBox > a {
  margin-left: 0;
}

nav#foot_menu ul.navigation li + li {
  margin-left: 4vw;
  padding-left: 5vw;
}

#result_list.result-list tbody td:first-of-type {
  padding-left: 0rem;
}

#result_list.result-list tbody td:first-of-type ~ td:not(:last-of-type):not(.marker)::before {
  left: 0;
}

#result_list.result-list tbody td:first-of-type ~ td:not(:last-of-type):not(.marker),
body.gemerkte a#del_all {
  padding-left: 1.875rem;
}

body.gemerkte a#del_all {
  background-position-x: 0rem;
}}