/*
Theme Name: Template Print
Version: 1.0
*/
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;
}
.bodyContainer {
  margin: 0;
}
.container {
  border: 0 solid;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
  float: left;
}
/* zwei Spalten */
.content {
  width: 63%;
}
.sidebar {
  width: 33%;
  margin-left: 4%;
  background-color: transparent;
  padding: 0;
}
.contact {
  width: 100%;
}
/* versteckte Elemente */
.footer, .shareButtons {
  display: none;
}
#anchor, .carousel-indicators {
  display: none;
}
/* Logo */
.logo {
  padding-bottom: 0.25cm;
  margin: 0;
}
.logo img {
  margin: 0;
}
.imgHeader {
  margin: 0 0 0.5cm 0;
}
.imgSingle {
  height: auto;
}
a {
  text-decoration: none;
}


@media only print and (min--moz-device-pixel-ratio:0) {
  a, .content h2, .contact ul li:first-child {
    background-image: linear-gradient(90deg, #829cbe, #829cbe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .jobTitle h1 {
    background-image: linear-gradient(90deg, #6082ad, #6082ad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@media only print {
  a.btn-apply {
	text-shadow: none;
    background-image: linear-gradient(90deg, white, white);
    -webkit-background-clip: text;
  }
}

@media only print and (min--moz-device-pixel-ratio:0) {
  .iBox ul li, .company_info {
    background-image: linear-gradient(90deg, #424242, #424242);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .content p, .jobTitle p {
    background-image: linear-gradient(90deg, #424242, #424242);
    -webkit-background-clip: text;
	   -webkit-text-fill-color: transparent;
  }
  .content ul li::before {
    background-image: linear-gradient(90deg, #7fa4d0, #7fa4d0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}