*, *: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 ;
    }
}
.dnd-section > .row-fluid,
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

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



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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "IBS-SegoeUI";
  src: url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/SegoeUI.woff2) format("woff2"),
    url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/SegoeUI.woff) format("woff"), 
    url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/SegoeUI.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "IBS-SegoeUI";
  src: url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/SegoeUI-Semibold.woff2) format("woff2"),
    url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/SegoeUI-Semibold.woff) format("woff"), 
    url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/SegoeUI-Semibold.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "IBS-SegoeUI";
  src: url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/SegoeUI-Bold.woff2) format("woff2"),
    url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/SegoeUI-Bold.woff) format("woff"), 
    url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/SegoeUI-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: eicons;
  src: url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/eicons.woff2) format("woff2"), 
    url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/eicons.woff) format("woff"), 
    url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/eicons.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/fa-brands-400.woff2) format("woff2"), 
    url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/fa-brands-400.woff) format("woff"),
    url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/fa-brands-400.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/fa-regular-400.woff2) format("woff2"), 
    url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/fa-regular-400.woff) format("woff"),
    url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/fa-regular-400.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/fa-solid-900.woff2) format("woff2"),
    url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/fa-solid-900.woff) format("woff"),
    url(https://26526242.fs1.hubspotusercontent-eu1.net/hubfs/26526242/raw_assets/public/IBS_Schreiber_November2022/templates/fonts/fa-solid-900.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
}


body {
  line-height: 1.8em;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}
img {
  height: auto;
  max-width: 100%;
}
/* Paragraphs */

p {

}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

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

/* Lists */

.fa, .fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

.banner-section .dnd-section {
  padding: 0px 0px;
}

.banner-section .dnd-section>.row-fluid {
  padding: 0px 0px;
}

@media(max-width:767px){
  h4 {
    font-size: 23px !important;
  }

  h3 {
    font-size: 24px !important;
  }

  h2 {
    font-size: 26px !important;
  }

  h1 {
    font-size: 28px !important; 
  }

}

/* Form fields */

.hs-form-field {
  margin-bottom: 15px;
}

/* Labels */

form label {
  font-family: "SegoeUI", Sans-serif;
  font-size: 1em;
  display: inline-block;
  margin-bottom: 0;
}

/* Help text - legends */

form legend {

}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  font-family: "SegoeUI", Sans-serif;
  font-size: 1em;
  background-color: #FFFFFF;
  padding: 8px 8px 8px 8px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #A0A7AC;
  display: inline-block;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #576477;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

.button, 
.hs-button {
  font-family: "SegoeUI", Sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  cursor: pointer;
  white-space: normal;
  display: inline-block;
  text-align: center;
  transition: all .15s linear;
  text-decoration: none !important;
  outline: none;
  border-style: none;

}

.hs-input::placeholder {
  color: #4D4D4D;
}

.form-title {
  font-family: "IBS-SegoeUI", Sans-serif;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0;
}

ul.hs-error-msgs {
  margin: 0;
  padding: 0;
}

