@font-face {
  font-family: "Open Sans";
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/01_memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-m.woff2') format('woff2');
}
@font-face {
  font-family: "Rubik";
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
  src: url('../fonts/02_iJWKBXyIfDnIV7nBrXw.woff2') format('woff2');
}

/* https://jobs-cdn.b-ite.com/modern/job-posting-7108d1d070daa101.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active {
  background-image: none;
}
.open .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active, .btn-primary.active {
  background-image: none;
}
.open .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
/* FILETYPE ICONS */
.filetype {
  background: url(images/2a844baed0fd5892.png) no-repeat top left;
  cursor: pointer;
  display: inline-block;
  padding-left: 20px;
  position: relative;
  height: 16px;
  background-position: 0 0;
}

/*standard icon*/
.filetype.any {
  background-position: 0 0;
}

/*word icon*/
.filetype.doc {
  background-position: 0 -66px;
}

.filetype.docx {
  background-position: 0 -66px;
}

.filetype.rtf {
  background-position: 0 -66px;
}

.filetype.docm {
  background-position: 0 -66px;
}

.filetype.dotx {
  background-position: 0 -66px;
}

.filetype.dotm {
  background-position: 0 -66px;
}

/*image icon*/
.filetype.jpg {
  background-position: 0 -132px;
}

.filetype.bmp {
  background-position: 0 -132px;
}

.filetype.gif {
  background-position: 0 -132px;
}

.filetype.jpeg {
  background-position: 0 -132px;
}

.filetype.png {
  background-position: 0 -132px;
}

.filetype.thm {
  background-position: 0 -132px;
}

.filetype.tif {
  background-position: 0 -132px;
}

.filetype.yuv {
  background-position: 0 -132px;
}

/*movie icon*/
.filetype.mpg {
  background-position: 0 -198px;
}

.filetype.asf {
  background-position: 0 -198px;
}

.filetype.asx {
  background-position: 0 -198px;
}

.filetype.avi {
  background-position: 0 -198px;
}

.filetype.flv {
  background-position: 0 -198px;
}

.filetype.mov {
  background-position: 0 -198px;
}

.filetype.mp4 {
  background-position: 0 -198px;
}

.filetype.rm {
  background-position: 0 -198px;
}

.filetype.vob {
  background-position: 0 -198px;
}

.filetype.wmv {
  background-position: 0 -198px;
}

/*open office icons*/
.filetype.odp {
  background-position: 0 -264px;
}

.filetype.fodp {
  background-position: 0 -264px;
}

.filetype.ods {
  background-position: 0 -330px;
}

.filetype.fods {
  background-position: 0 -330px;
}

.filetype.odt {
  background-position: 0 -396px;
}

.filetype.fodt {
  background-position: 0 -396px;
}

/*pdf icon*/
.filetype.pdf {
  background-position: 0 -462px;
}

/*power point icon*/
.filetype.ppt {
  background-position: 0 -528px;
}

.filetype.pptx {
  background-position: 0 -528px;
}

.filetype.pptm {
  background-position: 0 -528px;
}

.filetype.potx {
  background-position: 0 -528px;
}

.filetype.potm {
  background-position: 0 -528px;
}

.filetype.ppam {
  background-position: 0 -528px;
}

.filetype.ppsx {
  background-position: 0 -528px;
}

.filetype.ppsm {
  background-position: 0 -528px;
}

/*photoshop icon*/
.filetype.psd {
  background-position: 0 -594px;
}

/*flash icon*/
.filetype.swf {
  background-position: 0 -660px;
}

/*text icon*/
.filetype.txt {
  background-position: 0 -726px;
}

.filetype.log {
  background-position: 0 -726px;
}

.filetype.csv {
  background-position: 0 -726px;
}

.filetype.msg {
  background-position: 0 -726px;
}

.filetype.key {
  background-position: 0 -726px;
}

.filetype.sdf {
  background-position: 0 -726px;
}

.filetype.xml {
  background-position: 0 -726px;
}

.filetype.asc {
  background-position: 0 -726px;
}

.filetype.sql {
  background-position: 0 -726px;
}

.filetype.css {
  background-position: 0 -726px;
}

.filetype.htm {
  background-position: 0 -726px;
}

.filetype.html {
  background-position: 0 -726px;
}

.filetype.js {
  background-position: 0 -726px;
}

/*audio icon*/
.filetype.aif {
  background-position: 0 -792px;
}

.filetype.iff {
  background-position: 0 -792px;
}

.filetype.m3u {
  background-position: 0 -792px;
}

.filetype.m4a {
  background-position: 0 -792px;
}

.filetype.mp3 {
  background-position: 0 -792px;
}

.filetype.mpa {
  background-position: 0 -792px;
}

.filetype.ra {
  background-position: 0 -792px;
}

.filetype.wav {
  background-position: 0 -792px;
}

.filetype.wma {
  background-position: 0 -792px;
}

.filetype.ogg {
  background-position: 0 -792px;
}

.filetype.mid {
  background-position: 0 -792px;
}

.filetype.smf {
  background-position: 0 -792px;
}

.filetype.kar {
  background-position: 0 -792px;
}

.filetype.xmi {
  background-position: 0 -792px;
}

.filetype.rmi {
  background-position: 0 -792px;
}

.filetype.riff {
  background-position: 0 -792px;
}

/*excel icon*/
.filetype.xls {
  background-position: 0 -858px;
}

.filetype.xlsx {
  background-position: 0 -858px;
}

.filetype.xlsm {
  background-position: 0 -858px;
}

.filetype.xltx {
  background-position: 0 -858px;
}

.filetype.xltm {
  background-position: 0 -858px;
}

