@charset "UTF-8";
/*! Theme Name: FACTUREE
Author: 3wertig / Lorenz Widmaier & Florian Walzel
Contributor: Maurizio Calvani
Description: Theme for FACTUREE
Version: 1.0.0-sprint53
License: protected by copyright
Text Domain: fac
*/
/*** GENERAL SETTINGS ***/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: local("Source Sans Pro");
  src: url("fonts/SourceSansPro-Regular.eot");
  src: url("fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/SourceSansPro-Regular.woff2") format("woff2"), url("fonts/SourceSansPro-Regular.woff") format("woff"), url("fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular") format("svg");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: normal;
  font-style: italic;
  font-display: swap;
  src: local("Source Sans Pro");
  src: url("fonts/SourceSansPro-Italic.eot");
  src: url("fonts/SourceSansPro-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/SourceSansPro-Italic.woff2") format("woff2"), url("fonts/SourceSansPro-Italic.woff") format("woff"), url("fonts/SourceSansPro-Italic.svg#SourceSansPro-Italic") format("svg");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local("Source Sans Pro");
  src: url("fonts/SourceSansPro-SemiBold.eot");
  src: url("fonts/SourceSansPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/SourceSansPro-SemiBold.woff2") format("woff2"), url("fonts/SourceSansPro-SemiBold.woff") format("woff"), url("fonts/SourceSansPro-SemiBold.svg#SourceSansPro-SemiBold") format("svg");
}
@font-face {
  font-family: "Source Sans Pro";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: local("Source Sans Pro");
  src: url("fonts/SourceSansPro-SemiBoldItalic.eot");
  src: url("fonts/SourceSansPro-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/SourceSansPro-SemiBoldItalic.woff2") format("woff2"), url("fonts/SourceSansPro-SemiBoldItalic.woff") format("woff"), url("fonts/SourceSansPro-SemiBoldItalic.svg#SourceSansPro-SemiBoldItalic") format("svg");
}
@font-face {
  font-family: "fontawesome";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: local("fontawesome");
  src: url("fonts/icomoon.eot?ak9oan");
  src: url("fonts/icomoon.eot?ak9oan#iefix") format("embedded-opentype"), url("fonts/icomoon.woff2?ak9oan") format("woff2"), url("fonts/icomoon.woff?ak9oan") format("woff"), url("fonts/icomoon.ttf?ak9oan") format("truetype"), url("fonts/icomoon.svg?ak9oan#icomoon") format("svg");
}
.fa,
.fas,
[class^=eicon] {
  font-family: fontawesome, icomoon, eicons, sans-serif !important;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: inherit;
  text-rendering: auto;
}

.fa-check:before,
.eicon-check:before,
.icon-check:before {
  content: "\f00c" !important;
}

.fa-close:before,
.eicon-close:before,
.icon-close:before {
  content: "\f00d" !important;
}

.fa-remove:before,
.eicon-remove:before,
.icon-remove:before {
  content: "\f00d" !important;
}

.fa-times:before,
.eicon-times:before,
.icon-times:before {
  content: "\f00d" !important;
}

.fa-chevron-left:before,
.eicon-chevron-left:before,
.icon-chevron-left:before {
  content: "\f053" !important;
}

.fa-chevron-right:before,
.eicon-chevron-right:before,
.icon-chevron-right:before {
  content: "\f054" !important;
}

.fa-chevron-up:before,
.eicon-chevron-up:before,
.icon-chevron-up:before {
  content: "\f077" !important;
}

.fa-chevron-down:before,
.eicon-chevron-down:before,
.icon-chevron-down:before {
  content: "\f078" !important;
}

.fa-caret-down:before,
.eicon-caret-down:before,
.icon-caret-down:before {
  content: "\f0d7" !important;
}

.fa-caret-up:before,
.eicon-caret-up:before,
.icon-caret-up:before {
  content: "\f0d8" !important;
}

.fa-caret-left:before,
.eicon-caret-left:before,
.icon-caret-left:before {
  content: "\f0d9" !important;
}

.fa-caret-right:before,
.eicon-caret-right:before,
.icon-caret-right:before {
  content: "\f0da" !important;
}

.fa-sort-desc:before,
.eicon-sort-desc:before,
.icon-sort-desc:before {
  content: "\f0dd" !important;
}

.fa-sort-down:before,
.eicon-sort-down:before,
.icon-sort-down:before {
  content: "\f0dd" !important;
}

.fa-sort-asc:before,
.eicon-sort-asc:before,
.icon-sort-asc:before {
  content: "\f0de" !important;
}

.fa-sort-up:before,
.eicon-sort-up:before,
.icon-sort-up:before {
  content: "\f0de" !important;
}

.fa-angle-left:before,
.eicon-angle-left:before,
.icon-angle-left:before {
  content: "\f104" !important;
}

.fa-angle-right:before,
.eicon-angle-right:before,
.icon-angle-right:before {
  content: "\f105" !important;
}

.fa-angle-up:before,
.eicon-angle-up:before,
.icon-angle-up:before {
  content: "\f106" !important;
}

.fa-angle-down:before,
.eicon-angle-down:before,
.icon-angle-down:before {
  content: "\f107" !important;
}

.fa-pencil:before,
.eicon-pencil:before,
.icon-pencil:before {
  content: "\e905" !important;
}

.fa-phone:before,
.eicon-phone:before,
.icon-phone:before {
  content: "\e942" !important;
}

.fa-search:before,
.eicon-search:before,
.icon-search:before {
  content: "\e986" !important;
}

.fa-zoom-in:before,
.eicon-zoom-in:before,
.icon-zoom-in:before {
  content: "\e987" !important;
}

.fa-zoom-out:before,
.eicon-zoom-out:before,
.icon-zoom-out:before {
  content: "\e988" !important;
}

.fa-bin:before,
.eicon-bin:before,
.icon-bin:before {
  content: "\e9ac" !important;
}

.fa-cloud-download:before,
.eicon-cloud-download:before,
.icon-cloud-download:before {
  content: "\e9c2" !important;
}

.fa-cloud-upload:before,
.eicon-cloud-upload:before,
.icon-cloud-upload:before {
  content: "\e9c3" !important;
}

.fa-cloud-check:before,
.eicon-cloud-check:before,
.icon-cloud-check:before {
  content: "\e9c4" !important;
}

.fa-plus:before,
body:not(.elementor-editor-active) .eicon-plus:before,
.icon-plus:before {
  content: "\ea0a" !important;
}

.fa-minus:before,
.eicon-minus:before,
.icon-minus:before {
  content: "\ea0b" !important;
}

.fa-file-pdf:before,
.eicon-file-pdf:before,
.icon-file-pdf:before {
  content: "\eadf" !important;
}

.fa-libreoffice:before,
.eicon-libreoffice:before,
.icon-libreoffice:before {
  content: "\eae3" !important;
}

@font-face {
  font-family: "icomoon-socicons";
  src: url("fonts/icomoon-socicons.eot?sfmpoy");
  src: url("fonts/icomoon-socicons.eot?sfmpoy#iefix") format("embedded-opentype"), url("fonts/icomoon-socicons.ttf?sfmpoy") format("truetype"), url("fonts/icomoon-socicons.woff?sfmpoy") format("woff"), url("fonts/icomoon-socicons.svg?sfmpoy#icomoon-socicons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa-socicon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon-socicons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter-x:before {
  content: "\e900" !important;
}

.icon-facebook:before {
  content: "\ea90" !important;
}

.icon-twitter:before {
  content: "\ea96" !important;
}

.icon-linkedin:before {
  content: "\eaca" !important;
}

.icon-xing:before {
  content: "\ead4" !important;
}

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.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-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.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%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -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%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -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%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

@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;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .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-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !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;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.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;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -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;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -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;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -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;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -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;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -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;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -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;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -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;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -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;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -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;
  }
}

/* General, Html, Body
   ----------------------------- */
@-ms-viewport {
  width: device-width;
  zoom: 1;
}
@-o-viewport {
  width: device-width;
  zoom: 1;
}
@viewport {
  width: device-width;
  zoom: 1;
}
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

html {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #005B7F;
  height: 100%;
  background: rgba(144, 192, 210, 0.2);
}

/* Generic Elements
   ----------------------------- */
h1, h2, h3 {
  font-weight: 600;
}

p {
  font-size: 1rem;
}

b, strong {
  font-weight: 600;
}

i, italic {
  font-weight: 400;
}

/* Buttons
   ----------------------------- */
