/*Main.CSS*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
.suq {
  width: 842px;
  padding: 0px;
  font-family: "Source Sans Pro", sans-serif;
  border: 1px solid #000;
  font-size: 14px;
  color: #000;
  margin: auto;
  line-height: 1.4;
  position: relative;
}
.suq h1 {
  font-size: 28.3px;
  margin: 0 0 15px 0;
  line-height: normal;
  font-weight: normal;
  display: block;
}
.suq .suq_l {
  width: 48%;
  float: left;
}
.suq .suq_r {
  width: 48%;
  float: right;
}
.suq ul {
  margin: 0 0 0 0;
  padding: 0 0 0 28px;
}
.suq strong {
  font-weight: bold;
}
.suq img {
  border: none;
  max-width: 100%;
}
.suq li {
  list-style-type: none;
  padding: 0 0 0 31px;
  text-align: left;
  position: relative;
  background: url("../img/6.png") no-repeat;
  background-size: 11px auto;
  background-position: 0px 4.2px;
}
.suq a {
  color: inherit;
  text-decoration: none;
}
.suq p {
  margin: 0px 0px 14px;
}
.suq .nd {
  padding: 16px 40px 70px 40px;
}

.suq h1 span {
  font-size: 14px;
}
.suq h2 {
  font-weight: normal;
  margin: 0 0 0 0;
  font-size: 20px;
}
.suq h3 {
  font-weight: normal;
  margin: 20px 0 0 0;
  font-size: 14px;
}
.suq .a {
  position: relative;
}

.suq .a a {
  background: red;
  position: absolute;
  left: 0%;
  top: 0%;
  width: 20%;
  height: 20%;
}
.suq .h {
  margin: 0 0 0px 0;
  padding: 0 0 0 0;
}
.suq .hl {
  float: left;
  width: 56.8%;
  padding: 0 0 0 0;
}
.suq .i1 {
  width: 100%;
  margin-top: 11px;
}
.suq .hr {
  float: right;
  width: 43.2%;
  padding: 0 0 0 0;
}
.suq .i2 {
  width: 194px;
  margin: 38px 48px 18px 0;
}
.suq .hri {
  text-align: right;
}
.suq .hrt {
  margin: 0 0 0 -38px;
  padding: 10px 20px 7px 6px;
  background: #dddddd;
  font-size: 11.4px;
  text-align: justify;
}
.suq .hrt p {
  margin: 0 0 0 0;
}
.suq .m1 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.suq .mp1 {
  font-size: 17.1px;
}
.suq .m2 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.suq .m2l {
  float: left;
  width: 65.7%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.suq .m2r {
  float: right;
  width: 31%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.suq .p1 {
  background: url("../img/3.png") no-repeat;
  background-size: 55px auto;
  background-position: 0 0;
  padding: 0 0 0px 60px;
  margin: 20px 0 0px 0;
  font-size: 12.1px;
  line-height: 1.5;
}
.suq .p2 {
  font-size: 12.1px;
  line-height: 1.5;
}
.suq .p2 a {
  font-size: 13.5px;
}
.suq .i4 {
  margin: 0 0 0 0;
  width: 103px;
}
.suq .i5 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
}
.suq .blue {
  color: #0097d7;
}
.suq .li5 {
  margin: 15px 0 0 0;
}
.suq .b2 {
  color: #0563c1;
  font-size: 14px;
  letter-spacing: -0.4px;
}

.suq .b3 {
  color: #0563c1;
}
.suq .mx {
  margin: 0 0 0 0;
  font-size: 14.7px;
  line-height: 1.3;
}
.suq .b1 {
  letter-spacing: -0.3px;
}
.suq .hr1 {
  display: none;
}

/*---------bootraps------------*/
.suq div {
  display: block;
}
.suq .clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.suq .clearfix {
  display: inline-block;
}
.suq .clearfix {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.suq .img-responsive {
  max-width: 100%;
  display: block;
}

@media only screen and (min-width: 300px) and (max-width: 841px) {
  .suq {
    width: 100%;
    text-align: left;
  }
  .suq .suq_l,
  .suq_r {
    width: 100%;
    float: inherit;
  }
  .suq .nd {
    padding: 5% 5% 50px 5%;
  }
  .suq .m_br br,
  li br {
    display: none;
  }
  .suq .hl,
  .suq .hr,
  .suq .m2l,
  .suq .m2r {
    width: 100%;
  }
  .suq .hrt {
    margin: 0 0 0 0;
    padding: 10px 10px 10px 10px;
    background: #dddddd;
    font-size: 11.4px;
    text-align: left;
  }
  .suq .hr1 {
    display: block;
  }
  .suq .hr2 {
    display: none;
  }
}

/* bootstrap 4 alpha */
@media print {
  body * {
    font-size: 8pt !important;
    margin: 0 !important;
    max-width: 100%;
  }
  .nurjobansicht {
    display: none;
  }
  #sidebar,
  #footer {
    display: none;
  }
  .suq p {
    margin: 10px 0 !important;
  }
  .suq ul {
    padding-left: 10px !important;
  }
  .suq li {
    list-style-type: disc;
    padding-left: 0px !important;
  }
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* end bootstrap 4 alpha */
.title-details {
  font-size: 28.3px;
  margin: 0 0 19px 0;
  line-height: normal;
  font-weight: normal;
  color: #0097d7;
}

.suq .hl {
  background-color: #539ad8;
}
