body {
    background-color: #efefef;
    line-height: 20px;
    margin: 0;
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
}

a#applyButtonWithText {
    background: #00457d !important;
    color: white;
    text-decoration: none;
    padding: 4px 23px 7px 23px;
    border-radius: 26px;
    margin: 5px auto 25px auto;
    display: block;
    width: fit-content;
    font-weight: bold;
    border: 2px solid #00457d !important;
    transition: 0.2s;
}

a#applyButtonWithText:hover {
    color: #00457d !important;
    background: white !important;
}

img#arrow {
    display: inline-block;
    width: 18px;
}

h1 {
    word-wrap: break-word;
}

div#moreBenefits {
    margin: 1em 1em 1.5em 1em;
    text-align: center;
}

img#mail, img#phone {
    display: inline-block;
    width: 13px;
    margin-right: 5px;
}

.grid3 {
    display: grid;
    grid-template-columns: 32% 32% 4% 29%;
    gap: 7px;
}

img#arrowJobAgent {
    display: inline-block;
    width: 18px;
    margin: 0px 0px -1px 7px;
}

strong#arrow-margin {
    margin: 0px 0px 0px 5px;
}

div#benefitArea {
    display: flex;
    justify-content: space-evenly;
}

div#benefitImgPlaceholder {
    width: 174px;
    height: 130px;
}

img#applyButton {
    width: 200px;
    position: relative;
    display: block;
    margin: 0em auto 2em auto;
}

div#benefit {
    text-align: center;
}

img#benefitImg {
    max-width: 100%;
    max-height: 100%;
}

#webAdress {
    font-size: 26px;
}

div#lower_footer_right {
    gap: 25px;
    display: flex;
}

#publication_template_footer h4 {
    margin: 0;
}

hr {
    margin: 1em 0em 1em 0em;
}

div#lower_footer {
    margin: -22px 0em 0em 0em;
    padding: 3em 3em 2em 3em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#mail {
    color: inherit;
    font-weight: normal;
}

img#headerLogo {
    width: 100%;
}

div#lower_footer {
    background-color: #0c447c;
}

#publication_template_footer_print{
    background-color: #d8eefc;
}

#publication {
    max-width: 63em;
    background-color: white;
    margin: auto;
    box-shadow: none;
    color: #00457d !important;
}

#building {
    position: relative;
    width: 100%;
    margin: -50px 0px -5px 0px;
}

#applybox a {
    text-decoration: none !important;
    color: white;
}

h4 {
    margin: 15px 5px 15px 0px;
    font-family: 'BarlowCondensed', sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}

h5 {
    margin: 20px 0px 15px 0px;
    font-family: 'BarlowCondensed', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
}

#applybox {
    background-color: #0c447c;
    color: white;
    padding: 10px 15px 10px 15px;
    margin: 10px 20px 0px 0px;
    font-size: 16px;
     position: relative;
     z-index: 100;
}

#leftcollum{
   margin-top: 13px;
}

#dotted {
    border-left: 2px dotted #0c447c;
    padding-left: 15px;
    margin-top: 17px;
    line-height: 1.3;
    font-size: 13px;
}

#titleText {
    margin: -5px 0px 0px 0px;
}

.box,
.arrow-box {
  color: white;
  font-size: 16px;
  background-color: #0c447c;
  height: 2em;
  padding: 0.5em 0.5em 0;
  margin-right: 3px;
  margin-top: 10px;
  width: -moz-fit-content;
}

.column-half {
    width: 49%;
}

.row {
    display: flex;
    width: 100%;
    margin-top: -10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    gap: 20px;
}

#publication_template_footer {
    position: relative;
    margin: 2em 0em 0em 0em;
}

#intro {
    width: 70%;
    margin-bottom: 10px;
}

#publication_template_footer * {
    text-decoration: none !important;
    color: white;
}

#body {
    padding: 1em 3em 3em 3em;
}

.row {
    float: none !important;
}


.column-full {
    clear: both;
}

#t-template {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5%;
}

li::marker {
    color: #0c447c;
}

h1 {
    color: #00457D !important;
    line-height: 120%;
    text-align: left !important;
    font-size: 33px;
    font-weight: bolder;
    margin-bottom: 15px;
    margin-top: 20px;
}