body div:not(.custom-webcomponent *) > a[role=button] {
  text-decoration: none;
  fill: #fff;
  color: #fff;
  background-color: rgb(238, 111, 58);
  border: 1px solid rgb(238, 111, 58);
  border-radius: 3px;
  padding: 9px 18px !important;
  max-height: 40px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
body div:not(.custom-webcomponent *) > a[role=button]:hover {
  cursor: pointer;
  color: rgb(238, 111, 58);
  fill: rgb(238, 111, 58);
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/* Generic Classes
   ----------------------------- */
.fa-button {
  text-decoration: none;
  fill: #fff;
  color: #fff;
  background-color: rgb(238, 111, 58);
  border: 1px solid rgb(238, 111, 58);
  border-radius: 3px;
  padding: 9px 18px !important;
  max-height: 40px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.fa-button:hover {
  cursor: pointer;
  color: rgb(238, 111, 58);
  fill: rgb(238, 111, 58);
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.fa-button-secondary {
  text-decoration: none;
  color: rgb(238, 111, 58);
  fill: rgb(238, 111, 58);
  background-color: #fff !important;
  border: 1px solid rgb(238, 111, 58);
  border-radius: 3px;
  padding: 9px 18px !important;
  max-height: 40px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.fa-button-secondary:hover {
  cursor: pointer;
  fill: #fff;
  color: #fff;
  background-color: rgb(238, 111, 58) !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.screen-reader-text {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.clearer {
  clear: both;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-3 {
  margin-top: 3rem;
}

.pl-10px {
  padding-left: 10px;
}

.pb-1 {
  padding-bottom: 1.2rem;
}

@media screen and (min-width: 47.9375em) {
  body.logged-in .headerwrapper {
    top: 32px;
  }
}

.headerwrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #FFFFFF;
  z-index: 5000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 47.9375em) {
  .headerwrapper {
    height: 80px;
  }
}
.headerwrapper header {
  position: relative;
  max-width: 1400px;
  margin: 0 auto 0 auto;
}
.headerwrapper header .logo {
  position: absolute;
  top: 20px;
  left: 64px;
  height: 60px;
  width: auto;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 61.25em) {
  .headerwrapper header .logo {
    left: 20px;
  }
}
@media screen and (max-width: 47.9375em) {
  .headerwrapper header .logo {
    height: 40px;
  }
}
.headerwrapper header .logo img {
  height: 100%;
  width: auto;
}
.headerwrapper header .teaserstop {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (min-width: 37.5em) {
  .headerwrapper header .teaserstop {
    position: absolute;
    top: 22px;
    right: 456px;
  }
}
@media screen and (max-width: 72.5em) {
  .headerwrapper header .teaserstop {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .headerwrapper header .teaserstop.fixed {
    opacity: 1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
}
.headerwrapper header .teaserstop a {
  display: inline-block;
}
.headerwrapper header .teaserstop .teaser {
  position: relative;
  display: inline-block;
  padding: 10px 40px 10px 10px;
  margin-right: 5px;
  border-radius: 3px;
}
.headerwrapper header .teaserstop .teaser .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 20px;
  width: 20px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.headerwrapper header .teaserstop .teaser p {
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  font-size: 0.875em;
}
.headerwrapper header .teaserstop .teaser1 {
  background: #90C0D2;
}
.headerwrapper header .teaserstop .teaser2 {
  background: #3A8DAE;
}
.headerwrapper header .teaserstop .teaser3 {
  background: #005B7F;
}
.headerwrapper header .teaserstop .teaser4 {
  text-transform: uppercase;
  padding: 9px;
  background: rgb(238, 111, 58);
  border: 1px solid rgb(238, 111, 58);
}
.headerwrapper header .teaserstop .teaser4:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #FFFFFF;
}
.headerwrapper header .teaserstop .teaser4:hover p {
  color: rgb(238, 111, 58);
}
.headerwrapper header .teaserstoppage {
  display: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (min-width: 48em) {
  .headerwrapper header .teaserstoppage {
    position: absolute;
    top: 22px;
    right: 456px;
  }
  .headerwrapper header .teaserstoppage a {
    display: inline-block;
  }
  .headerwrapper header .teaserstoppage .teaser {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
    padding: 9px;
    background: rgb(238, 111, 58);
    border: 1px solid rgb(238, 111, 58);
    border-radius: 3px;
  }
  .headerwrapper header .teaserstoppage .teaser:hover {
    background: #FFFFFF;
  }
  .headerwrapper header .teaserstoppage .teaser:hover p {
    color: rgb(238, 111, 58);
  }
  .headerwrapper header .teaserstoppage .teaser .icon {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .headerwrapper header .teaserstoppage .teaser p {
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    font-size: 0.875em;
  }
}
@media screen and (max-width: 47.9375em) {
  .headerwrapper header .teaserstoppage {
    display: none;
  }
}
@media screen and (max-width: 72.5em) {
  .headerwrapper header .teaserstoppage {
    right: 416px;
  }
}
@media screen and (min-width: 48em) {
  .headerwrapper header .teaserstoppage.fixed {
    display: block;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
}
@media screen and (min-width: 48em) {
  .headerwrapper.fixed {
    position: fixed;
    height: 80px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
  }
  .headerwrapper.fixed header .logo {
    height: 40px;
  }
}

@media screen and (max-width: 47.9375em) {
  body.logged-in .image {
    margin-top: 30px;
  }
}

.reduced-header-height, body.post-template-default .image, body.page-template-default .image {
  height: 400px;
  max-height: 400px;
}
.reduced-header-height .hero, body.post-template-default .image .hero, body.page-template-default .image .hero {
  height: 306px;
}
.reduced-header-height .hero h2, body.post-template-default .image .hero h2, body.page-template-default .image .hero h2 {
  margin-top: 1rem;
}

body .image {
  position: relative;
  max-width: 1400px;
  height: 600px;
  margin: 100px auto 0 auto;
  background-color: #FFFFFF;
  background-position: top center;
  background-repeat: no-repeat;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 47.9375em) {
  body .image {
    margin-top: 80px;
  }
}
@media screen and (orientation: landscape) and (max-height: 860px) {
  body .image {
    max-height: max(38.5vw, 340px);
  }
}
body .image .header-iso-badge {
  position: absolute;
}
@media screen and (max-width: 47.9375em) {
  body .image .header-iso-badge {
    display: none;
    visibility: hidden;
  }
}
body .image .header-iso-badge .flex-distribute {
  display: flex;
  justify-content: space-between;
}
body .image .header-iso-badge {
  bottom: 50px;
  padding: 0.9rem 0.8rem 0 0.8rem;
}
body .image .badge-boxed {
  left: 25px;
}
body .image .badge-boxed-right {
  right: 25px !important;
}
body .image .co2-badge.badge-margins {
  margin: -7px 6px 0 0;
}
body .image .overlay {
  position: relative;
  max-width: 1400px;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 51.25em) {
  body .image .overlay {
    height: 400px;
    width: auto;
  }
}
body .image .hero {
  position: absolute;
  bottom: 60px;
  right: 50px;
  width: 388px;
  height: 290px;
  background-color: rgb(255, 255, 255);
  border-radius: 3px;
  padding: 0.1rem 0.85rem;
}
@media screen and (max-width: 33.75em) {
  body .image .hero {
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    width: 90%;
    max-width: 380px;
  }
}
@media screen and (min-width: 33.8125em) and (max-width: 61.25em) {
  body .image .hero {
    right: 45px;
  }
}
body .image .hero h1 {
  margin: 0.9em 0 0.6em 0;
  font-size: 1.7rem;
  font-weight: 600;
}
body .image .hero h2 {
  margin-top: 0;
  font-size: 1.285rem;
  font-weight: 500;
}
body .image .hero .with-orange-quotes {
  text-indent: -10px;
  margin-left: 8px;
}
body .image .hero .with-orange-quotes::before {
  content: "»";
  color: rgb(238, 111, 58);
}
body .image .hero .with-orange-quotes::after {
  content: "«";
  color: rgb(238, 111, 58);
}
body .image .hero .hero-box-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 0.85rem 0.85rem 0.85rem;
}
body .image .hero .hero-box-footer-row {
  position: relative;
  display: flex;
  flex-wrap: wrap; /* Allows items to wrap to the next line */
  gap: 4px; /* Optional: Space between columns */
}
body .image .hero .hero-box-footer-row .hero-box-footer-col {
  flex: 1 1 auto; /* Flexible width with minimum size of the content */
  box-sizing: border-box; /* Include padding and border in width calculations */
}
body .image .hero .fit-bottom-right {
  display: flex;
  justify-content: flex-end; /* Aligns to the right */
  align-items: flex-end; /* Aligns to the bottom */
  height: 100%; /* Ensure the container has height */
  position: relative; /* If necessary */
  margin: 3px 5px 0 0;
}
body .image .hero a {
  text-decoration: none !important;
}
body .image .hero .overline {
  font-size: smaller;
  line-height: 2;
  color: rgb(11, 94, 130) !important;
}
body .image .hero .overline img {
  position: relative;
  margin-left: -2px;
  top: -1px; /* Moves the image up */
  height: 26px;
  width: auto;
  vertical-align: bottom;
}
body .image .hero .quote-button-carrier {
  position: absolute;
  bottom: 2rem;
  left: 10%;
  right: 10%;
  text-align: center;
}
body .image .hero .quote-button-carrier > a {
  font-size: 1.2rem;
}
@media screen and (min-width: 33.8125em) {
  body .image .hero-left {
    right: auto;
    left: 100px;
  }
}
@media screen and (min-width: 33.8125em) and (max-width: 61.25em) {
  body .image .hero-left {
    left: 30px;
  }
}
body > .offer {
  display: block;
  position: absolute;
  top: calc(50% - 60px);
  right: 70px;
  width: 260px;
  height: 120px;
  background: rgb(238, 111, 58);
  color: #FFFFFF;
  text-decoration: none;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  border: 1px solid #FFFFFF;
}
@media screen and (max-width: 61.25em) {
  body > .offer {
    right: 24px;
  }
}
@media screen and (max-width: 55em) {
  body > .offer {
    height: 100px;
    width: 220px;
    top: calc(50% - 50px);
  }
}
@media screen and (max-width: 37.5em) {
  body > .offer {
    right: inherit;
    left: 50%;
    margin-left: -110px;
    top: 210px;
    height: 90px;
  }
}
body > .offer div {
  font-weight: 600;
  text-align: right;
}
body > .offer div:first-child {
  font-size: 2.25em;
  padding: 25px 70px 0 0;
  text-transform: uppercase;
}
@media screen and (max-width: 55em) {
  body > .offer div:first-child {
    padding: 15px 50px 0 0;
  }
}
body > .offer div:nth-child(2) {
  font-size: 1.25em;
  padding-right: 70px;
}
@media screen and (max-width: 55em) {
  body > .offer div:nth-child(2) {
    font-size: 1em;
    padding-right: 50px;
  }
}
body > .offer div.arrow {
  position: absolute;
  top: calc(50% - 25px);
  right: 20px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid #FFFFFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 55em) {
  body > .offer div.arrow {
    right: 10px;
  }
}
body > .offer:hover {
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0);
  color: rgb(238, 111, 58);
  background: #FFFFFF;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
body > .offer:hover div.arrow {
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid rgb(238, 111, 58);
}
@media screen and (max-width: 37.5em) {
  body.nothome .offer {
    right: inherit;
    left: 50%;
    margin-left: -110px;
    top: 140px;
    height: 90px;
  }
}
body.page-template-page-template-career .image {
  background-position: bottom center;
  height: 470px;
}
body.page-template-page-template-career .headline-career {
  padding-top: 5%;
  text-align: center;
  font-size: 2rem;
  color: #FFF;
  text-shadow: #444 1px 0 9px;
}
@media only screen and (max-width: 767px) {
  body.page-template-page-template-career .headline-career {
    padding-top: 7%;
    font-size: 1.8rem;
  }
}
body.posts .image {
  height: 400px;
  max-height: 400px;
}
body.archive .image {
  height: 400px;
  max-height: 400px;
}
body.error404 .image {
  height: 400px;
  max-height: 400px;
}

body.home .teasers {
  position: absolute;
  top: calc(25% - 90px);
  left: 0;
  right: 0;
  margin: 0 70px 0 70px;
  z-index: 10;
  -webkit-transition: 500 300ms ease-in-out;
  -moz-transition: 500 300ms ease-in-out;
  -o-transition: 500 300ms ease-in-out;
  transition: 500 300ms ease-in-out;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 61.25em) {
  body.home .teasers {
    margin: 0 20px 0 20px;
  }
}
@media screen and (max-width: 55em) {
  body.home .teasers {
    top: calc(25% - 80px);
  }
}
@media screen and (max-width: 46.875em) {
  body.home .teasers {
    top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
body.home .teasers a {
  text-decoration: none;
}
body.home .teasers .teaser {
  position: relative;
  width: 260px;
  height: 120px;
  padding: 20px 10px 20px 20px;
  flex: 0 1 100%;
}
@media screen and (max-width: 55em) {
  body.home .teasers .teaser {
    height: 100px;
    width: 220px;
    padding: 10px 0 10px 10px;
  }
}
@media screen and (max-width: 46.875em) {
  body.home .teasers .teaser {
    position: relative;
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 26.25em) {
  body.home .teasers .teaser {
    padding: 10px;
  }
}
body.home .teasers .teaser .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 40px;
  width: 40px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 55em) {
  body.home .teasers .teaser .icon {
    height: 25px;
    width: 25px;
  }
}
@media screen and (max-width: 31.25em) {
  body.home .teasers .teaser .icon {
    height: 20px;
    width: 20px;
  }
}
@media screen and (max-width: 26.25em) {
  body.home .teasers .teaser .icon {
    display: none;
  }
}
body.home .teasers .teaser h2 {
  color: #FFFFFF;
  padding: 0;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 46.875em) {
  body.home .teasers .teaser h2 {
    margin: 0;
    font-size: 1.25em;
    padding-right: 40px;
  }
}
@media screen and (max-width: 31.25em) {
  body.home .teasers .teaser h2 {
    font-size: 1em;
  }
}
@media screen and (max-width: 26.25em) {
  body.home .teasers .teaser h2 {
    padding-right: 0;
  }
}
body.home .teasers .teaser p {
  color: rgba(255, 255, 255, 0.8);
  padding: 0;
  margin: 5px 0 0 0;
}
@media screen and (max-width: 46.875em) {
  body.home .teasers .teaser p {
    display: none;
  }
}
body.home .teasers .teaser1 {
  background: #90C0D2;
}
body.home .teasers .teaser2 {
  background: #3A8DAE;
}
body.home .teasers .teaser3 {
  background: #005B7F;
}
@media screen and (min-width: 48em) {
  body.home .teasers.fixed {
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
}
body.home .slogan {
  position: absolute;
  top: calc(50% - 60px);
  left: 70px;
  color: #FFFFFF;
}
@media screen and (max-width: 61.25em) {
  body.home .slogan {
    left: 20px;
  }
}
@media screen and (max-width: 37.5em) {
  body.home .slogan {
    top: 80px;
  }
}
body.home .slogan p {
  margin: 0;
  padding: 0;
}
body.home .slogan p:first-child {
  font-size: 3.75em;
}
@media screen and (max-width: 55em) {
  body.home .slogan p:first-child {
    font-size: 3.125em;
  }
}
@media screen and (max-width: 46.875em) {
  body.home .slogan p:first-child {
    font-size: 2.25em;
  }
}
body.home .slogan p:last-child {
  font-size: 2.25em;
  margin-top: 20px;
}
@media screen and (max-width: 55em) {
  body.home .slogan p:last-child {
    font-size: 1.5em;
    margin-top: 10px;
  }
}
@media screen and (max-width: 46.875em) {
  body.home .slogan p:last-child {
    font-size: 1.125em;
  }
}
body.home .services {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 70px 0 70px;
  bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 61.25em) {
  body.home .services {
    padding: 0 20px 0 20px;
  }
}
@media screen and (max-width: 54.375em) {
  body.home .services {
    display: block;
    bottom: 10px;
  }
}
body.home .services .service {
  position: relative;
  color: #FFFFFF;
  flex: 1 1;
}
@media screen and (max-width: 54.375em) {
  body.home .services .service {
    margin-bottom: 1px;
  }
}
body.home .services .service .icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
body.home .services .service .count {
  font-weight: 600;
  font-size: 2.25em;
}
@media screen and (max-width: 67.5em) {
  body.home .services .service .count {
    font-size: 1.5em;
  }
}
body.home .services .service p {
  margin: 0 0 0 5px;
  display: inline-block;
  padding: 0;
}
body.home .services .service2 {
  text-align: center;
}
@media screen and (max-width: 54.375em) {
  body.home .services .service2 {
    text-align: left;
  }
}
body.home .services .service3 {
  text-align: right;
}
@media screen and (max-width: 54.375em) {
  body.home .services .service3 {
    text-align: left;
  }
}

body.nothome .image {
  position: relative;
  max-width: 1400px;
  max-height: 600px;
  margin: 100px auto 0 auto;
  background-size: cover;
  background-position: center;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  min-height: 600px;
  overflow: hidden;
}
@media screen and (max-width: 47.9375em) {
  body.nothome .image {
    margin-top: 80px;
  }
}
body.nothome .image .overlay {
  position: relative;
  max-width: 1400px;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 46.875em) {
  body.nothome .image .overlay {
    height: 244px;
    width: auto;
  }
}
body.nothome .image .slogan {
  position: absolute;
  top: calc(50% - 100px);
  left: 70px;
  color: #FFFFFF;
}
@media screen and (max-width: 61.25em) {
  body.nothome .image .slogan {
    left: 20px;
  }
}
@media screen and (max-width: 55em) {
  body.nothome .image .slogan {
    top: calc(50% - 80px);
  }
}
@media screen and (max-width: 46.875em) {
  body.nothome .image .slogan {
    top: 70px;
  }
}
@media screen and (max-width: 37.5em) {
  body.nothome .image .slogan {
    top: 20px;
  }
}
body.nothome .image .slogan p {
  margin: 0;
  padding: 0;
}
body.nothome .image .slogan p:first-child {
  font-size: 3.75em;
}
@media screen and (max-width: 55em) {
  body.nothome .image .slogan p:first-child {
    font-size: 3.125em;
  }
}
@media screen and (max-width: 46.875em) {
  body.nothome .image .slogan p:first-child {
    font-size: 2.25em;
  }
}
body.nothome .image .slogan p:last-child {
  font-size: 2.25em;
  margin-top: 20px;
}
@media screen and (max-width: 55em) {
  body.nothome .image .slogan p:last-child {
    font-size: 1.5em;
    margin-top: 10px;
  }
}
@media screen and (max-width: 46.875em) {
  body.nothome .image .slogan p:last-child {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 37.5em) {
  body.nothome .image .slogan p:last-child {
    margin-top: 5px;
  }
}

section.image.reduced-header-height, body.page-template-default section.image, body.post-template-default section.image {
  height: 400px;
  max-height: 400px;
}
section.image.reduced-header-height .hero, body.page-template-default section.image .hero, body.post-template-default section.image .hero {
  height: 324px;
}

/* Agenda Page */
body.agenda .image,
body.page-template-page-template-engagement .image,
body.page-template-page-template-press-and-media .image {
  height: 450px;
  max-height: 450px;
}
body.agenda .image .hero,
body.page-template-page-template-engagement .image .hero,
body.page-template-page-template-press-and-media .image .hero {
  height: 324px;
}

/* Bug fix for the online-anfrage​-h1 as in mobile it looked cropped */
div#onlineanfrage h1 {
  margin-top: 10px;
}

nav.mainmenu {
  position: absolute;
  right: 70px;
  top: 30px;
  background: #FFFFFF;
  z-index: 100;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 61.25em) {
  nav.mainmenu {
    right: px;
  }
}
@media screen and (max-width: 72.5em) {
  nav.mainmenu {
    top: 80px;
    right: inherit;
    left: 0;
    width: 100%;
    padding: 20px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    display: none;
  }
}
nav.mainmenu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav.mainmenu > ul > li {
  margin: 0 0 0 5px;
  padding: 10px 0 10px 0;
  display: inline-block;
  min-height: 40px;
  /*&:first-child {
    !* un-display first navigation item when not in burger menu view *!
    !* see also header.php and includes/facturee-main-navigation-filter.php *!
    @media screen and (min-width: calcEm($headernav-upper-brkpnt)) {
      display: none;
    }
  }*/
}
@media screen and (max-width: 72.5em) {
  nav.mainmenu > ul > li {
    display: block;
    margin: 0;
    min-width: 100%;
    text-align: center;
  }
}
nav.mainmenu > ul > li:hover {
  cursor: pointer;
}
nav.mainmenu > ul > li.home {
  width: 19px;
  height: 38px;
  background-image: url(img/home.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center;
}
nav.mainmenu > ul > li.home:hover {
  background-image: url(img/home-orange.svg);
}
nav.mainmenu > ul > li.home a div {
  text-indent: -9999px;
}
@media screen and (max-width: 47.9375em) {
  nav.mainmenu > ul > li.home {
    width: 100%;
  }
}
nav.mainmenu > ul > li > a {
  font-size: 1.125em;
  text-decoration: none;
  color: #005B7F;
  -webkit-transition: 200ms 300ms ease-in-out;
  -moz-transition: 200ms 300ms ease-in-out;
  -o-transition: 200ms 300ms ease-in-out;
  transition: 200ms 300ms ease-in-out;
  text-indent: 10px;
}
nav.mainmenu > ul > li > a:hover {
  color: rgb(238, 111, 58);
}
@media screen and (max-width: 72.5em) {
  nav.mainmenu > ul > li > a {
    text-indent: 0;
  }
}
nav.mainmenu > ul > li > ul {
  position: absolute;
  list-style-type: none;
  margin: 15px 0 0 0;
  padding: 25px 0 10px 0;
  background: #FFFFFF;
  display: none;
}
@media screen and (min-width: 72.5em) {
  nav.mainmenu > ul > li > ul::before {
    content: "";
    position: absolute;
    top: 12px;
    bottom: 0;
    right: 0;
    left: 0;
    background: transparent;
    z-index: -1;
    box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 72.5em) {
  nav.mainmenu > ul > li > ul {
    position: relative;
    left: inherit;
    background: none;
    margin: 0;
    padding: 10px 0 0 0;
  }
}
nav.mainmenu > ul > li > ul > li {
  padding: 5px 10px;
  display: block;
}
nav.mainmenu > ul > li > ul > li > a {
  font-size: 1.125em;
  text-decoration: none;
  color: #3A8DAE;
  -webkit-transition: 200ms 300ms ease-in-out;
  -moz-transition: 200ms 300ms ease-in-out;
  -o-transition: 200ms 300ms ease-in-out;
  transition: 200ms 300ms ease-in-out;
}
nav.mainmenu > ul > li > ul > li > a:hover {
  color: rgb(238, 111, 58);
}
nav.mainmenu > ul > li > ul > li ul.sub-menu {
  display: block !important;
  padding-top: 7px;
  padding-left: 0;
}
@media screen and (min-width: 47.9375em) {
  nav.mainmenu > ul > li > ul > li ul.sub-menu {
    padding-left: 1rem;
  }
}
nav.mainmenu > ul > li > ul > li ul.sub-menu li {
  list-style-type: none;
  padding: 5px 10px;
}
nav.mainmenu > ul > li > ul > li ul.sub-menu li a {
  font-size: 1.125em;
  text-decoration: none;
  color: #3A8DAE;
  -webkit-transition: 200ms 300ms ease-in-out;
  -moz-transition: 200ms 300ms ease-in-out;
  -o-transition: 200ms 300ms ease-in-out;
  transition: 200ms 300ms ease-in-out;
}
@media screen and (max-width: 72.5em) {
  nav.mainmenu > ul > li > ul > li ul.sub-menu li a {
    color: #90C0D2;
  }
}
nav.mainmenu > ul > li > ul > li ul.sub-menu li a:hover {
  color: rgb(238, 111, 58);
}
nav.mainmenu > ul > li.trp-language-switcher-container > ul {
  background-position: 10px 0;
}
nav.mainmenu > ul > li:last-child {
  width: 28px;
  height: 43px;
  background-image: url(img/hotline.svg);
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-position: center;
}
nav.mainmenu > ul > li:last-child:hover {
  background-image: url(img/hotline-orange.svg);
}
@media screen and (min-width: 60em) {
  nav.mainmenu > ul > li:last-child > ul {
    margin-left: -100px;
    background-position: 105px 0 !important;
  }
}
@media screen and (min-width: 47.9375em) {
  nav.mainmenu > ul > li:last-child > ul {
    margin-left: -130px;
    background-position: 135px 0 !important;
  }
}
nav.mainmenu > ul > li:last-child > ul > li {
  padding: 5px 10px 5px 10px;
  display: block;
  min-width: 180px;
  left: -200px;
}
nav.mainmenu > ul > li:last-child > a div {
  text-indent: -9999px;
}
@media screen and (min-width: 37.5em) {
  nav.mainmenu.fixed {
    top: 20px;
  }
}
@media screen and (max-width: 72.5em) {
  nav.mainmenu.fixed {
    display: none;
    top: 80px;
    right: inherit;
    left: 0;
    width: 100%;
    padding: 20px 20px 45px;
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3);
  }
  nav.mainmenu.fixed > ul > li {
    /*&:nth-child(2) {
      margin-top: 20px;
    }*/
    display: block;
    margin: 0;
    width: 100%;
    padding: 10px 0 10px 0;
    text-align: center;
  }
  nav.mainmenu.fixed > ul > li > ul {
    position: relative;
    left: inherit;
    background: none;
    margin: 0;
    padding: 10px 0 0 0;
  }
}
@media screen and (max-width: 72.5em) {
  nav.mainmenu.fixedpage {
    top: 80px;
  }
}
@media screen and (min-width: 72.5625em) {
  nav.mainmenu.fixedpage {
    top: 20px;
  }
}
nav.mainmenu .offernav {
  text-decoration: none;
}
@media screen and (max-width: 72.5em) {
  nav.mainmenu .offernav {
    display: block;
    margin-top: 30px;
  }
}
@media screen and (min-width: 72.5625em) {
  nav.mainmenu .offernav {
    display: none;
  }
}
nav.mainmenu .offernav div {
  position: relative;
  width: 250px;
  margin: 10px auto 0 auto;
  text-transform: uppercase;
  background: rgb(238, 111, 58);
  border: 1px solid rgb(238, 111, 58);
  border-radius: 3px;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
nav.mainmenu .offernav div a {
  text-decoration: none;
}
nav.mainmenu .offernav div p {
  color: #FFFFFF;
  padding: 10px;
  margin: 0;
  font-size: 1em;
}
nav.mainmenu .offernav div:hover {
  background: #FFFFFF;
  border-color: rgb(238, 111, 58);
}
nav.mainmenu .offernav div:hover p {
  color: rgb(238, 111, 58);
}

nav.footermenu {
  float: right;
}
@media screen and (min-width: 61.25em) {
  nav.footermenu {
    max-width: calc(100% - 260px);
  }
}
@media screen and (max-width: 61.25em) {
  nav.footermenu {
    float: left;
  }
}
nav.footermenu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav.footermenu > ul > li {
  margin: 0 25px 12px 0;
  padding: 0;
  display: inline-block;
}
@media screen and (max-width: 42.5em) {
  nav.footermenu > ul > li:first-child {
    margin: 0 10px 10px 0;
  }
}
nav.footermenu > ul > li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 42.5em) {
  nav.footermenu > ul > li {
    margin: 0 10px 10px 0;
  }
}
nav.footermenu > ul > li > a {
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: 200ms 300ms ease-in-out;
  -moz-transition: 200ms 300ms ease-in-out;
  -o-transition: 200ms 300ms ease-in-out;
  transition: 200ms 300ms ease-in-out;
}
nav.footermenu > ul > li > a:hover {
  color: rgb(238, 111, 58);
}

/* General */
.fac-link, #trp_no_text_popup_wrap #trp_no_text_popup #trp_ald_no_text_popup_x_button_textarea, .content .post-entry p:not(.post-meta) a:not([role=button]):not([type=button]):not([class*=button]):not(.elementor-toggle-title):not(.elementor-accordion-title):not(:has(img)), .content .content-404 a:not([role=button]):not([type=button]):not([class*=button]):not(.elementor-toggle-title):not(.elementor-accordion-title):not(:has(img)),
.content .elementor-text-editor a:not([role=button]):not([type=button]):not([class*=button]):not(.elementor-toggle-title):not(.elementor-accordion-title):not(:has(img)),
.content .elementor-tabs a:not([role=button]):not([type=button]):not([class*=button]):not(.elementor-toggle-title):not(.elementor-accordion-title):not(:has(img)),
.content .usps a:not([role=button]):not([type=button]):not([class*=button]):not(.elementor-toggle-title):not(.elementor-accordion-title):not(:has(img)),
.content .csr-content a:not([role=button]):not([type=button]):not([class*=button]):not(.elementor-toggle-title):not(.elementor-accordion-title):not(:has(img)),
.content .elementor-tab-content a:not([role=button]):not([type=button]):not([class*=button]):not(.elementor-toggle-title):not(.elementor-accordion-title):not(:has(img)),
.content .elementor-shortcode a:not([role=button]):not([type=button]):not([class*=button]):not(.elementor-toggle-title):not(.elementor-accordion-title):not(:has(img)),
.content .elementor-widget-container:not(:has(.elementor-heading-title)) a:not([role=button]):not([type=button]):not([class*=button]):not(.elementor-toggle-title):not(.elementor-accordion-title):not(:has(img)),
.content .plugin-content a:not([role=button]):not([type=button]):not([class*=button]):not(.elementor-toggle-title):not(.elementor-accordion-title):not(:has(img)) {
  color: rgb(238, 111, 58);
  text-decoration: none;
}
.fac-link:hover, #trp_no_text_popup_wrap #trp_no_text_popup #trp_ald_no_text_popup_x_button_textarea:hover, .content .post-entry p:not(.post-meta) a:hover:not([role=button]):not([type=button]):not([class*=button]):not(.elementor-toggle-title):not(.elementor-accordion-title):not(:has(img)), .content .content-404 a:hover:not([role=button]):not([type=button]):not([class*=button]):not(.elementor-toggle-title):not(.elementor-accordion-title):not(:has(img)),
.content .elementor-text-editor a:hover:not([role=button]):not([type=button]):not([class*=button]):not(.elementor-toggle-title):not(.elementor-accordion-title):not(:has(img)),
.content .elementor-tabs a:hover:not([role=button]):not([type=button]):not([class*=button]):not(.elementor-toggle-title):not(.elementor-accordion-title):not(:has(img)),
.content .usps a:hover:not([role=button]):not([type=button]):not([class*=button]):not(.elementor-toggle-title):not(.elementor-accordion-title):not(:has(img)),
.content .csr-content a:hover:not([role=button]):not([type=button]):not([class*=button]):not(.elementor-toggle-title):not(.elementor-accordion-title):not(:has(img)),
.content .elementor-tab-content a:hover:not([role=button]):not([type=button]):not([class*=button]):not(.elementor-toggle-title):not(.elementor-accordion-title):not(:has(img)),
.content .elementor-shortcode a:hover:not([role=button]):not([type=button]):not([class*=button]):not(.elementor-toggle-title):not(.elementor-accordion-title):not(:has(img)),
.content .elementor-widget-container:not(:has(.elementor-heading-title)) a:hover:not([role=button]):not([type=button]):not([class*=button]):not(.elementor-toggle-title):not(.elementor-accordion-title):not(:has(img)),
.content .plugin-content a:hover:not([role=button]):not([type=button]):not([class*=button]):not(.elementor-toggle-title):not(.elementor-accordion-title):not(:has(img)) {
  cursor: pointer;
  color: rgb(238, 111, 58);
  border-bottom: 1px dotted rgb(238, 111, 58);
}

fa-request-tool-webcomponent .content {
  padding-top: 0;
}
fa-request-tool-webcomponent .content button {
  font-family: "Source Sans Pro", sans-serif;
}

.smaller {
  font-size: smaller;
  line-height: 1;
}

.content {
  max-width: 1400px;
  margin: 0 auto 0 auto;
  padding: 80px;
  background: #FFFFFF;
}
@media screen and (max-width: 61.25em) {
  .content {
    padding: 30px 20px 50px 20px;
  }
}
@media screen and (max-width: 38.75em) {
  .content {
    padding: 30px 10px 50px 10px;
  }
}
.content .button.desktop:after {
  content: "\f054";
  font-family: "fontawesome";
  font-weight: 900;
  font-size: 0.8rem;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-left: 7px;
}
.content .mb-3 {
  margin-bottom: 3rem;
}
.content .csr-thumb {
  width: 100%;
  height: auto;
  margin: 0.5rem 0 0 -0.5rem;
}
@media screen and (max-width: 38.75em) {
  .content .csr-thumb {
    margin-left: 0;
  }
}
.content .csr-content p {
  line-height: 1.5;
  margin-top: 0;
}
.content .content-404 p,
.content .elementor-text-editor p,
.content .elementor-tabs p,
.content .usps p,
.content .csr-content p,
.content .elementor-tab-content p,
.content .elementor-shortcode p,
.content .elementor-widget-container:not(:has(.elementor-heading-title)) p,
.content .plugin-content p {
  line-height: 1.5em;
}
.content .content-404 input[type=text],
.content .content-404 input[type=email]:not(.email-input):not(.test):not([class^=sc-]),
.content .elementor-text-editor input[type=text],
.content .elementor-text-editor input[type=email]:not(.email-input):not(.test):not([class^=sc-]),
.content .elementor-tabs input[type=text],
.content .elementor-tabs input[type=email]:not(.email-input):not(.test):not([class^=sc-]),
.content .usps input[type=text],
.content .usps input[type=email]:not(.email-input):not(.test):not([class^=sc-]),
.content .csr-content input[type=text],
.content .csr-content input[type=email]:not(.email-input):not(.test):not([class^=sc-]),
.content .elementor-tab-content input[type=text],
.content .elementor-tab-content input[type=email]:not(.email-input):not(.test):not([class^=sc-]),
.content .elementor-shortcode input[type=text],
.content .elementor-shortcode input[type=email]:not(.email-input):not(.test):not([class^=sc-]),
.content .elementor-widget-container:not(:has(.elementor-heading-title)) input[type=text],
.content .elementor-widget-container:not(:has(.elementor-heading-title)) input[type=email]:not(.email-input):not(.test):not([class^=sc-]),
.content .plugin-content input[type=text],
.content .plugin-content input[type=email]:not(.email-input):not(.test):not([class^=sc-]) {
  width: 100%;
  border: none;
  border-bottom: 2px solid #90C0D2;
  padding: 0 0 5px 0;
  font-family: "Source Sans Pro", sans-serif;
  color: #90C0D2;
  font-weight: 600;
  outline: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.content .content-404 input[type=text]:focus,
.content .content-404 input[type=email]:not(.email-input):not(.test):not([class^=sc-]):focus,
.content .elementor-text-editor input[type=text]:focus,
.content .elementor-text-editor input[type=email]:not(.email-input):not(.test):not([class^=sc-]):focus,
.content .elementor-tabs input[type=text]:focus,
.content .elementor-tabs input[type=email]:not(.email-input):not(.test):not([class^=sc-]):focus,
.content .usps input[type=text]:focus,
.content .usps input[type=email]:not(.email-input):not(.test):not([class^=sc-]):focus,
.content .csr-content input[type=text]:focus,
.content .csr-content input[type=email]:not(.email-input):not(.test):not([class^=sc-]):focus,
.content .elementor-tab-content input[type=text]:focus,
.content .elementor-tab-content input[type=email]:not(.email-input):not(.test):not([class^=sc-]):focus,
.content .elementor-shortcode input[type=text]:focus,
.content .elementor-shortcode input[type=email]:not(.email-input):not(.test):not([class^=sc-]):focus,
.content .elementor-widget-container:not(:has(.elementor-heading-title)) input[type=text]:focus,
.content .elementor-widget-container:not(:has(.elementor-heading-title)) input[type=email]:not(.email-input):not(.test):not([class^=sc-]):focus,
.content .plugin-content input[type=text]:focus,
.content .plugin-content input[type=email]:not(.email-input):not(.test):not([class^=sc-]):focus {
  border-bottom: 2px solid #005B7F;
  color: #005B7F;
}
.content .content-404 .button,
.content .content-404 .elementor-button,
.content .elementor-text-editor .button,
.content .elementor-text-editor .elementor-button,
.content .elementor-tabs .button,
.content .elementor-tabs .elementor-button,
.content .usps .button,
.content .usps .elementor-button,
.content .csr-content .button,
.content .csr-content .elementor-button,
.content .elementor-tab-content .button,
.content .elementor-tab-content .elementor-button,
.content .elementor-shortcode .button,
.content .elementor-shortcode .elementor-button,
.content .elementor-widget-container:not(:has(.elementor-heading-title)) .button,
.content .elementor-widget-container:not(:has(.elementor-heading-title)) .elementor-button,
.content .plugin-content .button,
.content .plugin-content .elementor-button {
  text-decoration: none;
  fill: #fff;
  color: #fff;
  background-color: rgb(238, 111, 58);
  border: 1px solid rgb(238, 111, 58);
  border-radius: 3px;
  padding: 9px 18px !important;
  max-height: 40px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  margin: 24px 0 0 0;
  display: inline-block;
}
.content .content-404 .button:hover,
.content .content-404 .elementor-button:hover,
.content .elementor-text-editor .button:hover,
.content .elementor-text-editor .elementor-button:hover,
.content .elementor-tabs .button:hover,
.content .elementor-tabs .elementor-button:hover,
.content .usps .button:hover,
.content .usps .elementor-button:hover,
.content .csr-content .button:hover,
.content .csr-content .elementor-button:hover,
.content .elementor-tab-content .button:hover,
.content .elementor-tab-content .elementor-button:hover,
.content .elementor-shortcode .button:hover,
.content .elementor-shortcode .elementor-button:hover,
.content .elementor-widget-container:not(:has(.elementor-heading-title)) .button:hover,
.content .elementor-widget-container:not(:has(.elementor-heading-title)) .elementor-button:hover,
.content .plugin-content .button:hover,
.content .plugin-content .elementor-button:hover {
  cursor: pointer;
  color: rgb(238, 111, 58);
  fill: rgb(238, 111, 58);
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.content .content-404 ul,
.content .elementor-text-editor ul,
.content .elementor-tabs ul,
.content .usps ul,
.content .csr-content ul,
.content .elementor-tab-content ul,
.content .elementor-shortcode ul,
.content .elementor-widget-container:not(:has(.elementor-heading-title)) ul,
.content .plugin-content ul {
  list-style-type: none;
  margin: 10px 0 10px 0;
  padding: 0;
}
.content .content-404 ul > li,
.content .elementor-text-editor ul > li,
.content .elementor-tabs ul > li,
.content .usps ul > li,
.content .csr-content ul > li,
.content .elementor-tab-content ul > li,
.content .elementor-shortcode ul > li,
.content .elementor-widget-container:not(:has(.elementor-heading-title)) ul > li,
.content .plugin-content ul > li {
  margin: 10px 0 10px 0;
  padding-left: 30px;
  background-image: url("img/checkmark.svg");
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: left 0 top 2px;
}
.content .content-404 ul > li > ul > li,
.content .elementor-text-editor ul > li > ul > li,
.content .elementor-tabs ul > li > ul > li,
.content .usps ul > li > ul > li,
.content .csr-content ul > li > ul > li,
.content .elementor-tab-content ul > li > ul > li,
.content .elementor-shortcode ul > li > ul > li,
.content .elementor-widget-container:not(:has(.elementor-heading-title)) ul > li > ul > li,
.content .plugin-content ul > li > ul > li {
  background-image: url("img/checkmark-outline.svg");
  margin: 5px 0 5px 0;
}
.content .elementor-element.elementor-button-secondary .elementor-button-wrapper .elementor-button {
  text-decoration: none;
  color: rgb(238, 111, 58);
  fill: rgb(238, 111, 58);
  background-color: #fff !important;
  border: 1px solid rgb(238, 111, 58);
  border-radius: 3px;
  padding: 9px 18px !important;
  max-height: 40px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.content .elementor-element.elementor-button-secondary .elementor-button-wrapper .elementor-button:hover {
  cursor: pointer;
  fill: #fff;
  color: #fff;
  background-color: rgb(238, 111, 58) !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.content .ul-orange ul > li {
  background-image: url("img/checkmark-orange.svg") !important;
}
.content .post-entry p:not(.post-meta) {
  line-height: 1.5em;
}
.content .elementor-widget.elementor-widget-shortcode {
  margin-top: -20px !important;
}
.content .elementor-tab-title a, .content .elementor-tab-title a:visited {
  color: #90C0D2;
}
.content .elementor-tab-title a:active {
  color: #005B7F;
}
.content .elementor-tab-title a:hover {
  color: #005B7F;
  border-bottom: 1px dotted #005B7F;
}
.content .elementor-tab-title.elementor-active > a {
  color: #005B7F;
}
.content a:active {
  color: #005B7F;
}
.content .elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
  border-color: #005B7F;
}
.content .elementor-widget-tabs .elementor-tab-title {
  border-width: 2px !important;
  font-weight: 600 !important;
}
.content .elementor-widget-tabs .elementor-tab-title:after, .content .elementor-widget-tabs .elementor-tab-title:before {
  border-width: 2px !important;
  border-color: #005B7F !important;
}
@media screen and (max-width: 47.9375em) {
  .content .elementor-widget-tabs .elementor-tab-title {
    border-color: #005B7F;
  }
}
.content .elementor-widget-tabs .elementor-tab-content {
  border-width: 2px !important;
  border-color: #005B7F !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 47.9375em) {
  .content .elementor-widget-tabs .elementor-tab-content {
    border-top: none;
  }
}
@media screen and (max-width: 47.9375em) {
  .content .elementor-widget-tabs .elementor-tabs-content-wrapper {
    border-bottom: 2px solid #005B7F !important;
  }
}
.content .content-404 {
  text-align: center;
}

body.home .content {
  padding-top: 0 !important;
}

body.page-template-page-template-press-and-media .content > section {
  padding-top: 3rem;
}
@media screen and (max-width: 61.25em) {
  body.page-template-page-template-press-and-media .content > section {
    padding-top: 4rem;
  }
}

/* Home */
.content .usps {
  position: relative;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 47.9375em) {
  .content .usps {
    display: block;
  }
}
.content .usps .usp {
  position: relative;
  border: 1px solid rgb(121, 196, 212);
  background-color: rgba(121, 196, 212, 0.15);
  border-radius: 3px;
  padding: 30px;
  flex: 0 1 calc(33.3% - 10px);
  margin-bottom: 20px;
}
@media screen and (max-width: 51.25em) {
  .content .usps .usp {
    padding: 15px;
  }
}
.content .usps .usp .icon {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 40px;
  width: 40px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.content .usps .usp h2 {
  margin: 0 0 30px 0;
}

/* Offer page Process Block */
section#three-steps-process-container .elementor-container {
  background-image: url(../facturee/img/horizontal-line.svg);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: 80px;
}
section#three-steps-process-container .elementor-container .elementor-widget-image img {
  background-color: #FFFFFF;
}
section#three-steps-process-container .elementor-container .elementor-column p {
  margin: 0px;
}
@media screen and (max-width: 47.9375em) {
  section#three-steps-process-container .elementor-container {
    background-image: url(../facturee/img/vertical-line.svg);
  }
  section#three-steps-process-container .elementor-container .elementor-column {
    background-color: #FFFFFF;
    margin: 32px 0px;
  }
}

/* Add mouse pointer to the video in the Agenda page */
video.elementor-video {
  cursor: pointer;
}

nav.mainmenu .offernav p,
.headerwrapper header .teaserstoppage p {
  line-height: 16px;
}

@media screen and (max-width: 72.5em) {
  .headerwrapper header .teaserstoppage.fixed {
    display: none;
  }
}
/* hot fix to show the hamburger menu in viewports lower than 768px */
@media screen and (max-width: 72.5em) {
  .hamburger-menu {
    display: block !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 72.5em) {
  div.hamburger-menu {
    top: 40px;
  }
  div.hamburger-menu.fixed {
    top: 32px !important;
  }
}
@media screen and (min-width: 61.3125em) and (max-width: 72.5em) {
  div.hamburger-menu {
    right: 78px;
  }
}
@media screen and (min-width: 72.5625em) {
  .mainmenu {
    display: block !important;
  }
}
/* Some Generics                                     */
/* ------------------------------------------------- */
.a-standard, .posts .the-posts .post-prev-entry h2 a, .posts .the-posts .post-prev-entry h3 a, .posts .related-posts-section .post-prev-entry h2 a, .posts .related-posts-section .post-prev-entry h3 a,
.category .the-posts .post-prev-entry h2 a,
.category .the-posts .post-prev-entry h3 a,
.category .related-posts-section .post-prev-entry h2 a,
.category .related-posts-section .post-prev-entry h3 a,
.archive .the-posts .post-prev-entry h2 a,
.archive .the-posts .post-prev-entry h3 a,
.archive .related-posts-section .post-prev-entry h2 a,
.archive .related-posts-section .post-prev-entry h3 a,
.page-template-page-template-press-and-media .the-posts .post-prev-entry h2 a,
.page-template-page-template-press-and-media .the-posts .post-prev-entry h3 a,
.page-template-page-template-press-and-media .related-posts-section .post-prev-entry h2 a,
.page-template-page-template-press-and-media .related-posts-section .post-prev-entry h3 a,
.page-template-page-template-engagement .the-posts .post-prev-entry h2 a,
.page-template-page-template-engagement .the-posts .post-prev-entry h3 a,
.page-template-page-template-engagement .related-posts-section .post-prev-entry h2 a,
.page-template-page-template-engagement .related-posts-section .post-prev-entry h3 a {
  text-decoration: none !important;
  color: #005B7F !important;
}

.a-standard-hover, .posts .the-posts .post-prev-entry h2 a:hover, .posts .the-posts .post-prev-entry h3 a:hover, .posts .related-posts-section .post-prev-entry h2 a:hover, .posts .related-posts-section .post-prev-entry h3 a:hover,
.category .the-posts .post-prev-entry h2 a:hover,
.category .the-posts .post-prev-entry h3 a:hover,
.category .related-posts-section .post-prev-entry h2 a:hover,
.category .related-posts-section .post-prev-entry h3 a:hover,
.archive .the-posts .post-prev-entry h2 a:hover,
.archive .the-posts .post-prev-entry h3 a:hover,
.archive .related-posts-section .post-prev-entry h2 a:hover,
.archive .related-posts-section .post-prev-entry h3 a:hover,
.page-template-page-template-press-and-media .the-posts .post-prev-entry h2 a:hover,
.page-template-page-template-press-and-media .the-posts .post-prev-entry h3 a:hover,
.page-template-page-template-press-and-media .related-posts-section .post-prev-entry h2 a:hover,
.page-template-page-template-press-and-media .related-posts-section .post-prev-entry h3 a:hover,
.page-template-page-template-engagement .the-posts .post-prev-entry h2 a:hover,
.page-template-page-template-engagement .the-posts .post-prev-entry h3 a:hover,
.page-template-page-template-engagement .related-posts-section .post-prev-entry h2 a:hover,
.page-template-page-template-engagement .related-posts-section .post-prev-entry h3 a:hover {
  color: #3A8DAE !important;
  border-bottom: 1px dotted #3A8DAE !important;
}

.m-pull-up-22 {
  margin-top: -22px;
}

/* Post Meta Description                             */
/* ------------------------------------------------- */
.single-post .post-meta > span,
.the-posts .post-meta > span {
  background-color: rgba(121, 196, 212, 0.3);
  padding: 0 3px;
  border-radius: 1px;
}
.single-post .post-meta a,
.the-posts .post-meta a {
  text-decoration: none;
  color: rgb(11, 94, 130);
}
.single-post .post-meta a:hover,
.the-posts .post-meta a:hover {
  color: #90C0D2;
  border-bottom: 1px dotted #90C0D2;
}

/* Navigation Previous / Next Post                   */
/* ------------------------------------------------- */
.single-post .prev-next-navi,
.the-posts .prev-next-navi {
  width: 100%;
  padding-bottom: 7px;
  border-bottom: 1px solid #005B7F;
  margin-bottom: 4.8rem;
  display: flex;
  justify-content: space-between;
}
.single-post .prev-next-navi .prev-link a, .single-post .prev-next-navi .next-link a, .single-post .prev-next-navi .go-back a,
.the-posts .prev-next-navi .prev-link a,
.the-posts .prev-next-navi .next-link a,
.the-posts .prev-next-navi .go-back a {
  color: rgb(238, 111, 58);
  text-decoration: none;
}
.single-post .prev-next-navi .prev-link a:hover, .single-post .prev-next-navi .next-link a:hover, .single-post .prev-next-navi .go-back a:hover,
.the-posts .prev-next-navi .prev-link a:hover,
.the-posts .prev-next-navi .next-link a:hover,
.the-posts .prev-next-navi .go-back a:hover {
  color: rgb(238, 111, 58);
}
.single-post .prev-next-navi .next-link,
.the-posts .prev-next-navi .next-link {
  text-align: right;
}
.single-post .prev-next-navi .go-back,
.the-posts .prev-next-navi .go-back {
  text-align: center;
}

.load-more-container {
  width: 100%;
  text-align: center;
}
.load-more-container .loading-spinner {
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
}

/* No posts found */
/* ------------------------------------------------- */
.no-posts-found {
  text-align: left;
  margin: 2rem 0 2rem 15px;
  width: 100%;
}
.no-posts-found .reset-filter-link {
  color: rgb(238, 111, 58);
  text-decoration: none;
  font-weight: 500;
}
.no-posts-found .reset-filter-link:hover {
  text-decoration: underline;
}

/* Post index view                                   */
/* ------------------------------------------------- */
.posts .the-posts .post-category-title-container, .posts .related-posts-section .post-category-title-container,
.category .the-posts .post-category-title-container,
.category .related-posts-section .post-category-title-container,
.archive .the-posts .post-category-title-container,
.archive .related-posts-section .post-category-title-container,
.page-template-page-template-press-and-media .the-posts .post-category-title-container,
.page-template-page-template-press-and-media .related-posts-section .post-category-title-container,
.page-template-page-template-engagement .the-posts .post-category-title-container,
.page-template-page-template-engagement .related-posts-section .post-category-title-container {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.posts .the-posts .post-category-title, .posts .related-posts-section .post-category-title,
.category .the-posts .post-category-title,
.category .related-posts-section .post-category-title,
.archive .the-posts .post-category-title,
.archive .related-posts-section .post-category-title,
.page-template-page-template-press-and-media .the-posts .post-category-title,
.page-template-page-template-press-and-media .related-posts-section .post-category-title,
.page-template-page-template-engagement .the-posts .post-category-title,
.page-template-page-template-engagement .related-posts-section .post-category-title {
  font-size: 1.5rem;
}
.posts .the-posts [id^=post-] .post-meta-top, .posts .related-posts-section [id^=post-] .post-meta-top,
.category .the-posts [id^=post-] .post-meta-top,
.category .related-posts-section [id^=post-] .post-meta-top,
.archive .the-posts [id^=post-] .post-meta-top,
.archive .related-posts-section [id^=post-] .post-meta-top,
.page-template-page-template-press-and-media .the-posts [id^=post-] .post-meta-top,
.page-template-page-template-press-and-media .related-posts-section [id^=post-] .post-meta-top,
.page-template-page-template-engagement .the-posts [id^=post-] .post-meta-top,
.page-template-page-template-engagement .related-posts-section [id^=post-] .post-meta-top {
  margin: 2rem 0 1.4rem 0;
}
.posts .the-posts [id^=post-] .thumbnail-container, .posts .related-posts-section [id^=post-] .thumbnail-container,
.category .the-posts [id^=post-] .thumbnail-container,
.category .related-posts-section [id^=post-] .thumbnail-container,
.archive .the-posts [id^=post-] .thumbnail-container,
.archive .related-posts-section [id^=post-] .thumbnail-container,
.page-template-page-template-press-and-media .the-posts [id^=post-] .thumbnail-container,
.page-template-page-template-press-and-media .related-posts-section [id^=post-] .thumbnail-container,
.page-template-page-template-engagement .the-posts [id^=post-] .thumbnail-container,
.page-template-page-template-engagement .related-posts-section [id^=post-] .thumbnail-container {
  width: 100%; /* Ensures it fits the outer container */
  aspect-ratio: 8/5; /* Maintains 8:5 aspect ratio */
  position: relative;
  overflow: hidden; /* Prevents overflow if the image scales */
}
.posts .the-posts [id^=post-] .thumbnail-container .thumbnail-image, .posts .related-posts-section [id^=post-] .thumbnail-container .thumbnail-image,
.category .the-posts [id^=post-] .thumbnail-container .thumbnail-image,
.category .related-posts-section [id^=post-] .thumbnail-container .thumbnail-image,
.archive .the-posts [id^=post-] .thumbnail-container .thumbnail-image,
.archive .related-posts-section [id^=post-] .thumbnail-container .thumbnail-image,
.page-template-page-template-press-and-media .the-posts [id^=post-] .thumbnail-container .thumbnail-image,
.page-template-page-template-press-and-media .related-posts-section [id^=post-] .thumbnail-container .thumbnail-image,
.page-template-page-template-engagement .the-posts [id^=post-] .thumbnail-container .thumbnail-image,
.page-template-page-template-engagement .related-posts-section [id^=post-] .thumbnail-container .thumbnail-image {
  width: 100%; /* Makes the image fill the container width */
  height: 100%; /* Ensures it covers the entire container */
  object-fit: cover; /* Maintains the aspect ratio and covers the container */
  position: absolute;
  top: 0;
  left: 0;
}
.posts .the-posts .post-index-main-item, .posts .related-posts-section .post-index-main-item,
.category .the-posts .post-index-main-item,
.category .related-posts-section .post-index-main-item,
.archive .the-posts .post-index-main-item,
.archive .related-posts-section .post-index-main-item,
.page-template-page-template-press-and-media .the-posts .post-index-main-item,
.page-template-page-template-press-and-media .related-posts-section .post-index-main-item,
.page-template-page-template-engagement .the-posts .post-index-main-item,
.page-template-page-template-engagement .related-posts-section .post-index-main-item {
  margin-bottom: 2rem;
}
@media screen and (max-width: 26.25em) {
  .posts .the-posts .post-index-main-item .wp-post-image, .posts .related-posts-section .post-index-main-item .wp-post-image,
  .category .the-posts .post-index-main-item .wp-post-image,
  .category .related-posts-section .post-index-main-item .wp-post-image,
  .archive .the-posts .post-index-main-item .wp-post-image,
  .archive .related-posts-section .post-index-main-item .wp-post-image,
  .page-template-page-template-press-and-media .the-posts .post-index-main-item .wp-post-image,
  .page-template-page-template-press-and-media .related-posts-section .post-index-main-item .wp-post-image,
  .page-template-page-template-engagement .the-posts .post-index-main-item .wp-post-image,
  .page-template-page-template-engagement .related-posts-section .post-index-main-item .wp-post-image {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 38.75em) {
  .posts .the-posts .post-index-main-item .wp-post-image, .posts .related-posts-section .post-index-main-item .wp-post-image,
  .category .the-posts .post-index-main-item .wp-post-image,
  .category .related-posts-section .post-index-main-item .wp-post-image,
  .archive .the-posts .post-index-main-item .wp-post-image,
  .archive .related-posts-section .post-index-main-item .wp-post-image,
  .page-template-page-template-press-and-media .the-posts .post-index-main-item .wp-post-image,
  .page-template-page-template-press-and-media .related-posts-section .post-index-main-item .wp-post-image,
  .page-template-page-template-engagement .the-posts .post-index-main-item .wp-post-image,
  .page-template-page-template-engagement .related-posts-section .post-index-main-item .wp-post-image {
    float: left;
  }
  .posts .the-posts .post-index-main-item .post-prev-entry, .posts .related-posts-section .post-index-main-item .post-prev-entry,
  .category .the-posts .post-index-main-item .post-prev-entry,
  .category .related-posts-section .post-index-main-item .post-prev-entry,
  .archive .the-posts .post-index-main-item .post-prev-entry,
  .archive .related-posts-section .post-index-main-item .post-prev-entry,
  .page-template-page-template-press-and-media .the-posts .post-index-main-item .post-prev-entry,
  .page-template-page-template-press-and-media .related-posts-section .post-index-main-item .post-prev-entry,
  .page-template-page-template-engagement .the-posts .post-index-main-item .post-prev-entry,
  .page-template-page-template-engagement .related-posts-section .post-index-main-item .post-prev-entry {
    float: right;
    padding-left: 18px;
    width: calc(100% - 300px);
  }
}
.posts .the-posts .post-index-main-item .post-prev-entry .read-more-link-carrier, .posts .related-posts-section .post-index-main-item .post-prev-entry .read-more-link-carrier,
.category .the-posts .post-index-main-item .post-prev-entry .read-more-link-carrier,
.category .related-posts-section .post-index-main-item .post-prev-entry .read-more-link-carrier,
.archive .the-posts .post-index-main-item .post-prev-entry .read-more-link-carrier,
.archive .related-posts-section .post-index-main-item .post-prev-entry .read-more-link-carrier,
.page-template-page-template-press-and-media .the-posts .post-index-main-item .post-prev-entry .read-more-link-carrier,
.page-template-page-template-press-and-media .related-posts-section .post-index-main-item .post-prev-entry .read-more-link-carrier,
.page-template-page-template-engagement .the-posts .post-index-main-item .post-prev-entry .read-more-link-carrier,
.page-template-page-template-engagement .related-posts-section .post-index-main-item .post-prev-entry .read-more-link-carrier {
  margin-top: 2rem !important;
}
.posts .the-posts .post-index-item, .posts .related-posts-section .post-index-item,
.category .the-posts .post-index-item,
.category .related-posts-section .post-index-item,
.archive .the-posts .post-index-item,
.archive .related-posts-section .post-index-item,
.page-template-page-template-press-and-media .the-posts .post-index-item,
.page-template-page-template-press-and-media .related-posts-section .post-index-item,
.page-template-page-template-engagement .the-posts .post-index-item,
.page-template-page-template-engagement .related-posts-section .post-index-item {
  padding-bottom: 3.75rem;
}
.posts .the-posts .post-index-item .post-meta-listing, .posts .related-posts-section .post-index-item .post-meta-listing,
.category .the-posts .post-index-item .post-meta-listing,
.category .related-posts-section .post-index-item .post-meta-listing,
.archive .the-posts .post-index-item .post-meta-listing,
.archive .related-posts-section .post-index-item .post-meta-listing,
.page-template-page-template-press-and-media .the-posts .post-index-item .post-meta-listing,
.page-template-page-template-press-and-media .related-posts-section .post-index-item .post-meta-listing,
.page-template-page-template-engagement .the-posts .post-index-item .post-meta-listing,
.page-template-page-template-engagement .related-posts-section .post-index-item .post-meta-listing {
  margin: 0.7rem 0 1rem 0.85rem;
}
.posts .the-posts .read-more-link-carrier, .posts .related-posts-section .read-more-link-carrier,
.category .the-posts .read-more-link-carrier,
.category .related-posts-section .read-more-link-carrier,
.archive .the-posts .read-more-link-carrier,
.archive .related-posts-section .read-more-link-carrier,
.page-template-page-template-press-and-media .the-posts .read-more-link-carrier,
.page-template-page-template-press-and-media .related-posts-section .read-more-link-carrier,
.page-template-page-template-engagement .the-posts .read-more-link-carrier,
.page-template-page-template-engagement .related-posts-section .read-more-link-carrier {
  margin-top: -0.5rem;
  text-align: right;
}
.posts .the-posts .read-more-link-carrier .read-more-link, .posts .related-posts-section .read-more-link-carrier .read-more-link,
.category .the-posts .read-more-link-carrier .read-more-link,
.category .related-posts-section .read-more-link-carrier .read-more-link,
.archive .the-posts .read-more-link-carrier .read-more-link,
.archive .related-posts-section .read-more-link-carrier .read-more-link,
.page-template-page-template-press-and-media .the-posts .read-more-link-carrier .read-more-link,
.page-template-page-template-press-and-media .related-posts-section .read-more-link-carrier .read-more-link,
.page-template-page-template-engagement .the-posts .read-more-link-carrier .read-more-link,
.page-template-page-template-engagement .related-posts-section .read-more-link-carrier .read-more-link {
  color: rgb(238, 111, 58);
  font-weight: 500;
  text-decoration: none;
}
.posts .the-posts .read-more-link-carrier .read-more-link::after, .posts .related-posts-section .read-more-link-carrier .read-more-link::after,
.category .the-posts .read-more-link-carrier .read-more-link::after,
.category .related-posts-section .read-more-link-carrier .read-more-link::after,
.archive .the-posts .read-more-link-carrier .read-more-link::after,
.archive .related-posts-section .read-more-link-carrier .read-more-link::after,
.page-template-page-template-press-and-media .the-posts .read-more-link-carrier .read-more-link::after,
.page-template-page-template-press-and-media .related-posts-section .read-more-link-carrier .read-more-link::after,
.page-template-page-template-engagement .the-posts .read-more-link-carrier .read-more-link::after,
.page-template-page-template-engagement .related-posts-section .read-more-link-carrier .read-more-link::after {
  content: "\f054";
  font-family: "fontawesome";
  font-weight: 900;
  font-size: 0.7rem;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: 5px;
}
.posts .the-posts .read-more-link-carrier .read-more-link:hover, .posts .related-posts-section .read-more-link-carrier .read-more-link:hover,
.category .the-posts .read-more-link-carrier .read-more-link:hover,
.category .related-posts-section .read-more-link-carrier .read-more-link:hover,
.archive .the-posts .read-more-link-carrier .read-more-link:hover,
.archive .related-posts-section .read-more-link-carrier .read-more-link:hover,
.page-template-page-template-press-and-media .the-posts .read-more-link-carrier .read-more-link:hover,
.page-template-page-template-press-and-media .related-posts-section .read-more-link-carrier .read-more-link:hover,
.page-template-page-template-engagement .the-posts .read-more-link-carrier .read-more-link:hover,
.page-template-page-template-engagement .related-posts-section .read-more-link-carrier .read-more-link:hover {
  text-decoration: underline;
}
.posts .the-posts .post-prev-entry h2, .posts .related-posts-section .post-prev-entry h2,
.category .the-posts .post-prev-entry h2,
.category .related-posts-section .post-prev-entry h2,
.archive .the-posts .post-prev-entry h2,
.archive .related-posts-section .post-prev-entry h2,
.page-template-page-template-press-and-media .the-posts .post-prev-entry h2,
.page-template-page-template-press-and-media .related-posts-section .post-prev-entry h2,
.page-template-page-template-engagement .the-posts .post-prev-entry h2,
.page-template-page-template-engagement .related-posts-section .post-prev-entry h2 {
  font-size: 1.2rem;
  line-height: 1.1;
  margin-top: 0.6rem;
  margin-bottom: 1.5rem;
}
.posts .the-posts .post-prev-entry h3, .posts .related-posts-section .post-prev-entry h3,
.category .the-posts .post-prev-entry h3,
.category .related-posts-section .post-prev-entry h3,
.archive .the-posts .post-prev-entry h3,
.archive .related-posts-section .post-prev-entry h3,
.page-template-page-template-press-and-media .the-posts .post-prev-entry h3,
.page-template-page-template-press-and-media .related-posts-section .post-prev-entry h3,
.page-template-page-template-engagement .the-posts .post-prev-entry h3,
.page-template-page-template-engagement .related-posts-section .post-prev-entry h3 {
  font-size: 1.15rem;
  line-height: 1.2;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.posts .the-posts p, .posts .related-posts-section p,
.category .the-posts p,
.category .related-posts-section p,
.archive .the-posts p,
.archive .related-posts-section p,
.page-template-page-template-press-and-media .the-posts p,
.page-template-page-template-press-and-media .related-posts-section p,
.page-template-page-template-engagement .the-posts p,
.page-template-page-template-engagement .related-posts-section p {
  line-height: 1.5;
  margin-top: 0.2rem;
}

/* Fit elementor paddings                            */
/* ------------------------------------------------- */
.single-post,
.the-posts {
  margin-top: 1rem;
}
.single-post > article,
.the-posts > article {
  padding: 0 10px;
}

/* Specifics for Engagement posts and press posts    */
/* ------------------------------------------------- */
.page-template-page-template-engagement .the-posts {
  margin: 3rem 25px 0 25px;
}

.press-posts {
  margin: 3rem 25px 0 25px;
}

/* Single Post view                                  */
/* ------------------------------------------------- */
@media screen and (min-width: 67.5em) {
  .single-post .content {
    padding-left: 155px;
    padding-right: 155px;
  }
}
.single-post .post-title {
  width: 100%;
  max-width: 600px;
  font-size: 1.5rem;
}
.single-post .post-meta {
  margin: 1rem 0 0.2rem 0;
  line-height: 1.3;
}
.single-post .social-share-container {
  position: relative;
}
.single-post .post-thumbnail-wrapper {
  width: 100%;
  aspect-ratio: 8/4; /* Maintains 8:5 aspect ratio (0.625) */
  position: relative;
  overflow: hidden;
}
.single-post .post-thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.single-post .post-thumbnail-wrapper .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
  padding: 0 !important;
}
@media screen and (min-width: 53.75em) {
  .single-post .post-thumbnail-wrapper .post-entry {
    float: right;
    padding-left: 28px;
    width: calc(100% - 400px);
  }
}
.single-post .post-thumbnail-wrapper .prev-next-navi {
  margin-top: 4rem;
  color: rgb(238, 111, 58);
}
.single-post .post-entry {
  max-width: 600px;
}
.single-post .post-entry .elementor-section .elementor-element-populated {
  padding: 0 !important;
}
.single-post .social-share-container {
  position: absolute;
}
@media screen and (max-width: 1080px) {
  .single-post .social-share-container {
    position: relative;
  }
}

/* Sidebar view                                      */
/* ------------------------------------------------- */
.sidebar .post-filter-carrier {
  text-align: right;
}
@media screen and (max-width: 56.25em) {
  .sidebar .post-filter-carrier {
    text-align: left !important;
  }
}
@media screen and (min-width: 56.3125em) {
  .sidebar .post-filter-carrier label:not(:first-of-type) {
    padding-left: 1rem;
  }
}
.sidebar .post-filter-carrier select {
  width: 100%;
  border: 1px solid rgb(11, 94, 130) !important;
  border-radius: 2px;
  background: #FFFFFF;
  margin: 0 0 10px 1px;
  padding: 10px !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 0.875em;
  outline: none !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #90C0D2;
  max-height: 38px;
  padding: 8px 0 9px 6px !important;
  line-height: 1.5;
}
@media screen and (max-width: 27.5em) {
  .sidebar .post-filter-carrier select {
    width: 140px;
  }
}
.sidebar .post-filter-carrier select::placeholder {
  color: #90C0D2;
}
.sidebar .post-filter-carrier select:focus {
  background: #90C0D2;
  color: #FFFFFF;
  border: 1px solid #90C0D2;
}
@media screen and (min-width: 56.3125em) {
  .sidebar .post-filter-carrier select {
    max-width: 200px;
  }
}
@media screen and (max-width: 56.25em) {
  .sidebar .post-filter-carrier #category-select,
  .sidebar .post-filter-carrier #year-select {
    margin-bottom: 1rem;
    display: block;
    width: 100%;
  }
  .sidebar .post-filter-carrier button {
    margin-left: 0 !important;
  }
}

footer {
  position: relative;
  max-width: 1400px;
  margin: 0 auto 0 auto;
  padding: 30px 0 5px 0;
  border-top: 4px solid #005B7F;
  min-height: 220px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 30em) {
  footer {
    min-height: 290px;
  }
}
@media screen and (max-width: 61.25em) {
  footer {
    padding: 30px 20px 30px 20px;
  }
}
footer.no-top-line {
  border-top: none;
}
footer .footer-arrow-up {
  position: absolute;
  right: 30px;
  top: -17px;
  width: 40px;
  height: 30px;
  background-color: #FFFFFF;
  z-index: 10;
}
footer .footer-arrow-up .back-to-top {
  text-align: center;
  font-family: fontawesome, sans-serif;
  font-size: 1.3rem;
  color: rgb(238, 111, 58);
}
footer .footer-arrow-up .back-to-top:hover {
  cursor: pointer;
}
footer .col-lg-one-fifth {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
  footer .col-lg-one-fifth {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  footer div[id^=nav_menu-] {
    margin-left: 3.85rem;
  }
}
@media (max-width: 991px) {
  footer div[id^=footer-row-] {
    margin-bottom: 3rem;
  }
  footer .iso-badge .pull-left,
  footer .iso-badge .pull-right {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
footer .footer-carrier {
  margin-bottom: 2rem;
  padding-top: 30px;
}
footer .footer-carrier h3.footer-slot {
  font-size: 1rem;
  margin-top: 0;
}
footer .footer-carrier div[id^=zoom-social-icons-widget],
footer .footer-carrier div[id^=facturee_socialmedia_widget] {
  border-top: 1px solid #005B7F;
  padding-top: 0.5rem;
  margin-top: 0.6rem;
}
footer .footer-carrier [class^=menu-footer] ul {
  color: #005B7F;
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
footer .footer-carrier [class^=menu-footer] ul li {
  line-height: 140%;
}
footer .footer-carrier [class^=menu-footer] ul li a,
footer .footer-carrier [class^=menu-footer] ul li a:active,
footer .footer-carrier [class^=menu-footer] ul li a:visited {
  color: #005B7F;
  text-decoration: none;
}
footer .footer-carrier [class^=menu-footer] ul li a:hover,
footer .footer-carrier [class^=menu-footer] ul li a:active:hover,
footer .footer-carrier [class^=menu-footer] ul li a:visited:hover {
  color: rgb(238, 111, 58);
}
footer .footer-carrier .menu-footer-horizontal-final-container ul {
  margin: 2rem 0 5px 0;
}
footer .footer-carrier .menu-footer-horizontal-final-container ul li {
  list-style-type: none;
  display: inline;
  line-height: 120%;
  padding: 0 11px 0 8px;
}
footer .footer-carrier .menu-footer-horizontal-final-container ul li:not(:last-of-type) {
  border-right: 1px solid #005B7F;
}
footer .footer-carrier #footer-end {
  text-align: center;
}
footer #footer-row-1 {
  line-height: 22px;
}
footer #footer-row-1 #block-12 p, footer #footer-row-1 #block-14 p {
  margin-top: 0px;
}
footer #footer-row-1 #block-3 p {
  margin-top: 4px;
  margin-bottom: 20px;
}
footer #footer-row-1 #block-4 p {
  margin-top: 0px;
}
footer #footer-row-1 .widget-address {
  margin-bottom: 8px;
}
footer #footer-row-1 .facturee-social-icons span.icon-youtube, footer #footer-row-1 .facturee-social-icons span.icon-instagram {
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
}
footer #footer-row-1 .facturee-social-icons span.icon-youtube {
  background-image: url(img/youtube-social-media-icon.svg);
  background-size: 16px;
}
footer #footer-row-1 .facturee-social-icons span.icon-instagram {
  background-image: url(img/instagram-social-media-icon.svg);
  background-size: 24px;
}

/* Scss Document */
.popup-overlay {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.92); /* Black background with opacity */
  opacity: 0;
  z-index: 300; /* Specify a stack order in case you're using a different order for other elements */
  -webkit-transition: opacity 90ms ease-in-out;
  -moz-transition: opacity 90ms ease-in-out;
  -o-transition: opacity 90ms ease-in-out;
  transition: opacity 90ms ease-in-out;
}
.popup-overlay > .popup-wrapper {
  opacity: 0;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 301;
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  -o-transform: translateY(20%);
  transform: translateY(20%);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.popup-overlay > .popup-wrapper div.popup {
  position: relative;
  width: 98%;
  max-width: 500px;
  top: 49%;
  left: 50%;
  background-color: #FFFFFF;
  border-radius: 3px;
  min-height: 100px;
  padding: 1rem 1rem 2rem 1rem;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
  z-index: 350 !important;
}
.popup-overlay > .popup-wrapper div.popup .popup-loading-spinner {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background-color: #fff;
  opacity: 0.8;
  text-align: center;
}
.popup-overlay > .popup-wrapper div.popup .popup-loading-spinner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-overlay > .popup-wrapper div.popup.align-left {
  text-align: left;
}
.popup-overlay > .popup-wrapper div.popup .popup-form {
  text-align: center;
}
.popup-overlay > .popup-wrapper div.popup .popup-form li {
  list-style-type: none;
}
.popup-overlay > .popup-wrapper div.popup .frm_message {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border: 1px solid #D6E9C6;
  background-color: #DFF0D8;
  color: #468847;
  border-radius: 4px;
}
.popup-overlay > .popup-wrapper div.popup a {
  color: rgb(238, 111, 58);
  text-decoration: none;
}
.popup-overlay > .popup-wrapper div.popup a:hover {
  cursor: pointer;
  color: rgb(238, 111, 58);
  border-bottom: 1px dotted rgb(238, 111, 58);
}
.popup-overlay > .popup-wrapper div.popup .popup-close {
  padding-top: 0.2rem;
  margin-right: 0.4rem;
  text-align: right;
  font-size: 1.2rem;
}
.popup-overlay > .popup-wrapper div.popup .popup-close a {
  color: rgb(238, 111, 58);
}
.popup-overlay > .popup-wrapper div.popup .popup-close a:hover {
  color: rgb(238, 111, 58);
}
.popup-overlay > .popup-wrapper div.popup .popup-form {
  padding-top: 1.8rem;
}
.popup-overlay > .popup-wrapper div.popup .popup-form input[type=email] {
  width: 100%;
  border: 1px solid rgb(11, 94, 130) !important;
  border-radius: 2px;
  background: #FFFFFF;
  margin: 0 0 10px 1px;
  padding: 10px !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 0.875em;
  outline: none !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #90C0D2;
}
@media screen and (max-width: 27.5em) {
  .popup-overlay > .popup-wrapper div.popup .popup-form input[type=email] {
    width: 140px;
  }
}
.popup-overlay > .popup-wrapper div.popup .popup-form input[type=email]::placeholder {
  color: #90C0D2;
}
.popup-overlay > .popup-wrapper div.popup .popup-form input[type=email]:focus {
  background: #90C0D2;
  color: #FFFFFF;
  border: 1px solid #90C0D2;
}
.popup-overlay .popup-shown {
  opacity: 1 !important;
  -webkit-transform: translateY(0%) !important;
  -moz-transform: translateY(0%) !important;
  -ms-transform: translateY(0%) !important;
  -o-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
}

/* Video Pop-ups windows ----------------------------- */
div.dialog-message.dialog-lightbox-message {
  width: 1000px !important;
}

/* Scss Document */
.hamburger-menu {
  display: none;
  position: absolute;
  right: 24px;
  top: 32px;
  width: 34px;
  height: 20px;
  cursor: pointer;
}
@media all and (max-width: 37.4375em) {
  .hamburger-menu {
    display: block;
  }
}
@media screen and (max-width: 72.5em) {
  .hamburger-menu.fixed {
    display: block;
    right: 60px;
  }
}
@media screen and (max-width: 61.25em) {
  .hamburger-menu.fixed {
    display: block;
    right: 24px;
  }
}

.bar,
.bar:after,
.bar:before {
  width: 34px;
  height: 2px;
}

.bar {
  position: relative;
  transform: translateY(9px);
  background: #005B7F;
  transition: all 0ms 300ms;
}
.bar.animate {
  background: rgba(255, 255, 255, 0);
}

.bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  background: #005B7F;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  background: #005B7F;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.frm_forms .frm_hidden {
  display: none;
}
.frm_forms .frm_required {
  color: rgb(238, 111, 58);
}
.frm_forms fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.frm_forms label {
  display: block;
  padding: 10px 0 5px 0;
  color: #005B7F;
}
.frm_forms textarea, .frm_forms select, .frm_forms input[type=text], .frm_forms input[type=email], .frm_forms input[type=number], .frm_forms input[type=tel] {
  width: 100%;
  border: none;
  color: #FFFFFF;
  background-color: #90C0D2;
  padding: 10px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  outline: none;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.frm_forms textarea:focus, .frm_forms select:focus, .frm_forms input[type=text]:focus, .frm_forms input[type=email]:focus, .frm_forms input[type=number]:focus, .frm_forms input[type=tel]:focus {
  background-color: #005B7F;
}
.frm_forms h3 {
  font-size: 1.2rem;
  font-weight: 500;
}
.frm_forms a.frm_add_form_row {
  text-decoration: none;
  fill: #fff;
  color: #fff;
  background-color: rgb(238, 111, 58);
  border: 1px solid rgb(238, 111, 58);
  border-radius: 3px;
  padding: 9px 18px !important;
  max-height: 40px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 2rem !important;
}
.frm_forms a.frm_add_form_row:hover {
  cursor: pointer;
  color: rgb(238, 111, 58);
  fill: rgb(238, 111, 58);
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.frm_forms button.frm_button_submit {
  text-decoration: none;
  fill: #fff;
  color: #fff;
  background-color: rgb(238, 111, 58);
  border: 1px solid rgb(238, 111, 58);
  border-radius: 3px;
  padding: 9px 18px !important;
  max-height: 40px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  float: right;
}
.frm_forms button.frm_button_submit:hover {
  cursor: pointer;
  color: rgb(238, 111, 58);
  fill: rgb(238, 111, 58);
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.frm_forms button.frm_button_submit:after {
  content: "\f054";
  font-family: "fontawesome";
  font-weight: 900;
  font-size: 0.8rem;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-left: 7px;
}
.frm_forms button.frm_button_submit.frm_prev_page {
  float: left;
}
.frm_forms button.frm_button_submit.frm_prev_page:after {
  display: none;
}
.frm_forms div.frm_submit {
  margin-top: 2rem;
}
.frm_forms .frm_error_style {
  background: rgb(238, 111, 58);
  padding: 10px;
  color: #FFFFFF;
  font-weight: 600;
}
.frm_forms .frm_error {
  background: rgb(238, 111, 58);
  padding: 10px;
  color: #FFFFFF;
}
.frm_forms #frm_field_84_container .frm_error, .frm_forms #frm_field_85_container .frm_error {
  margin-top: 10px;
}
.frm_forms .frm_rootline .frm_current_page input[type=button] {
  border: 1px solid #005B7F;
  background: #005B7F;
  color: #FFFFFF;
}
.frm_forms .frm_rootline input {
  border: 1px solid #005B7F;
  background: #FFFFFF;
  color: #005B7F;
}
.frm_forms .frm_rootline.frm_show_lines:before {
  border-top-width: 1px;
  border-top-color: #005B7F;
}
.frm_forms .frm_dropzone.dz-clickable.frm_single_upload {
  max-width: none;
  width: 100%;
}
.frm_forms .frm_dropzone.dz-clickable {
  border: 2px dashed #90C0D2;
  color: #3A8DAE;
  border-radius: 0;
  padding: 10px;
}
.frm_forms .dz-message {
  font-size: 0.875em;
}
.frm_forms .frm_primary_label {
  font-weight: 600;
  padding-top: 20px;
}
.frm_forms .frm_add_form_row {
  margin-top: 30px;
  font-weight: 600;
  position: relative;
  padding-left: 35px !important;
}
.frm_forms .frm_add_form_row .frm_icon_font {
  position: absolute;
  left: 10px;
  top: 9px;
}
.frm_forms .frm_remove_form_row {
  margin-top: 30px;
  font-weight: 600;
  position: relative;
  padding-left: 35px !important;
}
.frm_forms .frm_remove_form_row .frm_icon_font {
  position: absolute;
  left: 12px;
  top: 0;
}
.frm_forms .frm_remove_form_row {
  color: #3A8DAE;
}
.frm_forms #frm_field_83-city_container {
  width: 65.8%;
}
@media all and (max-width: 37.5em) {
  .frm_forms #frm_field_83-city_container {
    width: 100%;
  }
}
.frm_forms .frm_repeat_sec, .frm_forms .frm_first_repeat {
  padding: 5px 15px 15px 15px;
  background: rgba(144, 192, 210, 0.2);
  margin-bottom: 30px;
}
.frm_forms .heightfix > label {
  min-height: 70px !important;
}
@media all and (max-width: 37.5em) {
  .frm_forms .heightfix > label {
    min-height: inherit !important;
  }
}
.frm_forms .frm_dropzone .dz-preview .dz-error-message {
  background: rgb(238, 111, 58);
}
.frm_forms .dz-remove {
  color: #3A8DAE;
}
.frm_forms .frm_description {
  font-style: italic;
}
.frm_forms .frm_message a {
  color: rgb(238, 111, 58);
}
.frm_forms #frm_field_83_container .frm_description {
  font-style: normal;
  margin-bottom: 10px;
}
.frm_forms input:checked + .frm_slider {
  background-color: #3A8DAE;
}
.frm_forms .clear {
  clear: both;
  padding-top: 1px;
}
.frm_forms #frm_field_79_container {
  clear: both;
}
.frm_forms #field_dbfu8 {
  height: 38px;
}
.frm_forms #frm_field_73_container > h3,
.frm_forms #frm_field_97_container > h3 {
  margin-bottom: 0;
}
.frm_forms #frm_field_85_container a,
.frm_forms #frm_field_85_container a:visited,
.frm_forms #frm_field_85_container a:active {
  color: rgb(238, 111, 58);
}
.frm_forms .frm_form_field label a,
.frm_forms .frm_form_field label a:visited,
.frm_forms .frm_form_field label a:active {
  color: #FF8647;
}
.frm_forms#frm_form_10_container {
  background: rgba(144, 192, 210, 0.2);
  padding: 10px;
}

.ui-widget-header {
  background: #005B7F !important;
  border: 0 !important;
}

.ui-widget-content {
  color: #FFFFFF !important;
  background: none !important;
  background-color: #90C0D2 !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
  background: none !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
}

.ui-state-hover, .ui-state-default:hover {
  border-color: 1px solid rgb(238, 111, 58);
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  border: 1px solid rgb(238, 111, 58) !important;
  background: rgb(238, 111, 58) !important;
}

.ui-corner-all {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.ui-datepicker-year, .ui-datepicker-month {
  color: #005B7F !important;
}

li.elementor-editor-element-setting {
  background-image: none;
}

.fa-download-icon {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.fa-download-icon .download-img {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.fa-download-icon .download-text {
  margin: 0 5px;
}

a.fa-download-icon .download-img {
  vertical-align: middle;
}
a.fa-download-icon .download-img::after {
  content: url(img/icon-download.svg);
}
a.fa-download-icon .download-img:hover::after {
  vertical-align: middle;
  content: url(img/icon-download.svg);
  text-decoration: none !important;
  border: none !important;
}

a.fa-download-icon.fa-download-icon-blue {
  color: rgb(11, 94, 130) !important;
}
a.fa-download-icon.fa-download-icon-blue:hover {
  color: #90C0D2 !important;
  border-bottom: 1px dotted #90C0D2 !important;
}
a.fa-download-icon.fa-download-icon-blue .download-img::after {
  content: url(img/icon-download-blue.svg);
}
a.fa-download-icon.fa-download-icon-blue .download-img:hover::after {
  vertical-align: middle;
  content: url(img/icon-download-blue.svg);
  text-decoration: none !important;
  border: none !important;
}

.elementor-button-content-wrapper .elementor-button-icon {
  display: none !important;
}

.whitepaper-call {
  text-align: left !important;
  padding: 1rem 20% 1rem 1.4rem;
  background-color: rgba(144, 192, 210, 0.2);
  background-image: url(img/icon-detail-information.svg);
  background-position: 98.6% 49%;
  background-repeat: no-repeat;
  background-size: 8rem auto;
  /*p {
    font-size: 1.17rem !important;
  }*/
}
@media screen and (max-width: 456px) {
  .whitepaper-call {
    padding: 1rem 28% 1rem 1rem;
    background-position: 100% 49%;
  }
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img,
.elementor-testimonial__image img {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  object-fit: contain !important;
  -o-object-fit: contain !important;
}

.elementor-testimonial__image img {
  width: 110px !important;
  height: auto !important;
  max-height: 56px;
}

.elementor-testimonial-wrapper .elementor-testimonial-content,
.elementor-testimonial__text {
  font-size: 1.17rem !important;
  line-height: 1.25 !important;
}

body.home .elementor-column-wrap.elementor-element-populated {
  padding-left: 0 !important;
  padding-right: 20px !important;
}
@media screen and (max-width: 576px) {
  body.home .elementor-column-wrap.elementor-element-populated {
    padding-right: 0 !important;
  }
}

.elementor-swiper-button-prev [class^=eicon],
.elementor-swiper-button-next [class^=eicon] {
  font-size: 25px;
  color: #005B7F;
  opacity: 0.5;
}
.elementor-swiper-button-prev:hover [class^=eicon],
.elementor-swiper-button-next:hover [class^=eicon] {
  opacity: 1;
}

.fa-social-share {
  margin: 2rem 0;
}
.fa-social-share .share-title {
  font-size: 1.1rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
}
.fa-social-share .share-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.fa-social-share .share-buttons a {
  text-decoration: none !important;
}
.fa-social-share .share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  transition: all 0.3s ease;
  background-color: rgb(11, 94, 130);
  border: none;
  cursor: pointer;
}
.fa-social-share .share-button svg {
  width: 20px;
  height: 20px;
  fill: white;
  transition: fill 0.3s ease;
}
.fa-social-share .share-button .fa-social-icons-list--span {
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}
.fa-social-share .share-button .fa-social-icons-list--span.icon-twitter-x:before {
  margin-left: -2px !important;
}
.fa-social-share .share-button .socicon {
  position: relative;
  display: inline-block;
  top: 0;
  width: 1em;
  max-width: 1em;
  height: 1em;
  box-sizing: content-box;
  vertical-align: middle;
  text-align: center;
  transition: opacity 0.2s;
  font-family: "icomoon-socicons";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1em;
}
.fa-social-share .share-button:hover {
  background-color: #ff8647;
}
.fa-social-share .share-button:hover svg {
  fill: white;
}
.fa-social-share .share-button.facebook:hover, .fa-social-share .share-button.twitter:hover, .fa-social-share .share-button.linkedin:hover, .fa-social-share .share-button.native:hover {
  background-color: rgb(238, 111, 58);
}

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}
.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .chosen-single .group-name, .chosen-container .search-choice .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #999;
}
.chosen-container .chosen-single .group-name:after, .chosen-container .search-choice .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(chosen-sprite.png) no-repeat 0 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type=text] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: 600;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type=text] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: 0 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: 0 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type=text] {
  color: #222 !important;
}

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single, .chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type=text] {
  padding: 4px 5px 4px 20px;
  background: url(chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-single .chosen-search input[type=text] {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
  .chosen-rtl .chosen-search input[type=text] {
    background-image: url(chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
.chosen-container-single .chosen-single {
  background: #90C0D2;
  padding: 10px;
  height: 41px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 0;
}

.chosen-container .chosen-drop {
  background: #90C0D2;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 0;
}
.chosen-container .chosen-drop .chosen-results {
  color: white;
}
.chosen-container .chosen-drop .chosen-search {
  border: none;
}
.chosen-container.chosen-container-single.chosen-with-drop.chosen-container-active .chosen-single {
  background: #90C0D2;
  padding: 10px;
  height: 41px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 0;
}
.chosen-container .chosen-results .active-result.highlighted {
  background: #005B7F;
}
.chosen-container .chosen-results .group-result {
  color: #005B7F;
}

.chosen-container-single .chosen-search input[type=text] {
  border: none;
}

.headerwrapper {
  position: fixed;
  height: 80px;
}

.fw-page-builder-content ul {
  list-style-type: none;
  margin: 10px 0 10px 0;
  padding: 0;
}

.fw-page-builder-content ul li {
  margin: 10px 0 10px 0;
  padding-left: 30px;
  background-image: url("/wp-content/themes/facturee/img/checkmark.svg");
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: top left;
}

.fw-page-builder-content p {
  line-height: 1.5em;
}

.fw-page-builder-content p.wp-caption-text {
  margin-top: 0;
}

.wp-caption {
  max-width: 100%;
}

.youtube-video {
  max-width: 100%;
  height: auto;
}

.with-orange-quotes::before {
  content: "»";
  color: rgb(238, 111, 58);
}
.with-orange-quotes::after {
  content: "«";
  color: rgb(238, 111, 58);
}

/* New Elementor Accordion Component style fix */
body:not(.page-template-page-new-service-page) details.e-n-accordion-item summary.e-n-accordion-item-title {
  border-top: 1px solid #005B7F !important;
  border-left: 1px solid #005B7F !important;
  border-right: 1px solid #005B7F !important;
  border-bottom: 0px;
  padding: 14px 20px;
  font-weight: bold;
}
body:not(.page-template-page-new-service-page) details.e-n-accordion-item summary.e-n-accordion-item-title span,
body:not(.page-template-page-new-service-page) details.e-n-accordion-item summary.e-n-accordion-item-title .e-n-accordion-item-title-icon span > i {
  color: #005B7F !important;
}
body:not(.page-template-page-new-service-page) details.e-n-accordion-item summary.e-n-accordion-item-title i {
  font-size: 12px;
  padding-top: 2px;
}
body:not(.page-template-page-new-service-page) details.e-n-accordion-item .e-con-full {
  padding: 0 8px;
  border-top: 0px !important;
  border-bottom: 0px !important;
  border-left: 1px solid #005B7F !important;
  border-right: 1px solid #005B7F !important;
}
body:not(.page-template-page-new-service-page) details.e-n-accordion-item .e-con-full .e-con-inner {
  padding: 0px 0px 16px 0px;
}
body:not(.page-template-page-new-service-page) details.e-n-accordion-item .e-con-full .e-con-inner li {
  line-height: 22px;
}
body:not(.page-template-page-new-service-page) details.e-n-accordion-item:last-child {
  border-bottom: 1px solid #005B7F !important;
}

.navigator_p_box p {
  margin: 0px;
}
.navigator_p_box a {
  margin: 0px !important;
}

.navigator_button a {
  margin-top: 8px !important;
}

#main-cont-box-notification {
  top: 0px;
  margin-top: 0px;
}
#main-cont-box-notification #box-notification {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  z-index: 999;
  display: flex;
  width: fit-content;
  padding: 0px 12px;
  border-radius: 6px;
  background-color: #fff0e8;
  margin-bottom: 12px;
}
#main-cont-box-notification #box-notification p {
  margin: 10px 0;
}
#main-cont-box-notification #box-notification #cta-notification {
  margin-left: -6px;
}
#main-cont-box-notification #box-notification #cta-notification a {
  margin: 0px;
  border-radius: 3px;
  padding: 6px 8px !important;
  font-size: 15px;
}

@media screen and (max-width: 47.9375em) {
  #main-cont-box-notification {
    top: 0px;
    margin-top: 0px;
  }
  #main-cont-box-notification #box-notification {
    display: block;
    padding: 0px 12px 8px 12px;
    width: 90%;
  }
  #main-cont-box-notification #box-notification p {
    margin: 4px 0;
    text-align: center;
    line-height: 21px;
    margin-bottom: 6px;
  }
  #main-cont-box-notification #box-notification #cta-notification {
    margin-left: 0px;
  }
}
.elementor-toggle-icon-closed,
.elementor-toggle-icon-opened {
  display: none !important;
}

