

/* Generic
This is where reset, normalize, font and grid styles go.
*/
/* Titillium Font */
/*--------------------------------------------------------------------------*/


  /* Bold 700 */
  @font-face {
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: url(//4832203.fs1.hubspotusercontent-na1.net/hubfs/4832203/raw_assets/public/r-biopharm/fonts/titillium/TitilliumWeb-Bold.woff2) format('woff2');
  }

  /* Semi-bold 600 */
  @font-face {
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 600;
    font-display: auto;
    src: url(//4832203.fs1.hubspotusercontent-na1.net/hubfs/4832203/raw_assets/public/r-biopharm/fonts/titillium/TitilliumWeb-SemiBold.woff2) format('woff2');
  }

  /* Regular 400 */
  @font-face {
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(//4832203.fs1.hubspotusercontent-na1.net/hubfs/4832203/raw_assets/public/r-biopharm/fonts/titillium/TitilliumWeb-Regular.woff2) format('woff2');
  }

  /* Extra-light 200 */
  @font-face {
    font-family: "Titillium Web";
    font-style: normal;
    font-weight: 200;
    font-display: auto;
    src: url(//4832203.fs1.hubspotusercontent-na1.net/hubfs/4832203/raw_assets/public/r-biopharm/fonts/titillium/TitilliumWeb-ExtraLight.woff2) format('woff2');
  }



/* Material Icons */
/*--------------------------------------------------------------------------*/


  /* Outlined */
  @font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 200;
    font-display: block;
    src: url(//4832203.fs1.hubspotusercontent-na1.net/hubfs/4832203/raw_assets/public/r-biopharm/fonts/material/MaterialIcons-Outlined.woff2) format('woff2');
  }



/* R-Biopharm Icons */
/*--------------------------------------------------------------------------*/

@font-face {
    font-family: "R-BiopharmIconfont";
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url(//4832203.fs1.hubspotusercontent-na1.net/hubfs/4832203/raw_assets/public/r-biopharm/fonts/biopharm/R-BiopharmIconfont.woff2) format('woff2');
  }
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 679px) {
  header .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 679px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 679px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Country Flags (Language Switch) */
/*--------------------------------------------------------------------------*/

.lang-flag {
  background-image: url(//4832203.fs1.hubspotusercontent-na1.net/hubfs/4832203/raw_assets/public/r-biopharm/images/flags.svg);
  background-size: 48px 150px;
  width: 25px;
  height: 25px;
  display: inline-block;    
  vertical-align: bottom;
  line-height: 0;
  margin-right: 8px; 
}


/* Sprite-Set */
/*--------------------------------------------------------------------------*/

.lang-flag.en {
  background-position: center -0px;
}
.lang-flag.es {
  background-position: center -25px;
}
.lang-flag.de {
  background-position: center -50px;
}
.lang-flag.nl {
  background-position: center -75px;
}
.lang-flag.fr {
  background-position: center -100px;
}
.lang-flag.it {
  background-position: center -125px;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

*, *:before, *:after {
  box-sizing: border-box;
}


/* 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 {
  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 */
  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 {
  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"] {
  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;
}


/* GENERIC */
/* ---------------------------------------- */

@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
.demo-box {
  background: ;
  width: 100%; height: 48px;
  display: block;
}


/* CONTAINER */
/* ---------------------------------------- */

.container {
  max-width: 1650px !important;
}
.container,
.container-fluid:not(.dnd-area) {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
}

/* ROWS */
/* ---------------------------------------- */

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem; /* fixed */
}
.no-wrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}


/* GUTTER */
/* ---------------------------------------- */

.no-gutters {
  margin: 0;
}
.no-gutters > .col, 
.no-gutters > [class*="col-"],
[class*="col-"].no-gutters {
  padding: 0;
}
.no-gutters-x {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters-x > .col,
.no-gutters-x > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.no-gutters-y {
  margin-top: 0;
  margin-bottom: 0;
}
.no-gutters-y > .col,
.no-gutters-y > [class*="col-"] {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width:280px) and (max-width:679px) {
  .no-sm-gutters {
    margin: 0;
  }
  .no-sm-gutters > .col, .no-sm-gutters > [class*="col-"] {
    padding: 0;
  }
  .no-sm-gutters-x {
    margin-right: 0;
    margin-left: 0;
  }
  .no-sm-gutters-x > .col,
  .no-sm-gutters-x > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .no-sm-gutters-y {
    margin-top: 0;
    margin-bottom: 0;
  }
  .no-sm-gutters-y > .col,
  .no-sm-gutters-y > [class*="col-"] {
    padding-top: 0;
    padding-bottom: 0;
  }
}


/* COLUMNS */
/* ---------------------------------------- */

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 1rem;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}


/* GRIDCELLS */
/*--------------------------------------------------------------------------*/

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


/* ORDER */
/* ---------------------------------------- */

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}


/* OFFSET */
/* ---------------------------------------- */

.offset-1 {
    margin-left: 8.333333%;
}
.offset-2 {
    margin-left: 16.666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.333333%;
}
.offset-5 {
    margin-left: 41.666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.333333%;
}
.offset-8 {
    margin-left: 66.666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.333333%;
}
.offset-11 {
    margin-left: 91.666667%;
}


/* MOBILE GRID ORDER OFFSET  */
/* ---------------------------------------- */

.col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}
.order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}
.order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
.offset-sm-0 {
    margin-left: 0;
}
.offset-sm-1 {
    margin-left: 8.333333%;
}
.offset-sm-2 {
    margin-left: 16.666667%;
}
.offset-sm-3 {
    margin-left: 25%;
}
.offset-sm-4 {
    margin-left: 33.333333%;
}
.offset-sm-5 {
    margin-left: 41.666667%;
}
.offset-sm-6 {
    margin-left: 50%;
}
.offset-sm-7 {
    margin-left: 58.333333%;
}
.offset-sm-8 {
    margin-left: 66.666667%;
}
.offset-sm-9 {
    margin-left: 75%;
}
.offset-sm-10 {
    margin-left: 83.333333%;
}
.offset-sm-11 {
    margin-left: 91.666667%;
}




/* TABLET GRID ORDER OFFSET */
/* ---------------------------------------- */

@media (min-width:680px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}


/* DESKTOP GRID ORDER OFFSET  */
/* ---------------------------------------- */

@media (min-width:1000px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}


/* WIDESCREEN GRID ORDER OFFSET  */
/* ---------------------------------------- */

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}


/* FLEXBOX ALIGN */
/* ---------------------------------------- */

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}


/* FLEXBOX WRAP */
/* ---------------------------------------- */

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}


/* FLEXBOX JUSTIFY */
/* ---------------------------------------- */

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}


/* FLEXITEMS */
/* ---------------------------------------- */

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}


/* MOBILE FLEXBOX  */
/* ---------------------------------------- */

.flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

/* TABLET FLEXBOX  */
/* ---------------------------------------- */

