*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}


.header__language-switcher {
  display: none;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Sofia W03 Light";
  font-display: swap;
  src: url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/Fohhn_August2021/Font/Light/e1b20e5155824d389c55834b593b09de.eot");
  src: url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/Fohhn_August2021/Font/Light/e1b20e5155824d389c55834b593b09de.eot") format("eot"),
    url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/raw_assets/public/Fohhn_October2023/fonts/e1b20e5155824d389c55834b593b09de.woff2") format("woff2"), 
      url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/raw_assets/public/Fohhn_October2023/fonts/e1b20e5155824d389c55834b593b09de.woff") format("woff"), 
        url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/raw_assets/public/Fohhn_October2023/fonts/e1b20e5155824d389c55834b593b09de.ttf") format("truetype")
          }

@font-face {
  font-family: "Sofia W03 Regular";
  font-display: swap;
  src: url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/Fohhn_August2021/Font/Light/3590eb3c44ad49e7a6ccebe32308f7f7.eot");
  src: url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/Fohhn_August2021/Font/Light/3590eb3c44ad49e7a6ccebe32308f7f7.eot") format("eot"), 
    url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/raw_assets/public/Fohhn_October2023/fonts/3590eb3c44ad49e7a6ccebe32308f7f7.woff2") format("woff2"),
      url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/raw_assets/public/Fohhn_October2023/fonts/3590eb3c44ad49e7a6ccebe32308f7f7.woff") format("woff"), 
        url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/raw_assets/public/Fohhn_October2023/fonts/3590eb3c44ad49e7a6ccebe32308f7f7.ttf") format("truetype")
          }

@font-face {
  font-family: "Sofia W03 Medium";
  font-display: swap;
  src: url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/Fohhn_August2021/Font/Light/e1fe26497e3143d09a78b74bc6b85ae6.eot");
  src: url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/Fohhn_August2021/Font/Light/e1fe26497e3143d09a78b74bc6b85ae6.eot") format("eot"), 
    url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/raw_assets/public/Fohhn_October2023/fonts/e1fe26497e3143d09a78b74bc6b85ae6.woff2") format("woff2"), 
      url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/raw_assets/public/Fohhn_October2023/fonts/e1fe26497e3143d09a78b74bc6b85ae6.woff") format("woff"), 
        url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/raw_assets/public/Fohhn_October2023/fonts/e1fe26497e3143d09a78b74bc6b85ae6.ttf") format("truetype")
          }

@font-face {
  font-family: "Sofia W03 Semi Bold";
  font-display: swap;
  src: url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/Fohhn_August2021/Font/Light/1011e054fac142c19328d9e330b52f74.eot");
  src: url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/Fohhn_August2021/Font/Light/1011e054fac142c19328d9e330b52f74.eot") format("eot"), 
    url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/raw_assets/public/Fohhn_October2023/fonts/1011e054fac142c19328d9e330b52f74.woff2") format("woff2"), 
      url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/raw_assets/public/Fohhn_October2023/fonts/1011e054fac142c19328d9e330b52f74.woff") format("woff"), 
        url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/raw_assets/public/Fohhn_October2023/fonts/1011e054fac142c19328d9e330b52f74.ttf") format("truetype")
          }

@font-face {
  font-family: "Sofia W03 Bold";
  font-display: swap;
  src: url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/Fohhn_August2021/Font/Light/49b3a668c5bc41e3810a4252244aaad4.eot");
  src: url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/Fohhn_August2021/Font/Light/49b3a668c5bc41e3810a4252244aaad4.eot") format("eot"), 
    url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/raw_assets/public/Fohhn_October2023/fonts/49b3a668c5bc41e3810a4252244aaad4.woff2") format("woff2"), 
      url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/raw_assets/public/Fohhn_October2023/fonts/49b3a668c5bc41e3810a4252244aaad4.woff") format("woff"), 
        url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/raw_assets/public/Fohhn_October2023/fonts/49b3a668c5bc41e3810a4252244aaad4.ttf") format("truetype")
          }

@font-face {
  font-family: "icomoon";
  src: url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/Fohhn_August2021/Font/Light/icomoon.eot");
  src: url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/Fohhn_August2021/Font/Light/icomoon.eot") format("embedded-opentype"), 
    url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/raw_assets/public/Fohhn_October2023/fonts/icomoon.ttf") format("truetype"), 
      url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/raw_assets/public/Fohhn_October2023/fonts/icomoon.woff") format("woff"), 
        url("https://24901878.fs1.hubspotusercontent-eu1.net/hubfs/24901878/raw_assets/public/Fohhn_October2023/fonts/icomoon.svg") format("svg");
          font-weight: normal;
          font-style: normal;
          font-display: block
          }

body {
  line-height: 1.5;
  word-break: break-word;
  font-size: 16px;
  font-family: "Sofia W03 Regular", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  text-align: left;
  background-color: #fff;
}
html{
  font-size: 16px;
}


@media (max-width: 1800px) {
  body,html {
    font-size: 15px;
  }
}

@media (max-width: 1570px) {
  body,html {
    font-size: 14px;
  }
}

@media (max-width: 1570px) {
  body,html {
    font-size: 14px;
  }
}

@media (max-width: 1340px) {
  body,html {
    font-size: 13px;
  }
}
@media (max-width: 1110px) {
  body,html {
    font-size: 12px;
  }
}

@media (max-width: 991.98px) {
  body,html {
    font-size: 12px;
  }
}

* {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}
img {
  max-width:100%;
  vertical-align: middle;
  border-style: none;
}

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size:1.125rem;
}

/* Anchors */

