html {min-height: 100%}
body { background-color: #ffffff; font-family: Avenir;}
.full-page { min-height: 100%; position: relative}
footer {background-color: #004899; position: relative; color: #ffffff; height: 200px; margin-top: 50px}
.footer-container {padding-top: 35px;}
.footer-title {margin-top: 0px}
.footer-container a {color: #ffffff}
.footer-container p {margin-bottom: 0px}
.footer-container a:hover {color: #ffc613}
.svg-footer .cls-1 {fill: #ffffff}
.logo-header {padding-left: 0px}
.container {width: 40%}
.titel {width: 60%}
.content-title {font-size: 50px; text-align: center; font-weight: bold}
.main {background-color: #ffffff; width: 100%; position: static; top: 350px; }
.font { color: #675e54; }
a, a:focus, .nav-button { color: #004a99; }
.form-control:focus { border-color: #f2f2f2; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(197,197,197,.6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(197,197,197,.6); }
.form-control {background-color: #f2f2f2; border-top: 0px; border-left: 0px; border-right: 0px; border-bottom: 0px; border-bottom-color: #222222; box-shadow: inset 0 0px 0px rgba(0,0,0,.075); border-radius: 0px}
a:hover { color: #675e54; }
a:focus, a:hover { text-decoration: none; }
.nav-item, .button { background-color: #ffc613; border-color: #ffc613; color: #675e54; }
.button { border: 2px solid #ffc613; border-radius: 19px;}
.button:hover, .button:focus { background-color: #ffc613; color: #ffffff; }
.nav-row [class*="col-"] { padding-top: 8px; padding-bottom: 8px; }
.nav-row, .nav-row td, .nav-row .nav-item, .nav-row [class*="col-"] { background-color: #ffffff; min-height: 36px; }
@media (min-width: 767px) {
  .pdfasjobdetail .nav-row [class*="col-"] { line-height: 40px; }
}
@media (max-width: 969px) {
  .container {width: 100%}
  .main {position: static}
  .titel {width: 100%}
}
.checkmark { position: absolute; top: 0; left: 0; height: 20px; width: 20px; border: 2px solid; border-color: #675e54;}
.container input:checked ~ .checkmark { background-color: #675e54;}
.container input:checked ~ .checkmark:after { display: block;}
.checkmark:after { content: ""; position: relative; display: none;}
.container .checkmark:after { left: 5px; top: 2px; width: 5px; height: 10px; border: solid white; border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);}
.nav-row.even, .nav-row.even td, .nav-row.even .nav-item, .nav-row.even [class*="col-"] { background-color: #d9d9d9; }
.nav-row a { color: #675e54; }
.nav-row.even a { color: #675e54; }
a.nav-item:hover { color: #675e54; }
.nav-row.even .nav-item:hover { color: #675e54; }
.nav-row span.nav-item, .nav-row span.nav-item:hover { color: #675e54; }
.nav-row.even a.button:hover { color: #ffffff; }
.languageselection { position: absolute; top: 10px; right: 25px; list-style: none; text-transform: uppercase; }
.required.control-label:after { content: "*"; color: red; }
.table { table-layout: fixed; width: 100%; border-spacing: 0; background-color: #ffffff; border: none; }
.table>tbody>tr>td { border-top: none; }
select { background-color:#fff; font-family:inherit; border:1px solid #ccc; -webkit-border-radius:2px; -moz-border-radius:2px; -ms-border-radius:2px; -o-border-radius:2px; border-radius:2px; -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1); -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1); box-shadow:inset 0 1px 2px rgba(0,0,0,0.1); color:rgba(0,0,0,0.75); display:block; font-size:14px; margin:0 0 12px 0; padding:6px; height:32px; width:100%; -webkit-transition:all 0.15s linear; -moz-transition:all 0.15s linear; -o-transition:all 0.15s linear; transition:all 0.15s linear; }
.progress, .abort-btn, .percent { display: none; }
.progress-bar-border { height: 15px; display: block; border: 1px solid #000000; }
.progress-bar-bulk { height: 100%; background-color: #000000; }
.fileDeleteBtn:hover { cursor: pointer; }
.infoblock { background-color: #d9d9d9 ; border: solid 1px #000000; color: #675e54; }
.errortext { color: #c00000; }
#appform { color: #675e54; }
#appform input, #appform select { margin-bottom: 10px; }
#appform input[type="checkbox"] { margin-bottom: 27px; }
#appform input[type="checkbox"].termsandconditions { margin-bottom: 5px; }
#appform input[type="checkbox"].imageAgreementCheckbox { margin-bottom: 0px; }
#appform label { font-weight: normal; cursor: pointer; }
#appform .error { border-color: #c00000; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
#appform .error:focus, #appform .error:focus + small.error { -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(192, 0, 0, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(192, 0, 0, 0.6); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
#appform small.error { background-color: #c00000; margin-top: -10px; display: block; padding: 5px 15px; color: #ffffff; margin-bottom: 10px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.jobdetailpage .pdf-container iframe { width: 100%; height: 100%; border: none; }
.jobdetailpage .pdf-container { height: 1320px; }
.jobdetailpage .pdf-container .pdf-navigation .item { vertical-align: middle;}
.jobdetailpage .pdf-container .pdf-navigation { color: #675e54; margin: 0; width: 260px; min-width: 260px; height: 52px; background-color: #ffc613; position:relative; left: 50%; margin-left: -130px; bottom: 140px; opacity: 0.9; overflow-x: hidden; }
.jobdetailpage .pdf-container .pdf-navigation .item { padding: 0; }
.jobdetailpage .pdf-container .pdf-navigation .item > div { display: inline-block; padding-top: 15px; vertical-align: middle; width: 100%; text-align: center; }
.jobdetailpage .pdf-container #pdf-prev-btn, .jobdetailpage .pdf-container #pdf-next-btn { display: none; cursor:pointer;}
.jobdetailpage .pdf-container #pdf-zoom-in-btn, .jobdetailpage .pdf-container #pdf-zoom-out-btn, .jobdetailpage .pdf-container #pdf-full-screen-btn { cursor: pointer; }
.jobdetailpage .pdf-container .row.pdf-navigation .item { height: 18px; }
.jobdetailpage .pdf-container .pdf-navigation img { display: inline-block; height: auto; vertical-align: middle; width: 18px; }
.jobdetailpage .pdf-container #pdf-page-info { text-align: center; padding-top: 18px; }
.nav-menu-container { z-index: 100; padding: 0 0 0; }
.nav-menu { background: #ffffff; margin-top: 20px; margin-bottom: 20px}
.nav-menu .icon-link { float: left; text-align: left; width: 160px; height: 35px; background-size: 20px 20px; color: #675e54; vertical-align: middle; font-size: 13px; line-height: 32px; }
.nav-menu .icon-link.right { float: right; text-align: right; }
.nav-menu .icon-link:hover { background-size: 23px 23px; color: #675e54; }
.nav-menu .arrow { width: 10px; height: 10px; border-top: 2px solid #675e54; border-left: 2px solid #675e54; margin-top: 11px; }
.nav-menu .icon-link:hover .arrow { border-color: #675e54; }
.nav-menu .arrow.left { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); float: left; }
.nav-menu .arrow.right { -webkit-transform: rotate(135deg); transform: rotate(135deg); float: right; }
.picture-dropzone, .files-dropzone { padding: 5px 0px 10px 0px; width: 100%; border: 2px dashed #675e54; color: #675e54; border-radius: 4px; text-align: center; }
.button.dz-clickable { margin-top: 30px; }
.dz-drag-hover { border-style: solid; }
.display-table { display: table; }
.table-layout-fixed { table-layout: fixed; }
.display-table-cell { display: table-cell; }
@media (max-width: 767px) {
  .nav-row .display-table-cell { display: inline-block !important; width: 50%; }
  .nav-row .display-table-cell.hidden { display: none !important; }
  .filter-nav-button { width: 100%; margin-bottom: 5px; }
  .apply-btn { width: 100%; }
}
.flex-row.row { display: flex; flex-wrap: wrap; }
.flex-row.row > [class*='col-'] { display: flex; flex-direction: column; justify-content: top; }
.flex-row.row:after, .flex-row.row:before { display: flex; }
.flex-row.row > [class*='col-'] > .box { display: flex; flex: 1; }
.filtercolumntitle { color: #675e54; }
.jobsfiltercolumncontent { color: #675e54; }
.filterdetail { color: #675e54; }
.caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid #000000; }
.caret.up { border-top: none; border-bottom: 4px solid #000000; }
.caret.active { border-top-color: #675e54; border-bottom-color: #675e54; }
.shorten-text { height: 20px; overflow: hidden; position: relative; }
.shorten-text.open { height: auto; }
.shorten-text .shorten-text-controller { position: absolute; right: 0; top: 2px; background-color: #ffffff; padding-left: 35px; background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 32px); cursor: pointer; }
<style>
  .confirmation-container {background-color: #ffffff;font-size: 13px;margin-bottom: 50px;color: #222858;font-family: 'Arial', sans-serif;line-height: 1.42857143;}
  .confirmation-container .logo-line { margin-bottom: 20px; margin-left: -10px; margin-top: -10px; }
  .confirmation-container .logo-line img { max-height: 100px; max-width: 100%; }
  .confirmation-container .title-image { margin-left: -15px; margin-right: -15px; margin-bottom: 30px; }
  .confirmation-container .title-image img { width: 100%; }
  .confirmation-container .jobtitle { font-size: 30px; margin-top: 10px; margin-bottom: 20px; color: #009fe3; font-family: 'Arial', sans-serif; }
  .confirmation-container .jobtitle2 { font-size: 16px; margin-top: -15px; margin-bottom: 20px; color: #009fe3; font-family: 'Arial', sans-serif; }
  .confirmation-container .organization { margin-bottom: 10px; }
  .confirmation-container .introduction { margin-bottom: 15px; }
  .confirmation-container .tasks { margin-bottom: 15px; }
  .confirmation-container .requirements { margin-bottom: 15px; }
  .confirmation-container .benefits { margin-bottom: 15px; }
  .confirmation-container .contact { margin-bottom: 20px; }
  .confirmation-container .contact p { margin-bottom: 0; }
  .confirmation-container .closure { margin-bottom: 50px; }
  .confirmation-container ul { margin: 0; padding-left: 16px; list-style-type: disc; color: #222858; font-family: 'Arial', sans-serif; font-size: 13px; }
  .confirmation-container ol { margin: 0; padding-left: 16px; color: #222858; font-family: 'Arial', sans-serif; font-size: 13px; }
  @media (min-width: 768px) {
    .confirmation-container {border: 1px solid #ddd;box-shadow: #ddd 0px 0px 15px 15px;padding: 0px 0px 0px;}
    .confirmation-container .title-image { margin-left: -30px; margin-right: -30px; }
    .confirmation-container .jobtitle { margin-bottom: 30px; }
    .confirmation-container .jobtitle2 { margin-top: -20px; margin-bottom: 30px; }
  }
  @media (min-width: 992px) {

  }
  @media (min-width: 1200px) {

  }
</style>