@media (min-width:680px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

/* DEKSTOP FLEXBOX  */
/* ---------------------------------------- */

@media (min-width:1000px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

/* WIDESCREEN FLEXBOX  */
/* ---------------------------------------- */

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

/* DISPLAY */
/* ---------------------------------------- */

.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* MOBILE DISPLAY */
/* ---------------------------------------- */
@media (min-width:280px) and (max-width:679px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

/* TABLET DISPLAY */
/* ---------------------------------------- */

@media (min-width:680px) and (max-width:999px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}


/* DESKTOP DISPLAY */
/* ---------------------------------------- */

@media (min-width:1000px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}


/* SCREENREADERS */
/* ---------------------------------------- */

.show-screenreader {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
}
@media (min-width:280px) and (max-width:679px) {
  .show-screenreader-mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}


/* VISIBILITY CLASSES */
/* ---------------------------------------- */

.hide {
    display: none;
}
.show {
    display: block;
}
.invisible {
    visibility: hidden;
}
.hidden {
    display: none;
    visibility: hidden;
}


/* SIMPLE VISIBILITY */
/* ---------------------------------------- */

.show-mobile-only,
.show-tablet-only,
.show-desktop-only,
.show-widescreen-only,
.show-tablet-up,
.show-desktop-up,
.show-widescreen-up,
.show-tablet-down,
.show-desktop-down {
	display: none;
}

/* Hide or show only for */
@media (min-width:280px) and (max-width:679px) {
    .hide-mobile-only {
        display: none;
    }
		.show-mobile-only {
			  display: block;
		}
}
@media (min-width:680px) and (max-width:999px) {
    .hide-tablet-only {
        display: none;
    }
	  .show-tablet-only {
			  display: block;
		}
}
@media (min-width:1000px) and (max-width:1199px) {
    .hide-desktop-only {
        display: none;
    }
	  .show-desktop-only {
			  display: block;
		}
}
@media (min-width:1200px) and (max-width:100vw) {
    .hide-widescreen-only {
        display: none;
    }
	  .show-widescreen-only {
			  display: block;
		}
}

/*
Hide up
we don't need mobile_up because it will hide or show for every screens
use hide-mobile-only if you need to hide just for mobile
*/

@media (min-width:680px) {
    .hide-tablet-up {
        display: none;
    }
	  .show-tablet-up {
			  display: block;
		}
}
@media (min-width:1000px) {
    .hide-desktop-up {
        display: none;
    }
	  .show-desktop-up {
			  display: block;
		}
}
@media (min-width:1200px) {
    .hide-widescreen-up {
        display: none;
    }
	  .show-widescreen-up {
			  display: block;
		}
}

/*
Hide down
we don't need mobile_down  because it will hide or show for no screens
we also don't have widescreen_down because it will hide or show for every screens
use hide-widescreen-only if you need to hide just for widescreen
*/
@media (max-width:999px) {
    .hide-tablet-down {
        display: none;
    }
	  .show-tablet-down {
			  display: block;
		}
}
@media (max-width:1199px) {
    .hide-desktop-down {
        display: none;
    }
	  .show-desktop-down {
			  display: block;
		}
}


/* LAYOUT */
/* -------------------------------------- */

body {
  overflow-x: hidden;
	scrollbar-gutter: stable;
}
html, body.strech {
	height: 100%;
}
body.strech > .body-wrapper {
	min-height: 100%;
	display: grid;
	grid-template-rows: auto auto 1fr auto auto;
	grid-template-columns: 100%;
}
@media (min-width:1000px) {
	body.strech-lg {
		height: 100%;
	}
	body.strech-lg > .body-wrapper {
		min-height: 100%;
		display: grid;
		grid-template-rows: auto auto 1fr auto auto;
		grid-template-columns: 100%;
	}
}
@media (min-width:680px) and (max-width:999px) {
	body.strech-md {
		height: 100%;
	}
	body.strech-sm > .body-wrapper {
		min-height: 100%;
		display: grid;
		grid-template-rows: auto auto 1fr auto auto;
		grid-template-columns: 100%;
	}
}
@media (min-width:280px) and (max-width:679px) {
	body.strech-sm {
		height: 100%;
	}
	body.strech-sm > .body-wrapper {
		min-height: 100%;
		display: grid;
		grid-template-rows: auto auto 1fr auto auto;
		grid-template-columns: 100%;
	}
}

.footer-container-wrapper,
.header-container-wrapper,
.body-container-wrapper {
	position: relative;
}


/* DND CONTAINERS */
/* -------------------------------------- */

.content-wrapper {
	margin: 0 auto;
	padding: 0 1rem;
}
@media screen and (min-width:1200px) {
	.content-wrapper {
		padding: 0;
	}
}

/* DnD Max Width Sections */
[class*='max-width-section'] {
	margin-left: -1rem;
	margin-right: -1rem;
}
[class*='max-width-section'] .hs-form {
	padding: 0;
}
[data-global-resource-path] {
	width: 100%;
}


/* Wordpress Page Content Padding */
/* -------------------------------------- */

.body-container-wrapper > div,
.footer-container-wrapper > div,
.bottom-container-wrapper > div {
	overflow: hidden;
}
.body-container-wrapper > div,
.footer-container-wrapper > div,
.bottom-container-wrapper > div {
	padding-left: 3.7rem;
	padding-right: 3.7rem;
	margin-left: auto;
	margin-right: auto;
}
/* .footer-container-wrapper > div,
.bottom-container-wrapper > div {
	max-width: 1650px;
} */
.dnd-section { position: relative; }
.dnd-section[class*="background-color"]:before { left: -1600px; }
.dnd-section[class*="background-color"]:after { right: -1600px; }
.dnd-section[class*="background-color"]:before,
.dnd-section[class*="background-color"]:after {
	content: ""; display: block;
	position: absolute; top: 0; width: 1600px;
	height: 100%;	background: inherit;
}

.dnd-section[class*='max-width-section'] {}
.dnd-section[class*="full-width-section"] {}


/* FULL-WIDTH */
/* -------------------------------------- */


/* Full Width */
@media (min-width:680px) {
	div[class*="full-width-section"],
	.hs-inline-edit [class~="full-width"]:not(.full-width) {
		margin-left: -1rem;
		margin-right: -1rem;
	}
}
@media (min-width:280px) and (max-width:679px) {
	div[class*="full-width-section"],
	.hs-inline-edit [class~="full-width"]:not(.full-width) {
		margin-left: -1rem;
		margin-right: -1rem;
	}
}


/* Full Width - OLD */



/* DND CONTAINERS */
/* -------------------------------------- */

/* DnD Area Container */
.container-fluid.dnd-area.container {
	padding-bottom: 0;
}
.container-fluid:not(.dnd-area) > .container-fluid {
	padding: 0;
	width: auto !important;
	margin-left: -1rem !important;
	margin-right: -1rem !important;
}

/* DnD Can Contain Oversized Height Modules That Overlap Multiple Sub-Rows */
.dnd-module .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module {
	height: 100%;
}

[class*='max-width-section-centering'] > .row-fluid {
	margin-left: auto !important;
	margin-right: auto !important;
}

/* VERTICAL ALIGNMENT */
.row-fluid-wrapper .row-fluid-wrapper .row-fluid-wrapper [class*='vertical-alignment'] {
	height: 100%;
}
.row-fluid-wrapper .row-fluid-wrapper .row-fluid-wrapper [class*='vertical-alignment'] > .row-fluid {
	height: 100%;
	align-items: center;
}
.row-fluid-wrapper .row-fluid-wrapper .row-fluid-wrapper [class*='vertical-alignment'] > .row-fluid .hs_cos_wrapper_widget {
	height: auto;
}


/* HUBSPOT GRID TO BOOTSTRAP */
/* -------------------------------------- */
/* Note: This it not the original, it's modified to fit the bootstraps grid */

.row-fluid .row-fluid-wrapper {
	/*padding-left: 1rem;
	padding-right: 1rem;*/
}
.container > .row-fluid-wrapper {
	padding: 0;
}



@media (min-width:280px) and (max-width:679px), print and (orientation: portrait) {
	.row-fluid-wrapper .row-fluid-wrapper {
		margin-top: 0;
		margin-bottom: 0;
	}
	.container-fluid.dnd-area > .row-fluid-wrapper {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

.row-fluid-wrapper.dnd-section .row-fluid {
	margin: 0px auto;
}
.row-fluid {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: inherit;
	-ms-flex-pack: inherit;
	justify-content: inherit;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: auto;
	height: auto;
}
.row-fluid:before, .row-fluid:after {
	display: table;
	content: "";
}
.row-fluid:after {
	clear: both;
}
.row-fluid [class*="span"] {
	position: relative;
	display: block;
	float: none !important;
	min-height: 0 !important;
	margin-left: 0 !important;
	vertical-align: top;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	padding: 0 1rem;
}
.container-fluid {
	*zoom: 1;
}
.container-fluid:before, .container-fluid:after {
	display: table;
	content: "";
}
.container-fluid:after {
	clear: both;
}

/*
.row-fluid > .span12 { width: 100% !important; }
.row-fluid > .span11 { width: 91.66666666% !important; }
.row-fluid > .span10 { width: 83.33333333% !important; }
.row-fluid > .span9  { width: 75% !important; }
.row-fluid > .span8  { width: 66.66666666% !important; }
.row-fluid > .span7  { width: 58.33333333% !important; }
.row-fluid > .span6  { width: 50% !important; }
.row-fluid > .span5  { width: 41.66666666% !important; }
.row-fluid > .span4  { width: 33.33333333% !important; }
.row-fluid > .span3  { width: 25% !important; }
.row-fluid > .span2  { width: 16.6666666% !important; }
.row-fluid > .span1  { width: 8.33333333% !important; }
*/

.row-fluid > .span1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.row-fluid > .span2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.row-fluid > .span3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.row-fluid > .span4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.row-fluid > .span5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.row-fluid > .span6 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.row-fluid > .span7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.row-fluid > .span8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.row-fluid > .span9 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.row-fluid > .span10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.row-fluid > .span11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.row-fluid > .span12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

/* COLUMNS SPACING  */
div[class*="span"].dnd-column {
	padding: 1rem;
}


/* MOBILE GRID OVERWRITE */
/* -------------------------------------- */

@media (min-width:280px) and (max-width:679px), print and (orientation: portrait) {
	.row-fluid {
		min-width: 100%;
		padding-top: 0;
		padding-bottom: 0;
	}
	.row-fluid [class*="span"] {
		display: block;
		float: none;
		width: auto;
		margin-left: 0;
	}
	.row-fluid > .span12, .row-fluid > .span11,
	.row-fluid > .span10, .row-fluid > .span9,
	.row-fluid > .span8,  .row-fluid > .span7,
	.row-fluid > .span6,  .row-fluid > .span5,
	.row-fluid > .span4,  .row-fluid > .span3,
	.row-fluid > .span2,  .row-fluid > .span1  {
		/* width: 100% !important; */
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}


/* TABLET GRID OVERWRITE */
/* -------------------------------------- */

@media (min-width:680px) and (max-width:999px), print and (orientation: portrait) {
	.row-fluid [class*="span"] {
		display: block;
		float: none  !important;;
		width: 100%;
		min-height: 0 !important;;
		margin-left: 0 !important;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.row-fluid > .span6  { 
		/* width: 100% !important; */
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-fluid > .span3  { 
		/* width: 50% !important; */
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}





.bg-light-blue { background-color: #e8ecf1; }
.bg-medium-blue { background-color: #9CB2BF; }
.bg-dark-blue { background-color: #5B7F95; }
.bg-dark-grey { background-color: #707173; }
.bg-light-grey { background-color: #E3E3E3; }

.invert h1, .invert h2, .invert h3, .invert h4, .invert h5, .invert h6, 
.invert .h1, .invert .h2, .invert .h3, .invert .h4, .invert .h5, .invert .h6, .invert label,
.invert p, .invert pre, .invert sup, .invert sub, .invert span, .invert strong, .invert b, .invert i, .invert a { 
	color: #FFFFFF; 
}




@keyframes fadeOut {
	0% { visibility: visible; }
  99% { visibility: visible; }
  100% { visibility: hidden; }
}
@keyframes fadeIn {
  0% { visibility: hidden; }
  1% { visibility: visible; }
	100% { visibility: visible; }
}






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





.d-table {
	display: table;
	text-align: center;
}
.d-table-cell {
	display: table-cell;
	vertical-align: middle;
}





.d-none {
  display: none !important;
}
.h100 { height: 100%; }
.w100 { width: 100%; }





@media (min-width: 576px ) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
}





@media (min-width: 680px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
}





@media (min-width: 1000px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
}





@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
}




.no-margin { margin: 0 !important }
.ml-0 { margin-left: 0 !important }
.mr-0 { margin-right: 0 !important }
.mt-0 { margin-top: 0 !important }
.mb-0 { margin-bottom: 0 !important }





.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}





.no-padding { padding: 0 !important }
.pl-0 { padding-left: 0 !important }
.pr-0 { padding-right: 0 !important }
.pt-0 { padding-top: 0 !important }
.pb-0 { padding-bottom: 0 !important }





.pt-x1 { padding-top: 10px !important; }
.pt-x2 { padding-top: 20px !important; }
.pt-x3 { padding-top: 30px !important; }
.pt-x4 { padding-top: 40px !important; }
.pt-x5 { padding-top: 50px !important; }
.pt-x6 { padding-top: 60px !important; }

.pr-x1 { padding-right: 10px !important; }
.pr-x2 { padding-right: 20px !important; }
.pr-x3 { padding-right: 30px !important; }
.pr-x4 { padding-right: 40px !important; }
.pr-x5 { padding-right: 50px !important; }
.pr-x6 { padding-right: 60px !important; }

.pb-x1 { padding-bottom: 10px !important; }
.pb-x2 { padding-bottom: 20px !important; }
.pb-x3 { padding-bottom: 30px !important; }
.pb-x4 { padding-bottom: 40px !important; }
.pb-x5 { padding-bottom: 50px !important; }
.pb-x6 { padding-bottom: 60px !important; }

.pl-x1 { padding-left: 10px !important; }
.pl-x2 { padding-left: 20px !important; }
.pl-x3 { padding-left: 30px !important; }
.pl-x4 { padding-left: 40px !important; }
.pl-x5 { padding-left: 50px !important; }
.pl-x6 { padding-left: 60px !important; }


/* Icons */
/*--------------------------------------------------------------------------*/

.material-icons, .material-symbols,
.material-icons-filled, .material-symbols-filled,
.material-icons-round, .material-symbols-round,
.material-icons-sharp, .material-symbols-sharp,
.material-icons-outlined, .material-symbols-outlined,
.material-icons-two-tone, .material-symbols-two-tone {
  font-family: Material Icons !important;
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}


/* Style */
/*--------------------------------------------------------------------------*/

.material-icons, .material-symbols, 
.material-icons-filled, .material-symbols-filled { 
  font-weight: 100; 
}
.material-symbols-outlined,
.material-icons-outlined { 
  font-weight: 200; 
}
.material-symbols-round,
.material-icons-round { 
  font-weight: 300; 
}
.material-symbols-sharp,
.material-icons-sharp { 
  font-weight: 400; 
}
.material-symbols-two-tone,
.material-icons-two-tone { 
  font-weight: 500; 
}


/* Sizes */
/*--------------------------------------------------------------------------*/

@media(max-width:679px){
  .sm-18 { font-size: 18px; }
  .sm-24 { font-size: 24px; }
  .sm-36 { font-size: 36px; }
  .sm-48 { font-size: 48px; }
}
@media(min-width:680px) and (max-width:999px){
  .md-18 { font-size: 18px; }
  .md-24 { font-size: 24px; }
  .md-36 { font-size: 36px; }
  .md-48 { font-size: 48px; }
}
@media(min-width:1000px){
  .lg-18 { font-size: 18px; }
  .lg-24 { font-size: 24px; }
  .lg-36 { font-size: 36px; }
  .lg-48 { font-size: 48px; }
}


/* Custom Icon Font: s.kicirti@r-biopharm.de */
/*--------------------------------------------------------------------------*/

[class^="icon-"], [class*=" icon-"] {
  font-family: 'R-BiopharmIconfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Del:before {
  content: "\e913";
}
.icon-Archive:before {
  content: "\e900";
}
.icon-Filter:before {
  content: "\e901";
}
.icon-ArrowLeft:before {
  content: "\e902";
}
.icon-MeasurementStart:before {
  content: "\e903";
}
.icon-Unload:before {
  content: "\e904";
}
.icon-Edit:before {
  content: "\e905";
}
.icon-ReportErrornok:before {
  content: "\e909";
}
.icon-LISExport:before {
  content: "\e90a";
}
.icon-Print:before {
  content: "\e90b";
}
.icon-QuestMark:before {
  content: "\e90c";
}
.icon-QuestMark2:before {
  content: "\e90d";
}
.icon-ArrowRight:before {
  content: "\e90e";
}
.icon-pause:before {
  content: "\e90f";
}
.icon-Sync:before {
  content: "\e910";
}
.icon-Show-report:before {
  content: "\e911";
}
.icon-Locked:before {
  content: "\e912";
}
.icon-Import:before {
  content: "\e914";
}
.icon-Scan:before {
  content: "\e915";
}
.icon-Scan2:before {
  content: "\e916";
}
.icon-Excark:before {
  content: "\e917";
}
.icon-Prefs:before {
  content: "\e918";
}
.icon-Next:before {
  content: "\e919";
}
.icon-PCR-plate:before {
  content: "\e91a";
}
.icon-Flag:before {
  content: "\e91b";
}
.icon-Unlock:before {
  content: "\e91c";
}
.icon-Charge:before {
  content: "\e91d";
}
.icon-Export:before {
  content: "\e91e";
}
.icon-Save:before {
  content: "\e91f";
}
.icon-Warning:before {
  content: "\e920";
}
.icon-ConfgMaintenance:before {
  content: "\e921";
}
.icon-Prev:before {
  content: "\e922";
}
.icon-RIDACYCLER:before {
  content: "\e923";
}
.icon-Select-All:before {
  content: "\e924";
}
.icon-Support:before {
  content: "\e925";
}
.icon-Chart:before {
  content: "\e926";
}
.icon-PDF:before {
  content: "\e927";
}
.icon-Search:before {
  content: "\e928";
}
.icon-Info:before {
  content: "\e929";
}
.icon-Opt:before {
  content: "\e92a";
}
.icon-OnOff:before {
  content: "\e92b";
}
.icon-Element-121:before {
  content: "\e92c";
}
.icon-Initialize:before {
  content: "\e92d";
}
.icon-Manual:before {
  content: "\e92e";
}
.icon-Cart:before {
  content: "\e92f";
}
.icon-Install:before {
  content: "\e930";
}
.icon-Enlarge:before {
  content: "\e931";
}
.icon-StateProc:before {
  content: "\e933";
}
.icon-Checked-ok:before {
  content: "\e934";
}
.icon-Eluate:before {
  content: "\e935";
}
.icon-Delete:before {
  content: "\e936";
}
.icon-Reagent:before {
  content: "\e937";
}
.icon-Deinstall:before {
  content: "\e938";
}
.icon-Smaller:before {
  content: "\e939";
}
.icon-Menu:before {
  content: "\e93a";
}
.icon-Service:before {
  content: "\e93b";
}
.icon-Load:before {
  content: "\e93c";
}
.icon-Home:before {
  content: "\e93d";
}
.icon-Clean:before {
  content: "\e93e";
}
.icon-LISImport:before {
  content: "\e93f";
}
.icon-Add:before {
  content: "\e940";
}
.icon-More:before {
  content: "\e906";
}
.icon-Status:before {
  content: "\e907";
}
.icon-Status2:before {
  content: "\e908";
}
.icon-Status3:before {
  content: "\e932";
}


/* Custom Icon Form Wordpress */
/*--------------------------------------------------------------------------*/

.icon-home--white,
.icon-phone--white,
.icon-email--white,
.icon-web--white {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.icon-home--white {
	background-image: url(https://food.r-biopharm.com/wp-content/themes/rbio-theme-food-facelift22/assets/img/icons/white/icon-home.svg);
}
.icon-phone--white {
	background-image: url(https://food.r-biopharm.com/wp-content/themes/rbio-theme-food-facelift22/assets/img/icons/white/icon-phone.svg);
}
.icon-email--white {
	background-image: url(https://food.r-biopharm.com/wp-content/themes/rbio-theme-food-facelift22/assets/img/icons/white/icon-email.svg);
}
.icon-web--white {
	background-image: url(https://food.r-biopharm.com/wp-content/themes/rbio-theme-food-facelift22/assets/img/icons/white/icon-web.svg);
}
/* Aspect-Ratio (Element) */
/*--------------------------------------------------------------------------*/

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.aspect-ratio {
  position: relative;
  height: 0;
  width: 100%;
}


/* Aspect-Ratio (Cotnent) */
/*--------------------------------------------------------------------------*/

.aspect-ratio > img, 
.aspect-ratio > video, 
.aspect-ratio > .placeholder {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  position: absolute; overflow: hidden;
  top: 0; right: 0; bottom: 0; left: 0;
}


/* 1v2 Aspect-Ratio (Default) */
/*--------------------------------------------------------------------------*/.aspect-ratio.ratio-4x3 {
    padding-bottom: 75%;
  }.aspect-ratio.ratio-16x9 {
    padding-bottom: 56.25%;
  }


/* 2v2 Aspect-Ratio (Media-Queries) */
/*--------------------------------------------------------------------------*/

/* Mobile (sm) */
@media (min-width:280px) and (max-width:679px) {.aspect-ratio.ratio-sm-4x3 {
    padding-bottom: 75%;
  }.aspect-ratio.ratio-sm-16x9 {
    padding-bottom: 56.25%;
  }
}

/* Tablet (md) */
@media (min-width:680px) and (max-width:999px) {.aspect-ratio.ratio-md-4x3 {
    padding-bottom: 75%;
  }.aspect-ratio.ratio-md-16x9 {
    padding-bottom: 56.25%;
  }
}

/* Desktop (lg) */
@media (min-width:1000px) and (max-width:1199px) {.aspect-ratio.ratio-lg-4x3 {
    padding-bottom: 75%;
  }.aspect-ratio.ratio-lg-16x9 {
    padding-bottom: 56.25%;
  }
}


/* 1v2 Full-Width Ratio (Default) */
/*--------------------------------------------------------------------------*/

.aspect-ratio.full-width,
.aspect-ratio.full-width.banner {
  width: auto; height: 0;
  min-height: 0;
}.aspect-ratio.ratio-4x3.full-width {
    padding-bottom: calc(100vw - 25.000vw);
  }.aspect-ratio.ratio-16x9.full-width {
    padding-bottom: calc(100vw - 43.750vw);
  }


/* 2v2 Full-Width Ratio (Media-Queries) */
/*--------------------------------------------------------------------------*/

/* Mobile (sm) */
@media (min-width:280px) and (max-width:679px) {.aspect-ratio.ratio-sm-4x3.full-width {
    padding-bottom: calc(100vw - 25.000vw);
  }.aspect-ratio.ratio-sm-16x9.full-width {
    padding-bottom: calc(100vw - 43.750vw);
  }
}

/* Mobile (md) */
@media (min-width:680px) and (max-width:999px) {.aspect-ratio.ratio-md-4x3.full-width {
    padding-bottom: calc(100vw - 25.000vw);
  }.aspect-ratio.ratio-md-16x9.full-width {
    padding-bottom: calc(100vw - 43.750vw);
  }
}

/* Desktop (lg) */
@media (min-width:1000px) and (max-width:1199px) {.aspect-ratio.ratio-lg-4x3.full-width {
    padding-bottom: calc(100vw - 25.000vw);
  }.aspect-ratio.ratio-lg-16x9.full-width {
    padding-bottom: calc(100vw - 43.750vw);
  }
}


/* Aspect-Ratio (Maximum Height) */
/*--------------------------------------------------------------------------*/

/* Grid Setup:
 * if container_width = 1650 else:
 * container_tablet = 
 * container_desktop = 
 * container_widescreen = 
*/

/* [FULID] If Bootstrap Fluid Container Layout And Only One Max-Width *//* Default Container */@media (min-width: 1630px) {
   .aspect-ratio.ratio-4x3.banner.height-limiter {
     height: 1222.5px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-4x3.full-width.height-limiter.full-width {
     height: 1237.5px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-16x9.banner.height-limiter {
     height: 916.9px;
     padding-bottom: 0;
   }
   .aspect-ratio.ratio-16x9.full-width.height-limiter.full-width {
     height: 928.1px;
     padding-bottom: 0;
   }
 }

/* [STATIC] If Bootstrap Breakpoints With Fixed Container Max-Width */


/* TOOLTIP */
/*--------------------------------------------------------------------------*/

.tooltip .tooltip-flag {
	position: absolute;
	transition: opacity .4s ease-out;
	opacity: 0;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 230px;
	font-size: 1.8rem;
	white-space: nowrap;
	background: #FFFFFF;
	color: #5B7F95;
	padding: 0.2rem 0.5rem;
	text-decoration: none;
	line-height: initial;
	z-index: 1;
}

.tooltip:hover .tooltip-flag {
	display: block;
	opacity: 1;
}

input[type="checkbox"]:checked ~ .tooltip .tooltip-flag,
input[type="checkbox"]:checked ~ .tooltip:hover .tooltip-flag {
	display: none;
	opacity: 0;
}
@media (max-width:999px) {
	body.menu-open .tooltip .tooltip-flag {
		display: none;
		opacity: 0;
	}
}


/* HIDE MOBILE HEADER TOOLTIPS */
/*--------------------------------------------------------------------------*/

@media (max-width:999px) {
 .header-container-wrapper .tooltip:hover .tooltip-flag {
		opacity: 0;
	}
}


/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/



/* Universal */
/*--------------------------------------------------------------------------*/

/* HTML (_typograpphy.css)
 * font-size: 10px; 
 * 1.5rem = 15px
 * 2rem = 20px
 */

html { 
	font-size: 10px; 
}
@media (max-width: 679px){
	html { 
		font-size: 7px; 
	}
}
body {
  line-height: 1.4;
  word-break: break-word;
  font-family: Titillium Web, Arial, sans-serif;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}


/* Selected Text */
/*--------------------------------------------------------------------------*/

::selection,
::-moz-selection {
  color: #707173;
  background: #FDCA00;
}


/* Paragraphs */
/*--------------------------------------------------------------------------*/

p {
  margin: 0 0 10px 0;
	font-size: 1.8rem;
  line-height: 2.4rem;
}
label, .default {
	font-size: 1.8rem;
  line-height: 2.4rem;
}


/* Links */
/*--------------------------------------------------------------------------*/

a {
	color: #5B7F95;
  cursor: pointer;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: underline;
}
a *, label *, button *, summary * {
	user-select: none;
	pointer-events: none;
}


/* Anchors */
/*--------------------------------------------------------------------------*/

.page-editor a.anchor,
.hs-inline-edit a.anchor {
  display: block; position: relative;
  background: #FAE1D0;
  width: 100vw; height: 24px;
  left: 50%; right: 50%;
  margin-left: -50vw; margin-right: -50vw;
}
.page-editor a.anchor[id]:before,
.hs-inline-edit a.anchor[id]:before {
  content: 'Anker: #'attr(id);
  color: #FF808B;
  display: inline-block; position: absolute;
  width: 100%; height: 24px;
  white-space: nowrap; text-align: center;
}


/* Listings */
/*--------------------------------------------------------------------------*/

ul, ol {
  margin: 0 0 10px;
	font-size: 1.8rem;
  line-height: 2.4rem;
}
ul ul, ol ul, ul ol, ol ol {
  margin: 0;
}
ul.no-list {
  list-style: none;
}


/* Code */
/*--------------------------------------------------------------------------*/

code {
  vertical-align: bottom;
}


/* Blockquotes */
/*--------------------------------------------------------------------------*/




/* Wrapper */
blockquote {
  margin: 20px 20px 30px 68px;
  position: relative;
  font-style: italic;
  quotes: "\201C""\201D""\2018""\2019";
}

/* Font */
blockquote, blockquote > p {
  font-weight: normal;
  font-style: italic;
  font-size: 36px;
  line-height: 1.1;
  color: #707173
}

/* Quote */
blockquote:before {
  display: block; position: absolute;
  left: -58px; top: 5.0px;
  width: 48px; height: 48px;
  content:""; 
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg fill="%23FDCA00" version="1.1" id="blockquote" width="48px" height="48px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" xml:space="preserve"><path d="M10.983,3v7.391c0,5.704-3.731,9.57-8.983,10.609l-0.995-2.15C3.437,17.932,5,15.211,5,13H1V3H10.983z M23,3v7.391 c0,5.704-3.748,9.571-9,10.609l-0.996-2.15C15.438,17.932,17,15.211,17,13h-3.982V3H23z"/></svg>');
}

/* Legend */
blockquote .legend {
  font-size: 20px;
}

/* Small Screens */
@media (max-width:679px) {
  blockquote {
    margin: 10px 0 20px 58px;
  }
  blockquote, blockquote p, blockquote small, blockquote strong, blockquote span {
    font-size: 24px;
  }
  blockquote:before {
    top: 3px;
  }
}


/* Rules */
/*--------------------------------------------------------------------------*/

hr {
  background-color: #E3E3E3;
  border: none;
  color: #707173;
  height: 1px;
  margin: 20px 0;
}

/* Headlines */
/*--------------------------------------------------------------------------*/h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6 {
  margin: 0 0 10px;
	display: block;
  font-family: "Titillium Web", Arial, sans-serif;
}
h1,.h1 {
  font-weight: bold; text-decoration: none; font-family: Titillium Web, Arial, sans-serif; font-style: normal;
  color: #5B7F95;
  font-size: 2.6rem;
  margin-left: -2px;
}
h2,.h2 {
  font-weight: bold; text-decoration: none; font-family: Titillium Web, Arial, sans-serif; font-style: normal;
  color: #5B7F95;
  font-size: 2.6rem;
  margin-left: -2px;
}
h3,.h3 {
  font-weight: bold; text-decoration: none; font-family: Titillium Web, Arial, sans-serif; font-style: normal;
  color: #5B7F95;
  font-size: 2.4rem;
  margin-left: -0.5px;
}
h4,.h4 {
  font-weight: bold; text-decoration: none; font-family: Titillium Web, Arial, sans-serif; font-style: normal;
  color: #C4C9D2;
  font-size: 2.2rem;
}
h5,.h5 {
  font-weight: bold; text-decoration: none; font-family: Titillium Web, Arial, sans-serif; font-style: normal;
  color: #C4C9D2;
  font-size: 2.0rem;
}
h6,.h6 {
  font-weight: bold; text-decoration: none; font-family: Titillium Web, Arial, sans-serif; font-style: normal;
  color: #C4C9D2;
  font-size: 1.8rem;
}

/* APOX Responsive Typo */
/*--------------------------------------------------------------------------*/

/* Mobile */
@media (max-width:679px) {
  h1,.h1 { font-size: 1.8rem }
  h2,.h2 { font-size: 2.2rem }
  h3,.h3 { font-size: 2.0rem }
  h4,.h4 { font-size: 2.0rem }
  h5,.h5 { font-size: 1.8rem }
  h6,.h6 { font-size: 1.6rem }
}

/* Tablet */
@media (min-width:680px) and (max-width:999px) {
  h1,.h1 { font-size: 2.2rem }
  h2,.h2 { font-size: 2.4rem }
  h3,.h3 { font-size: 2.1999999999999997rem }
  h4,.h4 { font-size: 2.1rem }
  h5,.h5 { font-size: 1.9rem }
  h6,.h6 { font-size: 1.7rem }
}


/* BUTTON */
/*--------------------------------------------------------------------------*/

.accordion .tab-box {
  display: none;
}
.accordion .tab {
  display: block;
  width: 100%;
  padding-right: 70px;
  background: #FFFFFF;
  cursor: pointer;
  padding: 18px 10px;
  line-height: 24px;
  position: relative;
}
.accordion .tab:focus:not(:focus-visible){
  outline: 0;
}


/* BTN CARET (open/close) */
/*--------------------------------------------------------------------------*/

.accordion .tab .caret {
  display: block;
  right: 0; top: 0;
  position: absolute;
  width: 60px;
  height: 100%;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
}
.accordion .tab > .caret {
  transform: rotate(90deg);
}
.accordion .tab-box:checked + .tab > .caret {
  transform: rotate(-90deg);
}


/* CONTENT */
/*--------------------------------------------------------------------------*/

.accordion .tab-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.accordion > .faq:last-child .tab-content {
  margin-bottom: 0;
}
.accordion .tab-content > div {
  padding: 18px 10px;
}


/* CONTENT (open/close) */
/*--------------------------------------------------------------------------*/

.accordion .tab-box:checked ~ .tab-content {
  opacity: 1;
  max-height: 480px;
}


/* Ankor Heighlight in Editor Mode */
/*--------------------------------------------------------------------------*/

.page-editor a.anchor,
.hs-inline-edit a.anchor {
  display: block;
  height: 24px;
  background: #F8D3D9;
  position: relative;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.page-editor a.anchor[id]:before,
.hs-inline-edit a.anchor[id]:before {
  content: 'Anker: #'attr(id);
  position: absolute;
  display: inline-block;
  height: 24px;
  color: #FFFFFF;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}


/* WRAPPER */
/*--------------------------------------------------------------------------*/

.banner {
	background: #bccbcb;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0;
	height: 60vh;
}

@media (min-width: 680px){
	.banner {
    min-width: 57rem;
    min-height: 60rem;
    max-height: 60rem;
	}
}
@media (max-width: 999px){
	.banner {	
		min-height: 64.3rem;
	}
}


.banner-inner {
  margin: 0;
  padding: 0;
	height: inherit;
}
html.hs-inline-edit .banner {
  z-index: -1;
}


/* IMAGE */
/*--------------------------------------------------------------------------*/

.banner .banner-image {
	height: 100%;
	width: 100%;
	object-fit: cover;
	display: block;
	position: absolute;
}


/* TITLE */
/*--------------------------------------------------------------------------*/


	.banner .banner-title {	position: realtive; }
	.banner .banner-title:before {
		content: ""; z-index: -1;
		width: 100%; height: 100%;
		background: #5B7F95;
		opacity: 0.27;
		top: 0;	left: 0;
		position: absolute;
	}
  @supports(backdrop-filter:none) {
    .banner .banner-title {
      backdrop-filter: blur(50px) brightness(1.0);
      -webkit-backdrop-filter: blur(50px) brightness(1.0);
    }
  }


.banner .banner-title {
	max-width: 80rem;
	padding: 3rem;
	position: absolute;
	right: 7.5rem;
	bottom: 4.5rem;
	margin-left: 7.5rem;
  user-select: text;
}

/* Headline */
.banner-title h1 {
	color: #fff;
	font-size: 3.4rem;
	line-height: 1.2em;
	font-weight: 600;
	margin-bottom: 0.4rem;
	position: relative;
	z-index: 1;
}
.banner-title h2 {
	color: #fff;
	font-size: 2.6rem;
	line-height: 1.4em;
	font-weight: 400;
	position: relative;
	z-index: 1;
}


/* OVERLAY */
/*--------------------------------------------------------------------------*/.banner-overlay {
  position: absolute; top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient( 90deg, 
    rgba(227, 227, 227,1) 0%, 
    rgba(255, 255, 255,0.5) 15%,
    rgba(255, 255, 255,0) 20%,
    rgba(255, 255, 255,0) 50%,
    rgba(255, 255, 255,0.5) 55%, 
    rgba(227, 227, 227,1) 100%
  );
}
@media (max-width: 679px){
  .banner-overlay {
    display: none;
  }
}





.breadcrumb {
  margin-bottom: 0; padding: 0;
}
.breadcrumb > .breadcrumb-inner {
  margin: 0; padding: 5.0px 30px;
  font-size: 0;
}
.breadcrumb .divider,
.breadcrumb .section {
  display: inline-block;
  line-height: 0.9rem;
}





.home-icon {
	display: inline-block;
	height: 18px; width: 16px;
	margin-right: 8px;
	/* background: url("https://food.r-biopharm.com/wp-content/uploads/Breadcrumb_Home-18.png"); */
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASBAMAAACgFUNZAAAAHlBMVEVHcExvb25vb25vb25vb25vb25vb25vb25vb25vb24uAPn1AAAACnRSTlMAwwYTvDjNRSArVaQsagAAAENJREFUCNdjYGBg4AhggIBpohCaM8MQIhTYwAwWYhVmYAALFRowMDCLMzCwO4OEDQsY1BRADOYEBhWIVgGqMZggDAUAKPsHvaLdP/sAAAAASUVORK5CYII=");
	background-repeat: no-repeat;
	background-position: bottom center;
}





.breadcrumb .section > a {
  font-size: 1.8rem;
	line-height: 1;
  color: #5B7F95;
  transition: color 200ms linear;
	display: inline-block;
	padding-bottom: 15px;
	padding-top: 12px;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
}
.breadcrumb .section > a:hover,
.breadcrumb .section > a:focus {
  color: #5B7F95;
  text-decoration: none;
}


.breadcrumb .section.active > a {
  color: #707173;
  pointer-events: none;
}





.breadcrumb .divider {
  font-size: 1.8rem;
  color: #CCCCCC;
  margin: 0 7px 0 5px;
}


/* BUTTON SELECTOR */
/*--------------------------------------------------------------------------*//* MACRO FUNCTION */
/*--------------------------------------------------------------------------*//* DEFAULT BUTTON */
/*--------------------------------------------------------------------------*/

.btn, .cta_button, input[type="button"], .hs-button {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  padding: 1rem;
  font-size: 2rem;
  font-weight: normal;
  font-family: Titillium Web, Arial, sans-serif;
  transform: perspective(1px) translateZ(0);
  border: 0;
  line-height: initial;
}
.btn:hover, .cta_button:hover, input[type="button"]:hover, .hs-button:hover {
  transition: all 0.3s ease;
  text-decoration: none;
}
.btn:focus, .cta_button:focus, input[type="button"]:focus, .hs-button:focus {
  text-decoration: none;
}


/* BUTTON SIZE */
/*--------------------------------------------------------------------------*/

.btn-sm { padding-top: 18px; padding-bottom: 18px; padding-left: 1rem; padding-right: 1rem; }/* height: 60px */
.btn-md { padding-top: 28px; padding-bottom: 28px; padding-left: 2rem; padding-right: 2rem; }/* height: 80px */
.btn-lg { padding-top: 38px; padding-bottom: 38px; padding-left: 3rem; padding-right: 3rem; }/* height: 100px */


.btn.padding, button.padding, .btn-sm.padding, .btn-md.padding, .btn-lg.padding, 
input[type="button"].padding, input[type="submit"] {
	padding-left: 4rem; padding-right: 4rem;
}

/* PRIMARY BUTTON */
/*--------------------------------------------------------------------------*/.btn, .cta_button, input[type="button"], .hs-button {
    color: #FFFFFF;
    background-color: #9CB2BF;
    border-radius: 0px;
  }
	.btn.invert, .cta_button.invert, input[type="button"].invert, .hs-button.invert {
    color: #9CB2BF;
    background-color: #FFFFFF;
		border: 1px solid #9CB2BF;
	}
  .btn:hover, .cta_button:hover, input[type="button"]:hover, .hs-button:hover, 
  .btn:focus:not(:focus-visible), .cta_button:focus:not(:focus-visible), input[type="button"]:focus:not(:focus-visible), .hs-button:focus:not(:focus-visible) {
    color: #FFFFFF;
    background-color: #5B7F95;
    outline: 0;
  }
  .btn:disabled, .cta_button:disabled, input[type="button"]:disabled, .hs-button:disabled {
    background-color: #E3E3E3;
    border-color: #707173;
    color: #707173;
  }


/* FORMULAR STYLER */
/*--------------------------------------------------------------------------*/

.hs-form .hs-button.primary:before,
.hs-form input[type="submit"]:before,
.hs-form input[type="button"]:before {}
.hs-form .hs-button.primary:hover:before,
.hs-form input[type="submit"]:hover:before,
.hs-form input[type="button"]:hover:before {}


/* WRAPPER */
/*--------------------------------------------------------------------------*/

.card {
  margin-bottom: 1rem;
  position: relative;
  z-index: 0;
}
.card[role="link"] {
  cursor: pointer;
}
.card > .card-inner {
  width: 100%; height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #E3E3E3;
  z-index: -1;
	min-height: 26rem;
}

/* Focusing with mouse */
.card:focus:not(:focus-visible) {
  outline: 0;
}


/* IMAGE */
/*--------------------------------------------------------------------------*/

.card .card-image {
  width: 100%;
  /* height: 0;
  padding-top: 66.666%; 
	padding-top: 53.714%; */
	height: 26rem;
  position: relative;
  overflow: hidden;
	transform: scale(1) translateZ(0);
	transition: transform .4s ease-out;
}
.card .card-image > img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%; height: 100%;
  left:0; top:0; right:0; bottom:0;
}
.card:hover .card-image {
	transform: scale(1.15) translateZ(0);
}
	
/* CONTENT */
/*--------------------------------------------------------------------------*/

.card .card-content {
  position: absolute;
  padding: 1.3rem 2rem;
  color: #FFFFFF;
  font-weight: 200;
  letter-spacing: 0.025em;
	display: flex;
	justify-content: space-between;
}
.card .card-content.left,
.card .card-content.right {
	flex-direction: column;
}
.card .card-content.top,
.card .card-content.bottom {
	flex-direction: row;
}
.card .card-content.bottom {
  bottom: 0; left: 0; width: 100%;
}
.card .card-content.top {
  top: 0; left: 0; width: 100%;
}
.card .card-content.left {
  top: 0; left: 0; width: 26rem; height: 100%;
}
.card .card-content.right {
  top: 0; right: 0; width: 26rem;	height: 100%;
}

/* Background */

	.card .card-content {	position: realtive; }
	.card .card-content:before {
		content: ""; z-index: -1;
		width: 100%; height: 100%;
		background: #5B7F95;
		opacity: 0.5;
		top: 0;	left: 0;
		position: absolute;
	}
  @supports(backdrop-filter:none) {
    .card .card-content {
      backdrop-filter: blur(30px) brightness(0.77);
      -webkit-backdrop-filter: blur(30px) brightness(0.77);
    }
  }



/* Text */
.card .card-content.top.with-link .row,
.card .card-content.bottom.with-link .row {
 width: calc(100% - 8rem);
}

.card .card-content .title,
.card .card-content .text {
  font-size: 1.9rem;
	color: #FFFFFF;
  font-weight: 600;
  margin-bottom: 0;
  margin-left: 0;
}
.card .card-content .title.no-wrap,
.card .card-content .text.no-wrap {
  line-height: 2.7rem;
}
.card .card-content .no-wrap {
	width: 100%;
}
.card .card-content .text {
	font-weight: normal;
}
@media(min-width:680px){
	.card .card-content.top.no-wrap p,
	.card .card-content.bottom.no-wrap p
  .card .card-content.top:not(.with-link) p,
	.card .card-content.bottom:not(.with-link) p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

/* Icon */
.card .card-content i,
.card .card-content svg {
  font-size: 48px;
	width: 6rem;
	height: 6rem;
  float: left;
  line-height: 6rem;
  display: inline-block;
	margin-top: -0.625rem;
	margin-bottom: -0.625rem;
	text-align: center;
}
@media(max-width:679px){
  .card .card-content {

  }
}

.no-circle svg circle {
	display: none !important;
	stroke: transparent !important;
}

/* LINK */
/*--------------------------------------------------------------------------*/

.card .card-link {
	width: fit-content;
	height: fit-content;
	white-space: nowrap;
}
.card .card-link:hover,
.card .card-link:focus {
  text-decoration: none;
}

/* noscript */
.card .card-area-link {
  position: absolute;
  display: block;
  left: 0; top: 0; right: 0; bottom: 0;
  z-index: 1;
}


/* EXTEND CARD CSS */
/*--------------------------------------------------------------------------*/

.card.card-date .time-content {
	color: #5B7F95;
	background: #FFFFFF;
	backdrop-filter: blur(0) brightness(1);
  -webkit-backdrop-filter: blur(0) brightness(1);
}
.card.card-date .time-content:before {
	background: #FFFFFF;
}
.card.card-date .time-content.left,
.card.card-date .time-content.right {
	width: 9.4rem;
	padding: 4rem 1.3rem;
}


/* TIMESTAMP FONT */
/*--------------------------------------------------------------------------*/

.card-date .time-content time {
	line-height: 30px;
}
.card-date .time-content time > strong {
	font-size: 26px;
	font-weight: 700;
}
.card-date .time-content time > span {
	font-size: 18px;
	font-weight: 500;
}
.card-date .time-content time > small {
	font-size: 12px;
	font-weight: 600;
}


/* DUAL CONTENT */
/*--------------------------------------------------------------------------*/

.card-content.time-content + .card-content {
	left: 9.4rem;
	width: calc(100% - 9.4rem);
}





.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checklist > li {
  margin-bottom: 10px;
  white-space: nowrap;
}
.checklist .icon,
.checklist .text {
  display: inline-block;
  vertical-align: text-top;
}





.checklist .icon > i {
  font-size: 20px;
  margin-top: -3px;
  color: #FDCA00;
}





.checklist li > div:nth-child(2) {
  margin-left: 10px;
}
.checklist .text {
  white-space: normal;
}
.checklist .text p {
  margin: 0;
}






.division {
	position: absolute;
	top: 12.3rem;
	right: 7.5rem;
	min-width: 328px;
	display: flex;
	flex-direction: column;
}
.division ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
.division summary,
.division li {
	display: flex;
	align-items: center;
	margin-bottom: 0;
	font-size: 1.8rem;
	line-height: 2.4rem;
	color: #707173;
	list-style: none;
	width: 100%;
	cursor: pointer;
}
@media (max-width: 679px){
	.division {	min-width: 233.17px;	}
	body.menu-open .division {
		visibility: hidden;
	}
}






.division a.active {
	background: rgba(0,0,0,0);
	color: #FFFFFF;
	border-color: rgba(0,0,0,0);
	pointer-events: none;
	cursor: pointer;
	font-size: inherit;
}
.division a {
	height: 4.4rem;
	display: flex;
	align-items: center;
	width: 100%;
	background: #FFFFFF;
	text-decoration: none;
	color: #5B7F95;
	padding-left: 1rem;
	padding-right: 3.2rem;
	border-width: 1px 1px 0;
	border-color: #5B7F95;
	border-style: solid;
	z-index: 0;
	transition: all 150ms linear;
}
.division ul > li:last-child > a {
	border-bottom: 1px solid #5B7F95;
}
.division .hs-menu-item a:hover,
.division .hs-menu-item a:focus,
.division .hs-menu-item a:focus-visible {
	background-color: #E3E3E3;
	z-index: 1;
	padding-left: 1.5rem;
}





details > summary { list-style: none; }
details > summary::marker { display: none; }
details > summary::-webkit-details-marker { display: none; }

.division summary::after {
	position: absolute;
	right: 1.2rem; 
	top: 1.4rem;
	content: "";
	transform: rotate(135deg);
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	border-width: 2px 2px 0 0;
	border-color: #fff;
	border-style: solid;
	transition: all .2s ease-in-out;
	transform-origin: center;
}
.division[open] summary::after {
	transform: rotate(-45deg);
	top: 2rem;
}






	.division {	position: realtive; }
	.division:before {
		content: ""; z-index: -1;
		width: 100%; height: 100%;
		background: #5B7F95;
		opacity: 0.4;
		top: 0;	left: 0;
		position: absolute;
	}
  @supports(backdrop-filter:none) {
    .division {
      backdrop-filter: blur(20px) brightness(1.0);
      -webkit-backdrop-filter: blur(20px) brightness(1.0);
    }
  }



/* Special Form Hack */
/*--------------------------------------------------------------------------*/

/* Note:
 * hidden form fields not working on external page so we do this with css.
 */

.hs-form .hs_analytes_cf7,
.hs-form .hs_technologies_cf7,
.hs-form .hs_hs_language,
.hs-form .hs_form_submission_date,
.hs-form .hs_page_source,
.hs-form .hs_page_title,
.hs-form .hs_article_number {
  display: none !important;
}


/* HubSpot Form Configuration */
/*--------------------------------------------------------------------------*//* 1. HubSpot Form *//* Pixel */

/* 2. HubSpot Field Labels */

/* 3. HubSpot Helper Text *//* todo - no setup currently */

/* 4. Google ReCaptcha */

/* 5. HubSpot All Inputs */

/* 6. HubSpot Selected And Checkbox Inputs */

/* 7. HubSpot And Custom Dropdowns *//* (!) NEED js-component! */

/* 8. HubSpot Number *//* (!) NEED js-component! */

/* 9. HubSpot Boolean */ /* TODO: currently not supported *//* TODO: not intuitive - better as js component */

/* 10. HubSpot Datetime */

/* 11. HubSpot Error */

/* 12. HubSpot Button */


/* 13. HubSpot Input Styled Elements */

/* All HubSpot Forms */
/*--------------------------------------------------------------------------*/

/* Additional HuSpot Form Types: (from system not forms)
 * Subscription Preferences (module) --> #email-prefs-form
 * Backup Unsubscribe (module) --> #email-prefs-form
 */


.form-title {
  padding: 0 10px;
}
.hs-form {
  clear: both;
  font-family: 'Titillium Web', Arial, sans-serif;
  font-weight: 400;
	font-size: 1.8rem;
  padding: 0 10px;
  font-style: normal;
}
.container .form-title, 
.container .hs-form {
  padding: 0;
}



/* Descriptions */
  .hs-form .hs-field-desc {
    display: block;
    
    font-size: 12;
    color: #C4C9D2;
    line-height: 1.25;
    margin-bottom: 5.0px;
    margin-top:  -5.0px;
  }

  /* Labels and Titels */
  .hs-form .hs-form-field > label,
  .hs-form .field[role="search"] > label,
  .hs-form .hs-fieldtype-booleancheckbox:before {
    
    display: none;
    font-size: 16px;
    color: #5B7F95;
    line-height: 1.5;
    margin-bottom: 5.0px;
  }

  /* Requied Symbol Color in Labels */
  .hs-form .hs-form-required {
    margin-left: 1px;
    color: #f8485e;
  }

  /* Hidden Fields If Not Hide By Browser Defaults */
  .hs-form input[hidden] {
    display: none !important;
  }

  /* HubSpot Text Block Between Input Elements */
  .hs-form .hs-richtext:not(.hs-main-font-element) {
    margin-top: 20px;
    margin-bottom: -5.0px;
  }
  .hs-form div:not(.hs-richtext) + .hs-richtext {
    margin-top: 0; /* 5.0px */
  }


/* DEFAULT INPUT FIELDS */
/*--------------------------------------------------------------------------*/

  /* Inputs (selectors for all inputs)  */
  .hs-form input[type='text'], .hs-form input[type='number'], .hs-form input[type='email'], .hs-form input[type='search'], .hs-form input[type='password'], .hs-form input[type='tel'], .hs-form input[type='url'], .hs-form input[type='date'], .hs-form input[type='file'],
  .hs-form button, .hs-form optgroup,
  .hs-form select, .hs-form textarea,
  .hs-form .select-selected {
    display: inline-block;
    border: 1px solid #9CB2BF;
    background: #FFFFFF;
    box-shadow: none;
    padding: 15px;
    width: 100%;
    border-radius: 0px;
    line-height: 1.25; /* ??? */
    margin: 0;
    font-family: inherit;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: left;
    color: #06041F
  }

  /* Input Defaults */
  .hs-form input[type='text'], .hs-form input[type='number'], .hs-form input[type='email'], .hs-form input[type='search'], .hs-form input[type='password'], .hs-form input[type='tel'], .hs-form input[type='url'], .hs-form input[type='date'], .hs-form input[type='file'],
  .hs-form button, .hs-form optgroup,
  .hs-form select, .hs-form textarea,
  .select-selected {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

  }

  /* Inputs in Focus */
  .hs-form input:not([type="submit"]):focus,
  .hs-form textarea:focus,
  .hs-form select:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: 0;
    border-color: #00CAFF;
  }

  /* Equal Height Inputs */
  .hs-form input:not(.hs-button), 
  .hs-form select {
    height: 46px;
  }
  .hs-form input:not(.hs-button):hover,
  .hs-form select:hover {
    background: #FFFFFF;
    outline: 2px solid #9CB2BF;
  }

  /* Textareas */
  .hs-form textarea,
  .hs-fieldtype-textarea  {
    width: 100% !important;
    min-height: 96px;
  }
  .hs-form textarea:hover {
    background: #FFFFFF;
    outline: 2px solid #9CB2BF;
  }

  /* Placeholder */
  ::-webkit-input-placeholder,
  ::-moz-placeholder :-ms-input-placeholder,
  :-moz-placeholder {
  }


/* SELECT DROPDOWN */
/*--------------------------------------------------------------------------*/

/*https://preview.hs-sites.com/_hcms/preview/content/41130561865*/
  /* Dropdown Custom Select */
  

  /* Dropdown Default Select */
  .hs-form select,
  .hs-form .select-selected {
      position: relative;
      height: 46px;
      padding-top: 0; 
      padding-bottom: 0;
      line-height: 44px;
      width: 100% !important;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      -webkit-border-radius: 0px;
      border-radius: 0px;
      cursor: pointer;

      padding-right: 46px;
      -webkit-padding-end: 46px;
      -webkit-padding-start: 15px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
  }

  .hs-form .select-selected {
  -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }

/* Dropdown Caret / Arrow */





        .hs-form .hs-fieldtype-select .input {
            position: relative;
        }
        .hs-form .hs-fieldtype-select .input:after {
            position: absolute;
            pointer-events: none;
            display: block;
					  font-family: "Material Icons", "R-BiopharmIconfont", "Font Awesome 5 Pro";
            font-weight: normal;
            content: "\e5cf"; /* Caret open */
            right: 14px;
            top: 4px;
            font-size: 32px;
            color: #5B7F95;
            /* right: 14.0px; */
            /* top: 14.0px; */
        }




  /* Style items (options): */
  .hs-form .select-items {
    position: absolute;
    background-color: #FFFFFF;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    margin-top: -2px;
    border: 1px solid #9CB2BF;
    border-radius: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
    max-height: 368px;
    
  }

  /* style the items (options), including the selected item: */
  .hs-form .select-items > div {
    color: #06041F;
    padding: 15px;
    line-height: 16px;
    border: 1px solid #9CB2BF;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    border-left-width: 0;
    border-right-width: 0;
    cursor: pointer;
  }
  .hs-form .select-items > div:last-child {
    border-bottom: none;
  }

  /* Hide the items when the select box is closed: */
  .hs-form .select-hide {
    display: none;
  }

  .hs-form .select-items div:hover, 
  .hs-form .select-items .same-as-selected {
    color: #FFFFFF;
    background-color: #FFFFFF;
  }

/* CUSTOM CHECKBOX AND RADIO FIELDS */
/*--------------------------------------------------------------------------*/

	.hs_cos_wrapper_type_member_login input[type="checkbox"]:before,
	.hs_cos_wrapper_type_member_login input[type="checkbox"]:after {
		content: ""
	}

  .hs-form .inputs-list,
  .hs-form-booleancheckbox,
	.hs_cos_wrapper_type_member_login input[type="checkbox"] {
    padding-left: 0;
    margin: 0;
    list-style: none;
  }

  .hs-form-radio,
  .hs-form-checkbox,
  .hs-form-booleancheckbox,
  .email-prefs .item,
  .subscribe-options,
	.hs_cos_wrapper_type_member_login .hs-form-field {
    display: table;
    margin-bottom: 10px;
    border: 0;
  }

  /* Customize the label (the container) */
  .hs-form-radio label,
  .hs-form-checkbox label,
  .hs-form-booleancheckbox label,
  .email-prefs .item .fakelabel, 
  .subscribe-options label,
	.hs_cos_wrapper_type_member_login input[type="checkbox"] + label {
    display: table-cell;
    vertical-align: middle;
    height: 46px; /* 48px */
    position: relative;
    padding-left: 41px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
  }
  .email-prefs .item p,
  .subscribe-options > p:first-child {
    padding-left: 41px;
  }

  /* Hide the browser's default checkbox */
  .hs-form-radio input,
  .hs-form-checkbox input,
  .hs-form-booleancheckbox input,
  .email-prefs .item input,
  .subscribe-options input,
	.hs_cos_wrapper_type_member_login input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Label Text */
  .hs-form .hs-form-radio span,
  .hs-form .hs-form-checkbox span,
  .hs-form .hs-form-booleancheckbox span,
  .email-prefs .item .fakelabel span,
  .subscribe-options span {
    vertical-align: baseline;
    line-height: 1.25;
  }

  /* Create a custom checkbox */
  .hs-form .hs-form-radio label > span:before,
  .hs-form .hs-form-checkbox label > span:before,
  .hs-form .hs-form-booleancheckbox label > span:before,
  .email-prefs .item .fakelabel > span:nth-child(2):before,
  .subscribe-options label > span:before,
	.hs_cos_wrapper_type_member_login input[type="checkbox"]  + label:before {
    left: 0;
    position: absolute;
    display: block;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #9CB2BF;
  }
  .hs-form .hs-form-checkbox label > span:before,
  .hs-form .hs-form-booleancheckbox label > span:before,
  .email-prefs .item .fakelabel > span:nth-child(2):before,
  .subscribe-options label > span:before,
	.hs_cos_wrapper_type_member_login input[type="checkbox"] + label:before {
    width: 31px;
    height: 31px;
    top: 7.5px;
  }
  .hs-form .hs-form-radio label > span:before {
    width: 33px;
    height: 33px;
    top: 6.5px;
  }

  /* Border Radius */
  .hs-form .hs-form-radio span:before {
    border-radius: 50%;
  }
  .hs-form .hs-form-checkbox label > span:before,
  .hs-form .hs-form-booleancheckbox label > span:before,
  .email-prefs .item .fakelabel > span:nth-child(2):before,
  .subscribe-options label > span:before {
    border-radius: 0.0px;
  }

  /* On mouse-over, add a grey background color */
  .hs-form-radio:hover input + span:before,
  .hs-form-checkbox:hover input + span:before,
  .hs-form-booleancheckbox:hover input + span:before,
  .email-prefs .item:hover .fakelabel > input + span:nth-child(2):before,
  .subscribe-options label:hover input + span:before,
	.hs_cos_wrapper_type_member_login input[type="checkbox"] + label:hover::before {
    background-color: #FFFFFF;
  }

  /* When the checkbox is checked background */
  .hs-form .hs-form-radio input:checked + span:before,
  .hs-form .hs-form-checkbox input:checked + span:before,
  .hs-form .hs-form-booleancheckbox input:checked + span:before,
  .email-prefs .item .fakelabel > input:checked + span:nth-child(2):before,
  .subscribe-options input:checked + span:before,
	.hs_cos_wrapper_type_member_login input[type="checkbox"] + label:checked::before {
    background-color: #FFFFFF;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .hs-form-radio span:after,
  .hs-form-checkbox span:after,
  .hs-form-booleancheckbox span:after,
	.hs_cos_wrapper_type_member_login input[type="checkbox"] + label:after {
    content: "";
    position: absolute;
    display: none;
  }
  .email-prefs .item .fakelabel > span:nth-child(2):after,
  .subscribe-options label > span:after,
	.hs_cos_wrapper_type_member_login input[type="checkbox"] + label:after {
    position: absolute;
    opacity: 0;
  }

  /* Show the checkmark when checked */
  .hs-form-radio input:checked ~ span:after,
  .hs-form-checkbox input:checked ~ span:after,
  .hs-form-booleancheckbox input:checked ~ span:after,
	.hs_cos_wrapper_type_member_login input[type="checkbox"]:checked + label:after {
    display: block;
  }
  .email-prefs .item .fakelabel > input:checked + span:nth-child(2):after,
  .subscribe-options input:checked ~ span:after,
	.hs_cos_wrapper_type_member_login input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }

  /* Style the checkmark/indicator */
  .hs-form-booleancheckbox label > span:after,
  .hs-form-checkbox label > span:after,
  .email-prefs .item .fakelabel > span:nth-child(2):after,
  .subscribe-options label > span:after,
	.hs_cos_wrapper_type_member_login input[type="checkbox"] + label:after {
    
    
      font-family: "R-BiopharmIconfont", "Material Icons";
      font-weight: normal;
      content: "\e934";
      left: 0; 
      top: 7.5px;
      line-height: 31px;
      text-align: center;
      width: 31px;
      height: 31px;
    
    
    
    
  }

  /* Style the selection/indicator */
  .hs-form-radio label > span:after {
    
    
      font-family: "Material Icons", "R-BiopharmIconfont", "Font Awesome 5 Pro";
      font-weight: normal;
      content: "\e934";
      left: 1px;
      top: 7.5px;
      line-height: 31px;
      text-align: center;
      width: 31px;
      height: 31px;
    
    
    
    
  }

  /* Style the boolean/indicator */


  /* Required Field Pass Validation */
  input:focus:required:invalid,
  textarea:focus:required:invalid,
  select:focus:required:invalid {
  }

  /* Requied Input Focus */
  input:focus:required:invalid:focus,
  textarea:focus:required:invalid:focus,
  select:focus:required:invalid:focus {
    box-shadow: none;
  }


/* SPECIAL MEMBERSHIP FORM
========================================================================== */

  .hs-register-widget-show-password,
  .hs-login-widget-show-password,
  .hs-reset-widget-show-password {
    display: inline-block;
    float: right;
    line-height: 1.5;
    margin-bottom: 5.0px;
  }
  #hs-login-widget-remember {
    height: auto !important;
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
  }
  #hs-pwd-widget-password {
    height: 46px !important;
    margin-top: 10px !important;
  }


/* SPECIAL BOOLEN CHECKBOX [ EXTEND THE CHECKBOX AND RADIO SECION ]
========================================================================== */



/* ABO CONFIGURATION SECIAL FORM-TYP */
/*--------------------------------------------------------------------------*/

    .item .item-inner.selected {
    }
    .item .item-inner.hovered {
    }
    .item .checkbox-row .fakelabel {
      line-height: 23.0px;
    }
    .item .checkbox-row .fakelabel input {
      top: 0;
      height: 23.0px;
    }
    .item .checkbox-row .fakelabel input span {
      vertical-align: middle;
    }


/* FIELD VALIDATION */
/*--------------------------------------------------------------------------*/

  .hs-form .hs-input.invalid + .hs-error-msgs,
  .hs-form .hs-input.error + .hs-error-msgs {}


  /* Error Message */
  .hs-form .hs-error-msgs {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0 15px 0 16px;
    height: 23.0px;
    /* bottom: -23.0px; */
   }
   .hs-form .hs-error-msgs li > label.hs-error-msg {
      color: #E4002B;
      font-size: 12px;
      vertical-align: sub;
   }

  /* Consent Checkbox Error */
  .hs-form .legal-consent-container .hs-error-msgs {
    padding-left: 41px;
  }
  .hs-form .legal-consent-container .hs-error-msgs .hs-error-msg {
    vertical-align: top;
  }

  /* Error Box */
  .hs-form .hs_error_rollup {
    position: relative;
    display: none;
  }

  /* Error Input Field */
  .hs-input.invalid {
    border-color: #E4002B !important;
  }

/* FORM GRID */
/*--------------------------------------------------------------------------*/

  /* Grid Gutter */
  fieldset > .hs-form-field,
  fieldset > .hs-dependent-field {
    margin: 0 10px;
  }
  fieldset > .hs-form-field:first-child,
  fieldset > .hs-dependent-field:first-child {
    margin-left: 0;
  }
  fieldset > .hs-form-field:last-child,
  fieldset > .hs-dependent-field:last-child {
    margin-right: 0;
  }
  fieldset > .hs-form-field:only-child,
  fieldset > .hs-dependent-field:only-child {
    margin-right: 0;
    margin-left: 0;
  }
  fieldset > .hs-form-field .input,
  fieldset > .hs-dependent-field .input {
    margin-right: 0 !important;
  }

  @media (max-width: 575px) {
      fieldset.form-columns-2 > .hs-form-field,
      fieldset.form-columns-2 > .hs-dependent-field {
        margin-left: 0;
        margin-right: 0;
      }
  }
  @media (max-width: 679px) {
      fieldset.form-columns-3 > .hs-form-field,
      fieldset.form-columns-3 > .hs-dependent-field {
        margin-left: 0;
        margin-right: 0;
      }
  }

  /* Grid Elements */
  fieldset { max-width: none !important; }
  .hs-dependent-field { display: inline-block; }

  .hs-form input[type='text'], .hs-form input[type='number'], .hs-form input[type='email'], .hs-form input[type='search'], .hs-form input[type='password'], .hs-form input[type='tel'], .hs-form input[type='url'], .hs-form input[type='date'], .hs-form input[type='file'], .hs-form > .hs-form-field,
  fieldset.form-columns-1 > .hs-form-field,
  fieldset.form-columns-1 > .hs-dependent-field,
  fieldset > .hs-dependent-field > .hs-form-field {
      width: 100% !important;
  }

  fieldset.form-columns-2 > .hs-form-field,
  fieldset.form-columns-2 > .hs-dependent-field {
      width: calc(50% - 10px) !important;
  }
  @media (max-width: 575px) {
    fieldset.form-columns-2 .hs-form-field,
    fieldset.form-columns-2 > .hs-dependent-field {
      width: 100% !important;
    }
  }

  fieldset.form-columns-3 > .hs-form-field,
  fieldset.form-columns-3 > .hs-dependent-field {
    width: calc(33.33333% - 13.333333333333334px) !important;
  }
  @media (max-width: 679px) {
    fieldset.form-columns-3 > .hs-form-field,
    fieldset.form-columns-3 > .hs-dependent-field {
      width: 100% !important;
    }
  }

  /* Gaps Between Fields */
  form.hs-form > .hs-form-field,
  fieldset > .hs-form-field,
  fieldset > .hs-dependent-field > .hs-form-field {
      float: none !important;
      position: relative;
      display: inline-block;
      vertical-align: top;
      
        margin-top: 15.0px;
      
  }
  fieldset > .hs-richtext.hs-main-font-element {
    margin-top: 40px;
  }


/* INPUT MULTI-FIELD GRID - or display multiple checkboxes in one row */
/*--------------------------------------------------------------------------*/

  /* all items */
  .row-fluid  > div:not(.span12) .inputs-list.multi-container > li,
	.row-fluid  > div:not(:only-child) .inputs-list.multi-container > li {
      display: inline-block;
      width: 100% !important;
  }

  fieldset.form-columns-3 .inputs-list.multi-container > li {  
    width: 100% !important; 
  }

  

  .inputs-list.multi-container > li:first-child:nth-last-child(1)  {  width: 100%; }
  .inputs-list.multi-container > li:first-child:nth-last-child(2), .inputs-list.multi-container > li:first-child:nth-last-child(2) ~ li {  width: 50%;     }
  .inputs-list.multi-container > li:first-child:nth-last-child(3), .inputs-list.multi-container > li:first-child:nth-last-child(3) ~ li {  width: 33.333%; }
  .inputs-list.multi-container > li:first-child:nth-last-child(4), .inputs-list.multi-container > li:first-child:nth-last-child(4) ~ li {  width: 25%;     }
  .inputs-list.multi-container > li:first-child:nth-last-child(5), .inputs-list.multi-container > li:first-child:nth-last-child(5) ~ li {  width: 20%;     }
  .inputs-list.multi-container > li:first-child:nth-last-child(6), .inputs-list.multi-container > li:first-child:nth-last-child(6) ~ li {  width: 33.333%; }
  .inputs-list.multi-container > li:first-child:nth-last-child(8), .inputs-list.multi-container > li:first-child:nth-last-child(8) ~ li {  width: 25%;     }

  @media (max-width: 575px) {
    
    .inputs-list.multi-container > li:first-child:nth-last-child(2), .inputs-list.multi-container > li:first-child:nth-last-child(2) ~ li {  width: 50%;  }
    .inputs-list.multi-container > li:first-child:nth-last-child(3), .inputs-list.multi-container > li:first-child:nth-last-child(3) ~ li {  width: 100%; }
    .inputs-list.multi-container > li:first-child:nth-last-child(4), .inputs-list.multi-container > li:first-child:nth-last-child(4) ~ li {  width: 50%;  }
    .inputs-list.multi-container > li:first-child:nth-last-child(5), .inputs-list.multi-container > li:first-child:nth-last-child(5) ~ li {  width: 100%; }
    .inputs-list.multi-container > li:first-child:nth-last-child(6), .inputs-list.multi-container > li:first-child:nth-last-child(6) ~ li {  width: 50%;  }
    .inputs-list.multi-container > li:first-child:nth-last-child(8), .inputs-list.multi-container > li:first-child:nth-last-child(8) ~ li {  width: 50%;  }
    
  }

/* SUBMIT BUTTON */
/*--------------------------------------------------------------------------*/

  /*.hs-form .hs-button.primary,
  .hs-form input[type="submit"],*/
  .hs-form input[type="button"] {
    display: inline-block;
    background: ;
    color: ;
    width: auto;
    padding: 8px 85px;
    margin-top: 20px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
    border-radius: px;
    border: 0px solid null;
    cursor: pointer;
  }
  /*.hs-form .hs-button.primary:hover,
  .hs-form input[type="submit"]:hover,*/
  .hs-form input[type="button"]:hover {
      background: ;
      color: ;
  }
  .hs-form .actions {
     margin-top: 10px;
  }
  @media (max-width: 575px) {
    .hs-form .hs-button.primary,
    .hs-form input[type="submit"],
    .hs-form input[type="button"] {
      width: 100%;
    }
  }

/* FILE UPLOAD + BUTTON */
/*--------------------------------------------------------------------------*/

  input[type="file"], .hs-file-button {
    cursor: pointer;
    padding: 0 15px;
    line-height: 16px !important;
  }
  input[type="file"], .hs-file-button::-webkit-file-upload-button {
      background: ;
      color: ;
      width: auto;
      height: 16px;
      margin: 15px 0;
      padding: 15px;
      font-weight: 400;
      text-transform: uppercase;
      line-height: 0;
      border-radius: 4px;
      border: 0px solid null;
      display: block;
      transition: all 300ms ease-in-out;
      cursor: pointer;
  }
  input[type="file"], .hs-file-button::-webkit-file-upload-button:hover {
      background: ;
      color: ;
  }

  /* Only Firefox */
  @supports (-moz-appearance: none) {
    input[type="file"] {
      line-height: 0 !important;
      padding: 0 !important;
    }
  }

  /* Only Edge */
  @supports (-ms-ime-align:auto) {
    input[type="file"] {
      padding: 0 !important;
    }
  }

  .hs-fieldtype-file .input {
    white-space: nowrap;
  }

  /* Custom File Upload Button + Value (need js component) */
  .hs-file-button,
  .hs-file-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    line-height: 44px;
  }

  /* Custom File Upload Button (need js component) */
  .hs-fieldtype-file .hs-file-button {
    width: 35%; /* calc( 35% - 30px ) !important; */
    height: 46px;
    line-height: 0 !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* Custom File Upload Value (need js component) */
  .hs-file-value {
    display: inline-block;
    width: 65%;
    padding: 0 15px;
    background-color: #FFFFFF;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #9CB2BF;
    border-left: none;
    margin-left: 0: /* 45px */
  }


/* DATETIME INPUT FIELD */
/*--------------------------------------------------------------------------*/

    /* .hs-fieldtype-date */
   .hs-dateinput .hs-input { 
      cursor: pointer;
     
      /* iOS Fix */
      vertical-align: middle;
      display: inline-block;
      line-height: 16px !important;
     -webkit-appearence: none;
     -webkit-min-logical-width: calc( 100% - 15px);
   }
   .hs-dateinput input {
      padding-right: 46px;
      -webkit-padding-end: 46px;
      -webkit-padding-start: 15px;
    }



/* DATETIME PICKER CALENDAR */
/*--------------------------------------------------------------------------*/

   .hs-datepicker .pika-button {
      text-align: center;
    }
   .hs-datepicker .is-today .pika-button {
      color:  !important;
    }
   .hs-datepicker .fn-date-picker .pika-button:hover {
      background:  !important;
    }
   .hs-datepicker .fn-date-picker .is-selected .pika-button {
      box-shadow: none;
      background:  !important;
    }


/* RECAPTCHA */
/*--------------------------------------------------------------------------*/

  .hs_recaptcha {
    
      display: none !important;
    
    margin-top: 15.0px;
    margin-bottom: 25.0px;
  }


/* SETP UP - STEP DOWN - CUSTOM INPUT NUMBER */
/*--------------------------------------------------------------------------*/

  
    /* Remove Default Number Appearance  */
    .hs-form input[type="number"],
    .hs-form input[type="number"]:focus {
      -webkit-appearance: textfield;
      -moz-appearance: textfield;
      appearance: textfield;
      border-radius: 0;
    }
    .hs-form input[type="number"]::-webkit-inner-spin-button,
    .hs-form input[type="number"]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    /* Create New Display Layout  */
    .hs-fieldtype-number .input {
      display: inline-flex;
      box-sizing: border-box;
      width: 100%;
    }
    .hs-fieldtype-number .input .hs-input {
      width: calc(100% - 77px ) !important;
      text-align: center;
    }

    /* Add New Numeric Buttons (need-js-component) */
    .hs-fieldtype-number button {
      align-items: center;
      justify-content: center;
      width: 46px;
      height: 46px;
      position: relative;
      display: inline-block;
      cursor: pointer;
    }

      .hs-fieldtype-number button.hs-stepDown {
        /* margin-right: 7.5px; */
        border-right: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
      }
      .hs-fieldtype-number button.hs-stepUp {
        /* margin-left: 7.5px; */
        border-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
      }

      

      
        .hs-fieldtype-number button.hs-stepDown::after {
          font-family: "Material Icons", "R-BiopharmIconfont", "Font Awesome 5 Pro";
          font-weight: normal;
          content: "\e913"; /* -Minus */
        }
        .hs-fieldtype-number button.hs-stepUp:after {
          font-family: "Material Icons", "R-BiopharmIconfont", "Font Awesome 5 Pro";
          font-weight: normal;
          content: "\e940"; /* +Plus */
        }
      

  /* end if */


/* DSGVO Text Privacy Policy */
/*--------------------------------------------------------------------------*/

  .legal-consent-container {
      margin-top: 20px;
  }
  .legal-consent-container .hs-form-field {
      margin-top: 15px !important;
      margin-bottom: 15px !important;
  }
  .legal-consent-container .hs-richtext {
      margin-top: 10px;
      line-height: 1.25;
  }
  .legal-consent-container p {
      color: #06041F;
  }
  .legal-consent-container > .hs-richtext + div:not(.hs-richtext) {
      margin-top: 10px;
  }
  .legal-consent-container > .hs-richtext:last-child {
      margin-bottom: 10px;
  }
  .legal-consent-container .hs-form-booleancheckbox {
      margin-bottom: 0;
  }
  .legal-consent-container .hs-form-booleancheckbox-display > span {
      margin-left: 0 !important;
  }
	.hs-error-msgs, .hs-error-msgs label,
  .legal-consent-container .hs-fieldtype-booleancheckbox .hs-error-msgs,
	.hs-form .hs-error-msgs li > label.hs-error-msg {
		font-size: 1.6rem !important;
    line-height: 2.0rem !important;
  }
  .legal-consent-container .hs-form-booleancheckbox-display > span p {
    	margin-left: 0 !important;
  }

	@media (min-width:680px) {
		.legal-consent-container label,
		.legal-consent-container .hs-richtext,
		.legal-consent-container p,
		.legal-consent-container .hs-form-booleancheckbox-display > span p {
				font-size: 1.6rem;
				line-height: 2.0rem;
		}
	}

/* DISABLED  */
/*--------------------------------------------------------------------------*/

input:disabled {
	pointer-events: none !important;
	background-color: #e8ecf1 !important;
}


/* END */
/*--------------------------------------------------------------------------*/



/* WRAPPER */
/*--------------------------------------------------------------------------*/

.load-indicator {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
}


/* COLORS */
/*--------------------------------------------------------------------------*/

.load-indicator svg .circle {
  fill: #E3E3E3;
}
.load-indicator svg .spinner {
  fill: #707173;
}


/* MAP Module /
/*--------------------------------------------------------------------------*/

.contact-point, 
.fallback {
  position: absolute;
  top: 0;
  right: auto;
  left: 220px;
}


/* SVG Wrapper */
/*--------------------------------------------------------------------------*/

svg#map {
  display: block;
  width: 226.25px;
  height: 320px;
}
svg#map .background {
  fill: #5B7F95;   
  fill-opacity: 0;    
  pointer-events: none;
}


/* SVG Colors */
/*--------------------------------------------------------------------------*/




svg#map .region {
  stroke: #FFFFFF;
  fill: rgb(255, 209, 92);
  transform: translate(0px, -22.17px);
}
svg#map #oesterreich.region:hover,
svg#map #schweiz.region:hover,
svg#map .region:hover {
  fill: rgb(255, 235, 174);
}
svg#map #schweiz.region {
  fill: rgb(188, 196, 197);
}
svg#map #oesterreich.region {
  fill: rgb(211, 219, 229);
}


/* SVG Fallback */
/*--------------------------------------------------------------------------*/

svg#map .region.fallback {
  fill: rgb(255, 235, 174);
}
svg#map #DACH > g:hover ~ g > .fallback {
  fill: rgb(255, 209, 92);
}


/* SVG Text */
/*--------------------------------------------------------------------------*/

svg#map .iso {
  isolation: isolate;
  pointer-events: none;
}
svg#map .map-label {
  white-space: pre;  
  isolation: isolate;
  font-size: 20px;  
  fill: #FFFFFF;  
  font-family: 'Titillium';  
  font-weight: regular;
  user-select: none;
}


/* SVG Dach Position */
/*--------------------------------------------------------------------------*/

svg#map .iso > #D {
  transform: translate(633.65px, 186.96px); 
}
svg#map .iso > #A {
  transform: translate(782.65px, 384.96px);
}
svg#map .iso > #CH {
  transform: translate(563.65px, 423.96px); 
}


/* TOGGLE */
/*--------------------------------------------------------------------------*/

/* Mobile Click */
#metadata {	display: none; }
#metadata ~ label {	cursor: pointer; }
#metadata ~ .metadata-infobox {
	animation: 250ms fadeOut 0s 1 normal forwards;
	transition: opacity 250ms linear;
  transform: translate(9999px);
	opacity: 0;
}
#metadata:checked ~ .metadata-infobox {
	animation: 250ms fadeIn 0s 1 normal forwards;
  transform: translate(0);
	opacity: 1;
}

/* Desktop Hover */
@media (min-width:1000px) {
	#metadata:checked ~ .metadata-infobox {
		animation: 250ms fadeOut 0s 1 normal forwards;
		transition: opacity 250ms linear;
		transform: translate(9999px);
		opacity: 0;
	}
	#metadata:checked:hover ~ .metadata-infobox,
	#metadata:hover ~ .metadata-infobox {
		animation: 250ms fadeIn 0s 1 normal forwards;
		transform: translate(0);
		opacity: 1;
	}
}


