.suq {
  width: 840px;
  padding: 0px 0 0 24px;
  border: 1px solid #000;
  font-size: 14px;
  color: #6d7172;
  margin: auto;
  line-height: 1.3;
  font-family: 'r', 'Roboto Condensed', arial narrow, sans-serif;
  position: relative;
}
.bbutton {
  /*background-color: #fcb814;*/
  background-color: rgb(0, 151, 133);
  color: white !important;
  padding: 10px 44px;
  text-align: center;
}
@font-face {
  font-family: 'r';
  src: url('../img/r.otf');
}
@font-face {
  font-family: 'b';
  src: url('../img/b.otf');
}
.suq .k img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 116px;
}
.suq ul {
  padding-left: 0px;
  margin-top: 0;
  margin-bottom: 20px;
}
.suq li:before {
  content: '';
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 7px;
  background: #6d7172;
  border-radius: 50%;
}
.suq li {
  padding-left: 14px;
  list-style-type: none;
  position: relative;
  max-width: 605px;
}
.suq .f {
  position: relative;
  color: #6d7172;
}

.suq .f p:last-child {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  right: 0;
  font-size: 18px;
}

.suq .f p:last-child strong {
  font-family: arial;
}
.suq strong {
  font-weight: bold;
  font-family: 'b', 'Roboto Condensed', arial narrow, sans-serif;
}
.suq .nd {
  padding: 5px 57px 12px 37px;
  background: url(img/bg.png) no-repeat;
  background-position: bottom right;
  background-size: 54px auto;
}
.suq:before {
  content: '';
  width: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(0, 151, 133);
  bottom: 0;
}
.suq img {
  border: none;
}
.suq a {
  color: inherit;
  text-decoration: none;
}
.suq p {
  margin: 0px 0px 18px;
}
.suq h1 {
  font-size: 29px;
  margin: 0px 12px 8px 0;
  font-weight: normal;
  line-height: normal;
  font-family: arial;
  text-align: center;
  color: rgb(0, 151, 133);
}
.suq h2 {
  font-size: 25px;
  margin: 0px 12px 13px 0;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  font-family: arial;
  color: #7c7f80;
}
.suq h3 {
  font-size: 17px;
  margin: 0 0 0;
  font-weight: normal;
  line-height: normal;
}
.suq .k {
  position: relative;
}
.suq .a {
  position: relative;
  padding: 0 0 71px;
}

.suq .a2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/*---------bootraps------------*/
.suq div {
  display: block;
}
.suq .clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
.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: 839px) {
  .suq {
    width: 100%;
  }
  .suq .nd {
    padding: 5%;
    background: none;
  }
  .suq .m_br br {
    display: none;
  }
  .suq ul br {
    display: none;
  }
  .suq .k img {
    position: relative;
    margin-bottom: 10px;
  }

  .suq .f p:last-child {
    position: relative;
  }
  .suq .a {
    padding: 0;
  }
}

@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 */
.last > p {
  display: inline;
}

@media (max-width: 840px) {
  .lp {
    margin-top: 20px !important;
  }
}