ul.hs-error-msgs li label {
  color: #ef6b51;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media(max-width:767px){
  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form,
  .body-container-wrapper .widget-type-blog_subscribe,
  .body-container-wrapper .widget-type-google_search,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message,
  .body-container-wrapper .widget-type-email_simple_subscription,
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments,
  .body-container-wrapper .hs-search-field__bar,
  .body-container-wrapper .submitted-message,
  .body-container-wrapper #hs_cos_wrapper_password_prompt,
  .body-container .submitted-message,.blog-comments form,
  .widget-type-email_simple_subscription,
  .hs_cos_wrapper_type_member_login,
  .hs_cos_wrapper_type_member_register,
  .hs_cos_wrapper_type_password_reset_request,
  .hs_cos_wrapper_type_password_reset,
  .widget-type-password_prompt{
    margin-bottom:20px;
  }
}
/* 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;
}
.header__container.content-wrapper {
  padding: 0;
  min-height: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-logo {
  width: 13.066%;
  padding: 10px;
}
.header-menu-wrapper {
  width: 52.218%;
}
.header-logo img {
  vertical-align: middle;
  display: inline-block;
}
.custom-menu-primary .hs-menu-wrapper>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: flex-start;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding: 10px;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper >ul ul {
  top: 100%;
  left: 0;
  right: auto;
  position: absolute;
  -webkit-box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
  box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
  pointer-events: none;
  z-index: 999;
  min-width: 200px;
  padding: 5px 5px 5px 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility .1s linear;
  -o-transition: opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility .1s linear;
  transition: opacity .3s cubic-bezier(0.48, 0.01, 0.5, 0.99),visibility .1s linear;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.custom-menu-primary .hs-menu-wrapper >ul ul li a {
  padding: 10px;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper>ul>li a .fa-angle-down {
  color: #58B999;
  margin-left: 10px;
}
.header-button-kontakt {
  width: 8.377%;
  padding: 10px;
}
.header-button-login {
  width: 6.36%;
  padding: 10px;
}
.header-button-kontakt a.cta_button {
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 100px 100px 100px 100px;
  box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 30%);
  padding: 10px 20px 10px 20px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box !important;
}
.header-button-login a.cta_button {
  box-sizing: border-box !important;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 100px 100px 100px 100px;
  box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 30%);
  padding: 10px 15px 10px 15px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.fa-angle-down:before {
  content: "\f107";
}
.header-search {
  width: 6.376%;
  padding: 10px;
}
.header-social-icons .footer-social-icons {
  line-height: 1;
  font-size: 0;
}
.open-search .header-search .bdt-navbar-dropdown.bdt-drop {
  left: -265px;
  display: block;
}
.header-search {
  position: relative;
}
.bdt-search-container {
  position: relative;
}
.header-search .bdt-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
  align-items: center;
}

.header-search .bdt-grid .bdt-width-expand {
  flex: 1;
  min-width: 1px;
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
}

.header-search form {
  padding: 10px 10px 10px 10px;
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.header-search form .bdt-position-relative {
  position: relative;
}

.header-search form [type=search] {
  border-radius: 3px;
  color: #fff;
  font-family: "IBS-SegoeUI", Sans-serif;
  font-size: 1.4em;
  font-weight: 400;
  border: 0 solid transparent;
  height: 44px;
  width: 100%;
  background: transparent;
  padding: 15px;
  margin: 0;
  -webkit-appearance: none;
  vertical-align: middle;
  outline: none;
}

.header-search form [type=search]::placeholder {
  color: #DEDEDE !important;
  opacity: 1 !important;
}

.header-search form .bdt-width-auto {
  width: auto;
}

.header-search .bdt-width-auto {
  padding-left: 15px;
  width: auto;
}

.header-search .bdt-width-auto .bdt-close {
  color: #fff;
}

.header-search .bdt-width-auto .bdt-close svg * {
  fill: #FFFFFF;
  stroke: currentcolor;
}

.header-social-icons .hs_cos_wrapper {
  --icon-size: 18px;
  --grid-column-gap: 8px;
  padding: 10px;
}
input[type="search"]{
  -webkit-appearance: none;  
  -moz-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.header-social-icons {
  width: 11.587%;
}
.header-social-icons .footer-social-icons ul {
  padding: 0;
  margin: 0;
}
.header-social-icons .footer-social-icons ul li a i {
  top: 0;
}
.header-search .bdt-search-toggle {
  font-size: 15px;
  color: #FFFFFF;
  background-color: #00174D;
  padding: 10px 10px 10px 10px;
  border-radius: 100px 100px 100px 100px;
  overflow: hidden;
  box-shadow: 0px 0px 30px 4px rgb(0 0 0 / 30%);
  display: inline-flex;
  cursor: pointer;
}
.header-search .bdt-search-toggle i.fa-fw.fas.fa-search {
  width: 1em;
  height: 1em;
  text-align: center;
}
.fa-search:before {
  content: "\f002";
}
.header-search .bdt-navbar-dropdown.bdt-drop {
  padding: 15px;
  color: #666;
  background-color: #00174D;
  width: 300px;
  display: none;
  position: absolute;
  z-index: 1020;
  --bdt-position-offset: 0;
  --bdt-position-shift-offset: 0;
  --bdt-position-viewport-offset: 15px;
}
.fa-bars:before {
  content: "\f0c9";
}
.mobile-trigger {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.fa-bars {
  font-size: 25px;
  color: #58B999;
}
.fa-angle-right:before {
  content: "\f105";
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li.hs-item-has-children:hover>ul {
  opacity: 1;
  right: auto;
  top: 0;
  visibility: visible;
  pointer-events: auto;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li.hs-item-has-children>ul {
  left: 100%;
}
.custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul>li.hs-item-has-children>a i {
  margin-left: 10px;
}
.jet-mobile-menu__toggle-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.jet-mobile-menu__toggle {
  min-width: 35px;
  min-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
}
.fa-times:before {
  content: "\f00d";
}


@media (min-width: 1201px){
  .mobile-trigger {
    display: none;
  }
  li.dl-back {
    display: none;
  }
}



@media (max-width: 1200px){
  .header-logo {
    width: 30%;
  }
  .header-menu-wrapper {
    width: 20%;
  }
  .custom-menu-primary {
    display: none;
  }
  .header-button-kontakt {
    width: 22%;
    text-align: right;
  }
  .header-button-login {
    width: 8%;
  }
  .header-search {
    width: 6%;
  }
  .header-social-icons {
    width: 14%;
  }

  .mobile-menu .hs-menu-wrapper > ul.hs-menu-children-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }    
  .mobile-menu .hs-menu-wrapper > ul.dl-menuopen {
    -webkit-transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform 350ms cubic-bezier(.55,0,.1,1);
    -webkit-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: transform 350ms cubic-bezier(.55,0,.1,1);
    transition: transform 350ms cubic-bezier(.55,0,.1,1);
  }    
  .mobile-menu .hs-menu-wrapper > ul.go-left {
    -webkit-transform: translate3d(-106%,0,0);
    -moz-transform: translate3d(-106%,0,0);
    -ms-transform: translate3d(-106%,0,0);
    -o-transform: translate3d(-106%,0,0);
    transform: translate3d(-106%,0,0);
  }    
  .mobile-menu .hs-menu-wrapper > ul.hs-menu-children-wrapper.active {
    z-index: 2;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  .jet-mobile-menu-cover {
    background-color: rgba(0,0,0,.5);
    display: block;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 997;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .mobile-open .jet-mobile-menu-cover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .jet-mobile-menu__container {
    background-color: #fff;
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    right: -400px;
    top: 0;
    width: 400px;
    z-index: 9999;
    transition: right 0.3s ease-in-out;
  }
  .mobile-open .jet-mobile-menu__container {
    right: 0;
  }
  .mobile-open .mobile-trigger .fa-bars:before {
    content: "\f00d";
  }
  .jet-mobile-menu__back i.fas.fa-times {
    color: #58B999;
    font-size: 25px;
  }
  .jet-mobile-menu__back {
    min-width: 30px;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  .jet-mobile-menu__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 35px;
  }
  .jet-mobile-menu__container-inner {
    width: 100%;
  }
  .mobile-menu .hs-menu-wrapper>ul li {
    padding: 10px 0;
  }
  .mobile-menu .hs-menu-wrapper>ul li a {
    color: #00174D;
  }
  .mobile-menu .hs-menu-wrapper>ul li.hs-item-has-children span.jet-dropdown-arrow {
    color: #58B999;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-menu .hs-menu-wrapper>ul li.checkaud®>a>span.jet-dropdown-arrow,
  .mobile-menu .hs-menu-wrapper>ul li.risikoregelwerke>a>span.jet-dropdown-arrow {
    position: relative;
    left: -40px;
  }
  .mobile-menu .hs-menu-wrapper>ul li.firstlink {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .mobile-menu .hs-menu-wrapper>ul li.firstlink a {
    pointer-events: none;
    min-height: 35px;
    color: #3a3a3a;
    cursor: text;
  }
  li.dl-back a {
    cursor: text;
  }
  li.dl-back {
    position: absolute;
    right: 0;
    width: 100%;
    opacity: 0;
  }
  .breadcrumb-label {
    display: inline-block;
    color: #3a3a3a;
  }
  .breadcrumb-divider {
    /* display: -webkit-box; */
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 5px;
    display: inline-block;
    color: #3a3a3a;
  }
  .mobile-menu .hs-menu-wrapper>ul.hs-menu-children-wrapper.item-2-3 li.firstlink,
  .mobile-menu .hs-menu-wrapper>ul.hs-menu-children-wrapper.item-2-5 li.firstlink{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1024px){
  .header__container.content-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobile-trigger {
    padding: 0% 2% 0% 0%;
  }
  .header-logo {
    width: 40%;
  }

  .header-menu-wrapper {
    width: 60%;
  }
  .open-search .header-search .bdt-navbar-dropdown.bdt-drop {
    left: -249.516px;
  }
  .header-button-kontakt {
    width: 65%;
  }

  .header-button-login {
    width: 10%;
    text-align: right;
  }

  .header-search {
    width: 7%;
    text-align: right;
  }

  .header-social-icons {
    width: 18%;
  }

  .header-social-icons .footer-social-icons {
    text-align: right;
  }

}

