/*Main.CSS*/

.bg {
  margin-top: 10px;
}
.pButton {
  text-align: center;
  margin: 25px 0px !important;
}

.bg img {
  width: 100%;
}

.suq {
  width: 940px;
  padding: 0px;
  font-family: "Roboto Condensed", sans-serif;
  border: 1px solid #000;
  font-size: 13.7px;
  color: #141414;
  margin: auto;
  line-height: 1.4;
}

.suq h1 {
  font-size: 28px;
  margin: 15px 0px 20px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
  background: #1f3042;
  color: white;
  padding: 7px 10px;
}

.suq .suq_l {
  width: 50%;
  float: left;
}

.suq .suq_r {
  width: 49%;
  float: right;
}

.suq .l {
  width: 32%;
  float: left;
  margin-right: 16px;
  padding: 5px 8px;
}

.suq .c {
  width: 32%;
  float: left;
  padding: 5px 15px;
}

.suq .r {
  width: 32%;
  float: right;
  padding: 10px 23px;
}

.suq ul {
  padding-left: 0px;
  margin-bottom: 20px;
  margin-top: 0;
}

.suq strong {
  font-weight: bold;
}

.suq img {
  border: none;
}

.suq li {
  list-style-type: none;
  padding-left: 22px;
  text-align: left;
  position: relative;
}

.suq li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
  background: #141414;
}

.suq a {
  color: inherit;
  text-decoration: none;
}

.nd {
  padding: 12px 50px 0px;
}

.suq h2 {
  font-weight: normal;
  font-size: 19.5px;
  margin: 0px 0px 18px;
}

.suq .l,
.r,
.c {
  color: #fff;
  background: #1f3042;
  height: 240px;
}

.suq p.b1 {
  margin: 0px 10px;
  font-size: 16.3px;
  text-align: justify;
}

.suq .main.clearfix {
  margin: 27px 10px 10px;
}

.suq .suq_l ul {
  margin-bottom: 20px;
}

.suq .suq_r ul {
  margin-bottom: 50px;
}

.suq h3 {
  margin: 0px 0px 20px;
  font-weight: normal;
  font-size: 20px;
}

.suq p.b3 {
  margin-bottom: 6px;
}

.suq h3.b2 {
  margin-bottom: 0px;
}

.suq img.img2 {
  max-width: 189px;
}

.suq hr {
  height: 80px;
  margin: 0;
  border: none;
  background: #1f3042;
}

/*---------bootraps------------*/
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 {
  width: 100%;
  display: block;
}

@media only screen and (min-width: 300px) and (max-width: 720px) {
  .suq {
    width: 100%;
  }

  .suq h1 {
    font-size: 26px;
  }

  .suq .suq_l,
  .suq .suq_r {
    width: 100%;
    float: inherit;
  }

  .suq .l,
  .suq .r,
  .suq .c {
    width: 100%;
    float: inherit;
    margin: 13px 0px;
    height: inherit;
  }

  .suq .nd {
    padding: 0px 5%;
  }

  .suq p.b1 {
    text-align: left;
    margin: 0px;
  }

  .suq .main.clearfix {
    margin: 25px 0px 1px;
  }

  .suq .suq_r ul {
    margin-bottom: 30px;
  }

  .suq hr {
    height: 40px;
    /*margin: 20px -5.5% 0px;*/
  }

  .suq li br {
    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;
  }
}

.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 */
please add the following lines to the main.css file in Your blank template zip

/* bootstrap 4 alpha */
@media print {
  body * {
    font-size: 8pt !important;
    margin: 0 !important;
    max-width: 100%;
  }

  .nurjobansicht {
    display: none;
  }

  #sidebar,
  #footer {
    display: none;
  }
}

.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;
  }

  * {
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .suq h1 {
    background: #1f3042 !important;
    color: transparent !important;
    text-shadow: 0 0 white !important;
    margin: 15px 0px 20px !important;
    font-size: 14px !important;
    padding: 0px !important;
  }

  .suq li::before {
    background: #141414 !important;
    top: 3px !important;
  }

  .suq .l,
  .r,
  .c {
    background: #1f3042 !important;
    height: 190px !important;
  }

  .suq .l {
    width: 30%;
    float: left;
    padding: 5px 8px !important;
  }

  .suq .c {
    width: 30%;
    float: left;
    padding: 5px 8px !important;
    margin-left: 13px !important;
    margin-right: 13px !important;
  }

  .suq .r {
    width: 30%;
    float: left;
    padding: 10px 23px;
  }

  .container-fluid {
    margin-right: auto !important;
    margin-left: auto !important;
    padding-left: 1% !important;
    padding-right: 1% !important;
  }

  .suq hr {
    height: 80px;
    margin: 10px 0px 0px !important;
    border: none;
    background: #1f3042 !important;
  }

  .suq {
    line-height: 1 !important;
  }

  a[href]::after {
    content: "" !important;
  }

  .suq .suq_r ul {
    margin-bottom: 30px !important;
  }

  .suq p {
    margin: 0px 0px 14px !important;
  }

  .suq h1 {
    margin: 15px 0px 20px !important;
  }

  @page {
    background: white;
    width: 21cm;
    height: 29.7cm;
    display: block;
    margin: 0 !important;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
  }

  .suq h3.b2 {
    margin-bottom: 0px !important;
  }

  .suq h2 strong,
  .suq h2 {
    font-size: 14.5px !important;
    margin: 0px 0px 18px !important;
  }

  .suq h3 {
    margin: 0px 0px 20px !important;
    margin-bottom: 20px !important;
    color: transparent !important;
    text-shadow: 0 0 white !important;
  }
}

.suq .suq_l ul {
  margin-bottom: 20px !important;
}

.bg {
  margin-top: 10px !important;
}

.r p,
.r p strong {
  color: transparent !important;
  text-shadow: 0 0 white !important;
}

.c p,
.c p strong {
  color: transparent !important;
  text-shadow: 0 0 white !important;
}

.l p,
.l p strong {
  color: transparent !important;
  text-shadow: 0 0 white !important;
}

span .pButton {
  margin-top: 10px !important;
}

/* end bootstrap 4 alpha */
.benefits-container {
  background-color: #1f3042; /*#9cc2e5;*/
  color: white; /*#3b3838;*/
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Calibri";
  padding: 8px 50px;
  margin-top: 20px;
}

.benefits-header {
  text-align: center;
}

.benefits-header > span {
  font-size: 14px;
  margin-top: 6px;
  display: inline-block;
}

.benefits {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-around;
}

.benefit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 19%;
  margin: 0 0 30px;
  text-align: center;
}

.benefit > span {
  display: inline-block;
  font-size: 14px;
  margin-top: 5px;
}

.benefit > img {
  max-width: 50px;
  height: auto;
}

@media (max-width: 720px) {
  .benefit {
    margin-left: 8px;
    margin-right: 8px;
    flex-basis: 33%;
  }
}

.bewbutton {
  background: white !important;
  color: transparent !important;
  text-shadow: 0 0 #1f3042 !important;
  padding: 10px 15px;
  text-decoration: none;
  border: none;
  text-align: center;
  /*margin: 20px auto;
  padding: 12px 40px;*/
  font-size: 16px;
  display: block;
  margin-top: 44px;
  font-weight: 600;
}

@media (max-width: 792px) {
  .bewbutton {
    display: inline-block;
    margin-top: 20px;
  }
}

@media (max-width: 300px) {
  .bewbutton {
    display: block;
  }
}