/* WRAPPER */
/*--------------------------------------------------------------------------*/

.metadata {	
	position: relative;
}
.metadata .row > div:first-child { order: 2; }
.metadata .row > div:last-child { order: 1; }


/* ICON */
/*--------------------------------------------------------------------------*/

.metadata .metadata-icon,
.metadata .metadata-icon svg {
	width: 9.5rem;
	height: auto;
	position: relative;
	color: #707173;
	fill: #707173;
	stroke: #707173;
}
.metadata .metadata-icon span {
	position: absolute;
	left: 50%; top: 48%;
	transform: translate(-50%,-50%);
}


/* ICON ANIMATION */
/*--------------------------------------------------------------------------*/

.metadata .metadata-icon svg {
  transition: transform .4s ease-out;
  transform: scale(0.9);
}
.metadata label:hover .metadata-icon svg,
.metadata label:focus .metadata-icon svg,
#metadata:checked ~ label > .metadata-icon > svg {
  transform: scale(1);
}


/* HEADLINE */
/*--------------------------------------------------------------------------*/

.metadata .metadata-headline {
	display: inline-block;
	margin-bottom: 4px;
}


/* HOVER BOX */
/*--------------------------------------------------------------------------*/

.metadata-infobox {
	background: #FFFFFF;
	border: 1px solid #5B7F95;
	border-radius: 5px;
	padding: 15.0px;
	position: absolute;
	left: 11rem;
	top: 0; min-height: 9.5rem;
	width: 32rem;
	z-index: 1;
	box-shadow: 2.5px 2.5px 10px 0 rgba(0,0,0,0.25);
}
@media (max-width:679px) {
	.metadata-infobox {
		width: 60vw; 
		max-width: auto;
	}
}


