/*print styles and pdf styles*/

/* 100% = 720px */

#page-header {
    display:none;
}
#page-footer {
    display:none;
}
a.page-skip-link{
    display:none;
}
.breadcrumb-section {
    display:none;
}

.job-detail-header-image{
    width: 432px;
    height: auto;
}

.job-detail-logo-image{
    width: 216px;
    margin-left: 62px;
    height: auto;
}

h1{
    text-align: center;
    font-weight: bold;
}

h2{
    font-weight: bold;
}

h3{
    font-weight: bold;
}

div.qrcode {display:block}

.gallery-item figure.image {
    display:none;
}
#page-printpdf {
    display: none;    
}
.mt-5 {
    margin-top: 1rem !important;
}
.p-3,
.py-5{
    padding: 0;
}
body{
    font-size: 12px;
    font-family: DejaVuSansCondensed;
}

/* mPDF >= 8.3 erbt Schriftgröße und Zeilenhöhe des Fließtexts nicht mehr in Listen – explizit setzen */
ul,
ol,
li {
    font-size: 12px;
    line-height: 1.33;
}

.bold{
    font-weight: bold;
}
.text-center{
    text-align: left;
}

.row{
    display: block;
}

.rte a,
.link-internal{
  font-weight: bold;
}

.job-detail-title{
    padding:  10px;
    border-top: 4px solid;
    border-bottom: 4px solid;
    margin-bottom: 20px;
}