[aria-expanded=false]:not(summary) {
  background-image: url(../facturee/img/chevron-down.svg);
}

[aria-expanded=true]:not(summary) {
  background-image: url(../facturee/img/chevron-up.svg);
}

[aria-expanded]:not(summary) {
  font-size: 16px;
  padding-left: 8px !important;
  background-position: right 8px center !important;
  background-repeat: no-repeat;
}
[aria-expanded]:not(summary) a {
  color: #005B7F !important;
  font-weight: normal;
}

#trp_no_text_popup_wrap #trp_no_text_popup {
  background-color: rgba(121, 196, 212, 0.15) !important;
}

body.single.single-post .fa-social-icons-list--item:nth-child(2) a span {
  background-image: url(/wp-content/themes/facturee/img/youtube-social-media-icon.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
}
body.single.single-post .fa-social-icons-list--item:nth-child(4) a span {
  background-image: url(/wp-content/themes/facturee/img/instagram-social-media-icon.svg);
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
body.single.single-post button.share-button.native {
  margin-top: 2px;
}
body.single.single-post .fa-social-icons-list.shortcode-version {
  float: left;
  margin-right: 6px;
}
body.single.single-post .post-table {
  overflow-x: scroll;
}

.elementor-image-carousel.swiper-wrapper {
  align-items: center;
  height: inherit;
}
.elementor-image-carousel.swiper-wrapper .swiper-slide {
  padding: 0 24px;
}

@media screen and (max-width: 64em) {
  img.swiper-slide-image {
    max-height: 120px;
  }
}
nav.mainmenu > ul > li {
  margin: 0 0 0 10px;
}

ul#menu-hauptmenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1161px) {
  ul#menu-hauptmenu {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1160px) {
  ul#menu-hauptmenu {
    display: block;
    text-align: center;
  }
}
ul#menu-hauptmenu > li.current-menu-item > a,
ul#menu-hauptmenu > li.current_page_item > a,
ul#menu-hauptmenu > li.current-menu-ancestor > a,
ul#menu-hauptmenu > li.current-page-ancestor > a,
ul#menu-hauptmenu > li.current-page-parent > a {
  color: rgb(238, 111, 58) !important;
}
ul#menu-hauptmenu li ul.sub-menu li.current-menu-item > a, ul#menu-hauptmenu li ul.sub-menu li.current_page_item > a {
  color: rgb(238, 111, 58) !important;
}
ul#menu-hauptmenu > li.menu-item-has-children:not(.trp-language-switcher-container):not(#menu-item-9902) > a {
  background-image: url("../facturee/img/chevron-down.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
}
@media (max-width: 1160px) {
  ul#menu-hauptmenu > li.menu-item-has-children:not(.trp-language-switcher-container):not(#menu-item-9902) > a {
    display: inline-block !important;
    width: auto !important;
    position: relative;
    background-position: right 8px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1161px) {
  ul#menu-hauptmenu > li.menu-item-has-children:not(.trp-language-switcher-container):not(#menu-item-9902) > a {
    display: flex;
    align-items: center;
    background-position: right 8px !important;
    padding-right: 16px !important;
    justify-content: flex-start;
  }
}
@media (min-width: 1161px) {
  ul#menu-hauptmenu > li.menu-item-has-children:not(.trp-language-switcher-container):not(#menu-item-9902):hover > a {
    color: rgb(238, 111, 58) !important;
    background-image: url("../facturee/img/chevron-orange-down.svg") !important;
  }
}
ul#menu-hauptmenu > li.menu-item-has-children:not(.trp-language-switcher-container):not(#menu-item-9902).current-menu-item > a, ul#menu-hauptmenu > li.menu-item-has-children:not(.trp-language-switcher-container):not(#menu-item-9902).current_page_item > a, ul#menu-hauptmenu > li.menu-item-has-children:not(.trp-language-switcher-container):not(#menu-item-9902).current-menu-ancestor > a, ul#menu-hauptmenu > li.menu-item-has-children:not(.trp-language-switcher-container):not(#menu-item-9902).current-page-ancestor > a, ul#menu-hauptmenu > li.menu-item-has-children:not(.trp-language-switcher-container):not(#menu-item-9902).current-page-parent > a {
  background-image: url("../facturee/img/chevron-orange-down.svg") !important;
}
ul#menu-hauptmenu > li.menu-item-has-children:not(.trp-language-switcher-container):not(#menu-item-9902).toggled-on > a, ul#menu-hauptmenu > li.menu-item-has-children:not(.trp-language-switcher-container):not(#menu-item-9902).menu-open > a, ul#menu-hauptmenu > li.menu-item-has-children:not(.trp-language-switcher-container):not(#menu-item-9902).is-open > a, ul#menu-hauptmenu > li.menu-item-has-children:not(.trp-language-switcher-container):not(#menu-item-9902).open > a, ul#menu-hauptmenu > li.menu-item-has-children:not(.trp-language-switcher-container):not(#menu-item-9902).show > a, ul#menu-hauptmenu > li.menu-item-has-children:not(.trp-language-switcher-container):not(#menu-item-9902).active > a, ul#menu-hauptmenu > li.menu-item-has-children:not(.trp-language-switcher-container):not(#menu-item-9902).dropdown-active > a, ul#menu-hauptmenu > li.menu-item-has-children:not(.trp-language-switcher-container):not(#menu-item-9902).sfHover > a {
  color: rgb(238, 111, 58) !important;
  background-image: url("../facturee/img/chevron-orange-up.svg") !important;
}
ul#menu-hauptmenu > li.menu-item-has-children:not(.trp-language-switcher-container):not(#menu-item-9902) > a[aria-expanded=true] > a, ul#menu-hauptmenu > li.menu-item-has-children:not(.trp-language-switcher-container):not(#menu-item-9902):has(ul.sub-menu[style*=block]) > a, ul#menu-hauptmenu > li.menu-item-has-children:not(.trp-language-switcher-container):not(#menu-item-9902):has(ul.sub-menu.toggled-on) > a {
  color: rgb(238, 111, 58) !important;
  background-image: url("../facturee/img/chevron-orange-up.svg") !important;
}
@media (max-width: 1160px) {
  ul#menu-hauptmenu > li:last-child > ul {
    margin-left: 0px !important;
  }
}