/* BOX ARROW */
/*--------------------------------------------------------------------------*/

.metadata-infobox:before,
.metadata-infobox:after {
	display: block; content: "";
	width: 20px; 
	height:20px;
	border: solid 10px transparent;
	position: absolute; top: 4.75rem;
}
.metadata-infobox:before {
	left: -20px;
	border-right-color: #5B7F95;
}
.metadata-infobox:after {
	left: calc(-20px + 1px);
	border-right-color: #FFFFFF;
}


/* TAG STYLES */
/*--------------------------------------------------------------------------*/

.tag-list {
	margin: -2px;
	margin-bottom: 1rem;
}
.tag-list .tag { 
	display: inline-block;
	color: #FFFFFF;
	background: #707173;
	padding: 0.5rem 0.75rem;
	border-radius: 5px;
	margin: 2px;
}
.tag-list .tag.animal-species-detection { background: #706F6F; }
	/* 
	 .metadata label.animal-species-detection ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.animal-species-detection ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.constituents { background: #FFCB00; }
	/* 
	 .metadata label.constituents ~ .metadata-infobox { border-color: #FFCB00; }
	 .metadata label.constituents ~ .metadata-infobox:before { border-right-color: #FFCB00; } 
  */
.tag-list .tag.equipment-software { background: #706F6F; }
	/* 
	 .metadata label.equipment-software ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.equipment-software ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.food-adulteration { background: #941B80; }
	/* 
	 .metadata label.food-adulteration ~ .metadata-infobox { border-color: #941B80; }
	 .metadata label.food-adulteration ~ .metadata-infobox:before { border-right-color: #941B80; } 
  */
.tag-list .tag.food-allergens { background: #88A938; }
	/* 
	 .metadata label.food-allergens ~ .metadata-infobox { border-color: #88A938; }
	 .metadata label.food-allergens ~ .metadata-infobox:before { border-right-color: #88A938; } 
  */
.tag-list .tag.genetically-modified-organisms { background: #E40437; }
	/* 
	 .metadata label.genetically-modified-organisms ~ .metadata-infobox { border-color: #E40437; }
	 .metadata label.genetically-modified-organisms ~ .metadata-infobox:before { border-right-color: #E40437; } 
  */
.tag-list .tag.microbiology { background: #02559E; }
	/* 
	 .metadata label.microbiology ~ .metadata-infobox { border-color: #02559E; }
	 .metadata label.microbiology ~ .metadata-infobox:before { border-right-color: #02559E; } 
  */
.tag-list .tag.mycotoxins { background: #EB6508; }
	/* 
	 .metadata label.mycotoxins ~ .metadata-infobox { border-color: #EB6508; }
	 .metadata label.mycotoxins ~ .metadata-infobox:before { border-right-color: #EB6508; } 
  */
.tag-list .tag.residues { background: #EB6508; }
	/* 
	 .metadata label.residues ~ .metadata-infobox { border-color: #EB6508; }
	 .metadata label.residues ~ .metadata-infobox:before { border-right-color: #EB6508; } 
  */
.tag-list .tag.vitamins { background: #6C6C6C; }
	/* 
	 .metadata label.vitamins ~ .metadata-infobox { border-color: #6C6C6C; }
	 .metadata label.vitamins ~ .metadata-infobox:before { border-right-color: #6C6C6C; } 
  */
.tag-list .tag.accessories { background: #706F6F; }
	/* 
	 .metadata label.accessories ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.accessories ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.bioluminescence { background: #706F6F; }
	/* 
	 .metadata label.bioluminescence ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.bioluminescence ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.cards { background: #706F6F; }
	/* 
	 .metadata label.cards ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.cards ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.elisa { background: #706F6F; }
	/* 
	 .metadata label.elisa ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.elisa ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.enzymatic-assays { background: #706F6F; }
	/* 
	 .metadata label.enzymatic-assays ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.enzymatic-assays ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.enzymatic-assays-enzytec-generic { background: #706F6F; }
	/* 
	 .metadata label.enzymatic-assays-enzytec-generic ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.enzymatic-assays-enzytec-generic ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.enzymatic-assays-enzytec-liquid { background: #706F6F; }
	/* 
	 .metadata label.enzymatic-assays-enzytec-liquid ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.enzymatic-assays-enzytec-liquid ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.enzymatic-assays-ridacube { background: #706F6F; }
	/* 
	 .metadata label.enzymatic-assays-ridacube ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.enzymatic-assays-ridacube ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.enzymatic-assays-roche { background: #706F6F; }
	/* 
	 .metadata label.enzymatic-assays-roche ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.enzymatic-assays-roche ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.lateral-flow-assays { background: #706F6F; }
	/* 
	 .metadata label.lateral-flow-assays ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.lateral-flow-assays ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.microbiological-assays { background: #706F6F; }
	/* 
	 .metadata label.microbiological-assays ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.microbiological-assays ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.purification-columns { background: #706F6F; }
	/* 
	 .metadata label.purification-columns ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.purification-columns ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.ready-to-use-media { background: #706F6F; }
	/* 
	 .metadata label.ready-to-use-media ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.ready-to-use-media ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.real-time-pcr { background: #706F6F; }
	/* 
	 .metadata label.real-time-pcr ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.real-time-pcr ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.fish { background: #88A938; }
	/* 
	 .metadata label.fish ~ .metadata-infobox { border-color: #88A938; }
	 .metadata label.fish ~ .metadata-infobox:before { border-right-color: #88A938; } 
  */
.tag-list .tag.milk { background: #87A937; }
	/* 
	 .metadata label.milk ~ .metadata-infobox { border-color: #87A937; }
	 .metadata label.milk ~ .metadata-infobox:before { border-right-color: #87A937; } 
  */
.tag-list .tag.treenuts { background: #87A937; }
	/* 
	 .metadata label.treenuts ~ .metadata-infobox { border-color: #87A937; }
	 .metadata label.treenuts ~ .metadata-infobox:before { border-right-color: #87A937; } 
  */
.tag-list .tag.shellfish { background: #87A937; }
	/* 
	 .metadata label.shellfish ~ .metadata-infobox { border-color: #87A937; }
	 .metadata label.shellfish ~ .metadata-infobox:before { border-right-color: #87A937; } 
  */
.tag-list .tag.soy { background: #87A937; }
	/* 
	 .metadata label.soy ~ .metadata-infobox { border-color: #87A937; }
	 .metadata label.soy ~ .metadata-infobox:before { border-right-color: #87A937; } 
  */
.tag-list .tag.sesame { background: #87A937; }
	/* 
	 .metadata label.sesame ~ .metadata-infobox { border-color: #87A937; }
	 .metadata label.sesame ~ .metadata-infobox:before { border-right-color: #87A937; } 
  */
.tag-list .tag.peanut { background: #87A937; }
	/* 
	 .metadata label.peanut ~ .metadata-infobox { border-color: #87A937; }
	 .metadata label.peanut ~ .metadata-infobox:before { border-right-color: #87A937; } 
  */
.tag-list .tag.mustard { background: #87A937; }
	/* 
	 .metadata label.mustard ~ .metadata-infobox { border-color: #87A937; }
	 .metadata label.mustard ~ .metadata-infobox:before { border-right-color: #87A937; } 
  */
.tag-list .tag.lupin { background: #87A937; }
	/* 
	 .metadata label.lupin ~ .metadata-infobox { border-color: #87A937; }
	 .metadata label.lupin ~ .metadata-infobox:before { border-right-color: #87A937; } 
  */
.tag-list .tag.gluten { background: #87A937; }
	/* 
	 .metadata label.gluten ~ .metadata-infobox { border-color: #87A937; }
	 .metadata label.gluten ~ .metadata-infobox:before { border-right-color: #87A937; } 
  */
.tag-list .tag.celery { background: #87A937; }
	/* 
	 .metadata label.celery ~ .metadata-infobox { border-color: #87A937; }
	 .metadata label.celery ~ .metadata-infobox:before { border-right-color: #87A937; } 
  */
.tag-list .tag.egg { background: #87A937; }
	/* 
	 .metadata label.egg ~ .metadata-infobox { border-color: #87A937; }
	 .metadata label.egg ~ .metadata-infobox:before { border-right-color: #87A937; } 
  */
.tag-list .tag.r-biotube-videos { background: #706F6F; }
	/* 
	 .metadata label.r-biotube-videos ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.r-biotube-videos ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.news { background: #706F6F; }
	/* 
	 .metadata label.news ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.news ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.videotrainings { background: #706F6F; }
	/* 
	 .metadata label.videotrainings ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.videotrainings ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.good-elisa-practice { background: #706F6F; }
	/* 
	 .metadata label.good-elisa-practice ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.good-elisa-practice ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.product-catalogue { background: #706F6F; }
	/* 
	 .metadata label.product-catalogue ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.product-catalogue ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.flyer { background: #706F6F; }
	/* 
	 .metadata label.flyer ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.flyer ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.infographics { background: #706F6F; }
	/* 
	 .metadata label.infographics ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.infographics ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.product-videos { background: #706F6F; }
	/* 
	 .metadata label.product-videos ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.product-videos ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.clipboard { background: #706F6F; }
	/* 
	 .metadata label.clipboard ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.clipboard ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.podcast { background: #706F6F; }
	/* 
	 .metadata label.podcast ~ .metadata-infobox { border-color: #706F6F; }
	 .metadata label.podcast ~ .metadata-infobox:before { border-right-color: #706F6F; } 
  */
.tag-list .tag.fruits-spices-and-nuts { background: #FECC00; }
	/* 
	 .metadata label.fruits-spices-and-nuts ~ .metadata-infobox { border-color: #FECC00; }
	 .metadata label.fruits-spices-and-nuts ~ .metadata-infobox:before { border-right-color: #FECC00; } 
  */
.tag-list .tag.beverages { background: #FECC00; }
	/* 
	 .metadata label.beverages ~ .metadata-infobox { border-color: #FECC00; }
	 .metadata label.beverages ~ .metadata-infobox:before { border-right-color: #FECC00; } 
  */
.tag-list .tag.beer { background: #FECC00; }
	/* 
	 .metadata label.beer ~ .metadata-infobox { border-color: #FECC00; }
	 .metadata label.beer ~ .metadata-infobox:before { border-right-color: #FECC00; } 
  */
.tag-list .tag.juices { background: #FECC00; }
	/* 
	 .metadata label.juices ~ .metadata-infobox { border-color: #FECC00; }
	 .metadata label.juices ~ .metadata-infobox:before { border-right-color: #FECC00; } 
  */
.tag-list .tag.meat { background: #FECC00; }
	/* 
	 .metadata label.meat ~ .metadata-infobox { border-color: #FECC00; }
	 .metadata label.meat ~ .metadata-infobox:before { border-right-color: #FECC00; } 
  */
.tag-list .tag.preparedfoods { background: #FECC00; }
	/* 
	 .metadata label.preparedfoods ~ .metadata-infobox { border-color: #FECC00; }
	 .metadata label.preparedfoods ~ .metadata-infobox:before { border-right-color: #FECC00; } 
  */
.tag-list .tag.testing-laboratories { background: #FECC00; }
	/* 
	 .metadata label.testing-laboratories ~ .metadata-infobox { border-color: #FECC00; }
	 .metadata label.testing-laboratories ~ .metadata-infobox:before { border-right-color: #FECC00; } 
  */
.tag-list .tag.dairy { background: #FECC00; }
	/* 
	 .metadata label.dairy ~ .metadata-infobox { border-color: #FECC00; }
	 .metadata label.dairy ~ .metadata-infobox:before { border-right-color: #FECC00; } 
  */
.tag-list .tag.seafood { background: #FECC00; }
	/* 
	 .metadata label.seafood ~ .metadata-infobox { border-color: #FECC00; }
	 .metadata label.seafood ~ .metadata-infobox:before { border-right-color: #FECC00; } 
  */
.tag-list .tag.cereals { background: #FECC00; }
	/* 
	 .metadata label.cereals ~ .metadata-infobox { border-color: #FECC00; }
	 .metadata label.cereals ~ .metadata-infobox:before { border-right-color: #FECC00; } 
  */
.tag-list .tag.wine { background: #FECC00; }
	/* 
	 .metadata label.wine ~ .metadata-infobox { border-color: #FECC00; }
	 .metadata label.wine ~ .metadata-infobox:before { border-right-color: #FECC00; } 
  */




/* PARENT WRAPPER */
/*--------------------------------------------------------------------------*/

.navigation-primary {
  background-color: #FFFFFF;
  position: absolute;
  width: 100vw;
  left: 0;
}
@media (max-width:999px){
	.navigation-primary {
		z-index: 1;
	}
}
.navigation-primary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation-primary ul > li {
  position: relative;
}

/* Bridge - Hover Helper To Fit Gap Between Toggle Button And Navbar 
.navigation-primary:before {
  content: ""; 
  position: absolute;
  display: block; 
  left:0; top:-20px;
  height: 20px; width: 100%;
} */


/* EXTRA Full Width On Large Screens */
/*--------------------------------------------------------------------------*/




/* DROPDOWN (open/close) */
/*--------------------------------------------------------------------------*/

.submenu-toggle,
.submenu-toggle ~ .submenu {
  display: none;
}
.submenu-toggle:checked ~ .submenu {
  display: block;
}


/* CARET (toggle) */
/*--------------------------------------------------------------------------*/




/* Arrow */
.navigation-primary .menu-arrow {
  display: inline-block;
  position: absolute;
  right: 0; top: 0;
	width: 5.7rem;
	height: 5.7rem;
  padding: 10px;
	cursor: pointer;
	text-align: center;
	line-height: calc(5.7rem - 20px);
}
.navigation-primary .menu-arrow > svg {
	display: inline-block;
	vertical-align: middle;
  fill: #5B7F95;
  width: 2rem;
  height: 2rem;
	transform: rotate(-90deg);
}
.submenu-toggle:checked + .menu-arrow > svg {
  transform: rotate(90deg);
}

/* Hide the caret on large screens */
@media (min-width: 1000px){
  .navigation-primary .hs-menu-depth-2 .menu-arrow {
    display: none;
  }
  .navigation-primary .menu-arrow svg {
    opacity: 0;
  }
}

/* Enlarge label if link has no targat / if link is just opener */
.navigation-primary .hs-item-has-children > a[href="javascript:;"] ~ .menu-arrow {
  width: 100%; 
  text-align: right;
  left: 0;
}

/* Small Caret on Submenus */
.navigation-primary .hs-menu-depth-2 .menu-arrow {
  width: 50px; height: 35px;
  padding: 5.0px 10px;
}


/* LINKS */
/*--------------------------------------------------------------------------*/

.navigation-primary a {
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.01em;
	text-decoration: none;
  font-family: "Titillium Web", Arial, sans-serif;
}
.navigation-primary a:hover,
.navigation-primary a:focus,
.navigation-primary .hs-menu-item:hover > a,
.navigation-primary .hs-menu-item:focus-within > a {
  font-weight: 600; 
  letter-spacing: 0;
  text-decoration: none;
}
.navigation-primary .hs-menu-item > a:hover,
.navigation-primary .hs-menu-item > a:hover ~ .menu-arrow,
.navigation-primary .hs-menu-item > .menu-arrow:hover {
	background-color: #E3E3E3;
}

.navigation-primary .hs-menu-item > a:focus:not(:focus-visible),
.navigation-primary .hs-menu-item > label:focus:not(:focus-visible){
  outline: 0;
}

/* Links without target */
.navigation-primary a[href="javascript:;"]:hover {
  cursor: default;
}

/* Small Screens */
@media (max-width: 999px){
	.navigation-primary li {
		text-align: left;
	}
  .navigation-primary a {
    width: 100%;
    padding: 0 4.4rem 0 2rem;
		height: 5.7rem;
    font-size: 2.2rem;
  }
}

/* Large Screens */
@media (min-width: 1000px){
  .navigation-primary a {
		height: 4.4rem;
  }
	.navigation-primary a {
		font-size: 1.8rem;
    line-height: 2.4rem;
  }
	.navigation-primary .hs-menu-item > a ~ .menu-arrow {
		display: none !important;
	}
}


/* JAVASCRIPT FOR SUBMENU */
/*--------------------------------------------------------------------------*/

@media (max-width:999px){
	.navigation-primary.submenu-open .hs-menu-depth-1 > li:not(.submenu-open) {
		display: none;
	}
}


/* PRIMARY LEVEL DESKTOP CLUSTER */
/*--------------------------------------------------------------------------*/

.navigation-primary > ul {
	display: flex;
	justify-content: space-between;
	background-color: inherit;
}
@media (min-width:1000px){
	.navigation-primary > ul {
		padding-right: calc(348.25px + 7.5rem);
		padding-left: calc(7.5rem - 10px);
	}
}
@media (min-width:1200px){
	.navigation-primary > ul {
		padding-right: calc(348.25px + 15rem);
	}
}

/* PRIMARY LEVEL WRAPPER */
/*--------------------------------------------------------------------------*/

.navigation-primary .hs-menu-depth-1 {
  display: flex;
  flex-direction: column;
}

/* Large Screens */
@media (min-width: 1000px){
  .navigation-primary .hs-menu-depth-1 {
    flex-direction: row;
    margin-left: 15.0px;
  }
}


/* PRIMARY LEVEL LINKS */
/*--------------------------------------------------------------------------*/

.navigation-primary .hs-menu-depth-1 a {
  color: #5B7F95;
  padding: 10px;
}

/* Small Screens */
@media (max-width: 999px){
  .navigation-primary .hs-item-has-children > a {
    width: calc( 100% - 5.7rem );
		line-height: initial;
  }
  .navigation-primary .hs-menu-depth-1 > .hs-menu-item:not(:last-child) {
    border-bottom: 1px solid #9CB2BF;
  }
}

/* Large Screens */
@media (min-width: 1000px){
  .navigation-primary .hs-menu-depth-1 a {
    width: 100%;
  }
}


/* SECONDARY LEVEL */
/*--------------------------------------------------------------------------*/

.navigation-primary .hs-menu-depth-2 {
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
	z-index: 1;
}
.navigation-primary .hs-menu-depth-2 > .hs-menu-item:not(:last-child) {
  border-bottom: 1px solid #E3E3E3;
}
.navigation-primary .hs-menu-depth-2 > .hs-menu-item:first-child {
  border-top: 1px solid #FFFFFF;
}
.navigation-primary .hs-menu-depth-2 > .hs-menu-item:last-child {
  border-bottom: 1px solid #E3E3E3;
}
.navigation-primary:after {
	content: ""; display: block;
	position: absolute; bottom: 0px;
	width: 100%; height: 1px;
	background: #E3E3E3;
	pointer-events: none;
}

/* Large Screens */
@media (min-width: 1000px) {
  .navigation-primary .hs-menu-depth-1 > .hs-item-has-children:hover > .submenu,
  .navigation-primary .hs-menu-depth-1 > .hs-item-has-children:focus > .submenu {
    display: block;
  }
	.navigation-primary .hs-menu-depth-2 {
		min-width: 28rem;
		text-align: left;
		border-left: 1px solid #E3E3E3;
		border-right: 1px solid #E3E3E3;
		margin-top: -1px;
  }
}


/* TERIARY LEVEL */
/*--------------------------------------------------------------------------*/

.navigation-primary .hs-menu-depth-3 a {
  color: #000000;
}
.navigation-primary .hs-menu-depth-3 > .hs-menu-item:first-child {
  border-top: 1px solid #E3E3E3;
}
.navigation-primary .hs-menu-depth-3 > .hs-menu-item:not(:last-child) {
  border-bottom: 1px solid #E3E3E3;
}

/* Large Screens */
@media (min-width: 1000px) {
  .navigation-primary .hs-menu-depth-2 > .hs-item-has-children > .submenu {
    display: block;
  }
}


/* OVERLAY */
/*--------------------------------------------------------------------------*/

.navigation-primary .overlay {
	position: absolute;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	left: 0;
	top: 0;
}
@media (min-width: 1000px) {
  .navigation-primary .overlay { display: none; }
}


	.navigation-primary .overlay {	position: realtive; }
	.navigation-primary .overlay:before {
		content: ""; z-index: -1;
		width: 100%; height: 100%;
		background: #5B7F95;
		opacity: 0.2;
		top: 0;	left: 0;
		position: absolute;
	}
  @supports(backdrop-filter:none) {
    .navigation-primary .overlay {
      backdrop-filter: blur(0px) brightness(1.0);
      -webkit-backdrop-filter: blur(0px) brightness(1.0);
    }
  }


/* END */
/*--------------------------------------------------------------------------*/





.pagination a {
  white-space: nowrap;
}
.pagination a {
  display: inline-block;
}
.pagination a > i {
  font-size: 13px;
}
.pagination a.disabled {
  color: #E3E3E3;
  cursor: default;
  pointer-events: none;
}
.pagination a:hover, 
.pagination a:focus {
  color: #5B7F95;
  text-decoration: none;
}





.pagination a {
  padding: 10px 10px;
}
.pagination a.next { padding-right: 0; }
.pagination a.prev { padding-left: 0; }
@media (max-width: 679px) {
  .pagination a.next { padding-left: 0; }
  .pagination a.prev { padding-right: 0; }
}


/* Wrapper */
/*--------------------------------------------------------------------------*/

.person {
  width: 100%;
  height: 100%;
}
.person-inner {
  background: #5B7F95;
  height: 100%;
}

/* Image */
/*--------------------------------------------------------------------------*/

.person .image-inner {
  height: 0; width: 100%;
  position: relative;
  padding-top: 62.5%;
  padding-bottom: 62.5%;
  background: #E3E3E3;
}
@media (min-width: 680px) and (max-width: 999px) {
  .person .image-inner {
    padding-top: 50%;
    padding-bottom: 50%;
  }
}
.person .image-inner > img {
  position: absolute;
  left: 0; top: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top;
}


/* Content Text */
/*--------------------------------------------------------------------------*/

.person .content {
  padding: 20px;
  color: #FFFFFF;
}


/* Contact Point */
/*--------------------------------------------------------------------------*/

.person .icon .hs_cos_wrapper_type_icon {
  line-height: 0;
}
.person .icon {
  display: inline-block;
  text-align: center;
}
.person .social-links {
  margin-left: -5.0px;
  user-select: none;
}
.person .social-links > .icon .hs_cos_wrapper_type_icon > svg {
  margin-bottom: -2px;
  fill: #FFFFFF;
}





.row-fluid-wrapper.dnd-row > .row-fluid .row-fluid-wrapper.dnd-row > .row-fluid .person {
  margin: -10px;
}
@media (min-width: 680px) and (max-width: 999px) {
  .row-fluid-wrapper.dnd-row > .row-fluid .row-fluid-wrapper.dnd-row > .row-fluid .person .image,
  .row-fluid-wrapper.dnd-row > .row-fluid .row-fluid-wrapper.dnd-row > .row-fluid .person .content {
    max-width: 100% !important;
    width: 100% !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 575px) {
  .person {
    padding-bottom: 10px;
  }
  .person .image-inner {
    padding-top: 50%;
    padding-bottom: 50%;
  }
}





@media (max-width: 679px) {
  body.modal-open {
    height: 100vh;
    overflow-y: hidden;
  }
}





.popup-open {}
.popup-close,
.popup-close:active {
  position: absolute;
  cursor: pointer;
  right: 5.0px;; top: 5.0px;
  width: 30px; height: 30px;
  background: transparent;
  border: 0; padding: 0;
  color: transparent;
}
.popup-close:hover {
  color: #FFFFFF;
}





.popup-overlay {
  position: fixed; z-index: 888;
  left: 0; top: 0; right: 0; bottom: 0;
  width: 100%; height: 100%;
  display: none;
}
.popup-overlay.open {
  opacity: 1;
  transition: opacity 200ms linear 0ms;
}
.popup-overlay.close {
  opacity: 0;
  transition: opacity 200ms linear 100ms;
}






	.popup-overlay {	position: realtive; }
	.popup-overlay:before {
		content: ""; z-index: -1;
		width: 100%; height: 100%;
		background: #000000;
		opacity: 0.26;
		top: 0;	left: 0;
		position: absolute;
	}
  @supports(backdrop-filter:none) {
    .popup-overlay {
      backdrop-filter: blur(50px) brightness(0.97);
      -webkit-backdrop-filter: blur(50px) brightness(0.97);
    }
  }






.popup-title {
  font-size: 24px;
  font-weight: 400;
  color: #707173;
  margin-bottom: -20px;
}
.popup .form-title {
  display: none;
}





.popup {
  position: fixed; z-index: 999;
  left: 0; top: 0; right: 0; bottom: 0;
  width: 100%; height: auto; min-height: 56.25%;
  display: none; transition: transform 300ms ease;
  background-color: rgba(227, 227, 227,0.9);
  overflow-y: auto;
}
.popup-inner {
  position: relative;
  min-height: 30vh;
  padding: 20px;
}
.popup.open { 
  transform: translate(0,0);
}
.popup.close { 
  opacity: 1;
  transform: translate(0,-100%);
}


@media (min-width: 680px) {
  
  .popup {
    left: 50%; top: 50%; right: auto; bottom: auto;
    width: 590px; height: 720px; max-height: 90%;
  }
  .popup.open {
    opacity: 1;
    transform: translate(-295.0px,-360px);
    transition: opacity 150ms linear 0ms, transform 300ms ease;
  }
  .popup.close {
    opacity: 0; 
    transform: translate(-295.0px,-480px);
    transition: opacity 150ms linear 150ms, transform 300ms ease;
  }
}


@media (min-width: 1000px) {
  
  .popup {
    width: 590px; height: 720px;
    max-width: 1180px;
  }
  .popup-inner {
    padding: 30px
  }
  .popup.open {
    transform: translate(-295.0px,-360px);
  }
  .popup.close {
    transform: translate(-295.0px,-480px);
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}



/* Desktop Quickbar On Right Screen */
/*--------------------------------------------------------------------------*/

.quickbar {
	position: absolute;
	right: 5.0px;
	top: 88px; /* 18rem */
	z-index: 1;
}
.quickbar ul, 
.quickbar menu,
.quickbar ul > li, 
.quickbar menu > li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.quickbar ul > li, 
.quickbar menu > li {
	margin-top: -1px;
}
.quickbar ul,
.quickbar menu {
	margin: 0;
	padding: 0;
}
.quickbar a {
	display: block;
	width: 4rem; 
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	color: #5B7F95;
	border: 1px solid transparent;
	box-sizing: content-box;
}
.quickbar a:hover,
.quickbar a:focus {
	background: transparent;
	border: 1px solid transparent;
}
.quickbar a > i {
	vertical-align: bottom;
	display: inline-block;
	line-height: calc(4rem - 2px);
	font-size: 21px;
}
.quickbar a:hover > i,
.quickbar a:focus > i {
	color: #5B7F95;
}

@media (max-width:679px){
	.quickbar {
		display: none;
	}
}


/* Tooltip Hover Position */
/*--------------------------------------------------------------------------*/

.quickbar .tooltip {
	position: relative;
}
.quickbar .tooltip .tooltip-flag {
	top: 50%;	left: auto;
	right: calc(4rem + 4px);
	transform: translateY(-50%);
}


.spacer {
	display: none;
}
.hs-inline-edit .spacer {
	display: block;
  color: #5B7F95;
	background-color: transparent;
	border: 1px dotted ;
	width: 100%;
	height: 80px;
	line-height: 80px;
	border-radius: 10px;
}



/* Video-Player (Wrapper) */
/*--------------------------------------------------------------------------*/

.video {
  color: ;
  background: ;
	border-radius: 0px;
	overflow: hidden;
	margin: 0;
}


/* Video-Player (Size) */
/*--------------------------------------------------------------------------*/

.video .custom-ratio .video-player,
.video .aspect-ratio .video-player {
	width: 100%; height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
}


/* Video-Player (Consent) */
/*--------------------------------------------------------------------------*/

.video .video-dsgvo {
  width: 80%; height: auto;
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

 
/* Partials
Specific pieces of UI that are stylized. Typically used for global partial styling
*/


/* Wrapper */
/*--------------------------------------------------------------------------*/

.bottom-container-wrapper {
  background-color: #9CB2BF;
  background-image: url("https://food.r-biopharm.com/wp-content/themes/rbio-theme-food-facelift22/assets/img/footer_bg.jpg");
  background-size: cover;
  font-size: 1.8rem;
  padding-bottom: 1.7rem;
	padding-top: 3.5rem;
}

/* Headlines */
.bottom-container strong {
  display: inline-block;
	font-weight: 600;
  margin-bottom: 2.4rem;
	color: #FFFFFF;
}
@media (max-width: 679px){
	.bottom-container {
    padding: 0;
  }
  .bottom-container .box strong:not(:first-child){
    margin-top: 20px;
  }
}

/* Font Gloabls */
.bottom-container .hs-menu-item > a,
.bottom-container {
  color: #FFFFFF;
  letter-spacing: 0.01em;
	text-decoration: none;
}
.bottom-container .social-links svg {
  fill: #FFFFFF;
}

/* Extra Space 
@media(max-width:999px){
  .bottom-container .box {
    margin-bottom: 20px;
  }
} */


/* Address */
/*--------------------------------------------------------------------------*/

.bottom-container .address {
  font-style: normal;
}
.bottom-container .address p > span {
  display: inline-block;
}
.bottom-container .address i[class*="icon"] {
	display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  margin: 0.5rem 1rem 0.5rem 0.5rem;
	vertical-align: bottom;
}


/* SubMenu */
/*--------------------------------------------------------------------------*/

.bottom-container .hs-menu-wrapper {
  margin-bottom: 2.4rem;
}


/* Socialmedia */
/*--------------------------------------------------------------------------*/

.social-links svg {
  display: block;
}

/* Small Screens */
@media(min-width:1000px){
  .social-links svg {
    width: 32px;
    height: 32px;
    padding: 6px;
  }
  .social-links > .item:first-child { margin-left: -6px; }
  .social-links { margin-top: -6px; }
}

/* Large Screens */
@media(max-width:999px){
  .social-links svg {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  .social-links > .item:first-child { margin-left: -8px; }
  .social-links { margin-top: -8px; }
}
/* Formular */
/*--------------------------------------------------------------------------*/

.bottom-container .hs-form > div:first-child {
  margin-top: 0;
}
.bottom-container .hs-form-booleancheckbox label > span:after {
  color: #FFFFFF;
}
.bottom-container .hs-form-booleancheckbox label > span:before,
.bottom-container .hs-form-booleancheckbox input:checked + span:before {
  background-color: transparent;
  border-color: #FFFFFF;
}
.bottom-container .legal-consent-container p,
.bottom-container .legal-consent-container a {
  color: #FFFFFF;
}
.bottom-container .legal-consent-container,
.legal-consent-container .hs-form-field {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  font-size: 14px;
}

/* E-Mail Input */
.bottom-container .hs-form input[type='email'] {
  padding: 5.0px 10px;
  height: 31px !important;
}
.bottom-container .hs-form .hs_email {
  margin-bottom: 4px;
}

/* Submit Button */
.bottom-container .hs-form .hs-button {
  border: 1px solid #FFFFFF;
}
.bottom-container .hs-form .hs-button.primary {
  padding: 2px 5.0px;
}
.bottom-container .hs-form .actions {
  margin-top: 5.0px;
}

/* Checkbox Size */
.bottom-container .hs-form-booleancheckbox label > span:before,
.bottom-container .hs-form-booleancheckbox label > span:after {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 10px;
}
.bottom-container .hs-form-booleancheckbox label,
.bottom-container .hs-form .legal-consent-container .hs-error-msgs {
  padding-left: 25.0px;
}
.bottom-container .hs-form .legal-consent-container .hs-error-msgs .hs-error-msg {
  vertical-align: sub;
}
.bottom-container .legal-consent-container .hs-form-booleancheckbox-display > span p {
  padding-top: 5.0px;
  display: inline-block;
}
.bottom-container .legal-consent-container .hs-form-required {
  display: none;
}



/* Wrapper */
/*--------------------------------------------------------------------------*/

.world-map {
	position: relative;
}
.world-map .normal {	
	width: 100%;
	height: auto;
}


/* Hover */
/*--------------------------------------------------------------------------*/

.world-map .hover {	
	display: none; 
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: auto;
}
.world-map:hover .hover {	
	display: block; 
}


/* Wrapper */
/*--------------------------------------------------------------------------*/

.footer-container-wrapper {
  background-color: #5B7F95;
  min-height: 58px;
}
@media (max-width: 679px){
  .footer-container {
    padding-bottom: 10px;
  }
}


/* Copyright + Mandatory */
/*--------------------------------------------------------------------------*/

.footer-container .copyright,
.footer-container .mandatory .hs-menu-item > a {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 20px;
	padding-top: 19px;
  padding-bottom: 19px;
	text-decoration: none;
}
.footer-container .mandatory .hs-menu-item > a {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}


/* Tablet Menu Style */
/*--------------------------------------------------------------------------*/

@media (max-width: 999px){
  .footer-container .mandatory .hs-menu-item > a {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

  
/* Mobile Menu Style */
/*--------------------------------------------------------------------------*/

@media (max-width: 679px){
  .footer-container .mandatory .hs-menu-wrapper {
    flex-wrap: wrap;
  }
  .footer-container .copyright,
  .footer-container .mandatory .hs-menu-item > a {
    text-align: center;
  }
  .footer-container .mandatory .hs-menu-item,
  .footer-container .mandatory .hs-menu-item > a {
    width: 100%;
  }
  .footer-container .mandatory .hs-menu-item > a:hover,
  .footer-container .mandatory .hs-menu-item > a:focus {
    text-decoration: none;
  }
}


/* Mobile Menu Seperator */
/*--------------------------------------------------------------------------*/

@media (max-width: 679px){
  .footer-container .mandatory .hs-menu-item > a {
    border-top: 1px solid #E3E3E3;
  }
	.mandatory .hs-menu-item:first-child > a,
  .footer-container .row[class$="reverse"] .mandatory .hs-menu-item:first-child > a {
    border-top: 0;
  }
  .footer-container .mandatory .hs-menu-item:focus-within + .hs-menu-item > a,
  .footer-container .mandatory .hs-menu-item > a:focus {
    border-top-color: transparent;
  }
  .footer-container .mandatory .hs-menu-item > a:focus:not(:focus-visible),
  .footer-container .row[class$="reverse"] .mandatory .hs-menu-item:last-child > a {
    border-top-color: #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
    margin-bottom: -1px;
  }
  .footer-container .row:not([class$="reverse"]) .mandatory .hs-menu-item:last-child > a:focus:not(:focus-visible) {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .footer-container .row[class$="reverse"] .mandatory .hs-menu-item:focus-within + .hs-menu-item > a {
    border-top-color: transparent;
  }
  .footer-container .row[class$="reverse"] .mandatory .hs-menu-item:last-child > a:focus:focus-visible {
    border-color: transparent;
  }
}


/* Scroll To Top */
/*--------------------------------------------------------------------------*/

.footer-container .scroll-to-position {
  background-color: rgba(0, 0, 0,.2);
  display: block; position: fixed;
  bottom: 6.5px;
  right: 6.5px;
  width: 45px; height: 45px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  transition: opacity 300ms linear;
}
.footer-container .scroll-to-position.active {
  opacity: 1;
}
.footer-container .scroll-to-position > svg {
  position: absolute; fill: #FFFFFF;
  top: 50%; left: 50%;
	transform: translate(-50%,-53%);
  height: 16px; width: 16px;
}
.hs-inline-edit .footer-container .scroll-to-position {
	display: none;
}








.header-container-wrapper {
	z-index: 1;
}
.header-container {
	display: flex;
	align-items: center;
  justify-content: strech;
	height: 100%; width: 100%;
	position: relative;
}


/* Height */
.header-container-wrapper { height: 12.3rem; }
.header-container { padding: 0 7.5rem; }
@media (max-width: 999px){
	.header-container-wrapper { height: 6.4rem; }
	.header-container { padding: 0 1.7rem;}
}


/* Sticky */
html:not(.hs-inline-edit) .sticky {
  position: fixed; z-index: 2;
  top: 0; width: 100%;
}


/* Space Between Menu Items */
.header-container > div > .row,
.header-container > .row {
	gap: 2.5rem;
}
@media (max-width: 999px){
	.header-container > div > .row,
	.header-container > .row {
		gap: 1rem;
	}
}
@media (max-width: 679px){
	.header-container > div > .row,
	.header-container > .row {
		gap: 0rem;
	}
}

/* Not Sticky But Banner */
.header-container-wrapper:not(.sticky) ~ .body-container-wrapper > .body-container > div > .banner,
html:not(.hs-inline-edit) .sticky ~ .body-container-wrapper  > .body-container > div > .banner {
	margin-top: -12.3rem;
}
@media (max-width: 999px){
	.header-container-wrapper:not(.sticky) ~ .body-container-wrapper > .body-container > div > .banner,
	html:not(.hs-inline-edit) .sticky ~ .body-container-wrapper  > .body-container > div > .banner {
		margin-top: -6.4rem;
	}
}


/* Navigation Space To Top */
.header-container .navigation-primary {
	top: 97.0px; /* 96px */
	left: -7.5rem;
}
@media (max-width: 679px){
	.header-container .navigation-primary {
		top: 45.0px; /* 45px */
		left: -1.7rem;
	}
}
@media (min-width: 680px) and (max-width: 999px){
	.header-container .navigation-primary {
		top: 54.0px; /* 54px */
		left: -1.7rem;
	}
}

/* Additional Division Menu */
.header-container .division {
	top: 12.3rem;
}
@media (max-width: 999px){
	.header-container .division {
		top: 6.4rem;
		right: 0;
	}
}






	.header-container-wrapper {	position: realtive; }
	.header-container-wrapper:before {
		content: ""; z-index: -1;
		width: 100%; height: 100%;
		background: #5B7F95;
		opacity: 0.4;
		top: 0;	left: 0;
		position: absolute;
	}
  @supports(backdrop-filter:none) {
    .header-container-wrapper {
      backdrop-filter: blur(20px) brightness(1.0);
      -webkit-backdrop-filter: blur(20px) brightness(1.0);
    }
  }






html.hs-inline-edit .hamburg,
html.hs-inline-edit .search-btn,
html.hs-inline-edit .lang-btn,
html.hs-inline-edit .webshop,
html.hs-inline-edit .finder {
  pointer-events: none;
}





@media (min-width:280px) {
	body .hamburg .icon {
		margin-top: 2px;
		margin-left: 2px;
	}
	body .language-switch .lang-btn {
		margin-top: -2px;
	}
	body .site-search .search-btn svg {
		margin-top: 3px;
	}
}

@media (min-width:1000px) {
	body .hamburg .icon {
		margin-top: 5px;
		margin-left: -5px;
	}
	body .hamburg  .tooltip-flag {
		margin-left: -7px;
	}
	body .finder > .finder-link svg {
		margin-top: 6px;
		margin-left: -6px;
	}
	body .finder > .finder-link  .tooltip-flag {
		margin-left: -6px;
	}
	body .language-switch .lang-btn svg {
		margin-left: 18px;
	}
	body .language-switch .lang-selected {
		margin-left: -5px;
	}
	body .language-switch .tooltip-flag {
		margin-left: -5px;
	}
	body .site-search .search-btn svg {
		margin-top: 5px;
		padding-left: 2px;
	}
	body .site-search .search-btn  .tooltip-flag {
		margin-left: 2px;
	}
	body .header-container .logo {
		margin-top: -5px;
	}
	body .webshop svg {
		width: 3rem;
		height: 3rem;
		margin-left: 20px;
		margin-top: 15px;
	}
	body .webshop .tooltip-flag {
		margin-left: 15px;
	}
}
/* WRAPPER */
/*--------------------------------------------------------------------------*/

.finder {
	width: 70px;
  height: 70px;
}
.finder > .finder-link svg {
	width: 3rem;
  height: 3rem;
}
@media (max-width: 999px) {
	.finder {
		width: 44.8px;
		height: 44.8px;
	}
}
.header-container .logo {
  max-width: 100%;
  user-select: none;
  white-space: nowrap;
	width: auto;
  max-height: 70px;
}
.header-container .logo .square {
  display: inline-block;
	width: 60px;
  height: 60px;
}
.header-container .logo .oblong {
  display: inline-block;
	width: 140px;
  height: 30px;
  margin-top: 26px;
  margin-right: 7px;
}
@media (max-width: 679px){
  .header-container .logo .oblong {
    display: none;
  }
}
@media (max-width: 999px){
	.header-container .logo .square {
		width: 24px;
		height: 24px;
	}
	.header-container .logo .oblong {
		width: 57px;
		height: 12px;
		margin-top: 12px;
  	margin-right: 4px;
	}
	.header-container .logo {
		width: 44.8px;
		height: 44.8px;
	}
}
@media print {
  .header-container .logo .oblong { display: block; }
}
/* WRAPPER */
/*--------------------------------------------------------------------------*/

.main-menu {
  margin-left: -10px;
	width: 70px;
  height: 70px;
}
@media (max-width: 999px) {
	.main-menu  {
		width: 44.8px;
		height: 44.8px;
	}
}

/* DESIGN */
/*--------------------------------------------------------------------------*/

.hamburg {
	cursor: pointer;
}
.hamburg .icon { 
	position: relative;
	display: inline-block;
	background: transparent; 
	width: 2.5rem;
	height: 2.5rem;
	cursor: pointer;
	padding: 0;
	text-align: center;
	line-height: 0;
}
.hamburg > .icon > span { 
  position: absolute; 
	display: block;
	height: 3px;
	transition: all .2s ease-in-out;
  transform-origin: center; 
}
.hamburg > .icon > span:nth-child(1) {
	background: #fff;
	width: 100%;
	transform: translate(0, 0) rotate(0);
	left: 0;
	top: 0;
}
.hamburg > .icon > span:nth-child(2) {
	width: 100%;
	right: 0;
	top: 100%;
	background: #fff;
	transform: translate(0, -100%) rotate(0);
}
.hamburg > .icon > span:nth-child(3) {
	left: 0%;
	width: 100%;
	top: 50%;
	background: #fff;
	transform: translate(0, -50%) rotate(0);
}

/* Focus with mouse */
.hamburg:focus:not(:focus-visible) {
  outline: 0;
}


/* ANIMATION */
/*--------------------------------------------------------------------------*/

#hamburg:checked + .hamburg > .icon > span:nth-child(1){
	transform-origin: 0 50%;
	background: #fff;
	width: calc(141.421% - 3px);
	top: 1.060665px;
	left: 1.060665px;
	transform: translate(0, -50%) rotate(45deg);
}
#hamburg:checked + .hamburg > .icon > span:nth-child(2){
	transform-origin: 100% 50%;
	width: calc(141.421% - 3px);
	top: 1.060665px;
	right: 1.060665px;
	background: #fff;
	transform: translate(0, -50%) rotate(-45deg);
}
#hamburg:checked + .hamburg > .icon > span:nth-child(3){
	transform-origin: 50% 50%;
	left: 50%;
	width: 3px;
	top: 50%;
	background: #fff;
	transform: translate(-50%, -50%) rotate(-45deg);
}


/* DROPDOWN (open/close) */
/*--------------------------------------------------------------------------*/

#hamburg,
#hamburg ~ .navigation-primary,
#hamburg ~ .main-menu-overlay {
  display: none;
}
#hamburg:checked ~ .navigation-primary,
#hamburg:checked ~ .main-menu-overlay {
  display: block;
}

.main-menu-overlay {
	position: fixed;
	left: 0; top: 6.4rem;
	background: transparent;
	width: 100vw;
	height: calc(100vh - 6.4rem);
}
@media (min-width:680px){
	.main-menu-overlay {
		display: none !important;
	}
}
/* CURRENT */
/*--------------------------------------------------------------------------*/

.language-switch .lang-selected {
	text-align: center;	width: 100%;
  display: block;
}
.language-switch .lang-selected .lang-flag {
	display: none;
}
.language-switch .lang-selected {
	font-size: 1.8rem;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: -8px;
}
@media (max-width:999px) {
	.language-switch .lang-selected {
		font-size: 1.4rem;
		line-height: 1.8rem;
		margin-top: -9px;
	}
}
@media (max-width:679px) {
	.language-switch .lang-selected {
		margin-top: -12px;
	}
}


/* TOGGLE */
/*--------------------------------------------------------------------------*/

.language-switch {
  position: relative;
  background: transparent; 
  width: 70px; 
  height: 70px; 
  margin: 0; padding: 0;
  line-height: 0;
}
@media (max-width: 999px) {
	.language-switch {
		width: 44.8px;
		height: 44.8px;
	}
}
.language-switch .lang-btn {
	display: block;
	width: inherit;
	height: inherit;
	cursor: pointer;
}
.language-switch .lang-btn svg {
	display: inline-block;
  fill: #FFFFFF;
  width: 2.5rem;
  height: 2.5rem;
	margin: 22.75px;
}
@media (max-width: 999px){
	.language-switch .lang-btn svg {
		margin: 9.75px;
	}
}
@media (max-width: 679px){
	.language-switch .lang-btn svg {
		margin: 13.75px;
	}
}


/* Disabled */
html.hs-inline-edit .lang-btn,
.language-switch .lang-btn.disabled {
  cursor: default;
  opacity: 0.25;
}

/* Focus with mouse */
.language-switch .lang-btn:focus:not(:focus-visible) {
  outline: 0;
}


/* DROPDOWN */
/*--------------------------------------------------------------------------*/

.language-switch .lang-menu {
  position: absolute;
  background-color: #FFFFFF;
  min-width: 160px;
  padding: 0; margin: 0;
  z-index: 1;
  list-style: none;
	text-align: left;
	top: 80px;
}
.language-switch .lang-menu > li {
  position: relative;
}


/* DROPDOWN (open/close) */
/*--------------------------------------------------------------------------*/

#switch-btn {
	display: none;
}
#switch-btn ~ .lang-menu {
	animation: 250ms fadeOut 0s 1 normal forwards;
	transition: opacity 250ms linear;
  transform: translate(9999px);
	opacity: 0;
}
#switch-btn:checked ~ .lang-menu {
	animation: 250ms fadeIn 0s 1 normal forwards;
  transform: translate(0);
	opacity: 1;
}


/* LINK */
/*--------------------------------------------------------------------------*/

.language-switch .lang-option {
  display: inline-block;
  width: 100%;
  padding: 10px 10px;
  color: #5B7F95;
	font-size: initial;
	line-height: initial;
	text-decoration: none;
}
.language-switch .lang-option:hover,
.language-switch .lang-option:focus {
  text-decoration: none;
  background: #E3E3E3;
}


/* FLAGS */
/*--------------------------------------------------------------------------*/

.language-switch .lang-flag {
  display: inline-block;
}
/* TOGGLE */
/*--------------------------------------------------------------------------*/

.site-search {
  position: relative;
  background: transparent; 
  width: 70px; 
  height: 70px; 
  margin: 0; padding: 0;
  line-height: 0;
  z-index: 1;
}
@media (max-width: 999px) {
	.site-search {
		width: 44.8px;
		height: 44.8px;
	}
}
.site-search .search-btn {
	cursor: pointer;
}
.site-search .search-btn svg {
	display: inline-block;
  fill: #FFFFFF;
  width: 2.5rem;
  height: 2.5rem;
}

/* Large Screens */
@media (min-width: 680px){
  .site-search > input:checked + .search-btn svg {
    fill: #5B7F95;
  }
}

/* Focus with mouse */
.site-search .search-btn:focus:not(:focus-visible) {
  outline: 0;
}


/* FORM INPUT (open/close) */
/*--------------------------------------------------------------------------*/

#search-btn {
	display: none;
}
#search-btn ~ #hs_cos_wrapper_site_search {
	animation: 250ms fadeOut 0s 1 normal forwards;
	transition: opacity 250ms linear;
  transform: translate(9999px);
	opacity: 0;
}
#search-btn:checked ~ #hs_cos_wrapper_site_search {
	animation: 250ms fadeIn 0s 1 normal forwards;
  transform: translate(0);
	opacity: 1;
}

/* Icon Switch For Animation */
#search-btn:checked ~ .search-btn {
	opacity: 0 !important;
	visibility: hidden;
}
#search-btn:checked ~ .hs-search-field button,
.site-search .hs-search-field.active button {
	visibility: visible;
	left: 14rem;
}
@media (min-width: 680px) and (max-width: 999px){
	#search-btn:checked ~ .hs-search-field button,
	.site-search .hs-search-field.active button {
		left: 15.4rem;
	}
}



/* SEARCH MODAL */
/*--------------------------------------------------------------------------*/

.site-search > .hs_cos_wrapper {
  position: absolute;
	height: inherit;
	display: table;
	margin-left: -70px;
	overflow-y: hidden;
	overflow-x: visible;
}
.site-search > .hs_cos_wrapper > .hs-search-field {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-right: 2.5rem;
}
.site-search .hs-search-field label {
  display: none;
}

/* Animation */
.hs-search-field .hs-search-field__bar {
	transition: all .5s ease;
	width: 45px;
}
.hs-search-field.active .hs-search-field__bar {
	width: 20rem;
}


/* SEARCH INPUT */
/*--------------------------------------------------------------------------*/

.site-search .hs-search-field__input {
	transition: all .5s ease;
	color: #707173;
	border: 1px solid #5B7F95;;
	background: rgba(255, 255, 255, .44);
	padding: 1rem 45px 1rem 1rem;
	font-size: 1.4rem;
	line-height: initial;
  border-radius: 0;
  float: none;
  width: 100%;
}
.site-search .hs-search-field__input:focus,
.site-search .hs-search-field__input:focus-visible {
  outline: 0;
}

/* PLaceholder */
.site-search input::-webkit-input-placeholder {
  color: #FFFFFF;
}
.site-search input:-ms-input-placeholder {
  color: #FFFFFF;
}
.site-search input::placeholder {
  color: #FFFFFF;
}


/* SEARCH SUBMIT  */
/*--------------------------------------------------------------------------*/

.site-search .hs-search-field button {
	transition: all .5s ease;
	position: absolute;
  visibility: hidden;
  left: 0; top: 0;
	width: 70px; 
  height: 70px; 
	border: 0; padding: 0;
	background: transparent;
	cursor: pointer;
}
.site-search .hs-search-field button svg {
	display: inline-block;
  fill: #FFFFFF;
  width: 2.5rem;
  height: 2.5rem;
}
.site-search .search-close,
.site-search label[for="term"],
.site-search .hs-search-field button .label {
	display: none;
}

/* MOBILE SIZE  */
/*--------------------------------------------------------------------------*/

@media (max-width:999px){
	.site-search .hs-search-field button {
		width: 44.8px; 
		height: 44.8px;
	}
	.site-search .hs-search-field__input {
		padding-right: 44.8px;
	}
	.site-search > .hs_cos_wrapper {
		margin-left: -44.8px;
	}
}


/* SEARCH SUGGESTIONS */
/*--------------------------------------------------------------------------*/

.site-search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFFFFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.site-search .hs-search-field__suggestions:empty,
.site-search .hs-search-field__suggestions #results-for {
  display: none;
}
.site-search .hs-search-field__suggestions li {
  border-top: 1px solid #E3E3E3;
}
.site-search .hs-search-field__suggestions li a {
  display: block;
  color: #707173;
  padding: 5.0px  10px;
  transition: background-color 150ms;
}
.site-search .hs-search-field__suggestions li a:hover,
.site-search .hs-search-field__suggestions li a:focus {
  background-color: #E3E3E3;
  text-decoration: none;
  color: #000000;
  outline: none;
}




/* MOBILE MODAL (js-only) */
/*--------------------------------------------------------------------------*/

@media(max-width:679px){
	.site-search.momo > .hs_cos_wrapper {
		left: 0; top: 6.4rem;
		position: fixed;
		height: calc(100vh - 6.4rem);
		width: 100vw;
		margin:0;
		background: rgba(91, 127, 149, 0.9);
	}
	.site-search.momo .hs-search-field:before {
		/* filter: blur(20px); */
	}
	.site-search.momo #search-btn:checked ~ .search-btn {
    opacity: 1 !important;
    visibility: visible !important;
	}
	.site-search.momo .hs-search-field__bar {
    margin-left: auto;
    margin-right: auto;
		max-width: 40rem;
		width: 80%;
		text-align: center;
	}
	.site-search.momo .hs-search-field__input {
		font-size: 2.6rem;
		padding-right: 1rem !important;
	}
	.site-search.momo .search-close,
	.site-search.momo  .hs-search-field.active button.hs-search-field__submit {
		position: relative;
    border: 1px solid #5B7F95;
		color: #5B7F95;
    text-decoration: none;
    background: #FFFFFF;
    cursor: pointer;
    padding: 1rem;
    font-size: 2.6rem;
    display: inline-block;
		transition: none !important;
		margin: 2rem auto;
		/* left: 50%; transform: translateX(-50%); */
		width: auto;
		left: 0;
	}
	.site-search.momo  .hs-search-field.active button svg,
	.site-search.momo  .hs-search-field.active button svg path {
		fill: #5B7F95;
		display: none;
	}
	.site-search.momo .label {
		font-size: inherit;
		line-height: inherit;
	}
	.site-search.momo .hs-search-field button .label {
		display: inline;
	}
	.site-search.momo label[for="term"] {
		color: #FFFFFF;
		margin-bottom: 5rem;
    display: inline-block;
	}
	.site-search.momo .search-close {
		position: absolute !important;
		top: 1rem; 
		right: 3rem !important;
		left: auto !important;
		width: 34.2px !important;
		height: 34.2px !important;
	}
}
/* WRAPPER */
/*--------------------------------------------------------------------------*/

.webshop {
	width: 70px;
  height: 70px;
}
.webshop > .webshop-link {
	width: 3rem;
  height: 3rem;
}
@media (max-width: 999px) {
	.webshop {
		width: 44.8px;
		height: 44.8px;
	}
}


/* Templates
Special type of pages with custom template syntax like Blog or System pages. 
*/





.blog {
  padding: 65px 10px 85px 10px;
}





/* TODO */

.blog-header__author-avatar {
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover,
.blog-header__author-social-links a:focus {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}





/* TODO */

.blog-post__meta {
  margin-bottom: 1.4rem;
}
.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}
.blog-post__timestamp {
  display: block;
}
.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}
.blog-post__tag-link {
  font-size: 0.875rem;
}

.related-posts {
	background: #e8ecf1;
}




.blog-footer {
  margin-top: 54px;
}


/* WRAPPER */
/*--------------------------------------------------------------------------*/

.jobad {
  padding: 65px 20px 20px 20px;
}
@media (min-width:280px) and (max-width:679px) {
	.jobad {
		padding-left: 0;
		padding-right: 0;
	}
}

/* SIDEBAR */
/*--------------------------------------------------------------------------*/

.jobad .sidebar {
  background-color: #E3E3E3;
  padding: 30px 10px;
}
.jobad .sidebar i {
  width: 2.5rem; font-size: 19px;
  color: #5B7F95;
}
@media (min-width:280px) and (max-width:679px) {
	.jobad .sidebar i {
		font-size: 13px;
	}
}
.jobad .sidebar h4 {
  margin-bottom: 10px;
  color: #5B7F95;
  display: inline-block;
}
.jobad .sidebar .mb {
  margin-bottom: 15.0px;
}
.jobad .sidebar .ml {
  display: block;
  margin-left: 2.5rem;
}


/* FORMULAR */
/*--------------------------------------------------------------------------*/

.jobform {
  padding: 30px 20px 85px 20px;
  background-color: #e8ecf1;
}


/* ERROR */
/*--------------------------------------------------------------------------*/

.error {
  padding: 10rem 0;
  text-align: center;
}
.error-code {
  color: #e5eaef;
  font-size: 40vw;
  line-height: 1;
}
.error-text {
  z-index: 1;
}
.error .button {
  margin-top: 10px;
}
@media (min-width: 1000px) {
  .error-code {
    font-size: 10rem;
  }
}

/* SYSTEM */
/*--------------------------------------------------------------------------*/

.system {
  padding-top: 65px;
  padding-bottom: 85px;
  text-align: center;
}
.system-form .hs-form .hs-form-field,
.system-form .email-prefs {
  text-align: left;
}
.system-form .hs-form input[type="submit"] {
  margin-top: 24px;
}
@media (max-width: 380px) {
  .system-form .hs-form input[type="submit"] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.system-admin {
  margin-top: 30px;
}
.system-form .hs-form .hs-error-msgs,
.system-form .hs-form .hs-error-msg {
  margin-top: 12px;
  color: inherit !important;
}
.system-form .hs-form .form-input-validation-message {
  margin-top: 0;
}
.system .success {
  background-color: #d9f987;
  color: #89A937;
  border: 1px solid #89A937;
  border-radius: 6px;
  display: inline-block;
  padding: 2.0rem 2.0rem;
	display: block;
  width: 100%;
	margin-top: 3rem;
}
.system .icon {
  color: #707173;
  padding: 20px;
}

/* SEARCH RESULT PAGE */
/*--------------------------------------------------------------------------*/

/* Title + Text */
.hs-search-results__title {
  color: #5B7F95;
  font-family: "Titillium Web", Arial, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: 0.7rem;
}

/* Listing */
.hs-search-results__listing {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-results__listing li {
  margin: 0;
  padding: 0;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__prev-page {
  float: left;
}
.hs-search-results__next-page {
  float: right;
}



/* PASSWORD PROMT */
/*--------------------------------------------------------------------------*/

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}


/* BACKUP UNSUBSCRIBE  */
/*--------------------------------------------------------------------------*/

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}


/* SUBSCRIPTION PREFERENCES */
/*--------------------------------------------------------------------------*/

/* Option Boxes */
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.email-prefs input[type="submit"] {
  margin-left: auto;
  margin-right: auto;
  display: block;
	margin-top: 3rem;
}
.email-prefs .item {
  background-color: #e5eaef;
  padding: 16px;
  width: 100%;
  cursor: pointer;
}
.email-prefs .item .checkbox-row span {
  font-weight: 700;
  font-size: 16px;
}

/* Disable All Box */
.subscribe-options {
  background-color: #f5f5f5;
  padding: 16px;
  width: 100%;
  cursor: pointer;
}
.subscribe-options > p:first-child {
  margin-bottom: 0;
}
.subscribe-options > p:last-child {
  font-weight: 700;
}


/* Print */


/*
 A4 = 2480 x 3508 px (print resolution)
 A4 = 595 x 842 px (screen resolution)
*/

.d-print { display: none; }

@media print {
  
/* GLOBAL */
/*--------------------------------------------------------------------------*/
  
  @page { 
    margin: 10px !important;
  }
  h2, h3, h4, h5, h6 {
    page-break-after: avoid;
  }
  img, svg {
    page-break-inside: avoid;
  }
  .d-print {
    display: block;
  }	
	.no-print {
		display: none;
  }
	
  
/* MODULE */
/*--------------------------------------------------------------------------*/
  
  .minibar { 
    display: none; 
  }
  .banner .banner-image {
    height: 340px !important;
    filter: grayscale(50%);
  }
  
  /* Banner */
  h1, h2, h3, h4, h5, h6, strong, p, i, a {
    color: #000000 !important;
  }
  .banner-overlay { display: none !important; }
  
  /* Cards */
  .card {
    page-break-inside: avoid;
  }
  .card .card-image > img {
    filter: grayscale(50%);
  }
  .card .card-content {
    background-color: rgba(255, 255, 255,0.75) !important;
    width: calc(100% - 10px);
    margin: 5.0px;
  }

  
/* HEADER */
/*--------------------------------------------------------------------------*/
  
  .header-container-wrapper { 
    background: transparent !important;
    position: absolute !important;
  }
  .header-container .main-menu, 
  .header-container .language-switch, 
  .header-container .site-search {
    display: none;
  }
  
  
/* FOOTER */
/*--------------------------------------------------------------------------*/
  .footer-container-wrapper {
    background: transparent !important;
    page-break-inside: avoid;
  }
  .footer-container-wrapper .mandatory,
  .footer-container-wrapper .copyright,
  .bottom-container-wrapper { 
    display: none
  }
  .footer-container-wrapper .address {
    border-top: 1px solid #707173;
    margin: 10px 0;
    padding-top: 10px;
    font-size: 12px;
  }
  .footer-container-wrapper .address i {
    font-size: 12px;
  }

}

/* LANDSCAPE (querformat) */
/*--------------------------------------------------------------------------*/

@media print and (orientation: landscape) {
  .banner-title {
    left: 60% !important;
    right: 20px !important;
    bottom: 20px !important;
    padding: 10px !important;
    background: rgba(255, 255, 255,0.75) !important;
  }
}

/* PORTRAIT (hochformat) */
/*--------------------------------------------------------------------------*/

@media print and (orientation: portrait) {
  .banner-title {
    left: 20px !important;
    right: 20px !important;
    bottom: 20px !important;
    padding: 10px !important;
    background: rgba(255, 255, 255,0.75) !important;
  }
}