/*Main.CSS*/
.suq {
  width: 920px;
  padding: 0px;
  font-family: 'l';
  border: 1px solid #000;
  font-size: 14px;
  color: #000;
  margin: auto;
  line-height: 18px;
}
@font-face {
  font-family: 'l';
  src: url('../img/l.otf');
}
@font-face {
  font-family: 'b';
  src: url('../img/b.otf');
}
@font-face {
  font-family: 'bl';
  src: url('../img/bl.otf');
}
.suq strong {
  font-weight: bold;
  font-family: 'b', calibri;
}
.suq img {
  border: none;
  max-width: 100%;
}
.suq ul {
  padding-left: 0px;
  margin-bottom: 20px;
  margin-top: -14px;
}
.suq li {
  list-style-type: none;
  padding-left: 15px;
  text-align: left;
  position: relative;
}
.suq li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 0;
  position: absolute;
  left: 0;
  top: 7px;
  background: #ed7d31;
}
.suq a {
  color: inherit;
  text-decoration: none;
}
.suq h1 {
  font-size: 50.5px;
  margin: 0px 0px 22px;
  line-height: normal;
  font-weight: normal;
  text-align: left;
  color: #ef7c00;
}
.suq p {
  margin: 0px 0px 14px;
}
.suq .nd {
  padding: 53px 80px 30px;
  background: url(../img/bg.png) no-repeat;
  background-size: 100% 100%;
}
.suq h1 span {
  font-size: 14px;
}
.suq h2 {
  font-weight: 600;
  margin: 0 0 1em 0;
  font-size: 26px;
  font-family: 'bl', calibri;
  color: #6e6e6e;
}
.suq h3 {
  font-weight: normal;
  margin: 60px 0 15px 0;
  font-size: 25px;
  color: #ef7c00;
  /*text-align: center;*/
}
.suq h1 strong {
  font-family: 'b', arial;
}
.suq .l {
  float: left;
  width: 35%;
}
.suq .r {
  float: right;
  width: 31%;
  padding: 0;
}
.suq .l {
  float: left;
  width: 34%;
  padding: 0 28px 0 0;
}
.suq .l1 {
  float: left;
  width: 30%;
  margin: 0;
  padding-top: 6px;
}
/*.suq .l p {
  text-align: justify;
  line-height: 16px;
}
.suq .l1 p {
  text-align: justify;
}*/
.suq .d1 {
  background: #adadad;
  padding: 75px 63px 12px 80px;
  width: 63%;
}
.suq .l2 {
  float: left;
  width: 47%;
  margin: 0 42px 0 0;
  font-size: 13px;
}

.suq .l3 {
  float: right;
  width: 43%;
}
.suq .d {
  position: relative;
}

.suq .r1 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 37%;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 29px;
  background: #ef7f2d;
  display: flex;
  justify-content: center;
}
.suq h2.hh {
  font-size: 21.2px;
}
.suq p strong.st1 {
  color: #fff;
  font-family: 'bl', calibri;
}
.suq p.p2 {
  letter-spacing: 0.2px;
}
.suq span.s2 {
  letter-spacing: -0.1px;
}
.suq p.p1 {
  padding-left: 16px;
  margin-bottom: 31px;
}
.suq p.p4 {
  letter-spacing: -0.3px;
}
.suq p.p3 {
  text-align: left;
}
.suq li.li1 {
  letter-spacing: -0.3px;
}
.suq .l3 p {
  line-height: 15px;
}
.suq p.p5 {
  margin-bottom: 0px;
  color: #e08330;
}
.suq p.p6 {
  margin-bottom: 0;
  margin-top: 31px;
}
.suq span.s3 {
  letter-spacing: -0.1px;
}
/*---------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;
}
.suq * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.suq .img-responsive {
  max-width: 100%;
  display: block;
}

.suq .bbutton{
    background-color: #F47216;
    color: white;
    font-size: 20px;
    font-weight: bold;
    transition: 0.4s background-color;
    text-align: center;
    border: transparent 1px solid;
}
.suq .bbutton:hover{
    background-color: transparent;
    color: #F47216;
    border: #F47216 1px solid;
}
.suq .bbutton a{
    color: inherit;
    display: block;
    padding: 10px;
}

@media only screen and (min-width: 300px) and (max-width: 919px) {
  .suq {
    width: 100%;
    background-size: cover;
  }
  .suq .nd {
    padding: 5%;
  }
  .suq .m_br br,
  .suq li br {
    display: none;
  }
  .suq .l,
  .suq .l1,
  .suq .r {
    float: inherit;
    width: auto;
  }
  .suq .l p {
    text-align: left;
  }
  .suq .l1 p {
    text-align: left;
  }
  .suq .l2,
  .suq .l3 {
    float: inherit;
    width: auto;
  }
  .suq .d1 {
    padding: 10px;
    width: auto;
  }
  .suq .r1 {
    position: relative;
    width: auto;
    padding: 40px;
  }
  .suq h2.hh {
    line-height: 26px;
  }
  .suq h3 {
    line-height: 25px;
  }
}

/* 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 */

/*------------*/
.l > p:first-of-type {
  margin-bottom: 0px;
  color: #e08330;
}

.l > p:nth-of-type(2) {
  letter-spacing: 0.2px;
}

.l > ul > :last-of-type {
  letter-spacing: -0.3px;
}

.l1 > p:nth-of-type(2) {
  text-align: left;
}

/*
.l1 > p:nth-of-type(3) {
  margin-bottom: 0;
  margin-top: 31px; 
}
*/

.l1 > p:nth-of-type(4) {
  letter-spacing: -0.3px;
}

.footer-wrapper {
  display: flex !important;
  justify-content: flex-end;
  background: #adadad;
}

.footer-website {
  right: 0;
  bottom: 0;
  width: 37%;
  padding: 36px 40px 33px;
  text-align: center;
  color: #fff;
  font-size: 29px;
  background: #ef7f2d;
  display: flex;
  justify-content: center;
}

@media (max-width: 725px) {
  .footer-website {
    width: 50%;
  }
}


@media (max-width: 540px) {
  .footer-website {
    width: 100%;
  }
}