h2 {
    font-size: 1.5em;
}

ul {
    padding-left: 18px;
    list-style-type: disc;
}


#apply_now_button {
    display: block;
    margin-top: 20px;
}

@media screen and (max-width:900px) {
.column-half {
    width: 100%;
}

#building {
    position: relative;
    width: 100%;
    margin: 0px 0px -4px 0px;
}

.row {
    display: block;
    width: 100%;
    margin-top: 0px;
}

#dotted {
    border-left: none;
    padding-left: 0px;
    margin-top: 17px;
    line-height: 1.3;
    font-size: 13px;
}

#intro {
    width: 100%;
}

.grid3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}


div#benefitArea {
    display: grid;
    justify-content: center;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}

#body {
    padding: 1em 2em 1em 2em;
}

#publication_template_footer {
    margin: 1em 0em 0em 0em;
    height: auto;
}

.arrow-box {
   display: block;
}

}

@media screen and (max-width:550px) {
div#lower_footer {
    display: block;
}

div#lower_footer_right {
    float: right;
    margin-top: 5px;
}

div#benefitArea {
    grid-template-columns: 1fr;
}
}

@media print {

#content, #main {
    padding: 0 !important;
    margin: 0 auto !important;
    border: none !important;
}

#publication {
    max-width: 900 px;
    max-width: 63em;
    margin: 2.5% 5% 60px;
    background-color: white;
    border: 0px solid;
    margin: auto;
    box-shadow: 0 0 0px;
}

* {
    -webkit-print-color-adjust: exact !important; /*Chrome, Safari */
    color-adjust: exact !important;  /*Firefox*/
  }

.column-half {
    width: 47%;
   display: block;
    float: left;
}

.row::after {
    clear: both;
    display: table;
    content: "";
}

#building {
    margin: -70px 0px -5px 0px;
}


body {
    background-color: #cccccc;
    line-height: 1.3;
    margin: 0;
    font-family: 'OpenSans', sans-serif;
    font-size: 11px;
}

#applybox {
    background-color: #0c447c;
    color: white;
    padding: 10px 15px 10px 15px;
    margin: 10px 20px 0px 0px;
    font-size: 11px;
}

#intro{
    width: 74%;
}


#dotted, #intro{
   font-size: 9px;  
}

h1 {
    font-size: 25px;
}

#webAdress {
    font-size: 26px;
}

#applybox {
    padding: 7px 13px 7px 13px;
    margin: 10px 0px 0px 0px;
}

#body {
    min-height: 722px;
}

}


@font-face {
    font-family: 'BarlowCondensed';
   font-style: italic;
    src: url('../fonts/BarlowCondensed_BlackItalic.ttf') format('truetype');
    font-display: swap;
  }

@font-face {
    font-family: 'BarlowCondensed';
   font-style: normal;
    src: url('../fonts/BarlowCondensed_Black.ttf') format('truetype');
    font-display: swap;
  }

@font-face {
    font-family: 'Barlow';
    font-weight: 400;
   font-style: italic;
    src: url('../fonts/Barlow_Italic.ttf') format('truetype');
    font-display: swap;
  }

@font-face {
    font-family: 'Barlow';
    font-weight: 400;
   font-style: normal;
    src: url('../fonts/Barlow_Regular.ttf') format('truetype');
    font-display: swap;
  }

@font-face {
    font-family: 'Barlow';
    font-weight: 700;
   font-style: italic;
    src: url('../fonts/Barlow_BoldItalic.ttf') format('truetype');
    font-display: swap;
  }

@font-face {
    font-family: 'Barlow';
    font-weight: 700;
   font-style: normal;
    src: url('../fonts/Barlow_Bold.ttf') format('truetype');
    font-display: swap;
  }

@media (prefers-reduced-motion: reduce) { * { animation:none !important; transition:none !important; } }

body{background-color:#fff}
#publication{box-shadow:none;margin:0 auto;max-width:63em}

b, strong { font-weight: bold; }

a[href^="tel:"] { text-decoration: none; color: inherit; }

#wrapper, .wrapper { padding-bottom: 2.5rem; }