.filetype.xlsb {
  background-position: 0 -858px;
}

.filetype.xlsx {
  background-position: 0 -858px;
}

.filetype.xlam {
  background-position: 0 -858px;
}

.filetype.xll {
  background-position: 0 -858px;
}

/*zip icon*/
.filetype.zip {
  background-position: 0 -924px;
}

.filetype.rar {
  background-position: 0 -924px;
}

.filetype.gz {
  background-position: 0 -924px;
}

.filetype.ace {
  background-position: 0 -924px;
}

.filetype.tgz {
  background-position: 0 -924px;
}

.filetype.tar {
  background-position: 0 -924px;
}

.filetype.bz2 {
  background-position: 0 -924px;
}

.filetype.xz {
  background-position: 0 -924px;
}

.filetype.arj {
  background-position: 0 -924px;
}

.filetype.cab {
  background-position: 0 -924px;
}

.filetype.gzip {
  background-position: 0 -924px;
}

.filetype.iso {
  background-position: 0 -924px;
}

.filetype.lha {
  background-position: 0 -924px;
}

.filetype.lzh {
  background-position: 0 -924px;
}

.filetype.rpm {
  background-position: 0 -924px;
}

.filetype.z {
  background-position: 0 -924px;
}

/*vcard icon*/
.filetype.vcf {
  background-position: 0 -990px;
}

/*php code icon*/
.filetype.php {
  background-position: 0 -1056px;
}

.filetype.phps {
  background-position: 0 -1056px;
}