@media (max-width: 880px){
  .header-logo {
    width: 35%;
  }
  .header-menu-wrapper {
    width: 65%;
  }
  .header-button-kontakt {
    width: 59%;
  }
  .header-button-login {
    width: 11%;
    text-align: left;
  }
  .header-social-icons {
    width: 22%;
  }
  .open-search .header-search .bdt-navbar-dropdown.bdt-drop {
    left: -259.594px;
  }
}

@media (max-width: 767px){
  .header-logo {
    width: 50%;
  }
  .header-menu-wrapper {
    width: 50%;
  }
  .header-button-kontakt {
    width: 35%;
  }
  .header-button-login {
    width: 35%;
  }
  .header-search {
    width: 30%;
    text-align: center;
  }
  .header-social-icons {
    display: none;
  }
  .open-search .header-search .bdt-navbar-dropdown.bdt-drop {
    left: -186px;
  }
}

@media (max-width: 479px){
  .open-search .header-search .bdt-navbar-dropdown.bdt-drop {
    left: -223.203px;
  }
}

@media (max-width: 331px){
  .open-search .header-search .bdt-navbar-dropdown.bdt-drop {
    left: -214.781px;
  }
}

@media (max-width: 320px){
  .open-search .header-search .bdt-navbar-dropdown.bdt-drop {
    left: -207.094px;
    max-width: 273px;
  }
}
.site-footer {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 1% 1% 1% 1%;
  --widgets-spacing: 20px;
  position: relative;
  z-index: 9;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.site-footer .site-footerin {
  min-height: 1px;
  position: relative;
  --widgets-spacing: 20px;
  padding: 10px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer .footertop {
  width: 100%;
}

.site-footer .footertopin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.site-footer .newsletter-colm {
  width: 35%;
}

.site-footer .business-colm {
  width: 21.6%;
}

.site-footer .contact-colm {
  width: 21.8%;
}

.site-footer .legal-colm {
  width: 21.6%;
}

.site-footer .footertopin>div {
/*   min-height: 1px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
}

.site-footer .colminner {
  padding: 10px;
/*   position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox; */
}

.site-footer .newslettertil {
  font-family: "IBS-SegoeUI", Sans-serif;
  font-size: 1em;
  font-weight: 400;
    padding-bottom: 20px;
  width: 100%;
  text-align: left;
}

.site-footer .newslettertil-container {
  margin: -16px 0px 0px 0px;
}

.site-footer .newsletterbtn {
  width: 100%;
  text-align: left;
}

.site-footer .business-container {
  font-family: "IBS-SegoeUI", Sans-serif;
  font-weight: 400;
  text-align: left;
  width: 100%;
}

.site-footer .contact-container {
  font-family: "IBS-SegoeUI", Sans-serif;
  font-weight: 400;
  width: 100%;
  text-align: left;
}

.site-footer .legaltl {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}

.site-footer .heading-title {
  font-family: "IBS-SegoeUI", Sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
  margin: -10px 0px 0px 0px;
  padding: 16px 0px 0px 0px;
}

.site-footer .legaltl-menu {
  text-align: left;
  width: 100%;
  margin: -14px 0px 0px 0px;
}

.site-footer .legaltl-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.site-footer .legaltl-menu ul>li {
  padding-bottom: calc(0px/2);
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: inherit;
}

.site-footer .legaltl-menu ul>li:not(:last-child) {
  padding-bottom: calc(0px/2);
}

.site-footer .legaltl-menu ul>li:not(:first-child) {
  margin-top: calc(0px/2);
}

.site-footer .legaltl-menu ul>li>a {
  font-family: "IBS-SegoeUI", Sans-serif;
  font-size: 1em;
  font-weight: 400;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 25.8px;
}

.site-footer .legaltl-menu ul>li>a:before {
  content: "\f054";
  width: 1.25em;
  font-size: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 11px;
  position: relative;
  top: -1px;
}

.site-footer .footerbottom {
  width: 100%;
  text-align: left;
  border-radius: 1px 1px 1px 1px;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 75px;
  margin-bottom: 0px;
  padding: 25px 0px 0px 0px;
}

.site-footer .bottomin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site-footer .bottom-colm {
  width: 33.333%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

.site-footer .bottom-colmin {
  padding: 10px;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: flex;
}

.site-footer .bottom-colmin>div {
  width: 100%;
}

.site-footer .cm-copyright {
  font-family: "IBS-SegoeUI", Sans-serif;
  font-size: 1em;
  font-weight: 400;
}

.cm-social {
  --grid-template-columns: repeat(0, auto);
  --icon-size: 18px;
  --grid-column-gap: 15px;
  --grid-row-gap: 0px;
}

.cm-social .bottom-colmin {
  text-align: right;
  line-height: 1;
  font-size: 0;
}

.footer-social-icons ul {
  grid-column-gap: var(--grid-column-gap,5px);
  grid-row-gap: var(--grid-row-gap,5px);
  grid-template-columns: var(--grid-template-columns);
  -webkit-box-pack: var(--justify-content,center);
  -ms-flex-pack: var(--justify-content,center);
  justify-content: var(--justify-content,center);
  justify-items: var(--justify-content,center);
  display: inline-block;
  width: 100%;
  word-spacing: var(--grid-column-gap);
  margin-bottom: calc(-1 * var(--grid-row-gap));
}

.footer-social-icons ul li {
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word;
  min-width: 0;
}

.footer-social-icons ul li a {
  border-radius: 100px 100px 100px 100px;
  --icon-padding: 0.4em;
  margin: 0;
  font-size: var(--icon-size,25px);
  line-height: var(--icon-size,25px);
  width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
  height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  --e-social-icon-icon-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #818a91;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer-social-icons ul li a.icon-youtube {
  background-color: #cd201f;
}

.footer-social-icons ul li a.icon-xing {
  background-color: #026466;
}

.footer-social-icons ul li a.icon-linkedin {
  background-color: #0077b5;
}

.footer-social-icons ul li a .elementor-screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.footer-social-icons ul li a i {
  color: #fff;
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.footer-social-icons ul li a i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-xing:before {
  content: "\f168";
}

.fa-youtube:before {
  content: "\f167";
}

.footer-social-icons ul li a:hover {
  opacity: .9;
}

.site-footer .cm-privacy {
  --e-icon-list-icon-size: 14px;
  text-align: right;
}

.site-footer .cm-privacy ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: -8px;
  margin-left: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-footer .cm-privacy ul li {
  margin-right: 8px;
  margin-left: 8px;
  word-break: break-word;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: inherit;
}

.site-footer .cm-privacy ul li a {
  font-family: "IBS-SegoeUI", Sans-serif;
  font-size: 1em;
  font-weight: 400;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: #FFFFFFA3;
}

.site-footer .cm-privacy .bottom-colmin>span {
  width: 100%;
}

.site-footer .content-wrapper {
  padding: 0px 0px;
}

.site-footer .legaltl-menu ul>li {
/*     text-overflow: ellipsis;
    white-space: nowrap; */
      overflow: hidden;
}
.contact-container .hs_cos_wrapper_type_rich_text {
    display: block;
}
.site-footer .contact-colm .widget-type-rich_text {
/*     text-overflow: ellipsis;
    white-space: nowrap; */
/*       overflow: hidden; */
}
.site-footer .contact-colm .widget-type-rich_text strong {
    word-break: break-all;
}
.site-landing-page .footerbottom {
    border: 0px;
    margin-top: 0;
    padding-top: 0;
}



@media (max-width: 1024px){
  .site-footer .footertopin {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-footer .bottomin {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

}

@media(max-width:767px){
  .site-footer .newsletter-colm {
    width: 100%;
  }

  .site-footer .business-colm {
    width: 100%;
  }

  .site-footer .contact-colm {
    width: 100%;
  }

  .site-footer .legal-colm {
    width: 100%;
  }
  .site-footer .bottom-colm {
    width: 100%;
  }
  .footer-social-icons ul li a i {
    top: 0;
  }
  
  .site-landing-page .bottom-colm.cm-social {
    display: none;
}

}
/* Menu and simple menu */

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

.icon-xing {
  display: none;
}

.header-button-login {
  display: none;
}

@media screen and (min-width: 1300px) { 
  .header-menu-wrapper {
      width: 53%;
  }
}