body.wp-singular ol li {
  line-height: 1.5em;
}

#small-banner-header {
  background-color: rgb(238, 111, 58);
  text-align: center;
  padding: 8px 0;
  color: #FFFFFF;
}
#small-banner-header a {
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  display: inline-block; /* Ensures the underline stays within the text bounds */
}
#small-banner-header a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px; /* <--- Adjust this to move the line closer or further */
  width: 100%;
  height: 1px; /* Thickness of the underline */
  background-color: #FFFFFF;
  /* This controls the fade animation */
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
#small-banner-header a:hover::after {
  opacity: 0; /* Fades out on hover */
}

.headerwrapper {
  height: 124px;
}

#trp_no_text_popup_wrap {
  margin-top: 130px !important;
}

body .image .hero {
  bottom: 30px !important;
}

body.page-template-page-new-service-page section.image.reduced-header-height .hero, body.page-template-default body.page-template-page-new-service-page section.image .hero, body.post-template-default body.page-template-page-new-service-page section.image .hero, body.page-template-page-new-service-page .page-template-default section.image .hero, body.page-template-page-new-service-page .post-template-default section.image .hero {
  bottom: 40px !important;
}

@media screen and (min-width: 514px) and (max-width: 768px) {
  nav.mainmenu {
    top: 68px !important;
  }
}
@media screen and (max-width: 513px) {
  nav.mainmenu {
    top: 66px !important;
  }
}
/* Targets the PHP template file directly so the slug doesn't matter. To be removed when the AB is over. */
body.page-template-page-template-home .content.home {
  padding-top: 0 !important;
}

