@font-face {
  font-family: "Regular";
  src: url("https://assets.stellenpool24.de/01_wsv/fonts/BundesSansWeb-Regular.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bold";
  src: url("https://assets.stellenpool24.de/01_wsv/fonts/BundesSansWeb-Bold.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Serif";
  src: url("https://assets.stellenpool24.de/01_wsv/fonts/BundesSerifWeb-Regular.woff")
    format("woff");
  font-weight: 600;
  font-style: normal;
}
a {
  color: #1468a0;
  text-decoration: none;
  position: relative;
  display: inline;
  transition: all ease-in-out 0.3s;
  font-weight: normal;
}
a:hover {
  color: #000;
}
a[href^="tel:"] {
  color: #000;
}
a.btn {
  padding: 10px 30px !important;
  background: #000;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 7px;
}
a.btn:hover {
  background: #000;
}
footer a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}
ul {
  margin-left: 15px;
  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: "";
  background: #000;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  margin-left: -15px;
  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: "";
  background: #000;
  width: 6px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 0;
  margin-left: -15px;
}

.imgWrapper {
  margin: 5px -22px 25px -46px;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-bottom: 8px solid #ffffff;
}

.imgContent {
  flex: 1 0 25%;
  margin-right: 8px;
  overflow: hidden;
  height: 200px;
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.imgContent:last-child {
  margin-right: 0;
}

header.side {
  height: 199px;
  overflow: hidden;
}
header.side #logo.bastTxt {
  margin-bottom: 48px;
}
header.side #logo.bastTxt img {
  height: 108px;
  width: 166px;
}
header.side #logo.bastSignet {
  margin-bottom: 48px;
  margin-right: -7px;
}
header.side #logo.bastSignet img {
  height: 108px;
  width: 218px;
}
header.side #logo.bundesadlerSignet {
  margin-bottom: 67px;
  margin-left: 40px;
}
header.side #logo.bundesadlerSignet img {
  height: 70px;
  width: 75px;
}
header.side #logo.bfgTxt {
  margin-bottom: 9px;
}
header.side #logo.bfgTxt img {
  height: 234px;
  width: 250px;
}
header.side #logo.bfgSignet {
  margin-bottom: -3px;
  margin-right: -15px;
}
header.side #logo.bfgSignet img {
  height: 283px;
  width: 328px;
}
header.side #logo.wsvTxt {
  margin-left: -5px;
  margin-bottom: -15px;
}
header.side #logo.wsvTxt img {
  height: 245px;
  width: 278px;
}
header.side #logo.wsvSignet {
  margin-bottom: -28px;
}
header.side #logo.wsvSignet img {
  height: 245px;
  width: 340px;
}

header.side #logo.kbaTxt {
  margin-left: 10px;
  margin-bottom: -17px;
}
header.side #logo.kbaTxt img {
  height: 230px;
  width: 390px;
}
header.side #logo.kbaSignet {
  margin-bottom: -28px;
}
header.side #logo.kbaSignet img {
  height: 250px;
  width: 240px;
}
header #logo.lbaSignet {
  margin-left: 38px;
}

.box-2 {
  display: flex;
  align-items: flex-start;
  margin: 1.3rem 0 3rem;
}

.box-2 img {
  margin-right: 32px;
  margin-top: 0.2rem;
}

.box-2 p {
  padding-bottom: 0;
}

.noWrap {
  white-space: pre;
  word-break: keep-all;
}