a {
  cursor: pointer;
/*   text-decoration: none; */
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

h1,h2,h4,h5,h6{
  line-height:1;
}
h3{
  line-height: 96%;
}

/* Lists */


ul ul,
ol ul,
ul ol,
ol ol {
  font: 1.125rem/1.3 "Sofia W03 Regular", Verdana, Geneva, Tahoma, sans-serif;
  padding: 0 0 0.5rem 0.25rem;
  margin:0px;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #667a9d;
  border-color: #D0D0D0;
  color: #FFFFFF;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
  background-color: 90aad2;
}

button:active,
.button:active {
  text-decoration: none;
}
form {
  max-width: ;
  font-family: ;
}
.systems-page form{
  width:500px;
}

h3.form-title {
  font-size: 38px;
  line-height: 1.1;
  grid-column: 1/-1;
  margin-bottom: .5em;
  font-weight: 400;
}

.hs-button, 
.button--primary,.button {
  display: inline-block;
  text-decoration: none !important;
  margin-top: 15px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.3s;
  font-family: "Sofia W03 Semi Bold", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1;
}
.hs-button:hover, .button--primary:hover,.button:hover {
  background-color: ;
  border-color: ;
  color: ;
}
.hs-button:focus, .button--primary:focus  {
  background-color: ;
  border-color: ;
  color: ;
  outline: none;
}
.hs-button:active, .button--primary:active,.button:active  {
  background-color: ;
  border-color: ;
}
.hs-button:hover, .hs-button:focus,.button:focus {
  background-color: ;
  border-color: ;
}
.hs-button:active,.button:active {
  background-color: ;
  border-color: ;
}
body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
  color: ;
  font-weight: 400;

  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 16px 16px;
  font-size: 18px;
  line-height: 24px;
  transition: border-color 0.3s;
}
.form_area form .hs-input[type=checkbox] {
  float: left;
  margin-top: 7px;
}

body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
  color: ;
}
body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
  outline: none;
}
.hs-form label {
  color: ;
  font: 18px "Sofia W03 Regular";
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
}
.hs-form-field label, .hs-form-field a {
  color: ;
  font: 18px "Sofia W03 Regular";
  display: block;
  margin-bottom: 5px;
}
a#hs_login_reset {
  color: ;
}
.btn_center .button {
  margin-left: auto;
  margin-right: auto;
}
.hs-error-msgs li label:empty {
  display: none;
}
form .hs-error-msgs label {
  font-weight: 400;
  font-size: 16px;
  color: red;
  line-height: 2;
  display: block;
  margin-top: 5px;
}
.hs-error-msgs{
  line-height: 1.125em;
}

form .hs-fieldtype-select .input:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate( 
    -90deg);
  transform: rotate( 
    -90deg);
  transform-origin: center center;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  content: "";
  position: absolute;
  right: 10px;
  top: 22px;
}
form .hs-fieldtype-select .input {
  position: relative;
}
.hs_error_rollup .hs-error-msgs label {
  margin-top: 0;
}
body form .hs-input[type=checkbox], body form .hs-input[type=radio] {
  cursor: pointer;
  margin: 7px 5px 3px 0px;
  padding: 0 !important;
  line-height: normal;
  min-height: auto;
  float: left;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
      filter: grayscale(100%);
}
body form .hs-input[type=radio] {
   border-radius: 10px;
} 
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
.hs-input:-moz-placeholder {
  color: ;
}
.hs-input::-webkit-input-placeholder {
  color: ;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
textarea.hs-input {
  height: auto;
}
select[multiple].hs-input {
  height: inherit;
}
/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}
body form .hs-input.form-input-error,
body form input.hs-input.error,
body form div.field.error input,
body form div.field.error textarea,
body form div.field.error .chzn-choices,
body form textarea.hs-input.error,
body form select.hs-input.error {
  border-color:  !important;
}
body form .hs-input.form-input-error,
body form input.hs-input.error:focus,
body form div.field.error input:focus,
body form div.field.error textarea:focus,
body form div.field.error .chzn-choices:focus,
body form textarea.hs-input.error:focus,
body form select.hs-input.error:focus {
  border-color:  !important;
}
.actions {
  padding: 0;
}
.inputs-list {
  margin: 0 0 0px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.form_input_padding .hs-input {
  padding: 16px 16px !important;
}

.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}
.additional_margin .hs-input {
  margin-top: 8px;
  margin-bottom: 8px;
}
ul.no-list {
  list-style: none;
  padding-left: 0;
}
.hs_error_rollup {
  margin-top: 10px;
}
form .field:first-child {
  margin-top: 0;
}
.field {
  margin: 8px 0;
}
.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
}
.hs-form-required {
  color: red;
}
#hs-pwd-widget-password {
  margin-top: 0 !important;
}



@media(max-width:767px){
  .email-edit,.systems-page .success {
    width: 100% !important;
  }
  .systems-page h1{
    font-size:28px;
  }
  .systems-page h2{
    font-size:24px;
  }
  .systems-page h3{
    font-size:22px;
  }
  .systems-page form{
    width:100%;
  }
  .form_width .hs-button{
    font-size:1.2em;
  }
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}

.form_width form {
  width: 100%;
}
form textarea {
  height: auto!important;
}
h3.form-title:empty {
  display: none;
}

.form-input-validation-message {
  font-size: 20px!important;
}

.hs-form-field > label {
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: bold;
}
form .hs-fieldtype-select .input::after {
    right: 17px;
}