form.post-password-form {
  margin-top: 120px;
}

#elementor-lightbox-slideshow-single-img div.dialog-message.dialog-lightbox-message {
  width: 100% !important;
}

#elementor-lightbox-slideshow-single-img .elementor-slideshow__footer {
  display: none !important;
}

.trp-language-switcher {
  white-space: normal !important;
}

@media screen and (max-width: 780px) {
  #trp_ald_no_text_popup_change_language {
    white-space: normal !important;
  }
}
p:not(.elementor-heading-title), li, span.with-orange-quotes, figcaption {
  color: rgba(0, 0, 0, 0.8);
}

.fa-whitepaper-container p, #ansprechpartner span, #ansprechpartner p, #grossprojekte span, #grossprojekte p, #about-us-blue-block p, #presse-und-medien-blue-box p, #karriere-blue-box p, #pressekit-blue-box p, #pressekit-blue-box li {
  color: #FFFFFF;
}

#grossprojekte a span:hover, #ansprechpartner a span:hover {
  color: rgb(238, 111, 58);
}

#fa-product-range .fa-product-offer {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

section[data-id=c339c25] .content .elementor-widget.elementor-widget-shortcode {
  margin-top: 0px !important;
}

section#fa-product-range .row {
  margin-right: 0px;
  margin-left: 0px;
}

