*/ @import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap'); */

/* calibri-regular */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Calibri';
  font-style: normal;
  font-weight: 400;
  src: url('../img/calibri.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*Main.CSS*/
.suq {
  width: 960px;
  padding: 0 40px 11px; /*top: 19px*/
  border: 1px solid #0055a5;
  font-size: 17px;
  color: black;
  margin: auto;
  line-height: 1.4;
  /* font-family: 'Open Sans', Verdana, Helvetica, sans-serif; */
  font-family: 'Calibri';
}

.suq .bbutton{
    margin: 10px 0;
    text-decoration: none;
    background-color: white;
    color: #0055A5 !important;
    border: 1px solid;
    border-color: white;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.5s;
    padding: 10px;
}

.suq .bbutton:hover{
    background-color: #0055A5;
    color: white !important;
}

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

.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 */

@media only screen and (min-width: 300px) and (max-width: 959px) {
  .suq {
    width: 100%;
    text-align: left;
    padding: 5px;
  }
}

h1 {
  font-size: 42px;
  margin: 0;
}

h3,
li::marker {
  color: #0055a5 !important;
  font-size: 18px;
}

ul {
  margin-left: -10px;
}

.container {
  width: 100%;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
  padding-top: 15px;
  /*background-color: #0055a5;*/
}

.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #0055a5 !important;
}

.title > * {
  text-align: center;
}

.title > span {
  font-size: 28px;
}

.header-img {
  border-top: 10px solid white;
}

.header-img > img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 20px;
}

.company-description {
  margin: 30px auto;
}

.subfooter {
  color: white;
  background-color: #0055a5;
  width: inherit;
  margin: auto -40px -11px;
}
.company-details {
  border-left: 2px solid white;
}

.company-details,
.application-details {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.application-details a:link,
.application-details a:visited,
.application-details a:hover,
.application-details a:active {
  color: white;
}

@media (max-width: 992px) {
  .company-details {
    border-left: none;
  }
}

@media (max-width: 960px) {
  .subfooter {
    margin: 0 !important;
  }
  .header-img,
  .header {
    margin: auto !important;
  }
}

@media (max-width: 812px) {
  h1 {
    font-size: 42px !important;
  }
}

@media (max-width: 812px) {
  h1 {
    font-size: 42px !important;
  }
}

@media (max-width: 727px) {
  h1 {
    font-size: 33px !important;
  }
}

.columns {
  padding-left: 0;
}

@media print {
  h1 > strong {
    font: 24px 'PT Sans', Tahoma, Helvetica, sans-serif !important;
    margin: 0 !important;
    color: #0055a5 !important;
  }

  .title > span > strong {
    color: #0055a5 !important;
    font-size: 18px;
  }

  .company-description,
  .col-md-12.columns {
    margin-top: 10px !important;
  }

  .col-md-12.columns {
    margin-bottom: 6px !important;
  }

  h3,
  h3 > strong {
    margin-left: -8px !important;
    padding-left: -8px !important;
    margin-bottom: 4px !important;
    color: #0055a5 !important;
    font-weight: 900 !important;
  }

  .suq {
    padding-right: 20px !important;
  }

  .title {
    margin-bottom: -15px !important;
  }

  .col-md-6 {
    width: 50% !important;
    float: left !important;
  }

  .w-100 {
    clear: both;
    display: block;
    content: '';
  }
}