.legal-consent-container p a {
    display: inline;
    font-size: 15px;
}
/* Table */

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.custom-header {
  padding-bottom: 1.5rem;
  position: relative;
  z-index: 2;
}
.header__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 130px;
  padding-right: 130px;
}
.language_link {
  display: none;
}
.header_logo a {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.header_logo span {
  background-size: contain;
  display: block;
  height: 52px;
  width: 76px;
  background-repeat: repeat;
  background-position: 50% 50%;
}
.language_link ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.language_link ul {
  margin-right: -0.5rem;
  padding-bottom: 0;
  justify-content: flex-end;
}
.language_link ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font: 1.125rem/1.3 "Sofia W03 Regular", Verdana, Geneva, Tahoma, sans-serif;
}
.language_link ul li a {
  text-transform: capitalize;
  font: 11px/2 "Sofia W03 Semi Bold";
  font-family: "Sofia W03 Bold";
  font-weight: bold;
  text-decoration: none;
}
.menu_area {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.secondry_menu ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  padding-bottom: 0px;
  flex-direction: row;
  display: none;
  margin-top:0px;
}
.secondry_menu ul li {
  font: 1.125rem/1.3 "Sofia W03 Regular", Verdana, Geneva, Tahoma, sans-serif;
  padding: 0 2rem 0 0;
}
.secondry_menu ul li a {
  display: block;
  font: 15px/28px "Sofia W03 Bold";
  padding: 0;
  position: relative;
}
.header-burger {
  cursor: pointer;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-fohhn-menu:before {
  content: "";
}
.header-burger .icon-fohhn-menu:before {
  font-size: 16px;
  line-height: 1.75;
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.header-search {
  position: relative;
  margin-right: 1rem;
  margin-left: auto;
}
.d-none {
  display: none;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group {
  margin-bottom: 1.25rem;
  padding-right: 2rem;
  position: relative;
}
.form-input {
  position: relative;
}
.header-search .form-input-search {
  padding-right: 0;
  width: 100%;
}
.fmdsearch form {
  padding: 0px;
  margin: 0px;
  border: none;
}
.form-control {
  font-family: "Sofia W03 Regular", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  border: 2px solid #dedfe1;
  border-radius: 0;
  transition: border-color 0.3s;
  color: #000000;
  font-size: 18px;
  height: auto;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2;
  border-color: #f2f2f2;
  padding: 6px 42px 6px 12px;
  width: 100%;
}
.form-input-search button {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-size:20px;
  color: #000;
}
.icon-fohhn-search:before {
  content: "";
}
.form-input-search button:hover {
  background: transparent;
  color: #000;
}
.custom-menu-primary .navigation-primary > .level-1 {
  display: flex;
  flex-direction: column;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.custom-menu-primary .navigation-primary .submenu .menu-item>ul.submenu.level-2 {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  list-style:none;
  padding:0px;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul.submenu.level-2>.menu-item {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item:last-child {
  margin-bottom: 0;
}
.triangle-container {
  display: none;
}
.custom-menu-primary .navigation-primary .submenu .menu-item:last-child {
  margin-right: 0;
}
.submenu-toggle {
  display: none;
}
.custom-menu-primary .navigation-primary > .level-1:after {
  content: " ";
  display: table;
  clear: both;
}
.custom-menu-primary .navigation-primary > .level-1:before {
  content: " ";
  display: table;
}
.custom-menu-primary .navigation-primary .submenu .menu-item:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary .navigation-primary .submenu .menu-item ul ul {
  left: 100%;
  top: 0;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item > a {
  font-family: "Sofia W03 Semi Bold", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 2.25rem;
  line-height: 96%;
  color: #000000;
  padding-bottom: 2.2rem;
  display:block;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item:hover > a:after {
  transform: translate3d(-5px, 0, 0);
  -webkit-transform: translate3d(-5px, 0, 0);
}
.header_row {
  display: inline-block;
  margin-right: 13px;
  font-size:14px;
  line-height:26px;
}
.header__column {
  text-align: right;
}
.custom-menu-primary .navigation-primary .submenu .menu-item>ul.submenu.level-3{
  list-style: none;
  padding: 0;
}
.custom-menu-primary .navigation-primary .submenu .menu-item>ul.submenu.level-3>li {
  font: 1.125rem/1.3 "Sofia W03 Regular", Verdana, Geneva, Tahoma, sans-serif;
  padding: 0 0 0.5rem 0.25rem;
}
.icon-punktschallquelle:before {
  content: "";
}
.icon-linienstrahler:before {
  content: "";
}
.icon-subwoofer:before {
  content: "";
}
.icon-einbaulautsprecher:before {
  content: "";
}
.icon-zubehoer:before {
  content: "";
}
.icon-verstaerker:before {
  content: "";
}
.icon-netzwerk:before {
  content: "";
}
.icon-software:before {
  content: "";
}
.icon-bildungseinrichtungen:before {
  content: "";
}
.icon-clubs-dj:before {
  content: "";
}
.icon-corporate-events:before {
  content: "";
}
.icon-festivals-open-air:before {
  content: "";
}
.icon-flughaefen-bahnhoefe:before {
  content: "";
}
.icon-freizeitparks:before {
  content: "";
}
.icon-hotels-restaurants:before {
  content: "";
}
.icon-kinos:before {
  content: "";
}
.icon-kleine-buehnen:before {
  content: "";
}
.icon-konferenzraeume:before {
  content: "";
}
.icon-museen-ausstellungen:before {
  content: "";
}
.icon-oeffentliche-gebaeude:before {
  content: "";
}
.icon-religioese-gebaeude:before {
  content: "";
}
.icon-schiffe-yachten:before {
  content: "";
}
.icon-shops-einkaufszentren:before {
  content: "";
}
.icon-stadien:before {
  content: "";
}
.icon-theater-oper-konzerthaeuser:before {
  content: "";
}
.icon-tv-radio-shows:before {
  content: "";
}
.icon-immersive-sounds:before {
  content: "";
}
.icon-veranstaltungshallen:before {
  content: "";
}
.icon-sprachalarmierung:before {
  content: "";
}
.icon-mobile-beschallungen:before {
  content: "";
}
.icon-100-volt:before {
  content: "";
} 
.icon-aes-ebu:before {
  content: "";
}
.icon-analog:before {
  content: "";
}
.icon-auto-power-save:before {
  content: "";
}
.icon-ballwurfsicher:before {
  content: "";
}
.icon-dante:before {
  content: "";
}
.icon-flugfaehig:before {
  content: "";
}
.icon-airea-schnittstelle:before {
  content: "";
}
.icon-fohhn-beam-steering:before {
  content: "";
}
.icon-cdt:before {
  content: "";
}
.icon-fohhn-dsp:before {
  content: "";
}
.icon-fohhn-interlock-system:before {
  content: "";
}
.icon-fohhn-source-division-waveguide:before {
  content: "";
}
.icon-power-sharing:before {
  content: "";
}
.icon-skalierbare-gehaeuselaenge:before {
  content: "";
}
.icon-ral-farben:before {
  content: "";
}
.icon-stangenbedienbar:before {
  content: "";
}
.icon-wasserfest:before {
  content: "";
}
.close_icon_area {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.close_icon_area_inner {
  text-align: right;
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.header-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.burgernavi-close {
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 32px;
  margin: 0.75rem 0 0;
  text-decoration: underline;
}
.close_icon_area_inner i {
  display: inline-block;
  margin-left: 1rem;
  vertical-align: middle;
}
.icon-fohhn-close:before {
  content: "";
}
.close_icon_area_inner i:before{
  font-size: 16px;
  line-height: 1.75;
}
.burgernavi-layer {
  display: none;
  position: absolute;
  min-height: 1vh;
  left: 0;
  right: 0;
  top: 0;
  overflow: visible;
  background: #ffffff;
  z-index: 1001;
}
.mobile-opens .body-wrapper {
  max-height: 100vh;
  overflow-x: hidden;
}
.header_rows {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}
.header_contact {
  vertical-align: middle;
  display: none;
}
.header_contact p {
  font: 1.125rem/1.3 "Sofia W03 Regular", Verdana, Geneva, Tahoma, sans-serif;
  color: #000000;
  padding: 0 0 1.5rem;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 1rem;
}
.header-contact-icons {
  vertical-align: middle;
}
.header-contact-icons a {
  display: inline-block;
  text-align: center;
}
.icon-fohhn-mail:before {
  content: "";
}
.icon-fohhn-map:before {
  content: "";
}
.header-contact-icons i{
  color:#fff;
}
.header_bottom ul.socialicons {
  font-size: 1.4rem;
  margin-bottom: 0.25rem;
  padding-top: 0px;
}
.header_bottom ul.socialicons li {
  font: 1.125rem/1.3 "Sofia W03 Regular", Verdana, Geneva, Tahoma, sans-serif;
}

.header_bottom .footernav>ul>li {
  font: 1.125rem/1.3 "Sofia W03 Regular", Verdana, Geneva, Tahoma, sans-serif;
  padding-top: 0px;
  padding-left:15px !important;
}
.header_bottom .footernav>ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.header_bottom .footernav>ul>li+li{
  padding-left:0px;
}

.language_link ul li a:hover{
  text-decoration: none;
}
.icon-fohhn-texture-design:before {
  content: "";
}
.header-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.modal-header {
  text-align: right;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.language_link ul li:first-child a:lang(de) {
  text-decoration:underline;
}
.language_link ul li:last-child a:lang(en) {
  text-decoration:underline;
}


@media (min-width: 576px){
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-control {
    display: inline-block;
    vertical-align: middle;
  }
}

@media(min-width:768px){
  .language_link {
    display: block;
  }
  .header_logo a{
    padding: 0.5rem;
    margin-left: -0.5rem;
  }
  .language_link ul li{
    padding-left: 0.5rem;
  }
  .language_link ul li a {
    line-height: 1;
    padding: 0.5rem;
  }
  .menu_area {
    padding: 0.5rem 0 0;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .mobile-open .menu_area{
    padding-top:0px;
  }
  .secondry_menu ul {
    display: flex;
  }
  .secondry_menu ul li a {
    padding: 0.5rem;
  }
  .header-burger .icon-fohhn-menu:before {
    padding: 0.5rem;
  }
  .secondry_menu ul li a:after{
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0.25rem;
    left: 0.5rem;
    right: 0.5rem;
    background: transparent;
    transition: 0.3s;
  }
  .secondry_menu ul li a:hover:after {
    background: #ff862b;
  }
  .mobile-open .header-burger {
    width: 100%;
    margin-bottom: 1rem;
    width: 100%;
    text-align: right;
    margin-top: 1rem;
  }
  .mobile-open .burgernavi-trigger {
    cursor: pointer;
    display: inline-block;
    font-size: 1.125rem;
    line-height: 32px;
    margin: 0.75rem 0 0;
    text-decoration: underline;
  }
  .close_icon_area{
    flex-direction: row-reverse;
  }
  .header-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .text-rights {
    text-align: right;
  }
  .header-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .lp .language_link {
    height: 23px;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .language_link.header__container.language_link_for_mobile {
    display: none;
  }
}

@media(min-width:992px){
  .header-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px){
  .serach_pop_up{
    display:none;
  }
  .secondry_menu ul {
    margin-right: auto;
  }
  .d-xl-block {
    display: block;
  }
  .header-search .form-input-search .form-control {
    line-height: 20px;
    min-width: 300px;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item>ul.submenu.level-2{
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul.submenu.level-2>.menu-item{
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 2rem;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item>ul.submenu.level-3{
    border-top: 2px solid #dedfe1;
    margin: -2px 0 0;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item>ul.submenu.level-3>li {
    border-bottom: 2px solid #dedfe1;
    padding: 0;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item>ul.submenu.level-3>li>a {
    display: block;
    color: #000000;
    font: 1rem/1.5 "Sofia W03 Regular";
    position: relative;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item>ul.submenu.level-3>li>a>span {
    display: inline-block;
    padding: 1rem;
    vertical-align: middle;
  }
  .custom-menu-primary .navigation-primary>.level-1>li {
    margin-bottom: 5rem;
  }
  .custom-menu-primary .navigation-primary a i {
    display: inline-block;
    font-size: 2.15rem;
    width: 3rem;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item>ul.submenu.level-3>li>a>i+span {
    padding-left: 4rem;
  }
  .header_bottom {
    padding-bottom: 4rem;
  }
  .header_rows{
    border-top: 2px solid #dedfe1;
    padding-top: 1.5rem;
  }
  .header-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .header_contact {
    display: inline-block;
  }
  .header-contact-icons {
    padding-bottom: 1.375rem;
    margin-left: 4rem;
    display: inline-block;
  }
  .header-contact-icons a {
    background-color: #ff862b;
    width: 41px;
    height: 41px;
  }
  .header-contact-icons i {
    font-size: 28px;
    line-height: 41px;
  }
  .header-contact-icons a:last-child {
    margin-left: 1rem;
  }
  .for_mobile,.close_icon_area .header-search,.for-sticky-header {
    display: none;
  }
  .header_bottom ul.socialicons li a:before{
    color:#000;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item>ul .has-submenu.menu-item>a:hover {
    background: transparent !important;
  }
  .custom-menu-primary .navigation-primary .submenu.level-1>.menu-item:last-child>ul.level-2 .level-3>li:last-child {
    border-bottom: none;
    padding-top: 2rem;
  }
  .custom-menu-primary .navigation-primary .submenu.level-1>.menu-item:last-child>ul.level-2 .level-3>li:last-child>a {
    font-family: "Sofia W03 Semi Bold", Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 1;
    background: #ff862b;
    border: 2px solid #ff862b;
    color: #ffffff;
    padding: 10px 1.5rem;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
    background: #000000;
    border-color: #000000;
  }
  .custom-menu-primary .navigation-primary .submenu.level-1>.menu-item:last-child>ul.level-2 .level-3>li:last-child>a>span{
    padding: 0px;
    display: block;
  }
  .custom-menu-primary .navigation-primary .submenu.level-1>.menu-item:last-child>ul.level-2 .level-3>li:last-child>a:hover{
    background: #ff862b;
    border-color: #ff862b;
  }
  .header-search .form-input-search .form-control:focus,.header-search .form-input-search .form-control:focus-visible {
    border: 2px solid #dedfe1;
    border-color: #000;
    transition: border-color .3s;
  }
  .custom-menu-primary .navigation-primary .submenu.level-1>.menu-item:last-child>ul.level-2>li>a {
    padding-bottom: 2rem;
  }

}

@media (min-width: 576px) and (max-width: 1199.98px){
  .header__container {
    padding-left: 36px;
    padding-right: 36px;
  }
}

@media (min-width: 1400px){
  .header-search .form-input-search .form-control {
    min-width: 400px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px){
  .header-contact-icons {
    padding-top: 2rem;
    padding-bottom: 2rem;
    justify-content: flex-start;
  }
  .header-contact-icons a:last-child{
    margin-left:2rem;
  }
  .header_bottom>.header_rows{
    flex-direction: column;
    height: 100%;
  }
  .header_bottom .footernav {
    padding: 2rem 0;
  }
  .language_link.header__container.language_link_for_mobile span{
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 1199.98px){
  .menu_area {
    position: sticky;
    top: 0;
    transition: all 0.3s;
  }
  .mobile-opens .burgernavi-layer{
    background-color: #000000;
    color: #ffffff;
  }
  .mobile-opens .language_link ul li a{
    color: #ffffff;
  }
  .burgernavi-close {
    color: #ffffff;
    margin: 0 0 1.25rem;
  }
  .header-search .form-input-search button {
    height: 40px;
    width: 40px;
    right: 0;
  }
  .form-control{
    line-height: 2rem;
  }
  .for_desktop {
    display: none;
  }
  .custom-menu-primary-mobile ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item{
    color:#fff;
    display:block;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item a{
    color:#fff;
    display: inline-block;
    color: #ffffff;
    line-height: 30px;
    padding: 2rem;
    font-family: "Sofia W03 Semi Bold", Verdana, Geneva, Tahoma, sans-serif;
    font-size: 2.25rem;
  }
  .custom-menu-primary-mobile {
    border-top: 1px solid rgba(222, 223, 225, 0.33);
    border-bottom: 1px solid rgba(222, 223, 225, 0.33);
  }
  .custom-menu-primary-mobile nav>ul {
    border-top: 1px solid rgba(222, 223, 225, 0.33);
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item > ul .menu-item{
    padding: 1rem 0 1rem 4rem;
  } 
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item > ul .menu-item a{
    color: #f2f2f2;
    font: 1.5rem/1.5 "Sofia W03 Regular";
    padding: 0px;
  }
  .header-contact-icons i{
    font-size: 55px;
    line-height: 98px;
  }
  .header-contact-icons a{
    border: 1px solid #979797;
    height: 98px;
    width: 98px;
  }
  .header_bottom .socialicons {
    display: none;
  }
  .header_bottom .footernav>ul>li>a{
    color: #ffffff;
  }
  .header_bottom  .footernav>ul>li+li{
    padding: 0px;
  }
  .header_bottom  .footernav>ul>li {
    font: 1.125rem/1.3 "Sofia W03 Regular", Verdana, Geneva, Tahoma, sans-serif;
    padding: 0px;
    padding-left:15px !important;
  }
  .header_bottom .footernav>ul{
    padding-bottom:0px;
  }
  .custom-menu-primary-mobile nav>ul>li:nth-child(2) {
    border-top: 1px solid rgba(222, 223, 225, 0.33);
  }
  .custom-menu-primary-mobile nav>ul>li:nth-child(3) {
    border-top: 1px solid rgba(222, 223, 225, 0.33);
  }
  .custom-menu-primary-mobile nav>ul>li:nth-child(4) {
    border-top: 1px solid rgba(222, 223, 225, 0.33);
  }
  .for-sticky-header {
    top: 0;
    z-index: 2;
    position: relative;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    height: 0;
    min-height: auto;
    transition: all 0.3s;
    background-color:#fff;
  }
  .scroll-header .for-sticky-header {
    padding: 10px 0;
    opacity: 1;
    visibility: visible;
    height: auto;
    text-align: center;
    z-index: 2;
    position: fixed;
    right: 0px;
    left: 0px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
  }
  .text_inner h2 {
    font: 18px "Sofia W03 Semi Bold";
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s;
    margin-bottom: 0px;
  }
  .scroll-header .header-burger {
    position: fixed;
    top: 8px;
    right: 20px;
    z-index: 4;
  }
  .for_only_tab {
    display: block;
    line-height: 1;
    margin-left: 1rem;
    padding: 1rem;
  } 
  .for_only_tab i{
    font-size:16px;
  }
  .for_only_tab i:before{
    display: block;
    margin-bottom: -5px;
  }
  .serach_pop_up {
    padding-right: 1rem;
    background: #000000;
    left: 0;
    right: 0;
    transition: top 0.3s;
    bottom: 0;
    position: absolute;
    top: 0;
    z-index: 1002;
    display:none;
  }
  .modal-dialog {
    padding: 20px;
  }
  .modal-content {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .mobile-search-close i {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
  }
  .mobile-search-close i:before {
    font-size: 20px;
  }
  .modal-dialog .form-input-search button{
    height: 40px;
    width: 40px;
    right: 0;
    font-size: 20px;
  }
  .mobile-search-close {
    color: #ffffff !important;
    display: inline-block;
    margin: 10px 0;
  }
  .mobile-search-close span {
    font-size: 18px;
    line-height: 1;
    margin-right: 0.5rem;
    vertical-align: middle;
    text-decoration: underline;
  }
  .popup-opens .serach_pop_up {
    display: block;
  }
  body.popup-opens {
    overflow: hidden;
  }
  .modal-dialog .form-group {
    margin-bottom:0px; 
    padding-right: 0px; 
    position: relative;
  }
}


@media (max-width: 767.98px){
  .custom-header {
    padding-bottom: 20px;
  }
  .header_logo a {
    margin-top: 30px;
    padding: 0;
  }
  .header_logo{
    display: inline-flex;
  }
  .menu_area{
    float: right;
    padding: 40px 0 0;
  }
  .burgernavi-close {
    position: absolute;
    top: -90px;
    right: 0;
  }
  .form-control{
    line-height:26px;
  }
  .mobile-opens .header_logo a{
    margin: 30px 0 1.5rem;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
  }
  .header-contact-icons {
    padding-top: 30px;
    padding-bottom: 30px; 
  }
  .header-contact-icons span:last-child {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
  }
  .header_bottom ul.socialicons{
    display:block;
    border-top: 1px solid rgba(222, 223, 225, 0.33);
    border-bottom: 1px solid rgba(222, 223, 225, 0.33);
    padding: 15px 0 10px;
    width: 100%;
  }
  .header_bottom ul.socialicons li{
    font-size:18px;
  }
  .header_bottom ul.socialicons li a:before{
    color: #979797;
    font-size: 24px;
  }
  .header_bottom .footernav {
    padding: 15px 0 20px;
  }
  .language_link.header__container.language_link_for_mobile {
    display: block;
    background-color: #ffffff;
  } 
  .language_link.header__container.language_link_for_mobile ul {
    background-color: #ffffff;
    padding: 18px 0;
    justify-content: flex-start;
  }
  .language_link.header__container.language_link_for_mobile ul li{
    padding: 0 2rem 0 0;
    line-height: 11px;
    font-size: 18px;
  }
  .language_link.header__container.language_link_for_mobile ul li a{
    color: #000000;
  }
  .for_only_tab{
    display:none;
  }
  .header_bottom .footernav>ul {
    display: flex;
    justify-content: space-between;
  }
  .header_bottom .footernav>ul > li {
    padding: 0!important;
  }
  .header_bottom .footernav>ul > li > a {
    display: inline-block;
    color: #979797;
  }
  .header_bottom ul.socialicons li + li {
    padding-left: 30px;
  }
  .language_link.header__container.language_link_for_mobile ul li a {
    color: #000;
    font-weight: 400;
  }
  .header-contact-icons span:last-child {
    justify-content: flex-start;
  }
  .header-contact-icons {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .burgernavi-layer {
    background-color: #000;
    color: #fff;
  }
}

@media(max-width:575.98px){
  .header__container{
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-menu-primary-mobile .navigation-primary .submenu .menu-item a{
    font-size: 1.625rem;
  }
}


@media(max-width:360px){
  .footernav>ul>li+li{
    padding-left:5px !important;
  }
}
/* Style the main footer container */
.cst-footer-grp {
  background-color: #90aad2;
  padding: 0 130px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* Style the upper area text */
.footer-text {
  color: #ffffff;
  font-size: 16px;
  padding: 40px 0;
}

.footer-text h3 {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}

.footer-text a {
  color: #ffffff;
  text-decoration: none;
}

.footer-text a:hover {
  text-decoration: underline;
}

/* Style the footer elements row */
.footer-elements-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

/* Style the social icons */
.ftr_social ul {
  list-style: none;
  padding: 0;
}

.ftr_social li {
  display: inline-block;
  margin-right: 10px;
}

/* Style the footer logo */
.ftr-logo img {
  width: 101px;
  height: auto;
}

/* For smaller screens */
@media (max-width: 1199.98px) {
  .cst-footer-grp {
    padding: 0 36px;
  }
}

@media (max-width: 767.98px) {
  .footer-text {
    padding: 2rem 0;
  }
  .footer-text h3 {
    font-size: 20px;
  }
}

/* New styles for the footer menu container */
.footer-menu-container {
  background-color: #667a9d; /* Deine gewünschte Hintergrundfarbe */
  padding: 20px 0;  /* Dein gewünschtes Padding oben und unten */
}

/* Make the footer menu content right-aligned */
.footernav {
  text-align: right;
  margin: 0 auto;  /* Zentriere den Container */
  padding: 0 130px; /* Dein gewünschtes Padding links und rechts */
}

/* Mobile padding for the new footer menu container */
@media (max-width: 1199.98px) {
  .footernav {
    padding: 0 36px;
  }
}

 .footernav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

 .footernav li {
  display: inline-block;
  margin-left: 20px;
}

 .footernav li a {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .footernav {
    padding: 0 20px;
  }
}
.hs-blog-listing .dnd-section .dnd-column {
  padding: 0;
}

/* Blog header */

.blog-header {
  background-color: #f8fafc;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
}

/* Blog header - author listing */

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

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

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

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

/* Blog header - tag listing */

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #d1d6dc;
  padding-bottom: 1rem;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post.blog-index__post--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-index__post-inner-card {
  background: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}

.blog-index__post-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  display: block;
  padding-bottom: 63%;
}

@media (min-width: 1000px) {
  .full-width .blog-index__post-image {
    min-height: 300px;
    padding-bottom: unset;
  }
}

.blog-index__post-inner-card .blog-index__post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 24px 30px 30px 30px;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.01rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-post__tag-link:hover {
  text-decoration: none;
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-post__meta-section {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 30px;
}
.blog-post__meta-section.no-min {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-post__read-more a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  padding-left: 10px;
  position: relative;
  top: 3px;
}

.blog-post__read-more svg {
  height: auto;
  width: 15px;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Blog listing - sidebar */

@media screen and (min-width: 1000px) {
  .sidebar.full-width .blog-index .blog-index__post,
  .sidebar .full-width .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  .sidebar.three-col .blog-index .blog-index__post,
  .sidebar .three-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 3);
    flex: 0 0 calc(100% / 3);
  }
  .sidebar.four-col .blog-index .blog-index__post,
  .sidebar .four-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 4);
    flex: 0 0 calc(100% / 4);
  }
}

@media screen and (max-width: 999px) {
  .sidebar.two-col .blog-index .blog-index__post,
  .sidebar .two-col .blog-index .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 767px) {
  .sidebar .blog-index {
    padding: 1rem 0 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem 0;
  }
}

.blog-sidebar h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
  margin-top: 8px;
}

.blog-sidebar ul {
  background: #fff;
  border-radius: 5px;
  list-style: none;
  padding: 30px;
}

.blog-sidebar ul li {
  border-top: 1px solid #dfddd9;
  font-weight: 600;
  padding: 10px 0;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
  padding-top: 0;
}

.blog-sidebar ul li:last-child {
  padding-bottom: 0;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: list-number;
}

.blog-sidebar-post-listing li:before {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  content: counter(list-number);
  font-size: 36px;
  font-weight: 600;
  padding-right: 22px;
}

.blog-sidebar-post-listing li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Blog mobile sidebar */

@media (max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .hs-blog-listing .span9 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    display: none;
    opacity: 0;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
    transition: all 5s;
    visibility: hidden;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    opacity: 1;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    visibility: visible;
  }
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.blog-pagination.linked {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #b0c1d4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: #b0c1d4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #b0c1d4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #b0c1d4;
}

/* Blog post */

.post-featured-image {
  background-position: center center;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: -110px;
  margin-top: 40px;
  min-height: 300px;
}

.blog-post {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 960px;
  padding: 84px 100px 80px 100px;
  position: relative;
  width: 90%;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__timestamp {
  display: inline-block;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__links-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 26px 0;
}

@media (max-width: 767px) {
  .blog-post__links-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hs-blog-social-share {
    height: 0 !important;
  }
  .hs-blog-social-share-list {
    padding-top: 20px;
  }
}

.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-top: -7px;
}

.blog-post__back-to-blog,
.blog-post__back-to-blog:hover {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  margin-right: 10px;
  position: relative;
  top: 6px;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  width: 20px;
}

@media (max-width: 767px) {
  .blog-post img {
    float: none !important;
    width: 100% !important;
  }

  .blog-post {
    width: 90%;
    padding: 30px;
  }

  .blog-post h1 {
    font-size: 1.6rem;
  }
}

/* Blog related posts */

.blog-related-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-related-posts .blog-post__meta-section {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.blog-related-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-width: 100%;
  padding-bottom: 63%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 100%;
}

.blog-comments form {
  max-width: 100%;
  padding-top: 2em;
}

.blog-comments .hs-submit {
  text-align: center;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* Subscription section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}
.justify-content-between {
  justify-content: space-between !important;
}

.hs-blog-listing .dnd-section {
  padding: 0;
}

.hs-blog-listing .page-center, .hs-blog-post .page-center {
  max-width: 1920px;
  padding-left: 130px;
  padding-right: 130px;
  margin: 0 auto;
}
.cst-listing-grp .post-item-col:hover {
  border-color: #000000;
}
.cst-listing-grp .post-item-col {
  align-items: flex-start;
  border: 2px solid #f2f2f2;
  display: flex;
  padding: 2rem;
}
.cst-listing-grp .post-item-col .news-image {
  padding-right: 2rem;
}
.cst-listing-grp .post-item-col .news-image img {
  width: 100%;
  height: auto;
}
.cst-blg-hder-grp h1.news-list-title {
  margin: 0;
}
.cst-listing-grp .post-item-col .media-body {
  flex: 1;
}
.cst-listing-grp .post-item-col .media-body .news-list-date time {
  display: block;
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.cst-listing-grp .post-item-col .media-body .news-header h3 a {
  color: #000000;
  text-decoration: none;
}
.cst-listing-grp .post-item-col .media-body .news-header h3 {
  font-family: "Sofia W03 Semi Bold", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.375rem;
  line-height: 1.2;
  color: #000000;
  padding-bottom: 1.65rem;
  margin: 0;
  font-weight: 500;
}
.cst-listing-grp .post-item-col .media-body .teaser-text p {
  font: 1.125rem/1.3 "Sofia W03 Regular", Verdana, Geneva, Tahoma, sans-serif;
  color: #000000;
  padding: 0 0 1.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.cst-listing-grp .post-item-col .media-body .link-more {
  color: #ff862b;
  font: 12px/1 "Sofia W03 Semi Bold";
  white-space: nowrap;
  transition:none!important;
}
.link-more [class^="icon-"], .link-more [class*=" icon-"] {
  display: inline-block;
  font-size: 12px;
  margin: 3px 5px 0 0;
  vertical-align: middle;
}
.cst-listing-grp .post-item-col .media-body .link-more:hover {
  color: #000000;
  text-decoration: none;
}
.cst-listing-grp .post-item-col .media-body .link-more span {
  display: inline-block;
  text-decoration: underline;
  vertical-align: middle;
  transition: none;
}
.icon-fohhn-arrow:before {
  content: "";
}
.pagination {
  padding-top: 20px;
}
.cst-lght-grp {
  padding: 2rem;
  background-color: #f2f2f2;
}
.cst-lght-grp h2 {
  font-family: "Sofia W03 Semi Bold", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 2.25rem;
  line-height: 96%;
  color: #000000;
  padding-bottom: 2.2rem;
  margin-bottom: 0;
  font-weight: 500;
}
.cst-lght-grp p {
  margin-top: 0;
  margin-bottom: 1rem;
  font: 1.125rem/1.3 "Sofia W03 Regular", Verdana, Geneva, Tahoma, sans-serif;
  color: #000000;
  padding: 0 0 1.5rem;
}
.cst-lght-grp p.light {
  font-family: "Sofia W03 Medium", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 0.875rem;
  line-height: 1.3;
  color: #000000;
  padding: 0 0 1.5rem;
}
.cst-lght-grp a {
  color: #000000;
  text-decoration: none;
}
.cst-lght-grp a button:hover {
  background: #ff862b;
  border-color: #ff862b;
}
.cst-lght-grp a button {
  cursor: pointer;
  border: 2px solid #ff862b;
  color: #ffffff;
  padding: 10px 1.5rem;
  white-space: nowrap;
  display: inline-block;
  background: #000000;
  border-color: #000000;
  font-family: "Sofia W03 Semi Bold", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 0;
}
.cst-news-info-block {
  margin-top: 4rem;
}
.cst-news-info-block h2 {
  font-family: "Sofia W03 Semi Bold", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 2.25rem;
  line-height: 96%;
  color: #000000;
  padding-bottom: 2.2rem;
  margin-bottom: 0;
  font-weight: 500;
}
.cst-news-info-block p a:hover {
  text-decoration: underline;
  color: #000000;
}
.cst-news-info-block p a {
  text-decoration: none;
  transition: none;
}
.cst-news-info-block p {
  margin-top: 0;
  margin-bottom: 1rem;
  font: 1.125rem/1.3 "Sofia W03 Regular", Verdana, Geneva, Tahoma, sans-serif;
  color: #000000;
  padding: 0 0 1.5rem;
}
.cst-blg-hder-grp h1.news-list-title {
  padding-bottom: 2.25rem;
  margin-bottom: 0;
  font-weight: 500;
}
.news-right-block {
  padding-bottom: 5rem;
}
.toprow {
  padding: 1rem 0;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.align-items-center {
  align-items: center !important;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
a.backlink i:before {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate( 
    180deg
  );
  transform: rotate( 
    180deg
  );
  transform-origin: center center;
  display: block;
  font-size: 12px;
}
a.backlink span {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: underline;
}
a.backlink i {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
a.backlink {
  color: #ff862b;
  display: inline-block;
  font: 12px/1 "Sofia W03 Semi Bold";
  text-decoration: none;
}
.toprow h2.toprow-title {
  font-family: "Sofia W03 Semi Bold", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 2.25rem;
  line-height: 2rem;
  padding-bottom: 0;
  color: #000000;
  padding-top: 1rem;
  margin: 0;
}
.blog-post__body {
  margin-bottom: 10px;
}
.gallery {
  margin-bottom: 6rem;
}
.blog-comments {
  clear: both;
}
a.backlink.font-color-orange {
  display: inline-block;
}
.gallery > div {
  float: right;
  width: 282px;
  margin: 0 0 0 25px;
}
.body-container--blog-index .dnd-section>.row-fluid {
  padding: 0px !important;
}
.gallery .masonry.news-img-wrap .masonry-item img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
.gallery .masonry.news-img-wrap .masonry-item {
  width: 33.33%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.blog-post__body img {
  margin-bottom: 20px;
}

.cst-news-info-block p a:hover {
  color: #000000;
  text-decoration: underline;
}
.cst-news-info-block p a {
  color: #ff862b;
  text-decoration: none;
}
.cst-lght-grp a button {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .cst-listing-grp .post-item-col .news-image img {
    height: 156px;
    width: 156px;
    object-fit: cover;
    max-width: none;
  }
  .cst-listing-grp .post-item-col .media-body {
    display: flex;
    min-height: 156px;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .toprow {
    min-height: 7.8rem;
  }
}
@media (min-width: 992px) {
  .hs-blog-post .cst-blg-hder-grp h1.news-list-title, .hs-blog-listing .cst-blg-hder-grp h1.news-list-title {
    padding-bottom: 0;
  }
  .cst-blg-hder-grp {
    padding-top: 5rem;
  }
  .cst-listing-grp .news-no-paginator {
    padding: 10rem 0 4.5rem;
  }
  .hs-blog-post .cst-listing-grp {
    padding-top: 10rem;
  }
  .cst-listing-grp .news-right-block {
    padding-top: 10rem;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .hs-blog-listing .page-center, .hs-blog-post .page-center {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 1199.98px) {
  .gallery .masonry.news-img-wrap .masonry-item {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .news-no-paginator {
    padding: 3rem 0;
  }
  .gallery .masonry.news-img-wrap .masonry-item {
    width: 33.33%;
  }
}
@media (max-width: 767.98px) {
  .cst-lght-grp p {
    font-size: 18px;
  }
  .cst-news-info-block p {
    font-size: 18px;
  }
  .backlink {
    font-size: 1.2rem;
  }
  .link-more [class^="icon-"], .link-more [class*=" icon-"]{
    font-size:14px;
  }
  .cst-listing-grp .post-item-col .media-body .link-more{
    font-size: 1.2rem;
  }
  .cst-listing-grp .post-item-col .media-body .teaser-text p {
    font-size: 18px;
  }
  a.backlink {
    font-size: 1.2rem;
  }
  a.backlink i:before {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .toprow h2.toprow-title {
    font-size: 1.625rem;
  }
  .hs-blog-listing .page-center, .hs-blog-post .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cst-listing-grp .post-item-col .news-image {
    padding: 0 0 1.25rem;
    width: 100%;
  }
  .cst-listing-grp .post-item-col .media-body .news-header h3 {
    font-size: 18px;
    padding-bottom: 1.35rem;
  }
  .cst-listing-grp .post-item-col .media-body .teaser-text p {
    font-size: 18px;
  }
  .cst-listing-grp .post-item-col {
    flex-direction: column !important;
  }
  .news-header h1 {
    font-size: 2.25rem;
    line-height: 32px;
    padding-bottom: 1.75rem;
  }
  .gallery .masonry.news-img-wrap .masonry-item {
    width: 50%;
  }
  .cst-blg-hder-grp h1.news-list-title{
    font-size: 2.25rem;
    line-height: 32px;
    padding-bottom: 1.75rem;
  }
  .cst-lght-grp h2,.cst-news-info-block h2{
    font-size: 1.625rem;
    padding-bottom: 1.625rem;
  }
  .cst-lght-grp a button {
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

@media print {
  @page {
    size: 330mm 427mm;
    margin: 14mm;
  }
  .container {
    width: 1170px;
  }
}