.fa-whitepaper-container {
  padding: 0 !important;
}

#whitepaper-block {
  padding: 20px 20px 20px 6px;
  background-color: #005B7F;
  border-radius: 4px;
}
@media screen and (max-width: 1280px) {
  #whitepaper-block {
    padding: 20px 20px 20px 24px;
  }
}
#whitepaper-block .fa-whitepaper-container .fa-tooltip {
  display: none !important;
}

@media screen and (max-width: 1160px) {
  nav.mainmenu > ul > li {
    margin: 0px;
  }
}
/* --- 1. THE WRAPPER (FORCED VISIBILITY) --- */
.headerwrapper {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999 !important; /* Extremely high to stay above everything */
  margin: 0 !important;
  padding: 0 !important;
}

/* --- 3. THE WHITE HEADER BLOCK --- */
.headerwrapper header {
  transition: all 0.4s ease-in-out !important;
  padding: 15px 5% !important;
  background-color: #FFFFFF !important;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  border: none !important;
  height: auto !important;
}

/* Logo Sizing Control */
.headerwrapper .logo,
.headerwrapper .custom-logo {
  display: block !important;
  width: 180px !important;
  height: auto !important;
  transition: width 0.4s ease-in-out !important;
}

.headerwrapper.scrolled {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

ul#menu-hauptmenu {
  transition: all 0.4s ease-in-out !important;
  margin-top: 0px;
}

#trp_no_text_popup_wrap {
  margin-top: 124px !important;
}

