@charset "UTF-8";
/* VARIABLES */
/* FONTS */
@font-face {
  font-family: "scada";
  src: url("https://assets.stellenpool24.de/kbv/fonts/scada-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "scada-bold";
  src: url("https://assets.stellenpool24.de/kbv/fonts/scada-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "scada-italic";
  src: url("https://assets.stellenpool24.de/kbv/fonts/scada-italic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "scada-bolditalic";
  src: url("https://assets.stellenpool24.de/kbv/fonts/scada-bolditalic.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/* NORMALIZE */
*, html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "scada", arial, sans-serif;
  color: #385C6B;
  font-size: 14px; }

a {
  color: inherit;
  color: #ff246c;
  -webkit-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
  font-family: "scada", arial, sans-serif; 
}

/*.boxwrapper a:not(:has(.btn))::before {*/
  .boxwrapper a::before {
  content: '';
  position: relative;
  display: inline-block;
  height: .8rem;
  width: .8rem;
  margin-right: 4px;
  margin-bottom: -2px;
  white-space: nowrap;
  text-wrap: nowrap;
  color: inherit;
  background-image: url("icon_link.svg");
  background-repeat: no-repeat;
}

.contentWrapper {
	background-color: #fff;
}

p {
  margin: 0; 
}
p + p {
  margin-top: 10px; 
}

p, ul {
  font-size: 16px;
  line-height: 24px;
}

body strong {
  font-family: "scade-bold", arial, sans-serif;
}

ul {
  margin-left: 25px;
  -webkit-margin-before: 0px;
  -webkit-padding-start: 0px;
  -moz-margin-before: 0px;
  -moz-padding-start: 0px; }

h1 {
  font-weight: 100;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin: 2rem 0 2rem;
  font-family: "scada-bold", arial, sans-serif; }
  h1 + img {
    margin: 15px 0; }

h2 {
  font-weight: 100;
  font-family: "scada-bold", arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 18px;
margin-bottom: 8px; }

h3 {
  font-size: 1.2em;
  font-family: "scada-bold", arial, sans-serif;
  margin: 20px 0 5px; }

/* ELEMENTE */
.body-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid rgba(56, 92, 107, 0.25); }

.box, .intro {
  padding-bottom: 0;
  margin-bottom: 1.5rem;
  position: relative; }
  .box::before {
    content: "";
    background: url("border.png") repeat;
    height: 3px;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  .box.intro::before, .box.noBorder::before {
    display: none; }

.intro {
  margin-top: 0rem;
  margin-bottom: 1.5rem;
}
.einleiter {
  margin-bottom: 2.5rem;
}
.equality {
  margin-top: 24px;
}

ul {
  list-style: none;
  margin: 0 0 10px 18px; }
  ul.noMg {
    margin-bottom: 3px; }
  ul li {
    margin-bottom: 2px;
    position: relative; }
    ul li::before {
      content: "›";
      position: absolute;
      left: 0;
      width: 5px;
      height: 5px;
      margin-left: -15px; }
    ul li:last-child {
      margin-bottom: 0; }

small {
  display: block;
  margin-top: 20px; }

.noMg {
  padding-top: 0; }

/* HEADER */
header svg {
  margin: 48px 48px 0;
  width: 100%;
  max-width: 250px;
  z-index: 2; }

header img {
  margin: 7px 0 1.5rem;
  width: 100%;
  z-index: 1; }

/* CONTENT */
.boxWrapper {
  padding: 1rem 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 1rem);
  flex: 0 0 calc(50% - 1rem); }

.btn {
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  text-decoration: none;
  color: #fff;
  background-color: #c30059;
  border: 1px solid #c30059;
  padding: 6px 17px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  margin: 38px 0 38px 0;
  font-family: scada, arial, sans-serif;
}
.btn:hover {
  color: #c30059;
  background-color: transparent;
}
a.btn::before {
  background-image: unset !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  display: inline !important;
}


@media screen and (max-width: 700px) {
  h1 {
    font-size: 1.5rem; } }

@media screen and (max-width: 600px) {
  .side {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; } }

@media screen and (max-width: 470px) {
  header svg {
    margin: 1rem; }
  header img {
    margin-top: 0; }
  .boxWrapper {
    padding: 1rem; } }

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