:root {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
}

@font-face {
    font-family: 'icomoon';
    src:url('/static/print/fonts/icomoon.eot?-rnw6sp');
    src:url('/static/print/fonts/icomoon.eot?#iefix-rnw6sp') format('embedded-opentype'),
    url('/static/print/fonts/icomoon.woff?-rnw6sp') format('woff'),
    url('/static/print/fonts/icomoon.ttf?-rnw6sp') format('truetype'),
    url('/static/print/fonts/icomoon.svg?-rnw6sp#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'RobotoCondensed-Regular';
    src: url('/static/print/fonts/RobotoCondensed-Regular.woff');
}
@font-face{
    font-family: 'Arial';
    src: url('/static/print/fonts/arial.ttf');
}
body {
    font-family: 'Arial', sans-serif;
    font-size: 12px;
    line-height: 1.2;
    color: #2c3e50;
}
a {
    color: inherit;
}
@page {
    size: A4;
    margin-left: 12mm;
    margin-right: 12mm;
    margin-top: 25mm;
    margin-bottom:12mm;

    @top-center {
        content: element(header);
    }
    @bottom-center {
        content: element(footer);
    }
}

.pdf__header {
    position: running(header);
    width: 100%;
    border-bottom: 0.1mm solid #dae2e4;
    padding: 8px 0 15px;
    text-align: right;
}
.pdf__header-img {
    width: 100px;
    height: auto;
}
.job-contact {
    margin-top: 15px;
    font-size: 11px;
    line-height: 1.3;
    page-break-inside: avoid;
}
.job-contact__details {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 0.1mm solid #dae2e4;
}
.job-contact__title {
    margin-top: 0;
    font-family: 'RobotoCondensed-Regular', sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
}
.job-contact table {
    width: 100%;
}
.job-contact table tr {
    vertical-align: top;
}
.job-contact table td {
    padding: 0;
}
.job-contact td + td {
    padding-left: 10px;
}
.job-contact__details {width: 100mm;}
.job-contact__details-icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: -0.15em;
    margin-right: 6px;
}
.job-contact__qr {
    margin-top: -5px;
}
.img-responsive {width: 100%; height: auto;}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)*-1);
    margin-right: calc(var(--bs-gutter-x)*-0.5);
    margin-left: calc(var(--bs-gutter-x)*-0.5);
}
.row>* {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*0.5);
    padding-left: calc(var(--bs-gutter-x)*0.5);
    margin-top: var(--bs-gutter-y);
}
.col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 300;
    color: #2c3e50;
}
h2, .h2 {
    font-family: 'RobotoCondensed-Regular', sans-serif;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.job-header {
    background:#d8e2e4;
    color: #2c3e50;
    position: relative;
    margin:0 0 20px 0;
    font-family: 'RobotoCondensed-Regular', sans-serif;
}
.job-header .col-sm-7 {
    width: 50%;
}
.job-header__top {
    position: relative;
}
.job-header__bottom h1,
.job-header__bottom h2 {
    font-size:22px;
    color: #fff;
    font-family: 'RobotoCondensed-Regular', sans-serif;
    margin:0 0 10px 0;
}
.job-header__bottom h2 {
    font-size:18px;
    font-family: 'RobotoCondensed-Regular', sans-serif;
    margin:0;
}
.job-detail-downloads ul li:before{
    display: none!important;
}
.btn--jobs-top,
.btn--jobs-bottom {
    display: block;
}
.btn--jobs-top,
.btn--jobs-bottom {
    float:right;
    margin:0 0 20px 20px;
    display: inline-block;
}
.btn--jobs-bottom {
    margin-top:-70px;
}
.job-header__bottom {
    padding:25px 30px;
    background:#2c3e50;
}
.job-header__txt {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:0;
    width: calc(50% - 60px);
    padding:20px 30px;
    font-size: 15px;
}
.wysiwyg p, .wysiwyg ul, .wysiwyg ol {
    margin-bottom: 1em;
    line-height: 1.5;
}

.wysiwyg ul, .wysiwyg ol {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.wysiwyg ol {
    padding-left: 15px;
}

.wysiwyg ol li {
    list-style: decimal;
}

.wysiwyg ul li {
    position: relative;
    padding: 0 0 0 12px;
}
.wysiwyg ul li + li  {
    margin-top: 1px;
}

.wysiwyg ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #2c3e50;
    position: absolute;
    left: 0;
    top: 6px;
}

.text-right {
    text-align: right;
}

.pimcore_editable_areablock {
    margin: 1cm;
}