/* --- 4. SCROLLED STATE (DESKTOP) --- */
@media (min-width: 1161px) {
  .mobile {
    display: none !important;
  }
  .desktop {
    display: block !important;
  }
  .headerwrapper {
    height: 130px;
  }
  .headerwrapper nav.mainmenu {
    top: 28px;
  }
  .headerwrapper nav.mainmenu > ul#menu-hauptmenu {
    width: -webkit-max-content;
  }
  .headerwrapper nav.mainmenu .offernav {
    display: none;
    opacity: 0;
    position: relative;
    float: left;
    margin-top: -20px;
    margin-left: -58px;
  }
  .headerwrapper nav.mainmenu .offernav div {
    font-size: 14px;
    width: max-content;
  }
  .headerwrapper .custom-logo {
    width: 220px !important;
  }
  .headerwrapper.scrolled {
    height: 110px;
  }
  .headerwrapper.scrolled ul#menu-hauptmenu {
    margin-top: -12px;
  }
  .headerwrapper.scrolled header {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .headerwrapper.scrolled header .custom-logo {
    width: 160px !important;
  }
  .headerwrapper.scrolled nav.mainmenu .offernav {
    display: block;
    animation: fadeInDelayed 0.5s ease-in-out forwards;
    animation-delay: 250ms;
  }
  @keyframes fadeInDelayed {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
}
/* --- 5. MOBILE SAFETY --- */
@media (max-width: 1160px) {
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  .headerwrapper header {
    padding: 10px 15px !important;
  }
  .headerwrapper header .logo {
    top: 25px;
  }
  .headerwrapper nav.mainmenu .offernav {
    margin-top: 10px;
  }
  .headerwrapper .hamburger-menu {
    transition: all 0.4s ease-in-out !important;
    top: 33px;
  }
  .headerwrapper.scrolled {
    height: 105px;
  }
  .headerwrapper.scrolled header {
    background-color: #FFFFFF !important;
  }
  .headerwrapper.scrolled header .logo {
    transition: all 0.4s ease-in-out !important;
    top: 20px;
  }
  .headerwrapper.scrolled header .custom-logo {
    width: 150px !important;
  }
  .headerwrapper.scrolled ul#menu-hauptmenu {
    margin-top: -12px;
  }
  .headerwrapper.scrolled .hamburger-menu {
    top: 27px;
  }
}
@media (max-width: 523px) {
  .headerwrapper {
    height: 134px;
  }
  .headerwrapper.scrolled {
    height: 125px;
  }
  .headerwrapper .hamburger-menu {
    transition: all 0.4s ease-in-out !important;
    top: 32px;
  }
  .headerwrapper header .logo {
    top: 20px;
  }
  .headerwrapper.scrolled header .logo {
    transition: all 0.4s ease-in-out !important;
    top: 18px;
  }
}
@media (max-width: 270px) {
  #small-banner-header {
    font-size: 14px;
  }
}
nav.mainmenu {
  top: 68px;
}
nav.mainmenu > ul > li > ul {
  width: max-content;
  margin-top: 8px;
  background: #FFFFFF;
}
@media (max-width: 1160px) {
  nav.mainmenu > ul > li > ul {
    width: auto;
  }
}
nav.mainmenu > ul > li > ul li {
  padding: 5px 12px;
  position: relative;
}
nav.mainmenu > ul > li > ul li > a {
  transition: color 0.3s ease;
  color: #3A8DAE !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  background: none !important;
}
@media (max-width: 1160px) {
  nav.mainmenu > ul > li > ul li > a {
    display: block;
  }
}
nav.mainmenu > ul > li > ul li > a[href="#"] {
  background-image: url(../facturee/img/chevron-down.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right center !important;
  background-size: 10px !important;
  display: inline-grid;
  padding-right: 15px;
}
nav.mainmenu > ul > li > ul li > a[href="#"]:hover {
  color: rgb(238, 111, 58) !important;
  background-image: url(../facturee/img/chevron-orange-down.svg) !important;
}
nav.mainmenu > ul > li > ul li ul.sub-menu {
  padding: 0 0 0 16px;
  display: none;
  margin-left: -16px;
}
nav.mainmenu > ul > li > ul li ul.sub-menu li a {
  color: #3A8DAE !important;
  background: none !important;
}
nav.mainmenu > ul > li > ul li ul.sub-menu li a:hover, nav.mainmenu > ul > li > ul li ul.sub-menu li a.current-menu-item, nav.mainmenu > ul > li > ul li ul.sub-menu li a.current_page_item {
  color: rgb(238, 111, 58) !important;
}

nav.mainmenu ul.sub-menu li:not(.is-open).current-menu-ancestor > a[href="#"] {
  color: rgb(238, 111, 58) !important;
  background-image: url(../facturee/img/chevron-orange-down.svg) !important;
}
nav.mainmenu ul.sub-menu li.is-open.current-menu-ancestor > a[href="#"] {
  color: rgb(238, 111, 58) !important;
  background-image: url(../facturee/img/chevron-orange-up.svg) !important;
}
nav.mainmenu ul.sub-menu li.is-open:not(.current-menu-ancestor) > a[href="#"] {
  color: #3A8DAE !important;
  background-image: url(../facturee/img/chevron-up.svg) !important;
}
nav.mainmenu ul.sub-menu li.is-open:not(.current-menu-ancestor) > a[href="#"]:hover {
  color: rgb(238, 111, 58) !important;
  background-image: url(../facturee/img/chevron-orange-up.svg) !important;
}
nav.mainmenu ul.sub-menu li.current-menu-item > a:not([href="#"]) {
  color: rgb(238, 111, 58) !important;
}

nav.mainmenu ul.sub-menu li a * {
  background: none !important;
}

li.sub-menu-tier-one > ul.sub-menu {
  overflow: hidden;
  height: 0;
  display: block;
}

#footer-row-1 br {
  display: block;
}

#block-12 p {
  color: #005B7F;
}

div#post-sidebar-newsletter-button a {
  display: block;
}

@media screen and (min-width: 992px) and (max-width: 1154px) {
  footer div#footer-row-1 {
    flex: 0 0 24%;
    max-width: 24%;
  }
  footer div#footer-row-1 div.hbsp-newsletter-submit a.fa-button {
    padding: 8px 13px !important;
    font-size: 0.8rem !important;
  }
}
@media screen and (min-width: 1155px) and (max-width: 1325px) {
  footer div#footer-row-1 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  footer div#footer-row-1 div.hbsp-newsletter-submit a.fa-button {
    padding: 8px 13px !important;
    font-size: 0.8rem !important;
  }
}
.secondary-button {
  background-color: #FFFFFF !important;
  border: 1px solid rgb(238, 111, 58) !important;
  color: rgb(238, 111, 58) !important;
}
.secondary-button:hover {
  background-color: rgb(238, 111, 58) !important;
  border: 1px solid rgb(238, 111, 58) !important;
  color: #FFFFFF !important;
}

.single-post footer .content {
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (max-width: 991px) {
  div#footer-row-4, div#footer-row-3 {
    display: none;
  }
}
/* Template Widgets
   ----------------------------- */
.iso-badge {
  width: 100%;
}
.iso-badge a img:hover {
  cursor: pointer !important;
}
.iso-badge img {
  height: auto;
}
.iso-badge .pull-right {
  float: right;
  width: auto !important;
}
.iso-badge .pull-left {
  float: left;
  width: auto !important;
}
.iso-badge .center {
  display: block;
  margin: 0 auto;
}

div.invest-bank > p:first-of-type {
  padding-top: 2.3rem;
  font-size: smaller;
}
div.invest-bank > a img:first-of-type {
  width: 90%;
  max-width: 204px;
}
@media screen and (min-width: 900px) {
  div.invest-bank > a img:first-of-type {
    margin-left: 1.5rem;
  }
}

.widget-address {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 61.25em) {
  .widget-address {
    left: 20px;
  }
}
@media screen and (max-width: 61.25em) {
  .widget-address {
    top: 25px;
  }
}
.widget-address ul {
  list-style-type: none;
  padding: 0 0 2px 0;
  margin: 0;
}
.widget-address ul li {
  padding-bottom: 5px;
}
.widget-address a,
.widget-address a:active,
.widget-address a:visited {
  fill: #005B7F;
  color: #005B7F;
  text-decoration: none;
}
.widget-address a:hover,
.widget-address a:active:hover,
.widget-address a:visited:hover {
  cursor: pointer;
  color: rgb(238, 111, 58);
}
.widget-address .contact-icon {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-right: 10px;
}

/* Facturee Social Media Widget
   ----------------------------- */
.fa-social-icons-list {
  margin: 0 0 0 -2px;
  padding: 0;
  list-style-type: none;
}
.fa-social-icons-list .fa-social-icons-list--item {
  display: inline-block;
  border: none;
  margin: 2px;
}
.fa-social-icons-list .fa-social-icons-list--item .fa-social-icons-list--link {
  text-align: center;
  text-decoration: none !important;
  transition: all 0.2s ease;
}
.fa-social-icons-list .fa-social-icons-list--item .fa-social-icons-list--link:hover .fa-social-icons-list--span {
  background-color: #ff8647;
}
.fa-social-icons-list .fa-social-icons-list--item .fa-social-icons-list--link .fa-social-icons-list--span {
  color: #FFFFFF;
  background-color: rgb(11, 94, 130);
  padding: 8px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
}
.fa-social-icons-list .fa-social-icons-list--item .fa-social-icons-list--link .fa-social-icons-list--span.icon-twitter-x:before {
  margin-left: -2px !important;
}
.fa-social-icons-list .fa-social-icons-list--item .fa-social-icons-list--link .socicon {
  position: relative;
  display: inline-block;
  top: 0;
  width: 1em;
  max-width: 1em;
  height: 1em;
  box-sizing: content-box;
  vertical-align: middle;
  text-align: center;
  transition: opacity 0.2s;
  font-family: "icomoon-socicons";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1em;
}

.sidebar .widget_facturee_socialmedia_widget .facturee-social-icons {
  margin: 20px 0 0 -2px;
}

/* Facturee Three Blocks Feaure Component - Offer Page ----------------------------- */
section#three-block-features div.single-box-feature {
  border: 1px solid #90C0D2;
  border-radius: 3px;
  padding: 16px 24px;
  margin-right: 24px;
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  section#three-block-features div.single-box-feature {
    margin-right: auto;
    padding: 8px 16px;
    width: 32%;
  }
}
@media screen and (max-width: 47.9375em) {
  section#three-block-features div.single-box-feature {
    margin-right: 0px;
    margin-bottom: 16px;
  }
}
section#three-block-features div.single-box-feature:last-child {
  margin-right: 0;
}
section#three-block-features div.single-box-feature div.pictogram img {
  height: 64px;
}
section#three-block-features div.single-box-feature div.block-feature-title {
  margin-bottom: 8px;
}
section#three-block-features div.single-box-feature div.block-feature-text {
  margin-bottom: 8px;
}
section#three-block-features div.single-box-feature div.block-feature-text a {
  color: #005B7F;
}
section#three-block-features div.single-box-feature div.three-blocks-cta-button a.elementor-button {
  margin: 0;
  background-color: transparent !important;
  padding: 0 !important;
  color: rgb(238, 111, 58);
  border: none;
  font-weight: bold;
  transition: color 300ms ease-in-out;
}
section#three-block-features div.single-box-feature div.three-blocks-cta-button a.elementor-button span.elementor-button-icon {
  display: block !important;
}
section#three-block-features div.single-box-feature div.three-blocks-cta-button a.elementor-button span.elementor-button-icon svg {
  width: 1.2em;
  height: auto;
  margin-top: -1px;
}
section#three-block-features div.single-box-feature div.three-blocks-cta-button a.elementor-button span.elementor-button-icon svg path {
  fill: rgb(238, 111, 58);
  transition: fill 0.3s ease-in-out;
}
section#three-block-features div.single-box-feature div.three-blocks-cta-button a.elementor-button:hover {
  color: #005B7F;
}
section#three-block-features div.single-box-feature div.three-blocks-cta-button a.elementor-button:hover span.elementor-button-icon svg path {
  fill: #005B7F;
}

/* Offer Page - Drag and Drop feature - Bug fix ----------------------------- */
@media only screen and (max-width: 1390px) {
  div.get-quote fa-request-tool-webcomponent .content {
    margin: 30px 0 0 !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 61.25em) {
  div.get-quote.content {
    padding: 80px 0 0 !important;
  }
}
.request-tool .content:not(.footer-carrier),
.request-tool-testing .content:not(.footer-carrier) {
  padding-left: 0;
  padding-right: 0;
}
.request-tool .content:not(.footer-carrier) > section article form p,
.request-tool-testing .content:not(.footer-carrier) > section article form p {
  padding-left: 80px;
}

.custom-webcomponent fa-request-tool-webcomponent .content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.hbsp-newsletter-submit input[type=email],
.hbsp-newsletter-submit input[type=text] {
  width: 100%;
  border: 1px solid rgb(11, 94, 130) !important;
  border-radius: 2px;
  background: #FFFFFF;
  margin: 0 0 10px 1px;
  padding: 10px !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 0.875em;
  outline: none !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #90C0D2;
}
@media screen and (max-width: 27.5em) {
  .hbsp-newsletter-submit input[type=email],
  .hbsp-newsletter-submit input[type=text] {
    width: 140px;
  }
}
.hbsp-newsletter-submit input[type=email]::placeholder,
.hbsp-newsletter-submit input[type=text]::placeholder {
  color: #90C0D2;
}
.hbsp-newsletter-submit input[type=email]:focus,
.hbsp-newsletter-submit input[type=text]:focus {
  background: #90C0D2;
  color: #FFFFFF;
  border: 1px solid #90C0D2;
}
.hbsp-newsletter-submit #hbsp-form-msg {
  color: red;
  font-size: 0.9rem;
  padding-left: 3px;
  margin-bottom: 5px;
}
.hbsp-newsletter-submit .hbsp-button {
  width: 100%;
  margin-bottom: 1rem;
  max-height: none;
}

.bubble-new {
  width: 55px;
  height: auto;
  position: absolute;
  right: 7px;
  top: -2px;
  z-index: 700;
}
@media (min-width: 768px) and (max-width: 1120px) {
  .bubble-new {
    width: 65px;
  }
}

div#ez-toc-container {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  width: 100%;
}
div#ez-toc-container a,
div#ez-toc-container a:visited,
div#ez-toc-container a:active {
  color: rgb(238, 111, 58);
  text-decoration: none;
}
div#ez-toc-container a:hover {
  color: rgb(238, 111, 58);
  text-decoration: none;
}
div#ez-toc-container nav > ul > li > a {
  font-weight: 600;
}
div#ez-toc-container nav {
  width: 100%;
}
div#ez-toc-container nav ul {
  width: 100%;
}
div#ez-toc-container nav ul li {
  padding: 0 0 2px 23px;
  width: 100%;
  font-size: inherit;
  text-indent: -23px;
}
div#ez-toc-container nav ul li:not(:last-child) {
  margin: 5px 0 5px 0;
  border-bottom: 1px solid #005B7F;
}
div#ez-toc-container nav:first-of-type {
  border-bottom: 2px solid #005B7F;
}
div#ez-toc-container nav ul:not(:first-child) {
  padding-top: 2px !important;
  margin-left: -23px !important;
  min-width: calc(100% + 23px);
  border-top: 1px solid #005B7F;
}
div#ez-toc-container ul ul {
  margin: 0 !important;
}
div#ez-toc-container ul ul a {
  padding-left: 1.5rem;
}

#ez-toc-container.counter-decimal ul.ez-toc-list li a::before, .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
  content: counters(item, ".") ".   " !important;
  counter-increment: item;
}

.rt-wpls .slick-slider {
  margin-top: -50px;
}

.rt-wpls .slick-slider .slick-prev,
.rt-wpls .slick-slider .slick-next {
  background-color: transparent;
  color: #005B7F;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  z-index: 300;
}

.rt-wpls .slick-slider .slick-prev,
.rt-wpls .slick-slider .slick-next {
  display: none !important;
}

.rt-wpls .slick-slider:hover .slick-prev,
.rt-wpls .slick-slider:hover .slick-next {
  display: block !important;
}

.rt-wpls .slick-prev {
  left: 2px;
}

.rt-wpls .slick-next {
  right: 2px;
}

.rt-wpls .slick-prev:before,
.rt-wpls .slick-next:before {
  font-family: "FontAwesome", "slick", sans-serif;
  color: #005B7F;
  opacity: 0.5;
}

[dir=rtl] .slick-prev {
  right: 2px;
  left: auto;
}

.rt-wpls .slick-prev:before {
  content: "\f053";
}

[dir=rtl] .slick-prev:before {
  content: "\f054";
}

.rt-wpls .slick-next {
  right: 2px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 2px;
}

.rt-wpls .slick-next:before {
  content: "\f054";
}

[dir=rtl] .slick-next:before {
  content: "\f053";
}

.slick-slide > div {
  height: 140px;
  width: 100%;
  display: table;
  text-align: center;
  vertical-align: middle;
  position: relative;
  margin: 0;
}
.slick-slide > div .single-logo-container {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}
.slick-slide > div .single-logo-container img.wls-logo {
  max-height: 120px;
}

.rt-wpls .single-logo img {
  max-height: 120px;
  margin: 0 auto;
}

.single-logo-container .logo-description {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  text-align: center;
  -o-transition: opacity 360ms ease;
  -webkit-transition: opacity 360ms ease;
  transition: opacity 360ms ease;
}
.single-logo-container .logo-description > p {
  border: 1px solid rgb(238, 111, 58);
  background-color: #FFFFFF;
  padding: 3px 12px 5px 12px;
  text-align: center;
}
.single-logo-container .logo-description > p a {
  color: rgb(238, 111, 58);
}
.single-logo-container .logo-description > p a:hover {
  color: rgb(238, 111, 58);
  text-decoration: none;
}

.single-logo-container:hover .logo-description {
  opacity: 1;
}

.frm_forms h3.frm_form_title {
  font-weight: 500;
  font-size: 1.2rem !important;
}

.frm_slider {
  background-color: #dddddd !important;
}

.frm_forms input:checked + .frm_slider {
  background-color: #005B7F !important;
}

input:checked + .frm_switch .frm_slider {
  background-color: #005B7F !important;
}

.frm_message {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border: 1px solid #D6E9C6;
  background-color: #DFF0D8;
  color: #468847;
  border-radius: 4px;
}

#trp_ald_not_text_popup_ls_and_button {
  justify-content: left;
  margin-left: 10px;
  position: relative;
}
@media screen and (min-width: 1000px) {
  #trp_ald_not_text_popup_ls_and_button {
    margin-left: 60px;
  }
}

