@charset "UTF-8";
@font-face {
  font-family: "Regular";
  src: url("https://assets.stellenpool24.de/01_wwum/fonts/metawebpro-normal.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bold";
  src: url("https://assets.stellenpool24.de/01_wwum/fonts/metawebpro-bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
a {
  color: #009dd1;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all ease-in-out 0.3s;
  font-weight: normal;
}
a[href*="tel:"] {
  color: #50504f;
}
a:hover {
  color: #50504f;
}
a.btn {
  padding: 10px 30px !important;
  background: #009dd1;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 7px;
}
a.btn:hover {
  background: #50504f;
}

ul {
  margin-left: 12px;
  margin-top: 0;
  padding-top: 0;
  -webkit-margin-before: 0px;
  -webkit-padding-start: 0px;
  -moz-margin-before: 0px;
  -moz-padding-start: 0px;
  list-style: none;
}
ul li {
  position: relative;
  margin-bottom: 4px;
}
ul li::before {
  content: "›";
  color: #009dd1;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: -1.5px;
  border-radius: 50%;
  margin-left: -12px;
  display: block;
}
ul li:last-child {
  margin-bottom: 0px;
}
ul ul {
  margin-top: 2px;
  margin-bottom: 2px;
}
ul ul li {
  margin-left: 0px;
}
ul ul li::before {
  content: "›";
  color: #009dd1;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: -1.5px;
  border-radius: 50%;
  margin-left: -12px;
  display: block;
}
.noWrap {
  white-space: pre;
  word-break: keep-all;
}