body {
  -webkit-print-color-adjust: exact !important; /*For Chrome */
  color-adjust: exact !important; /* For Firefox */
  background-color: white !important;
}
body, .row, .container {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.row {
  display: block;
  flex-wrap: nowrap;
}
.bodyContainer {
  margin: 0;
}
.container {
  border: 0 solid;
    max-width: 100%;

}
.col-md-4, .col-md-6, .col-md-8, .col-md-10, .col-md-12 {
  float: left;
  padding: 0;
}
.content {
  width: 63%;
	margin-top: 30px;
}
.sidebar {
    width: 33%;
    margin-left: 4%;
    height: max-content;
    padding-left: 30px;
    margin-top: 30px;
}
.sidebar .kontakt img {
    width: 100%;
}
.imgHeader {
  margin: 0.6cm 0 0.9cm 0;
  padding: 0;
}
.jobTitle p {
  margin-top: 0;
}
.pr .div-apply {display: none;}
.pr .content .replace {display: block;text-align: center;padding-bottom: 18px;padding-top: 10px;}
.pr .sidebar .replace {display: block;text-align: left;padding-bottom: 18px;}
a {
  text-decoration: none;
}
@media only print and (min--moz-device-pixel-ratio:0) {
  .content ul li:before {
    position: relative;
    margin-right: 10px;
  }
}