.filetype.inc {
  background-position: 0 -1056px;
}
.button_controls {
  min-height: 4.5em;
  text-align: right;
}
.button_controls a {
  border-radius: 20px;
  background: white -webkit-gradient(linear, left top, left bottom, from(white), to(#ededed));
  background: white linear-gradient(white, #ededed);
  border: 1px solid #B7B7B7;
  color: #606060;
  margin: 0.5em;
  padding: 0.5em 1.2em 0.55em;
  text-decoration: none;
  display: inline-block;
}
.button_controls a:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(white));
  background-image: linear-gradient(#ededed, white);
  color: #999;
}
.button_controls a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#dcdcdc));
  background-image: linear-gradient(white, #dcdcdc);
}


/* https://cs-assets.b-ite.com/lactalis/templates/css/web_v2.css */
@charset "UTF-8";

/* eingebettet: https://static.b-ite.com/css/templates/columns/2.0.0.css */
@charset "UTF-8";
body {
  margin: 0;
}

.__bjp-cnt {
  min-width: var(--bite-template-min-width, 300px);
  max-width: var(--bite-template-max-width, 940px);
  font-size: var(--bite-template-text-font-size, 15px);
  -webkit-box-shadow: var(--bite-template-box-shadow, 0 0 5px #999);
          box-shadow: var(--bite-template-box-shadow, 0 0 5px #999);
  margin: var(--bite-template-margin, 1rem auto 12rem);
  padding: var(--bite-template-padding, 0);
  line-height: var(--bite-template-text-line-height, 1.4);
  overflow: var(--bite-template-overflow, unset);
}
.__bjp-cnt * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.__bjp-cnt img {
  max-width: 100%;
}
.__bjp-cnt h1 {
  font-size: var(--bite-template-h1-font-size, 36px);
  color: var(--bite-template-h1-color, var(--bite-template-text-color, #000));
  border: var(--bite-template-h1-border, unset);
  background-color: var(--bite-template-h1-bg-color, unset);
  padding: var(--bite-template-h1-padding, initial);
  margin: var(--bite-template-h1-margin, revert);
}
.__bjp-cnt h2 {
  font-size: var(--bite-template-h2-font-size, 24px);
  color: var(--bite-template-h2-color, var(--bite-template-text-color, #000));
  border: var(--bite-template-h2-border, unset);
  background-color: var(--bite-template-h2-bg-color, unset);
  padding: var(--bite-template-h2-padding, initial);
  margin: var(--bite-template-h2-margin, revert);
}
.__bjp-cnt h3 {
  font-size: var(--bite-template-h3-font-size, 16px);
  color: var(--bite-template-h3-color, var(--bite-template-text-color, #000));
  border: var(--bite-template-h3-border, unset);
  background-color: var(--bite-template-h3-bg-color, unset);
  padding: var(--bite-template-h3-padding, initial);
  margin: var(--bite-template-h3-margin, revert);
}
.__bjp-cnt h4 {
  font-size: var(--bite-template-h4-font-size, 15px);
  color: var(--bite-template-h4-color, var(--bite-template-text-color, #000));
  border: var(--bite-template-h4-border, unset);
  background-color: var(--bite-template-h4-bg-color, unset);
  padding: var(--bite-template-h4-padding, initial);
  margin: var(--bite-template-h4-margin, revert);
}
.__bjp-cnt h5 {
  font-size: var(--bite-template-h5-font-size, 14px);
  color: var(--bite-template-h5-color, var(--bite-template-text-color, #000));
  border: var(--bite-template-h5-border, unset);
  background-color: var(--bite-template-h5-bg-color, unset);
  padding: var(--bite-template-h5-padding, initial);
  margin: var(--bite-template-h5-margin, revert);
}
.__bjp-cnt--header {
  overflow: var(--bite-template-header-overflow, unset);
  position: var(--bite-template-header-position, unset);
  z-index: var(--bite-template-header-z-index, unset);
  margin: var(--bite-template-header-margin, unset);
  padding: var(--bite-template-header-padding, unset);
}
.__bjp-cnt--header a, .__bjp-cnt--header a:visited {
  color: var(--bite-template-link-header-color, #000);
}
.__bjp-cnt--header a:hover {
  color: var(--bite-template-link-header-hover-color, #333);
}
.__bjp-cnt--content {
  overflow: var(--bite-template-content-overflow, unset);
  position: var(--bite-template-content-position, unset);
  z-index: var(--bite-template-content-z-index, unset);
  margin: var(--bite-template-content-margin, unset);
  padding: var(--bite-template-content-padding, unset);
}
.__bjp-cnt--content a, .__bjp-cnt--content a:visited {
  color: var(--bite-template-link-content-color, #000);
}
.__bjp-cnt--content a:hover {
  color: var(--bite-template-link-content-hover-color, #333);
}
.__bjp-cnt--footer {
  overflow: var(--bite-template-footer-overflow, unset);
  position: var(--bite-template-footer-position, unset);
  z-index: var(--bite-template-footer-z-index, unset);
  margin: var(--bite-template-footer-margin, unset);
  padding: var(--bite-template-footer-padding, unset);
}
.__bjp-cnt--footer a, .__bjp-cnt--footer a:visited {
  color: var(--bite-template-link-footer-color, #000);
}
.__bjp-cnt--footer a:hover {
  color: var(--bite-template-link-footer-hover-color, #333);
}
.__bjp-cnt--relativ-block {
  position: relative;
  z-index: 0;
}
.__bjp-cnt--absolute-block {
  position: absolute;
  z-index: 2;
  top: var(--bite-template-absolute-block-top, 0);
  bottom: var(--bite-template-absolute-block-bottom, unset);
  left: var(--bite-template-absolute-block-left, 0);
  right: var(--bite-template-absolute-block-right, unset);
  width: var(--bite-template-absolute-block-width, 50%);
  padding: var(--bite-template-absolute-block-padding, 0);
}
.__bjp-cnt--banner {
  display: var(--bite-template-banner-img-display, block);
  width: var(--bite-template-banner-img-width, 100%);
  margin: var(--bite-template-banner-img-margin, 0);
  padding: var(--bite-template-banner-img-padding, 0);
  z-index: var(--bite-template-banner-img-z-index, 0);
  position: var(--bite-template-banner-img-position, unset);
  top: var(--bite-template-banner-img-top, unset);
  right: var(--bite-template-banner-img-right, unset);
  bottom: var(--bite-template-banner-img-bottom, unset);
  left: var(--bite-template-banner-img-left, unset);
}
.__bjp-cnt--logo {
  display: var(--bite-template-logo-img-display, block);
  width: var(--bite-template-logo-img-width, 25%);
  margin: var(--bite-template-logo-img-margin, 0);
  padding: var(--bite-template-logo-img-padding, 0);
  z-index: var(--bite-template-logo-img-z-index, 0);
  position: var(--bite-template-logo-img-position, unset);
  top: var(--bite-template-logo-img-top, unset);
  right: var(--bite-template-logo-img-right, unset);
  bottom: var(--bite-template-logo-img-bottom, unset);
  left: var(--bite-template-logo-img-left, unset);
}
.__bjp-cnt--columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: var(--bite-template-columns-bg-color, unset);
}
.__bjp-cnt--columns.calc-margin {
  width: calc(100% + var(--bite-template-columns-margin-between, 0));
  margin: calc(var(--bite-template-columns-margin-between, 0) / 2 * -1);
}
.__bjp-cnt--columns.calc-padding {
  padding: var(--bite-template-columns-padding-inside, 0);
}
.__bjp-cnt--columns.align-items-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.__bjp-cnt--columns.align-items-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.__bjp-cnt--columns.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.__bjp-cnt--columns.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.__bjp-cnt--columns.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.__bjp-cnt--columns.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.__bjp-cnt--columns.justify-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.__bjp-cnt--columns.justify-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.__bjp-cnt--columns.justify-left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.__bjp-cnt--columns.justify-right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.__bjp-cnt--columns.justify-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.__bjp-cnt--columns.justify-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.__bjp-cnt--columns.align-cnt-start {
  -ms-flex-line-pack: start;
      align-content: start;
}
.__bjp-cnt--columns.align-cnt-center {
  -ms-flex-line-pack: center;
      align-content: center;
}
.__bjp-cnt--columns.align-cnt-end {
  -ms-flex-line-pack: end;
      align-content: end;
}
.__bjp-cnt--columns.align-cnt-space-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.__bjp-cnt--columns.align-cnt-space-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}
.__bjp-cnt--block-5 {
  width: calc(5% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--block-10 {
  width: calc(10% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--block-15 {
  width: calc(15% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--block-20 {
  width: calc(20% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--block-25 {
  width: calc(25% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--block-30 {
  width: calc(30% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--block-33 {
  width: calc(33.3333% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--block-35 {
  width: calc(35% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--block-40 {
  width: calc(40% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--block-45 {
  width: calc(45% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--block-50 {
  width: calc(50% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--block-55 {
  width: calc(55% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--block-60 {
  width: calc(60% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--block-65 {
  width: calc(65% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--block-70 {
  width: calc(70% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--block-75 {
  width: calc(75% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--block-80 {
  width: calc(80% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--block-85 {
  width: calc(85% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--block-90 {
  width: calc(90% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--block-95 {
  width: calc(95% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--block-100 {
  width: calc(100% - var(--bite-template-block-margin, 0px));
  margin: calc(var(--bite-template-block-margin, 0) / 2);
  padding: var(--bite-template-block-padding, 0);
  border: var(--bite-template-block-border, unset);
  background-color: var(--bite-template-block-bg-color, unset);
}
.__bjp-cnt--text-left {
  text-align: left;
}
.__bjp-cnt--text-right {
  text-align: right;
}
.__bjp-cnt--text-center {
  text-align: center;
}
.__bjp-cnt--text-justify {
  text-align: justify;
}
.__bjp-cnt--hr-solid {
  width: 100%;
  margin: 1rem 0;
  border: 0;
  border-bottom: var(--bite-template-hr-border-width, 1px) solid var(--bite-template-hr-color, #000);
}
.__bjp-cnt--hr-dashed {
  width: 100%;
  margin: 1rem 0;
  border: 0;
  border-bottom: var(--bite-template-hr-border-width, 1px) dashed var(--bite-template-hr-color, #000);
}
.__bjp-cnt--hr-dotted {
  width: 100%;
  margin: 1rem 0;
  border: 0;
  border-bottom: var(--bite-template-hr-border-width, 1px) dotted var(--bite-template-hr-color, #000);
}
.__bjp-cnt--hr-double {
  width: 100%;
  margin: 1rem 0;
  border: 0;
  border-bottom: var(--bite-template-hr-border-width, 1px) double var(--bite-template-hr-color, #000);
}
.__bjp-cnt--no-margin {
  margin: 0;
}
.__bjp-cnt--no-margin > p {
  margin: 0;
}
.__bjp-cnt--no-margin-top {
  margin-top: 0;
}
.__bjp-cnt--no-margin-top > p {
  margin-top: 0;
}
.__bjp-cnt--no-margin-bottom {
  margin-bottom: 0;
}
.__bjp-cnt--no-margin-bottom > p {
  margin-bottom: 0;
}
.__bjp-cnt--no-padding {
  padding: 0;
}
.__bjp-cnt--no-padding-top {
  padding-top: 0;
}
.__bjp-cnt--no-padding-bottom {
  padding-bottom: 0;
}
.__bjp-cnt--ul ul {
  margin: var(--bite-ul-list-margin, 0);
  padding: var(--bite-ul-list-padding, 0 0 0 0.5rem);
}
.__bjp-cnt--ul ul li {
  margin: var(--bite-ul-list-item-margin, 0.4rem 0);
  padding: var(--bite-ul-list-item-padding, 0 0 0 0.5rem);
}
.__bjp-cnt--ul ul li::marker {
  content: var(--bite-ul-list-arrow-type, "•");
  font-size: var(--bite-ul-list-font-size, 15px);
}
.__bjp-cnt--ol ol {
  margin: var(--bite-ol-list-margin, 0);
  padding: var(--bite-ol-list-padding, 0 0 0 0.5rem);
}
.__bjp-cnt--ol ol li {
  margin: var(--bite-ol-list-item-margin, 0.4rem 0);
  padding: var(--bite-ol-list-item-padding, 0 0 0 0.5rem);
}
.__bjp-cnt--ol ol li::marker {
  content: var(--bite-ol-list-arrow-type, isolate);
  font-size: var(--bite-ol-list-font-size, 15px);
}

.button_controls {
  border-top: 1px solid var(--bite-template-btn-border-color, #000);
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 1.5em;
  padding: 0.5rem 0;
}
.button_controls a {
  color: var(--bite-template-btn-text-color, #fff);
  background: var(--bite-template-btn-bg-color, #000);
  border-color: var(--bite-template-btn-border-color, #000);
  display: block;
  font-size: 1rem;
  border-radius: 0;
  margin: 0 0.5rem;
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.button_controls a:hover {
  color: var(--bite-template-btn-text-hover-color, #000);
  background: var(--bite-template-btn-bg-hover-color, #fff);
  border-color: var(--bite-template-btn-border-hover-color, #000);
}

@media screen and (max-width: 768px) {
  .__bjp-cnt h1 {
    font-size: var(--bite-template-h1-tablet-font-size, 28px);
  }
  .__bjp-cnt h2 {
    font-size: var(--bite-template-h2-tablet-font-size, 22px);
  }
  .__bjp-cnt h3 {
    font-size: var(--bite-template-h3-tablet-font-size, 16px);
  }
  .__bjp-cnt h4 {
    font-size: var(--bite-template-h4-tablet-font-size, 15px);
  }
  .__bjp-cnt h5 {
    font-size: var(--bite-template-h5-tablet-font-size, 14px);
  }
  .__bjp-cnt--block-5 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
  .__bjp-cnt--block-10 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
  .__bjp-cnt--block-15 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
  .__bjp-cnt--block-20 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
  .__bjp-cnt--block-25 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
  .__bjp-cnt--block-30 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
  .__bjp-cnt--block-33 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
  .__bjp-cnt--block-35 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
  .__bjp-cnt--block-40 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
  .__bjp-cnt--block-45 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
  .__bjp-cnt--block-50 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
  .__bjp-cnt--block-55 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
  .__bjp-cnt--block-60 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
  .__bjp-cnt--block-65 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
  .__bjp-cnt--block-70 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
  .__bjp-cnt--block-75 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
  .__bjp-cnt--block-80 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
  .__bjp-cnt--block-85 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
  .__bjp-cnt--block-90 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
  .__bjp-cnt--block-95 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
  .__bjp-cnt--block-100 {
    width: calc(50% - var(--bite-template-block-margin, 0px));
  }
}
@media screen and (max-width: 568px) {
  .__bjp-cnt h1 {
    font-size: var(--bite-template-h1-mobile-font-size, 24px);
  }
  .__bjp-cnt h2 {
    font-size: var(--bite-template-h2-mobile-font-size, 18px);
  }
  .__bjp-cnt h3 {
    font-size: var(--bite-template-h3-mobile-font-size, 16px);
  }
  .__bjp-cnt h4 {
    font-size: var(--bite-template-h4-mobile-font-size, 15px);
  }
  .__bjp-cnt h5 {
    font-size: var(--bite-template-h5-mobile-font-size, 14px);
  }
  .__bjp-cnt--block-5 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--block-10 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--block-15 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--block-20 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--block-25 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--block-30 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--block-33 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--block-35 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--block-40 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--block-45 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--block-50 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--block-55 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--block-60 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--block-65 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--block-70 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--block-75 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--block-80 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--block-85 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--block-90 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--block-95 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--block-100 {
    width: 100%;
    margin: calc(var(--bite-template-block-margin, 0)) 0;
  }
  .__bjp-cnt--columns {
    width: 100%;
    margin: 0;
  }

  div.button_controls {
    padding: 0;
  }
  div.button_controls a {
    width: 100%;
    padding: 8px 12px;
    margin: 0 0 1px;
  }
  div.button_controls a:last-child {
    margin-bottom: 0;
  }
}
@media print {
  @page {
    margin: 0;
  }
  body {
    margin: 0;
  }

  .__bjp-cnt {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    line-height: 1.3;
    font-size: var(--bite-template-text-print-font-size, 14px);
    margin: 0;
  }
  .__bjp-cnt h1 {
    font-size: var(--bite-template-h1-print-font-size, 28px);
  }
  .__bjp-cnt h2 {
    font-size: var(--bite-template-h2-print-font-size, 20px);
  }
  .__bjp-cnt h3 {
    font-size: var(--bite-template-h3-print-font-size, 16px);
  }
  .__bjp-cnt h4 {
    font-size: var(--bite-template-h4-print-font-size, 15px);
  }
  .__bjp-cnt h5 {
    font-size: var(--bite-template-h5-print-font-size, 14px);
  }

  div.button_controls {
    display: none;
  }
}

@import url('data:,');
body {
  font-family: "Rubik", sans-serif;
}

.__bjp-cnt {
  color: #0F6A9F;
  font-weight: 300;
  /*Template-Main-Styles*/
  --bite-template-text-font-size: 18px;
  --bite-template-text-line-height: 1.4;
  --bite-template-text-print-font-size: 16px;
  --bite-template-text-color: #0F6A9F;
  --bite-template-min-width: 330px;
  --bite-template-max-width: 1440px;
  --bite-template-box-shadow: 0 0 5px #999;
  --bite-template-margin: 1rem auto 12rem;
  --bite-template-padding: 0;
  --bite-template-overflow: hidden;
  /*Header Styles*/
  --bite-template-header-padding: 0;
  --bite-template-header-margin: 0;
  --bite-template-header-overflow: hidden;
  --bite-template-header-position: relative;
  --bite-template-header-z-index: 0;
  /*Content Styles*/
  --bite-template-content-padding: 0;
  --bite-template-content-margin: 0;
  --bite-template-content-overflow: hidden;
  --bite-template-content-position: relative;
  --bite-template-content-z-index: 0;
  /*Footer Styles*/
  --bite-template-footer-padding: 0;
  --bite-template-footer-margin: 0;
  --bite-template-footer-overflow: hidden;
  --bite-template-footer-position: relative;
  --bite-template-footer-z-index: 0;
  /*Banner Img*/
  --bite-template-banner-img-width: 100%;
  --bite-template-banner-img-display: block;
  --bite-template-banner-img-position: relative;
  /*Logo Img*/
  --bite-template-logo-img-padding: 0;
  --bite-template-logo-img-margin: 0 auto 0 0;
  --bite-template-logo-img-width: 30%;
  --bite-template-logo-img-display: block;
  --bite-template-logo-img-position: relative;
  /*Ul List Styles*/
  --bite-ul-list-arrow-type: "•";
  --bite-ul-list-padding: 0;
  --bite-ul-list-font-size: 18px;
  --bite-ul-list-margin: 0 0 0 .8rem;
  --bite-ul-list-item-padding: 0 0 0 .5rem;
  --bite-ul-list-item-margin: .4rem 0;
  /*Headline1 Styles*/
  --bite-template-h1-font-size: 46px;
  --bite-template-h1-tablet-font-size: 40px;
  --bite-template-h1-mobile-font-size: 35px;
  --bite-template-h1-print-font-size: 35px;
  --bite-template-h1-color: #0F6A9F;
  --bite-template-h1-padding: 0;
  --bite-template-h1-margin: 5% 0 1rem;
  /*Headline2 Styles*/
  --bite-template-h2-font-size: 36px;
  --bite-template-h2-tablet-font-size: 30px;
  --bite-template-h2-mobile-font-size: 26px;
  --bite-template-h2-print-font-size: 26px;
  --bite-template-h2-padding: 0;
  --bite-template-h2-margin: 0 0 .5rem;
  --bite-template-h2-color: #0F6A9F;
  /*Headline3 Styles*/
  --bite-template-h3-font-size: 20px;
  --bite-template-h3-tablet-font-size: 20px;
  --bite-template-h3-mobile-font-size: 18px;
  --bite-template-h3-print-font-size: 18px;
  --bite-template-h3-padding: 0;
  --bite-template-h3-margin: 0;
  --bite-template-h3-color: #0F6A9F;
}
.__bjp-cnt * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-word;
}
.__bjp-cnt * a, .__bjp-cnt * a:visited, .__bjp-cnt * a:hover {
  color: #0F6A9F;
  text-decoration: none;
}
.__bjp-cnt--logo {
  min-width: 175px;
}
.__bjp-cnt--content--inner {
  padding: 2rem 4%;
}
.__bjp-cnt--keyfacts {
  row-gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem 0;
}
.__bjp-cnt--keyfacts--icon {
  display: block;
  max-width: 100px !important;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0.5rem auto;
}
.__bjp-cnt--keyfacts strong {
  font-weight: 700;
}
.__bjp-cnt--video {
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  padding: 3rem;
}
.__bjp-cnt--profile--side-img {
  display: block;
  width: 70%;
  margin: auto;
}
.__bjp-cnt--tasks, .__bjp-cnt--profile, .__bjp-cnt--intro {
  margin: 4rem 0;
}
.__bjp-cnt--tasks .__bjp-cnt--block-50:first-child, .__bjp-cnt--profile .__bjp-cnt--block-50:first-child, .__bjp-cnt--intro .__bjp-cnt--block-50:first-child {
  padding-right: 1rem;
}
.__bjp-cnt--tasks .__bjp-cnt--block-50:last-child, .__bjp-cnt--profile .__bjp-cnt--block-50:last-child, .__bjp-cnt--intro .__bjp-cnt--block-50:last-child {
  padding-left: 1rem;
}
.__bjp-cnt--quote {
  margin: 0 0 3rem;
  background-color: #5BC4F1;
  color: #fff;
}
.__bjp-cnt--quote--image {
  display: block;
  width: 45%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__bjp-cnt--quote--text {
  position: relative;
  width: 55%;
  padding: 5% 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.__bjp-cnt--quote--text--inner {
  position: relative;
  width: 65%;
}
.__bjp-cnt--quote--text--inner--icon {
  display: block;
  width: 40px;
  position: absolute;
  left: -50px;
  top: -15px;
}
.__bjp-cnt--offer {
  margin: 0 0 3rem;
}
.__bjp-cnt--offer--block {
  width: 33.333333%;
  padding: 0.5rem;
}
.__bjp-cnt--offer--icon {
  display: block;
  margin: 0.5rem auto;
  max-width: 100px !important;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.__bjp-cnt--block-100 {
  width: 100% !important;
}
.__bjp-cnt--footer {
  height: 450px;
  color: #fff;
  background-color: #83d0f5;
}
.__bjp-cnt--footer--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3rem 4% 1rem;
  margin-left: auto;
}
.__bjp-cnt--footer--inner div:last-child {
  margin-top: 0.5rem;
  opacity: 0.5;
}
.__bjp-cnt--footer--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 5px;
}
.__bjp-cnt--footer--links a {
  display: block;
}
.__bjp-cnt--footer--background {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.__bjp-cnt--footer a, .__bjp-cnt--footer a:visited, .__bjp-cnt--footer a:hover {
  color: #fff !important;
}
.__bjp-cnt--contact {
  margin: 2rem 0;
}
.__bjp-cnt--contact--image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__bjp-cnt--contact--company {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.__bjp-cnt--contact--info {
  width: 45%;
}
.__bjp-cnt--contact--info--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.__bjp-cnt--contact--info--icon {
  display: block;
  width: 45px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 2rem;
}
.__bjp-cnt--contact--apply {
  display: inline-block;
  margin-top: 5%;
  font-weight: normal;
  border: 1px solid #0F6A9F;
  border-radius: 17px;
  color: #0F6A9F !important;
  padding: 0.5rem 8px 0.5rem 1.5rem;
}
.__bjp-cnt--contact--apply:after {
  content: "";
  display: inline-block;
  margin: 0 14px;
  width: 45px;
  height: 13px;
  background-image: url('../images/kontakt2.png');
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.__bjp-cnt--contact--apply:hover {
  color: #fff !important;
  background-color: #0F6A9F;
}
.__bjp-cnt--contact--apply:hover:after {
  background-image: url("../images/kontakt7.png");
}
.__bjp-cnt--scroll-btn {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 2px solid #14387F;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.__bjp-cnt--scroll-btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/bild13.png') center/contain no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.__bjp-cnt--scroll-btn:hover {
  background-color: #14387F;
}
.__bjp-cnt--scroll-btn:hover:after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.__bjp-cnt--ul-custom ul {
  counter-reset: list-bullet-points-circle;
  padding: 0;
  margin: 0;
}
.__bjp-cnt--ul-custom ul li {
  list-style-type: none;
  margin: 0;
  padding-left: 1rem;
  position: relative;
}
.__bjp-cnt--ul-custom ul li:before {
  content: "•";
  font-size: 20px;
  position: absolute;
  color: #5BC4F1;
  margin-top: 0;
  top: -2px;
  left: 0;
  counter-increment: list-bullet-points-circle;
}
.__bjp-cnt h1 span {
  font-weight: normal;
}
.__bjp-cnt h2.__bjp-cnt--no-margin {
  margin: 0 0 1.5rem;
}
.__bjp-cnt--share-links {
  display: none;
}

/*buttons*/
.button_controls {
  --bite-template-btn-text-color: #fff;
  --bite-template-btn-bg-color: #0F6A9F;
  --bite-template-btn-border-color: #0F6A9F;
  --bite-template-btn-text-hover-color: #0F6A9F;
  --bite-template-btn-bg-hover-color: #fff;
  --bite-template-btn-border-hover-color: #0F6A9F;
  font-family: "Open Sans", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  right: 0;
  padding: 1.25rem 4%;
  font-size: 16px;
  border-top: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 330px;
}
.button_controls * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button_controls:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 20px;
  background: transparent url('../images/bild10.png') center/contain no-repeat;
}
.button_controls .buttons_logo {
  display: block;
  width: 190px;
  margin-right: auto;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.button_controls .buttons_logo img {
  display: block;
  width: 100%;
}
.button_controls a.back_to_overview {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #14387F !important;
  border: none;
  background: transparent;
}
.button_controls a.back_to_overview:before {
  content: "";
  display: inline-block;
  margin: 0 14px 0 0;
  width: 25px;
  height: 13px;
  background: url('../images/kontakt2.png') left/contain no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.button_controls a.online_application {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  background: transparent;
  display: inline-block;
  font-weight: normal;
  border: 1px solid #0F6A9F;
  border-radius: 17px;
  color: #0F6A9F !important;
  padding: 0.5rem 8px 0.5rem 1.5rem;
}
.button_controls a.online_application:after {
  content: "";
  display: inline-block;
  margin: 0 14px;
  width: 45px;
  height: 13px;
  background-image: url('../images/kontakt2.png');
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button_controls a.online_application:hover {
  color: #fff !important;
  background-color: #0F6A9F;
}
.button_controls a.online_application:hover:after {
  background-image: url("../images/kontakt7.png");
}
.button_controls a.whatsapp_application {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.button_controls a.letter_application {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  display: none;
}
.button_controls a.email_application {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
  display: none;
}
.button_controls .button_share {
  position: relative;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0.5rem;
}
.button_controls .button_share .share-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: none;
  background: transparent;
  color: #14387F !important;
}
.button_controls .button_share .share-btn:before {
  content: "";
  margin: 0 10px 0 0;
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url('../images/bild16.png') center/contain no-repeat;
}
.button_controls--share-dropdown {
  position: absolute;
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.3ms ease-in;
  transition: all 0.3ms ease-in;
  bottom: calc(100% + 2px);
  width: 100%;
  background: #14387F;
  border: 1px solid #14387F;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
}
.button_controls--share-dropdown a {
  color: #ffffff;
}
.button_controls--share-dropdown.active {
  display: block;
}
.button_controls a, .button_controls div.share-btn {
  display: block;
  font-size: 1rem;
  text-decoration: none;
  padding: 0.5em 1.2em 0.55em;
  cursor: pointer;
  min-width: 145px;
}
.button_controls a.button_controls--share-dropdown--btn {
  margin: 0;
  border: 0;
  background-color: #14387F;
  border-bottom: 1px solid #14387F;
  border-radius: 0;
  padding: 0.5em 0.5em 0.55em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.button_controls a.button_controls--share-dropdown--btn:last-child {
  border-bottom: 0;
}
.button_controls a.button_controls--share-dropdown--btn img {
  display: block;
  width: 20px;
  margin-left: 8px;
}
.button_controls a.button_controls--share-dropdown--btn:hover {
  color: #fff !important;
  right: 3px;
  padding-right: 0.75em;
}

@media screen and (max-width: 1024px) {
  .__bjp-cnt--contact .__bjp-cnt--block-25 {
    width: 40%;
  }
  .__bjp-cnt--contact .__bjp-cnt--block-45 {
    width: 55%;
  }
  .__bjp-cnt--contact .__bjp-cnt--block-20 {
    width: 100%;
  }
  .__bjp-cnt--contact--company {
    width: auto;
    max-height: 150px;
    margin: 1rem 0 0 auto;
  }
  .__bjp-cnt--footer--background {
    -o-object-position: 45%;
       object-position: 45%;
  }
}
@media screen and (max-width: 940px) {
  .button_controls .buttons_logo {
    width: 100%;
  }
  .button_controls .buttons_logo img {
    width: 150px;
    margin: 0 auto 5px;
  }
}
@media screen and (max-width: 768px) {
  .__bjp-cnt--tasks, .__bjp-cnt--profile, .__bjp-cnt--intro {
    row-gap: 1rem;
  }
  .__bjp-cnt--offer--block {
    width: 50%;
  }
  .__bjp-cnt--block-50 {
    width: 100%;
    padding: 0 !important;
  }
  .__bjp-cnt--quote--image {
    width: 100%;
    max-height: 400px;
  }
  .__bjp-cnt--quote--text {
    width: 100%;
    padding: 2.5rem 4% 2rem;
  }
  .__bjp-cnt--contact .__bjp-cnt--block-25, .__bjp-cnt--contact .__bjp-cnt--block-45 {
    width: 100%;
  }
  .__bjp-cnt--contact--info {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin: 1rem auto;
  }
  .__bjp-cnt--contact--image {
    margin: 0 auto;
    max-width: 250px !important;
  }
  .__bjp-cnt--footer--background {
    margin-top: 4rem;
    -o-object-position: 40%;
       object-position: 40%;
  }
}
@media screen and (max-width: 568px) {
  .__bjp-cnt--offer--block {
    width: 100%;
  }
  .button_controls > * {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .button_controls .buttons_logo img {
    margin: 8px auto;
  }
  .button_controls--share-dropdown {
    max-width: 200px !important;
  }
  .button_controls a.online_application {
    border: none;
    border-radius: 0;
  }
}
@media print {
  .__bjp-cnt {
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
  }
}
/* --- Standalone-Anzeige: Portal-Layout auf ZIP-Kontext anpassen --- */
.__bjp-cnt,
.__bjp-jobofferWrapper {
  max-width: 1008px !important;   /* = min(Original-Breite, 63rem). Das
                                     b-ite-„columns"-Template kappt selbst auf
                                     940px — die durften wir nicht auf 63rem
                                     (1008px) AUFWEITEN (O-175508). rem statt
                                     em, weil `em` auf die element-`font-size`
                                     rechnet (Müller-Tenant 18px → 63em=1134px). */
  margin-left: auto !important;
  margin-right: auto !important;
  /* Der Portal-Rahmen gibt der Anzeige unten `12rem` Luft (b-ites
     `--bite-template-margin: 1rem auto 12rem` = 192px) — Platz für die Portal-
     Navigation, die es in der Standalone-ZIP nicht gibt. Für eine gerahmte ZIP-
     Anzeige ist das ein riesiger Leerraum (SDE-110310, 4. Runde, Betreiber: „nach
     unten noch ~180px Außenabstand, kann deutlich weniger sein") → auf ein modestes
     Maß kappen. Oben bleibt b-ites 1rem. */
  margin-bottom: 2rem !important;
}
.__bjp-cnt--header--top {
  position: static !important;
}
.button_controls,
#bite_button_control_footer .button_controls {
  position: static !important;
  bottom: auto !important;
  width: auto !important;
}
/* O-176699: der Portal-Footer wandert oben (Schritt 1) IN den .__bjp-cnt-
   Wrapper — dadurch trifft ihn die generische Content-Link-Farbregel
   `.__bjp-cnt * a { color: #333 }` (Tenant-CSS), die auf der Original-
   Seite NIE griff (der Footer sitzt dort AUSSERHALB von .__bjp-cnt).
   Ohne diesen Override rendern die 3 Bewerbungs-Buttons mit dunkelgrauem
   statt dem vorgesehenen weißen Text (Live-Bug-Report). Die Tenant-
   Variable + `#fff`-Fallback ist dieselbe, die die Buttons auf der
   Original-Seite tatsächlich weiß färbt — hier nur mit erzwungenem
   Vorrang vor der Content-Link-Regel.

   KEIN `!important` (SDE-110310): die ID-Spezifität (id+2 Klassen) schlägt
   die generische `.__bjp-cnt * a`-Regel (1 Klasse, nie `!important`) ohnehin
   — der Weiß-Zwang bleibt also für generische Buttons erhalten. MIT
   `!important` überschrieb die Regel aber auch tenant-eigene Outline-Buttons,
   die ihre Farbe selbst mit `!important` setzen: Lactalis' `.online_application`
   ist `color:#0F6A9F` auf `background:transparent` — der Override zwang ihn auf
   weißen Text, der auf dem weißen Balken UNSICHTBAR wurde (gemessen 1:1). Ohne
   `!important` gewinnt der buttoneigene `!important`-Wert zurück (gemessen
   5.86:1), generische Buttons bleiben weiß. */
#bite_button_control_footer .button_controls a,
#bite_button_control_footer .button_controls a:visited {
  color: var(--bite-template-btn-text-color, #fff);
}
.__bjp-cnt--banner {
  min-height: 0 !important;
  margin-top: 0 !important;
}
/* Kontaktfoto: KEIN Override — das b-ite-Template gibt dem Foto `height:100%;
   object-fit:cover`, wodurch die Bildspalte auf die Höhe der Info-Spalte gestreckt und
   das Foto zu einem Hochformat-Ausschnitt (Kopf/Oberkörper) beschnitten wird. Genau das
   ist die 1:1-Wirkung der Vorlage und vom Betreiber gewünscht (SDE-110310, 2. Runde:
   „Das Foto ist am Desktop noch immer falsch zugeschnitten" — mit der Vorlage als
   Referenz). Ein früherer `object-fit:contain`-Override sollte es „komplett" zeigen,
   ließ es aber zu einem winzigen Querformat mit viel Büro-Hintergrund schrumpfen — das
   Gegenteil des Gewünschten. Bewusst ENTFERNT: `cover` zeigt die Ansprechperson genauso
   vollständig (Kopf bis Hüfte) wie das Original, nur groß statt klein. */
/* Kontaktfoto-Spalte etwas breiter ziehen (SDE-110310, 3. Runde, Betreiber: „das Bild
   von aktuell ~230px auf bis zu 300px ziehen, für die rechte Spalte ist noch mehr als
   genug Platz"). Hintergrund: die Anzeige ist bewusst auf 1008px gekappt (Betreiber-
   Entscheid), b-ites Original läuft auf 1440px — dort ist die 25%-Bildspalte 331px, bei
   uns nur ~232px. Das Foto behält seinen `cover`-Ausschnitt, wird nur größer, und die
   Info-Spalte rutscht dadurch nach rechts.
   NUR im breiten Desktop-Fall (>1024px): genau dort greift b-ites Basis-Regel
   `block-25 = 25%` und macht das Foto klein. Ab ≤1024px nutzt b-ite selbst 40% (Foto
   ist dann schon ~294–368px, größer als 300) — das NICHT anfassen, sonst würde es dort
   geschrumpft; ab ≤768px stapelt b-ite die Zeile (Mobil unangetastet).
   KEIN CSS-`min()` (SDE-110310, 4. Runde): `width:min(300px,40%)` wurde von der
   Render-Engine des Betreibers verworfen → Foto blieb bei 232px. Stattdessen
   `width:300px` + `max-width:40%` (universell unterstützt): 300px, solange Platz ist,
   sonst proportional auf 40% gedeckelt — kein Überlauf auf schmaleren Tenants. */
@media screen and (min-width: 1025px) {
  .__bjp-cnt--contact .__bjp-cnt--block-25 {
    width: 300px !important;
    max-width: 40% !important;
  }
}
/* Telefonnummern werden im Transformer automatisch als tel:-Link gewrappt
   (Universalregel, CLAUDE.md 7.11). Im Original stehen die Nummern als
   Klartext im Kontaktblock → Link optisch unverändert übernehmen. */
.__bjp-cnt a[href^="tel:"],
.__bjp-jobofferWrapper a[href^="tel:"] {
  color: inherit !important;
  text-decoration: none !important;
  font-weight: inherit !important;
}

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