#trp_no_text_popup_wrap {
  margin-top: 100px;
  margin-bottom: -100px;
  background-color: rgba(121, 196, 212, 0.15) !important;
}
@media screen and (max-width: 48.75em) {
  #trp_no_text_popup_wrap {
    margin-top: 80px;
    margin-bottom: -80px;
  }
}
#trp_no_text_popup_wrap #trp_no_text_popup {
  max-width: 1400px;
  border: 0;
  background-color: rgba(121, 196, 212, 0.15) !important;
  padding: 12px 30px;
  margin: 0 auto;
}
#trp_no_text_popup_wrap #trp_no_text_popup #trp_ald_no_text_popup_x button#trp_close {
  padding: 9px 27px !important;
}
#trp_no_text_popup_wrap #trp_no_text_popup .trp-language-switcher {
  height: 40px;
}
@media screen and (min-width: 48.75em) {
  #trp_no_text_popup_wrap #trp_no_text_popup .trp-language-switcher {
    width: 80px;
  }
}
#trp_no_text_popup_wrap #trp_no_text_popup .trp_ald_ls_container {
  height: 40px !important;
}
@media screen and (min-width: 48.75em) {
  #trp_no_text_popup_wrap #trp_no_text_popup .trp_ald_ls_container:nth-child(2) {
    text-align: right;
    width: 100px;
  }
}
#trp_no_text_popup_wrap #trp_no_text_popup .trp_ald_ls_container .trp-ls-shortcode-current-language {
  height: 40px;
  border: 0;
  background-color: #FFF;
}
#trp_no_text_popup_wrap #trp_no_text_popup .trp_ald_ls_container .trp-ls-shortcode-current-language img.trp-flag-image {
  margin-top: 7px;
  padding-top: 0;
}
#trp_no_text_popup_wrap #trp_no_text_popup .trp_ald_ls_container .trp-language-switcher-container > div {
  background-image: linear-gradient(60deg, transparent 50%, rgb(11, 94, 130) 50%), linear-gradient(120deg, rgb(11, 94, 130) 50%, transparent 50%);
  background-position: calc(100% - 18px) 0.8em, calc(100% - 12px) 0.8em;
}
#trp_no_text_popup_wrap #trp_no_text_popup .trp_ald_ls_container .trp-ls-shortcode-language {
  border: 0;
  background-color: #FFF;
}
#trp_no_text_popup_wrap #trp_no_text_popup .trp_ald_ls_container .trp-ls-shortcode-language .trp-ald-popup-select:hover {
  background-color: #90C0D2;
}
#trp_no_text_popup_wrap #trp_no_text_popup .trp_ald_ls_container .trp-ls-shortcode-language img.trp-flag-image {
  padding-top: 0;
}
#trp_no_text_popup_wrap #trp_no_text_popup a#trp_ald_no_text_popup_change_language {
  text-decoration: none;
  fill: #fff;
  color: #fff;
  background-color: rgb(238, 111, 58);
  border: 1px solid rgb(238, 111, 58);
  border-radius: 3px;
  padding: 9px 18px !important;
  max-height: 40px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}
#trp_no_text_popup_wrap #trp_no_text_popup a#trp_ald_no_text_popup_change_language:hover {
  cursor: pointer;
  color: rgb(238, 111, 58);
  fill: rgb(238, 111, 58);
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#trp_no_text_popup_wrap #trp_no_text_popup #trp_ald_no_text_popup_x_button_textarea {
  margin-left: 1.2rem;
}
#trp_no_text_popup_wrap #trp_close {
  margin-top: -5px;
}
#trp_no_text_popup_wrap #trp_no_text_popup #trp_close:before {
  content: "\f335";
  color: rgb(238, 111, 58) !important;
}
#trp_no_text_popup_wrap #trp_ald_no_text_popup_x_button {
  position: absolute;
}
#trp_no_text_popup_wrap #trp_ald_no_text_popup_x_button:before {
  content: "\f335";
  color: rgb(238, 111, 58) !important;
}

/* This class is applied in the admin backend to cookie notice plugin settings */
.cookie-notice-button {
  text-decoration: none !important;
  text-shadow: none !important;
  box-shadow: none !important;
  color: #FFFFFF !important;
  background-color: rgb(238, 111, 58) !important;
  border: 1px solid rgb(238, 111, 58) !important;
  background-image: none !important;
  border-radius: 3px;
  padding: 3px 12px 4px 12px !important;
  max-height: 30px;
  font-weight: 400;
}
.cookie-notice-button:hover {
  color: rgb(238, 111, 58) !important;
  background-color: #FFFFFF !important;
  text-decoration: none !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

button {
  cursor: pointer;
}

h2 {
  text-align: center;
}
h2.elementor-tab-title, .posts .the-posts .post-prev-entry h2, .page-template-default h2 {
  text-align: left !important;
}

nav.mainmenu > ul > li {
  margin: 0 0 0 20px;
}
nav.mainmenu > ul > li:last-child {
  background-image: none;
  padding-left: 10px;
  width: auto;
  height: auto;
}
nav.mainmenu > ul > li:last-child > a div {
  text-indent: 0;
}
nav.mainmenu > ul > li:last-child > ul > li {
  left: 0;
}
nav.mainmenu > ul > li:last-child:hover {
  background-image: none;
}

@media (max-width: 1160px) {
  .headerwrapper nav.mainmenu .offernav {
    margin-top: 50px;
  }
}

section.image {
  position: relative;
  display: flex;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}
section.image.reduced-header-height, body.page-template-default section.image, body.post-template-default section.image {
  height: 462px !important;
  max-height: 462px !important;
}
@media screen and (max-width: 900px) {
  body section.image {
    display: block !important;
  }
  body section.image.reduced-header-height, body.page-template-default section.image, body.post-template-default section.image, body.page-template-default body section.image, body.post-template-default body section.image {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 600px) {
  body section.image.reduced-header-height, body.page-template-default section.image, body.post-template-default section.image, body.page-template-default body section.image, body.post-template-default body section.image {
    background-size: 570% !important;
    background-position-x: 0 !important;
  }
}
@media screen and (max-width: 600px) {
  body section.image.reduced-header-height, body.page-template-default section.image, body.post-template-default section.image, body.page-template-default body section.image, body.post-template-default body section.image {
    background-size: 840% !important;
    background-position-x: 0 !important;
  }
}

.hero-container {
  position: absolute;
  bottom: 40px;
  left: 50px;
  width: auto;
  max-width: max-content;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 24px 32px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .hero-container {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    margin: 80px auto 40px !important;
    width: calc(100% - 64px) !important;
    max-width: calc(100% - 64px) !important;
    padding: 24px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05) !important;
  }
}
@media screen and (max-width: 600px) {
  .hero-container {
    margin: 90px auto 40px !important;
    width: calc(100% - 48px) !important;
    max-width: calc(100% - 48px) !important;
    padding: 20px 16px !important;
  }
}
.hero-container .hero-main-content h1 {
  font-size: 1.8rem !important;
  line-height: 1.25;
  color: #005B7F;
  margin: 0 0 16px 0 !important;
  font-weight: 600;
}
.hero-container .hero-main-content p {
  font-size: 1rem;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.8);
  margin: 0 0 24px 0 !important;
  max-width: 676px;
}
.hero-container .hero-mid-features {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px !important;
}
@media screen and (max-width: 900px) {
  .hero-container .hero-mid-features {
    flex-direction: row !important;
    gap: 20px !important;
  }
}
@media screen and (max-width: 600px) {
  .hero-container .hero-mid-features {
    flex-direction: column !important;
    gap: 12px !important;
  }
}
.hero-container .hero-mid-features .mid-feat-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.hero-container .hero-mid-features .mid-feat-item img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.hero-container .hero-mid-features .mid-feat-item span {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .hero-container .hero-mid-features .mid-feat-item span {
    white-space: normal !important;
  }
}
.hero-container .hero-conversion-row {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 900px) {
  .hero-container .hero-conversion-row {
    flex-direction: row !important;
    align-items: center !important;
  }
}
@media screen and (max-width: 600px) {
  .hero-container .hero-conversion-row {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
  }
}
.hero-container .hero-conversion-row .hero-cta-btn {
  display: inline-flex;
  align-items: center;
  background-color: rgb(238, 111, 58);
  color: #FFFFFF !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  padding: 10px 24px;
  border: 2px solid rgb(238, 111, 58);
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  width: auto;
}
.hero-container .hero-conversion-row .hero-cta-btn:hover {
  background-color: #FFFFFF !important;
  color: rgb(238, 111, 58) !important;
  border-color: rgb(238, 111, 58) !important;
}
@media screen and (max-width: 900px) {
  .hero-container .hero-conversion-row .hero-cta-btn {
    width: auto !important;
  }
}
@media screen and (max-width: 600px) {
  .hero-container .hero-conversion-row .hero-cta-btn {
    width: 100% !important;
    justify-content: center !important;
  }
}
.hero-container .hero-conversion-row .hero-rating-block {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-container .hero-conversion-row .hero-rating-block .review-avatars {
  height: 32px;
  width: auto;
  object-fit: contain;
}
.hero-container .hero-conversion-row .hero-rating-block .stars-row-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 8px;
}
@media screen and (max-width: 600px) {
  .hero-container .hero-conversion-row .hero-rating-block .stars-row-wrapper {
    flex-wrap: wrap;
  }
}
.hero-container .hero-conversion-row .hero-rating-block .stars-row-wrapper .stars-row {
  color: #FFB800;
  font-size: 1.1rem;
  line-height: 1;
}
.hero-container .hero-conversion-row .hero-rating-block .stars-row-wrapper .rating-text {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.8);
  white-space: nowrap;
}
.hero-container .hero-trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
}
@media screen and (max-width: 600px) {
  .hero-container .hero-trust-badges {
    gap: 8px 12px !important;
  }
}
.hero-container .hero-trust-badges .badge-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #005B7F;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .hero-container .hero-trust-badges .badge-item {
    white-space: normal !important;
  }
}
.hero-container .hero-trust-badges .badge-item .blue-shield {
  width: 15px;
  height: auto;
  filter: invert(13%) sepia(95%) saturate(2250%) hue-rotate(174deg) brightness(91%) contrast(101%);
}

.row-metrics-block {
  border-radius: 4px;
}
.row-metrics-block .hp-metrics-block {
  height: max-content;
  grid-column-gap: 0;
  grid-template-rows: 28px;
}
.row-metrics-block .hp-metrics-block .metrics-heading p {
  font-size: 30px;
  font-weight: bold;
  color: rgb(11, 94, 130);
}
.row-metrics-block .hp-metrics-block .metrics-description p {
  font-weight: 600;
  font-size: 18px;
  color: rgb(11, 94, 130);
}

.metrics-internal-block .metrics-description p {
  margin-top: -4px;
}

.small-kicker-heading {
  text-align: center;
  color: rgb(238, 111, 58);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px !important;
}
.small-kicker-heading p {
  font-size: 14px;
}

.two-col-block h2,
#three-block-features h2 {
  text-align: left;
}

#footer-row-5 {
  display: flex;
}
#footer-row-5 figure {
  margin: 0 8px;
}

@media (max-width: 767px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap !important;
  }
}
@media (min-width: 768px) {
  .elementor-section .elementor-container {
    flex-wrap: nowrap !important;
  }
}

.three-columns-component .elementor-container.elementor-column-gap-custom {
  gap: 28px;
}
.three-columns-component .elementor-container.elementor-column-gap-custom .three-blocks-col .elementor-widget-wrap.elementor-element-populated {
  border-radius: 4px;
  padding: 24px !important;
}
.three-columns-component .elementor-container.elementor-column-gap-custom .three-blocks-col .elementor-widget-wrap.elementor-element-populated .block-feature-title,
.three-columns-component .elementor-container.elementor-column-gap-custom .three-blocks-col .elementor-widget-wrap.elementor-element-populated .block-feature-text p {
  margin-bottom: 0;
  margin-block-end: 0 !important;
}
.three-columns-component .elementor-container.elementor-column-gap-custom .three-blocks-col .elementor-widget-wrap.elementor-element-populated .white-box {
  border-radius: 4px;
}
.three-columns-component .elementor-container.elementor-column-gap-custom .three-blocks-col .elementor-widget-wrap.elementor-element-populated .white-box .elementor-icon-box-icon {
  margin-top: 16px;
}
.three-columns-component .elementor-container.elementor-column-gap-custom .three-blocks-col .elementor-widget-wrap.elementor-element-populated .white-box .elementor-icon-box-icon svg {
  width: 28px;
  height: 28px;
}

.single-tab-navigation-item .e-n-tab-title[aria-selected=false]:hover {
  --n-tabs-title-color-hover: #ee6f3a !important;
  background-color: #FFFFFF;
}
.single-tab-navigation-item button {
  padding: 0 !important;
  display: inline-block !important;
  margin-bottom: 16px;
  width: fit-content !important;
  padding-left: 10px !important;
}
.single-tab-navigation-item button[aria-selected=false] {
  border-left: 3px solid #FFFFFF;
}
.single-tab-navigation-item button[aria-selected=true] {
  border-left: 3px solid #ef783c;
}

.e-n-tab-title .e-n-tab-title-text {
  font-weight: 500;
}

.e-n-tabs-content .elementor-element.e-child {
  border-radius: 4px;
}

.tab-right-content {
  padding: 24px !important;
}
.tab-right-content h2, .tab-right-content p {
  color: #FFFFFF;
  text-align: left;
}
.tab-right-content a {
  margin-top: 8px !important;
}
.tab-right-content .right-content-tab-img img {
  border-radius: 4px;
}

.process-block .elementor-widget-wrap.elementor-element-populated {
  gap: 16px;
}

.elementor-element .swiper .elementor-swiper-button-next {
  right: -10px !important;
}
.elementor-element .swiper .elementor-swiper-button-prev {
  left: -10px !important;
}

.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
}
.swiper-pagination-bullet-active {
  background: rgb(238, 111, 58) !important;
}

.tpg-widget-heading-wrapper {
  display: none !important;
}

.tpg-el-main-wrapper .rt-content-loader [class*=rt-col] {
  padding-bottom: 0 !important;
}

.rt-detail.rt-el-content-wrapper {
  border-radius: 4px;
}

.entry-title-wrapper .entry-title a {
  border-bottom: 0 !important;
}

.cdp-spinner {
  top: 50% !important;
}

.rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:after, .rt-tpg-container .rt-grid-hover-item .rt-holder .grid-hover-content:before {
  background: #005B7F !important;
  opacity: 0.85;
}

.post-footer .read-more a {
  color: rgb(238, 111, 58) !important;
  text-decoration: none;
  border-radius: 4px;
  background-color: #FFFFFF !important;
  border-color: rgb(238, 111, 58) !important;
}
.post-footer .read-more a:hover {
  background-color: rgb(238, 111, 58) !important;
  border-color: rgb(238, 111, 58) !important;
  color: #FFFFFF !important;
}

.twae-horizontal-timeline.twae-wrapper .twae-slider-container {
  margin: 0 0 0 16px !important;
}
.twae-horizontal-timeline.twae-wrapper .twae-content {
  margin-top: -16px;
}
.twae-horizontal-timeline.twae-wrapper .twae-icondot {
  margin-top: 2px;
}
.twae-horizontal-timeline.twae-wrapper .twae-h-line {
  border-width: 1px !important;
  border-style: dotted !important;
  border-color: #005B7F !important;
  height: 1px !important;
  background-color: transparent !important;
}

div.twae-wrapper-inside {
  margin-top: -64px;
}

.twae-arrow {
  display: none !important;
}

.twae-wrapper .twae-content {
  box-shadow: none !important;
  border-width: 0 !important;
  border-style: none !important;
  padding-top: 0 !important;
}
.twae-wrapper .twae-content img {
  height: 72px !important;
  width: auto;
}
.twae-wrapper .twae-title {
  margin-bottom: 0;
  font-size: 16px !important;
}
.twae-wrapper .twae-icondot {
  border-width: 0 !important;
  width: 18px !important;
  height: 18px !important;
}

.twae-description h3 {
  margin: 0 0 8px 0;
  font-size: 16px !important;
  font-weight: bold !important;
  color: #333 !important;
}
.twae-description p {
  color: #333 !important;
  width: 90%;
  margin-top: 12px !important;
}

div.twae-title.twae-title.twae-title {
  margin-top: 8px;
  margin-bottom: 4px;
}

footer .footer-carrier [class^=menu-footer] ul li {
  line-height: 210%;
}

ul#menu-footer-spalte-1-new {
  margin: 0;
}

/* Fix Process Block Hexagon Alignment across all environments */
@media (min-width: 768px) {
  #three-steps-process-container .elementor-widget-container img {
    margin: 0 auto;
    display: block;
  }
}
body.page-template-default section.image {
  background-position-y: -317px !important;
  height: 282px !important;
  max-height: 282px !important;
  background-size: initial !important;
}

.sidebar .post-filter-carrier select {
  color: #005B7F;
  font-size: 16px;
  font-weight: normal;
}

.single-post {
  margin-top: 5rem;
}

.the-posts {
  margin-top: 5.2rem;
}

/* Environment Breakpoints */
@media (max-width: 851px) {
  .headerwrapper {
    height: 134px !important;
  }
  .headerwrapper.scrolled {
    height: 125px !important;
  }
  button.e-n-tab-title {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  #case-study-content div.rt-col-md-4.rt-col-sm-6.rt-col-xs-12.default.rt-grid-hover-item.rt-grid-item {
    margin-bottom: 16px;
  }
  .process-block-about-us img {
    width: 108px;
    height: 108px;
    margin-top: 24px;
  }
}
@media (max-width: 447px) {
  .headerwrapper {
    height: 144px !important;
  }
  .headerwrapper.scrolled {
    height: 135px !important;
  }
  nav.mainmenu > ul > li {
    margin: 0px !important;
  }
  .hbsp-newsletter-submit input[type=email] {
    width: 100% !important;
  }
}
#management-grid-block p {
  margin-top: 8px !important;
}

.fa-button {
  padding: 9px 12px !important;
}

@media screen and (max-width: 513px) {
  nav.mainmenu {
    top: 64px !important;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px) {
  footer #footer-row-2 {
    max-width: 30%;
    flex: 0 0 30%;
  }
  footer #footer-row-3 {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  footer #footer-row-2 {
    max-width: 37%;
    flex: 0 0 37%;
  }
  footer #footer-row-3 {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */

/* pipeline-deploy-test 2026-07-09 marker-fac-us-002-dev */
