*, *: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 ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.page-center{
  max-width:1250px;
  width:100%;
  float:none !important;
  margin:0 auto !important;
  padding: 0 15px;
}

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

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

@media (min-width: 768px){
  .dnd-section .dnd-column {
    padding-right: 15px;
    padding-left: 15px;
  }
  .content-wrapper{
    padding-right: 15px;
    padding-left: 15px;
  }

}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding-right: 15px;
    padding-left: 15px;
  }
  .content-wrapper{
    padding-right: 15px;
    padding-left: 15px;
  }

}

@media screen and (max-width: 1260px){
/*   .content-wrapper--vertical-spacing, .dnd-section{
        padding-left: 3% !important;
    padding-right: 3% !important;
  } */
}
@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@font-face { 
  font-family: "Open Sans"; 
  src: url(https://25501276.fs1.hubspotusercontent-eu1.net/hubfs/25501276/raw_assets/public/BusinessCom_May2022/fonts/Open-Sans-Regular.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 400; 
  font-stretch: normal; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}

@font-face { 
  font-family: "Open Sans"; 
  src: url(https://25501276.fs1.hubspotusercontent-eu1.net/hubfs/25501276/raw_assets/public/BusinessCom_May2022/fonts/Open-Sans-SemiBold.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 600; 
  font-stretch: normal; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}

@font-face { 
  font-family: "Open Sans"; 
  src: url(https://25501276.fs1.hubspotusercontent-eu1.net/hubfs/25501276/raw_assets/public/BusinessCom_May2022/fonts/Open-Sans-Bold.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 700; 
  font-stretch: normal; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}

@font-face { 
  font-family: "Bitter"; 
  src: url(https://25501276.fs1.hubspotusercontent-eu1.net/hubfs/25501276/raw_assets/public/BusinessCom_May2022/fonts/Bitter-Thin-Regular.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 400; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}

@font-face { 
  font-family: "Bitter"; 
  src: url(https://25501276.fs1.hubspotusercontent-eu1.net/hubfs/25501276/raw_assets/public/BusinessCom_May2022/fonts/Bitter-Thin-Bold.woff2) format("woff2"); 
  font-style: normal; 
  font-weight: 700; 
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; 
}

img{
  max-width: 100%;
  vertical-align: middle;
}

body {
  line-height: 1.4;
  word-break: break-word;
  -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%;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}
p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
}

/* Headings */

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

h1 {
  font-size: 60px;
  line-height: 1.05;
  letter-spacing: 1px;
}

h2 {
  font-size: 44px;
  line-height: 1.1;
  letter-spacing: 1px;
}

h3 {
  font-size: 35px;
  line-height: 1.1;
  letter-spacing: 1px
}

h4 {
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 1.1;
}

h5 {
  font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.1;
}

h6 {
  font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 1px;
}
/* Lists */

ul,
ol {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 40px 0;
  padding: 20px;
  border-left: 5px solid #3bade8;
  font-size: 18px;
  line-height: 22px;
}

/* Horizontal rules */

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


/* Subscripts and Superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus State */

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}
/* Primary Button */

button,
.button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
  line-height:1;
}
button:hover,
.button:hover {
    opacity:0.8;
}
button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  pointer-events: none;
}

.button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 !important;
  position: relative;
}

.button.button--simple:after {
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
}

.button.button--simple:active {
  background-color: transparent;
  border: none;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* 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 {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  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.7rem 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;
}

.legal-consent-container .hs-form-booleancheckbox-display p { color:#132433; }
ul.no-list {
    list-style: none;
}
form input[type=checkbox] + label {
    display: inline-block;
}


.hs_error_rollup ul li label {
    color: #ff0000;
}

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

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

.hs-error-msg {
  color: #ff0000;
}



.hs-search-module .hs-input {
    margin-bottom: 1.4rem;
}


/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  padding: 18px 35px;
  border-radius: 0;
  font-size: 17px;
  border: 0;
  cursor: pointer;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}



@media (max-width: 767px){
  main.body-container-wrapper form {
    margin-bottom: 30px;
  }
 form input#hs-search-3573 {
    margin-bottom: 1.4rem;
  }
}
/* 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;
}
.main-menu-wrap .hs-menu-wrapper > ul {
  flex-wrap: nowrap;
}
.main-menu-wrap .hs-menu-wrapper > ul > li > a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding: 12px;
  display: inline-block;
  line-height: 1.4;
  word-break: keep-all;
  white-space: nowrap;
}

.main-menu-wrap .hs-menu-wrapper>ul>li>a img {
  margin-left: 10px;
  vertical-align: middle;
}


.main-menu-wrap .hs-menu-wrapper>ul>li.hs-item-has-children>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1px;
}


/* .main-menu-wrap .hs-menu-wrapper > ul > li.hs-item-has-children > a {
padding-right: 23.9px;
} */
.main-menu-wrap .hs-menu-wrapper>ul>li.hs-item-has-children {
  display: flex;
}
.main-menu-wrap .hs-menu-wrapper>ul>li.hs-item-has-children .child-trigger {
  /*   position: absolute;
  right: 0px;
  top: 17px;
  z-index: 0;
  height: 7.8px;
  background-image: url(https://25501276.fs1.hubspotusercontent-eu1.net/hubfs/25501276/raw_assets/public/BusinessCom_May2022/images/chevron_arrow.svg);
  width: 12.58px;
  background-repeat: no-repeat; */
  display:none;
}


.main-menu-wrap .hs-menu-wrapper > ul > li > .child_inr_wrpr>ul > li {
  width: 100%;
}
.main-menu-wrap .hs-menu-wrapper>ul>li>.child_inr_wrpr>ul>li>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  white-space: initial;
}

.main-menu-wrap .hs-menu-wrapper>ul>li .link_feature-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-menu-wrap .hs-menu-wrapper>ul>li .link_feature-content-wrap .short-title {
  margin-bottom: 2px;
  color: #2e3642;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}

.main-menu-wrap .hs-menu-wrapper>ul>li .link_feature-content-wrap p {
  margin-top: 0;
  line-height: 1.4;
  text-align: left;
  max-width: 450px;
  margin-bottom: 0;
  color: #3b4c5b;
  font-size: 14px;
  letter-spacing: -.2px;
}


/* .main-menu-wrap .hs-menu-wrapper > ul > li > .child_inr_wrpr>ul > li > a span {
display: block;
max-width: 450px;
margin-bottom: 0;
color: #3b4c5b;
font-size: 14px;
letter-spacing: -0.2px;
line-height: 1.4;
}
.main-menu-wrap .hs-menu-wrapper > ul > li > .child_inr_wrpr>ul > li > a i {
display: inline-block;
width: 40px;
height: 40px;
position: absolute;
left: 9px;
top: 16px;
z-index: 1;
} */
/* .main-menu-wrap .hs-menu-wrapper > ul > li:nth-child(3) >.child_inr_wrpr> ul > li:nth-child(1) > a i {
background-image: url(https://25501276.fs1.hubspotusercontent-eu1.net/hubfs/25501276/raw_assets/public/BusinessCom_May2022/images/logistik.svg);
background-repeat: no-repeat;
}
.main-menu-wrap .hs-menu-wrapper > ul > li:nth-child(3) >.child_inr_wrpr> ul > li:nth-child(2) > a i {
background-image: url(https://25501276.fs1.hubspotusercontent-eu1.net/hubfs/25501276/raw_assets/public/BusinessCom_May2022/images/Entwicklung_Produktion.svg);
background-repeat: no-repeat;
}
.main-menu-wrap .hs-menu-wrapper > ul > li:nth-child(3) >.child_inr_wrpr> ul > li:nth-child(3) > a i {
background-image: url(https://25501276.fs1.hubspotusercontent-eu1.net/hubfs/25501276/raw_assets/public/BusinessCom_May2022/images/Sortiment.svg);
background-repeat: no-repeat;
}

.main-menu-wrap .hs-menu-wrapper > ul > li:nth-child(5) > .child_inr_wrpr>ul > li:nth-child(1) > a i {
background-image: url(https://25501276.fs1.hubspotusercontent-eu1.net/hubfs/25501276/raw_assets/public/BusinessCom_May2022/images/Unternehmen.svg);
background-repeat: no-repeat;
}
.main-menu-wrap .hs-menu-wrapper > ul > li:nth-child(5) >.child_inr_wrpr> ul > li:nth-child(2) > a i {
background-image: url(https://25501276.fs1.hubspotusercontent-eu1.net/hubfs/25501276/raw_assets/public/BusinessCom_May2022/images/Team-icon.svg);
background-repeat: no-repeat;
}
.main-menu-wrap .hs-menu-wrapper > ul > li:nth-child(5) >.child_inr_wrpr> ul > li:nth-child(3) > a i {
background-image: url(https://25501276.fs1.hubspotusercontent-eu1.net/hubfs/25501276/raw_assets/public/BusinessCom_May2022/images/Geschichte.svg);
background-repeat: no-repeat;
}
.main-menu-wrap .hs-menu-wrapper > ul > li:nth-child(5) > .child_inr_wrpr>ul > li:nth-child(4) > a i {
background-image: url(https://25501276.fs1.hubspotusercontent-eu1.net/hubfs/25501276/raw_assets/public/BusinessCom_May2022/images/Jobs.svg);
background-repeat: no-repeat;
} */
.main-menu-wrap .hs-menu-wrapper > ul > li:nth-child(5) > .child_inr_wrpr>ul > li:nth-child(5) > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3bade8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  margin-bottom: 2px;
  color: #2e3642;
  font-size: 17px;
  line-height: 22px;
  font-weight: 500;
}
.main-menu-wrap .hs-menu-wrapper > ul > li > ul.child-menu-active{
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
}

.main-menu-wrap .hs-menu-wrapper>ul>li .child_inr_wrpr {
  position: absolute;
  background: #ddd;
  background-color: transparent;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition:all .2s;
  z-index: 7;
  width: 100%;
  min-width: 300px;
  padding-top: 15px;
  padding-bottom: 35px;
  border-radius: 15px;
  top:100%;
}

.main-menu-wrap .hs-menu-wrapper>ul>li:hover .child_inr_wrpr{
  transition:all .2s;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.main-menu-wrap .hs-menu-wrapper>ul>li .child_inr_wrpr ul {
  display: block !important;
  opacity: 1;
  left: 0;
  position: relative !important;
  z-index: 9;
  padding: 14px;
  background-color: #fff;
  box-shadow: 1px 1px 9px 0 rgb(44 62 80 / 10%);
}

.main-menu-wrap .hs-menu-wrapper>ul>li>.child_inr_wrpr li a img {
  width: 40px;
  margin-right: 16px;
}

.main-menu-wrap .hs-menu-wrapper>ul>li>.child_inr_wrpr>ul>li>a:hover {
  background-color: rgba(19,36,51,.05);
}

.header .news-bar {
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3bade8;
}
.headquarter-button-wrap a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 35px;
  margin-right: 16px;
  padding: 8px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #eea800;
  color: #ffffff;
  text-decoration: underline;
}
.blessing-button-wrap a {
  color: #ffffff;
  font-size: 16px;
}

.header .header-bottom {
  position: relative;
}

.header .header-bottom .navigation {
  transform: translate3d(0px, -200px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
}
.header_down .header-bottom .navigation {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
  visibility: visible;
}

.header .header-bottom .navigation {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 999;
  min-height: 100px;
  padding: 25px 5%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#132433), color-stop(70%, rgba(19, 36, 51, 0.5)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #132433, rgba(19, 36, 51, 0.5) 70%, hsla(0, 0%, 100%, 0));
}
.header-bottom .navigation .metanavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.navigation-link-wrap ul li {
  line-height: 1.2;
}
.navigation .metanavi .navigation-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation-block-left {
  width: auto;
}
.navigation .metanavi .navigation-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation .metanavi .navigation-link-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.navigation-link-wrap ul li a {
  padding: 3px 5px 10px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: rgba(255, 255, 255, 0.88);
  display: inline-block;
  font-size: 10px;
  line-height: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}
.header-bottom .navigation .container-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}



.header-bottom .navigation .navigation-block-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-bottom .navigation .navigation-block-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-bottom .shop-button-wrap a {
  border-radius: 8px;
  background-color: #3bade8;
  color: #fff;
  display: inline-block;
  min-width: 150px;
  margin-left: 15px;
  padding: 18px 32px 18px 30px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 0;
  line-height: 20px;
  word-break: normal;
}

.logo-wrap a img {
  max-width: 100%;
  width: 200px;
}

.mobile-button-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  padding: 17px;
  border-radius: 50px;
  background-color: #ffffff;
}
.navigation-block-right .shop-button-mobile {
  display: none;
}
.no-banner .header-wrapper {
  min-height: 194px;
}
.no-nav-header {
  min-height: 100px !important;
}

.has-banner .no-nav-header{
  min-height: auto!important;
}

.navigation {
  position: relative;
  bottom: 233px;
}
.no-nav-header .shop-button-mobile {
  visibility: hidden;
  opacity: 0;
}
.no-nav-header .header-bottom .navigation .toggle-button{
  visibility: hidden;
  opacity: 0;
}
.header-wrapper {
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
}
.navigation-link-wrap ul li a {
    color: #fff !important;
    font-size: 10px;
    line-height: 13px;
/*     font-family: Verdana,Geneva,sans-serif; */
}


 .globe_class {
    width: auto !important;
    height: auto !important;
}
ul.lang_list_class {
    background: transparent!important;
    position: static;
    transform: none!important;
    display: flex;
    margin: 0;
    padding: 0;
}
a.lang_switcher_link:after {
  display: block !important;
  content: attr(data-language);
  text-indent: 0;
  position: static;
  top: 0;
  left: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 12px;
/*   padding-right: 0; */
}

.footer-language-block .header__language-switcher-label-current {
    display: none;
}
.footer-language-block .header__language-switcher-label:after {
    display: none;
}
.footer-language-block .lang_list_class:before {
    display: none !important;
}
.footer-language-block .header__language-switcher-label {
    padding: 0 !important;
    margin: 0;
}
.footer-language-block .lang_list_class li a {
      font-size: 0 !important;
    border: none;
}
.footer-language-block .globe_class:hover .lang_list_class {
    display: flex;
}
.footer-language-block .lang_list_class:after {
    display: none;
}
.footer-language-block .lang_list_class li {
    border: none;
    padding: 0!important;
    margin: 0;
    background: transparent;
}
.footer-language-block .lang_list_class li:last-child, .header__language-switche_footer .lang_list_class li:first-child {
    border: none;
}

@media (min-width: 992px) {
  .toggle-button {
    display: none;
  }

  .no-nav-header .header-bottom .navigation .container-navigation {
    padding-top: 33px;
  }

  .no-nav-header .header .header-bottom .navigation{
    padding-bottom: 34px;
  }

}

@media (max-width: 1150px) {
  .main-menu-wrap .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.ANGEBOT a img {
    margin-right: 13px;
  }
  .main-menu-wrap .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-1.hs-item-has-children._ber_uns a img {
    margin-right: 12px;
  }
}


@media (max-width: 991px) {
  .header-bottom .navigation .metanavi {
    display: none;
  }
  .main-menu-wrap {
    display: none;
  }
  .main-mobile-menu {
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgb(84 102 129 / 13%);
    position: absolute;
    right: 10%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0s;
  }
  .main-mobile-menu .hs-menu-wrapper > ul {
    flex-direction: column;
  }
  .main-mobile-menu .hs-menu-wrapper > ul > li > a {
    width: 100%;
    min-width: 170px;
    color: #3b4c5b !important;
    font-size: 16px;
    padding: 12px 20px;
    display: block;
    line-height: 1.25;
  }

  .main-mobile-menu .hs-menu-wrapper > ul > li > a:hover {
    background-color: rgba(115, 167, 213, 0.09);
  }

  .main-mobile-menu .hs-menu-wrapper>ul>li.active-branch>a {
    color: #3bade8;
  }

  .header-bottom .navigation .toggle-button {
    position: relative;
  }
  .show-mobile-menu .main-mobile-menu {
    visibility: visible !important;
    opacity: 1 !important;
    transition: all .7s;
    transform: translateY(0px);
  }
  .show-mobile-menu .mobile-button-link g g:nth-child(3) {
    transform: matrix(-3.36295, 0, 0, -3.36295, 268.5, 118.5);
  }

  .mobile-button-link g {
    transition: all .35s ease;
  }

  .show-mobile-menu .mobile-button-link g g:nth-child(4) {
    transform: matrix(-3.36295, 0, 0, -3.36295, 108.5, 118.5);
  }

  .show-mobile-menu .mobile-button-link g g:nth-child(5) {
    transform: matrix(-3.36295, 0, 0, -3.36295, 268.5, 278.5);
  }

  .show-mobile-menu .mobile-button-link g g:nth-child(9) {
    transform: matrix(-3.36295, 0, 0, -3.36295, 108.5, 278.5);
  }
}

@media (max-width: 767px) {
  .header .news-bar {
    display: none;
  }
  .no-banner .header-wrapper {
    min-height: 100px;
  }
}

@media (max-width: 479px) {
  .shop-button-wrap {
    display: none;
  }
  .navigation-block-right .shop-button-mobile {
    display: block;
  }
  .shop-button-mobile a {
    display: inline-block;
    min-height: 58px;
    width: 58px;
    margin-bottom: 0;
    padding: 20px 12px;
    font-size: 11px;
    line-height: 11px;
    border-radius: 8px;
    background-color: #3bade8;
    color: #fff;
    margin-left: 15px;
    text-align: center;
  }
  .header-bottom .navigation .toggle-button {
    margin-left: 15px;
  }
  .navigation-block-left {
    width: 100%;
  }

  .header .header-bottom .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.footer {
  padding: 80px 5% 20px;
}
.footer .content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.footer .footer-column-large {
  width: 60%;
}
.footer .footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16%;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer .footer-logo img {
  width: 200px;
  margin-bottom: 25px;
  display: inline-block;
}
.footer .div-block-170 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 16px;
}
.footer-address p {
  max-width: 320px;
  margin-bottom: 25px;
  padding-right: 20px;
  color: #546681;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  margin-top: 0;
}
.footer .legal-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1240px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .legal-wrap .legal-text {
  color: rgba(107,111,154,.61);
  font-size: 11px;
  line-height: 20px;
}
.footer .email-link a {
  margin-bottom: 15px;
  display: flex;
  color: #3bade8;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.footer .email-link a i {
  width: 19px;
  height: 19px;
  background-image: url(https://25501276.fs1.hubspotusercontent-eu1.net/hubfs/25501276/raw_assets/public/BusinessCom_May2022/images/email_schwarz.svg);
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  background-position: 0 100%;
}
.footer .footer-logo > div > span {
  display: inline-block;
  line-height: 0;
}
.footer .footer-logo > div {
  display: inline-block;
  line-height: 0;
}
.footer .footer-logo {
  line-height: 0;
}
.footer .footer-column .footer-title {
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #0a1f44;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
.footer .bottom-menu ul {
  flex-direction: column;
}
.footer .bottom-menu ul li a {
  margin-bottom: 15px;
  margin-left: 1px;
  -webkit-transition: 250ms;
  transition: 250ms;
  color: #4e5d78;
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

footer .return-top{
  position: fixed;
  left: auto;
  top: auto;
  right: 25px;
  bottom: 35px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 1000px;
  background-color: #3bade8;
  opacity: 0;
  will-change: transform, opacity;
  transform: translate3d(0px, 0px, 0px) scale3d(0, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition:all .1s;
}

footer .return-top img {
  transform: rotate(180deg);
}

footer .return-top.show{
  will-change: transform, opacity;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
  transition: all 0s;
}
.footer-column .bottom-menu ul li {
    margin: 0 !important;
}






@media screen and (max-width: 991px){
  .footer .footer-column-large {
    width: 40%;
  }
  .footer .footer-column{
    width: 20%;
  }
 

  footer .return-top {
    right: 3%;
  }

}


@media screen and (max-width: 767px){
  .footer .footer-column-large {
    width: 50%;
    margin-bottom: 25px;
  }
  .footer .footer-column{
    width: 50%;
  }
  .footer .content-wrapper{
    flex-wrap: wrap;
  }

}

@media screen and (max-width: 613px){
  .footer-address p {
    word-break: normal;
    white-space: normal;
  }

}

@media screen and (max-width: 479px){
  .footer .footer-column-large {
    width: 100%;
  }
  .footer .div-block-170{
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .footer-column {
    width: 100%;
  }

}
/* 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;
  }
}
html {
  scroll-behavior: smooth;
}
.pt-0{ padding-top:0px; }
.banner-video-header-section:after {
  content: '';
  background-image: linear-gradient(180deg,rgba(10,27,43,.15) 48%,rgba(19,36,51,.2) 85%,rgba(19,36,51,.5));
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.banner-video-header-section {
  position: relative;
  min-height: 80vh;
  padding: 230px 0 80px;
  background-position: 0 0,50% 50%!important;
  background-size: cover!important;
  background-repeat: repeat,no-repeat!important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-video-header-section .button-wrap-hero a {
    color: #fff;
    background: #1a1a1a;
    border: 1px solid #1a1a1a;
}

.banner-video-header-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}
.content-block-hero {
  max-width: 680px;
}
.content-block-hero p.standard-title {
  margin: 0 0 14px;
}
.content-block-hero h1 {
  margin-bottom: 15px;
}
.content-block-hero p {
  margin: 0;
}
.button-wrap-hero {
  margin-top: 40px;
}


.yellow-block {
  position: relative;
  top: -78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 105px 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #977060 ;
}
.cta-content-top h3 {
  margin-bottom: 16px;
}
.yellow-block {
  position: relative;
  top: -78px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding: 105px 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #977060 ;
  flex-direction: column;
}
.cta-content-top p {
  max-width: 570px;
  text-align: center;
  width: 100%;
  margin: 0 0 16px;
}
.cta-content-top {
  position: relative;
  z-index: 1;
  text-align: center;
}
.button-wrap-hero a+a {
  margin-left: 15px;
}
.line-box-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cta-yellow-shape {
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
}
.line-background {
  width: 14.285714285714286%;
  border-right: 1px solid hsla(0,0%,100%,.22);
}

.three-column-service-box-section, .three-column-icon-with-text-section {
  padding: 140px 0;
}
.three-column-service-heading.section-heading {
  max-width: 620px;
  width: 100%;
  margin-bottom: 45px;
}
.section-heading p.standard-title {
  margin: 0 0 14px;
    color:#977060 ;
}
.section-heading h3 {
  margin-bottom: 16px;
}
.three-column-service-heading.section-heading p {
  max-width: 490px;
  color:#977060;
}
.three-column-service-box-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  justify-content: center;
}
.three-column-service-box-item {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 32px;
}
.card-image {
  position: relative;
  width: 100%;
  min-height: 290px;
  background-position: 50% 50%;
  background-size: cover;
}
.three-column-service-card img.image-shap-img {
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  max-width: 60%;
}
.three-column-service-card img.image-shap-img.three {
  left: auto;
  top: 0;
  right: 0;
  bottom: auto;
  max-width: 90%;
}
.three-column-service-card img.image-shap-img.two {
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
}
a.three-column-service-card {
  background-color: #fff;
  box-shadow: 14px 14px 200px 0 rgb(0 22 50 / 6%);
  text-decoration: none;
  display: block;
  transition: 0.3s all;
}
.service-card-content {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 45px 45px 65px 35px;
}
.card-content-wrap h4 {
  margin-bottom: 25px;
}
.card-content-wrap p {
  margin: 0;
}
.three-column-service-card:hover {
  transform: translate3d(0px, -4px, 0px);
  transform-style: preserve-3d;
}
.service-card-link img {
  transition: 0.3s all;
}
.three-column-service-card:hover .service-card-link img {
  transform: translate3d(5px, 0px, 0px);
  transform-style: preserve-3d;
}
.service-card-link {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 0;
  background-color: #977060 ;
}

.three-column-icon-with-text-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.three-column-icon-with-text-item {
  width: 33.33%;
  padding: 0 15px;
}
.three-column-icon-with-text-item-inner {
  margin-bottom: 35px;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
}
.three-column-icon-with-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.three-column-icon-with-title img {
  width: 65px;
  height: 65px;
  margin-right: 12px;
  object-fit: contain;
}
.three-column-icon-with-title h5 {
  margin: 0;
}
.three-column-icon-with-text-content p {
  margin: 0;
}
.pt-0{
  padding-top:0 !important;
}
.two-column-image-with-text-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.two-column-image-with-text-image-block {
  width: 50%;
}
.two-column-image-with-text-content {
  width: 50%;
}
.two-column-image-with-text-image-block .image-block {
  padding: 35px 55px;
  position: relative;
}
.two-column-image-with-text-image-block .image-block img.pattern-02 {
  position: absolute;
  left: 4%;
  top: auto;
  right: auto;
  bottom: 2%;
}
.two-column-image-with-text-inner.img-left .image-block img.pattern-02 {
    position: absolute;
    left: auto;
    top: auto;
    right: 4%;
    bottom: 2%;
    max-width: 290px;
}
.two-column-content-inner p {
  margin: 0 0 12px;
}
.two-column-image-with-text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 25px 40px 25px 35px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.two-column-content-inner .button {
  margin-top: 25px;
  margin-bottom: 0;
}
.two-column-image-with-text-inner.img-right {
  flex-direction: row-reverse;
}
.two-column-image-with-text-section {
  padding: 80px 0;
}

.news-post-box-section {
  padding: 100px 0;
}
.news-post-box-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.news-blog-item-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-transition: .2s;
  transition: .2s;
  text-decoration: none;
  margin-bottom: 20px;
}
.news-blog-item {
  width: 33.33%;
  padding: 0 15px;
}
.blog-image {
  position: relative;
  display: block;
  min-height: 310px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-content {
  background-color: #fff;
  padding: 20px;
}
.team-listing-inner .blog-content { background-color:#fff; }

.category-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.category {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  padding: 8px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px hsla(0,0%,100%,.2);
  border-radius: 0 !important;
  background-color: #977060;
  -webkit-transition: .2s;
  transition: .2s;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: none;
}
.blog-posted-date {
  color: rgba(98,119,146,.49) !important;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog-paragraph {
  padding-bottom: 0;
  color: #1a1a1a;
  font-size: 16px;
}
.link-6 {
  color: #fff;
  text-decoration: none;
}
.blog-post-wrap {
  min-height: 120px;
  padding-bottom: 15px;
}
.author-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}
.author-name-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.author-image {
  width: 35px;
  height: 35px;
  margin-right: 8px;
  margin-bottom: 4px;
  border-radius: 100px;
  background-color: #977060;

  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.author-detail-text {
  color: #ffffff;
  font-size: 16px;
}
.time-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.time-icon {
  width: 15px;
  margin-right: 8px;
  margin-bottom: 4px;
}
.author-detail-text {
  color: #1a1a1a;
  font-size: 16px;
}
.blog-post-wrap  h5 a {
  color: #1a1a1a;
  text-decoration: none;
}
.blog-post-wrap h5 {
  color: #fff;
}

.brand-four-column-card-row {
  display: flex;
  flex-wrap: wrap;
}
.brand-four-column-card-item {
  width: 25%;
  padding: 0 8px;
    display:flex;
    flex-wrap:wrap;
}
.brand-four-column-card-item-inner {
  background-color: #3c3c3c;
  padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.brand-four-column-card-content + .btn-box-top > a.button:first-child {
    color: #ffffff;
    background: #977060;
    border: 1px solid #977060;
}
.brand-category-wrap, a.brand-category-imag-block {
    width: 100%;
}
.btn-box-top {
    margin-top: auto;
}
.brand-four-column-card-item-inner .btn-box-top a.button + a.button:hover {
    background: #000;
}

.brand-category-wrap {
  width: auto;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
a.brand-category-imag-block {
  display: flex;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
a.brand-category-imag-block img {
  width: 70%;
  max-height: 131px;
  object-fit: contain;
}
.brand-four-column-card-content {
  padding-bottom: 15px;
  margin-bottom: 50px;
}
.brand-four-column-card-content h6 {
  margin-bottom: 15px;
}
.brand-four-column-card-content h6 a {
  color: inherit;
}
a.category {
  color: #fff;
}
a.category:hover {
    color: #fff;
}
.brand-four-column-card-content p {
  margin: 0;
}
.brand-four-column-card-item-inner a.button + a.button {
  margin-top: 15px;
}
.brand-four-column-card-item-inner a.button {
  margin: 0;
}
.brand-four-column-card-section {
  padding: 80px 0 140px;
}
a.button.outline {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.brand-four-column-card-item-inner {
  margin-bottom: 25px;
  transition: 0.3s all;
}
.brand-four-column-card-item-inner:hover {
  -webkit-transform: translate(0,-4px);
  -ms-transform: translate(0,-4px);
  transform: translate(0,-4px);
}
.news-post-box-list-block {
  padding: 80px 0;
}




.news-blog-item.big-post {
  width: 100%;
  padding: 0 15px;
}
.news-blog-item.big-post .news-blog-item-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.news-blog-item.big-post .news-blog-item-inner .blog-image {
  width: 50%;
}
.news-blog-item.big-post .news-blog-item-inner .blog-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 25px 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}
.blog-post-wrap h3 a {
  color: #1a1a1a;
}
.news-post-box-list-block-inner .small-post-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
    width:100%;
}
.news-post-box-list-block {
  background: #1a1a1a;
}


.small-post-wrapper .news-blog-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}
.small-post-wrapper .blog-image {
height:auto;

}

.small-post-wrapper .blog-content {
    display:flex;
    flex-wrap:wrap;
 
    height: calc( 100% - 310px );
}
.with-ausbau .small-post-wrapper .blog-content {
    flex-direction: column;
}
.small-post-wrapper .news-blog-item-inner {
    height: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.news-blog-list-page .banner-video-header-section {
  min-height: auto;
  padding: 120px 0;
  padding-top: 250px;
  padding-bottom: 156px;
  background-position: center center !important;
}
.small-post-wrapper .news-blog-item-inner:hover {
  -webkit-transform: translate(0,-4px);
  -ms-transform: translate(0,-4px);
  transform: translate(0,-4px);
}

.medien-corner-list-section {
  padding: 100px 0;
}
.medien-corner-list-row {
  display: flex;
  flex-wrap: wrap;
}
.medien-corner-list-card-item-inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.medien-corner-list-content-right {
  width: 50%;
  padding: 25px 35px;
}
.medien-corner-list-feature-column {
  width: 50%;
}
.medien-corner-list-feature-column .image-large {
  position: relative;
  height: 100%;
  min-height: 470px;
  background-position: 0 0,50% 50%;
  background-size: cover,cover;
  background-repeat: repeat,no-repeat;
}
.category-wrap .horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
}

.medien-corner-list-content-right h3 a {
  color: inherit;
}
.medien-corner-list-content-right p {
  margin: 0 0 20px;
}
.medien-corner-list-content-right p.category-text {
  margin: 0;
  margin-right: 5px;
}
.medien-corner-list-card-item-inner .button-block {
  margin-top: 40px;
}
.medien-corner-list-card-item + .medien-corner-list-card-item {
  margin-top: 80px;
}
.button-block a+a {
  margin-left: 15px;
}
.medien-corner-list-card-item img.feature-blog-pattern {
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  max-width: 80%;
    display:none;
}
.two-column-image-with-text-section.with-contact-info-section {
  position: relative;
}
.two-column-image-with-text-section.with-contact-info-section img.shape-pattern {
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
}
.contact-info-wrap + .contact-info-wrap {
  margin-top: 55px;
  padding-top: 55px;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.two-column-image-with-text-inner {
  position: relative;
  z-index: 1;
}
.contact-info-wrap a, .contact-info-wrap a:hover {
  color: #977060;
}
.button svg {
  width: 16px;
  margin-right: 8px;
  height: 16px;
}
.body-container--contact .content-wrapper.text-center .content-block-hero p {
  text-align: center;
  margin: 0 auto 14px;
}
.body-container--contact .content-wrapper.text-center .content-block-hero {
  margin: 0 auto;
  text-align: center;
}
.body-container--contact  .content-wrapper a.button.button--tertiary {
  margin-top: 20px;
  border-radius: 0;
}
a.button.button--tertiary:hover svg path {
  fill: #2e3642;
}
/* .banner-video-bg-content h1 span {
  color: #3bade8;
} */
figcaption {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
}


.full-width-story-slider-section {
  padding: 100px 0;
}
.full-width-story-slider-item-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.full-width-story-slider-content-block, .full-width-story-slider-image-block {
  width: 50%;
  padding: 0 8%;
}
.full-width-story-slider {
  padding: 100px 0;
}
.full-width-story-slider .slick-next {
  height: 40px;
  position: absolute;
  width: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  padding: 0;
  z-index:9;
  right: 10px;
}
.full-width-story-slider .slick-prev {
  height: 40px;
  position: absolute;
  width: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  padding: 0;
  z-index:9;
  left: 10px;
}
.full-width-story-slider .slick-next, .full-width-story-slider .slick-prev {
  border: none;
  top: 0;
}

.full-width-story-slider .slick-prev:before {
  content: '';
  background-image: url('https://25501276.fs1.hubspotusercontent-eu1.net/hubfs/25501276/BusinessCom_May2022/images/slider-arrow-left-arrow.svg');
  position: static;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: 0;
  opacity: 1!important;
  display: block;
  background-repeat: no-repeat;
  margin: 0;
  margin-left: 0;

}
.full-width-story-slider .slick-next:before{
  content: "";
  background-image: url(https://25501276.fs1.hubspotusercontent-eu1.net/hubfs/25501276/BusinessCom_May2022/images/slider-arrow-left-arrow.svg);
  position: static;
  background-size: contain;
  width: 40px;
  height: 40px;
  top: 0;
  opacity: 1!important;
  display: block;
  background-repeat: no-repeat;
  margin: 0;
  transform: rotate(180deg);
  margin-left: auto;

}
.team-listing-box-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.team-list-item {
  width: 33.33%;
  padding: 0 10px;
}
.category.team {
  border-radius: 0;
  font-weight: 600;
    background:#ffffff;
    color:#1a1a1a;
}
.blog-image.team {
  min-height: 420px;
}
a.email-link-wrap {
  display: flex;
  align-items: center;
}
a.email-link-wrap img {
  margin-right: 10px;
}
.blog-content.team p {
  margin: 0;
}
.blog-content.team h6 a {
  color: inherit;
}
.blog-content.team h6 + p a {
  color: inherit;
}
.blog-content.team p {
  margin: 0 0 20px;
}
.blog-content.team h6 {
  margin-bottom: 5px;
}
.team-listing-box-row .blog-post {
  margin-bottom: 40px;
}
.team-listing-box-row .blog-post:hover {
  -webkit-transform: translate(0,-4px);
  -ms-transform: translate(0,-4px);
  transform: translate(0,-4px);
  -webkit-transition: .2s;
  transition: .2s;
}
.team-listing-box-row .blog-post {
  -webkit-transition: .2s;
  transition: .2s;
}
.blog-content.team .blog-post-wrap.vertical {
  padding: 0;
}
.filters-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
      justify-content: center;
}
.filters-horizontal a.sort-button{
  margin: 8px 3px 0;
  padding: 10px 20px;
  border-radius: 0;
  background-color: #977060;
/*   box-shadow: inset 0 0 0 4px #f9f8f9; */
  -webkit-transition: border-color .1s,background-color .1s,color .1s;
  transition: border-color .1s,background-color .1s,color .1s;
  line-height: 1;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
}
.filters-horizontal .sort-button:hover {
  box-shadow: unset;
    color:#1a1a1a;
}
.team-listing-section {
  padding: 100px 0;
}
.filters-horizontal {
  margin-bottom: 40px;
}
a.footer-link-job {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
a.footer-link-job p {
    margin: 0;
    padding-left: 10px;
}
.content-wrapper.text-center .content-block-hero {
    margin: 0 auto;
    text-align: center;
}
.content-wrapper.text-center .content-block-hero p {
    margin: 0 auto 14px;
    text-align: center;
}

.feature-number {
    margin-top: 0;
    color: #977060;
    font-weight: 400;
}
.captial-h6 {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}
h2.feature-number {
    margin-bottom: 10px;
}
.feature-block {
    width: 50%;
    padding-right: 25px;
}
.feature-block-contain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    margin-bottom: 35px;
}
.menschen-image-list-section {
    padding: 40px 0;
    background-color:#1a1a1a;
}
.title-block-half * { color:#fff; }
h2.feature-number {
    font-size: 30px;
}
.contact-form-full-width-section {
    padding: 80px 0;
}
.contact-form-full-width-inner {
    max-width: 700px;
    margin: 0 auto;
}
.contact-form-full-width-section form .hs-button {
    background: #977060;
    color: #fff;
}
li.hs-menu-item {
    margin: 0;
}







@media(max-width:1199px){
  .three-column-service-box-section, .three-column-icon-with-text-section {
    padding: 100px 0;
  }
  .news-post-box-section {
    padding: 80px 0;
  }
  .brand-four-column-card-item {
    width: 33.33%;
    padding: 0 8px;
  }
  .medien-corner-list-section {
    padding: 80px 0;
  }
  .medien-corner-list-card-item+.medien-corner-list-card-item {
    margin-top: 60px;
  }
}

@media(max-width:991px){
  .banner-video-header-section {
    padding-top: 160px;
  }
  .banner-video-header-section {
    background-position: 100% 50% !important;
  }
  .three-column-service-box-item {
    width: 50%;
  }
  .three-column-service-box-section, .three-column-icon-with-text-section {
    padding: 80px 0;
  }  
  .three-column-icon-with-text-item {
    width: 50%;
  }
  .two-column-image-with-text-section {
    padding: 60px 0;
  }
  .news-post-box-section {
    padding: 60px 0;
  }
  .news-blog-item {
    width: 50%;
    padding: 0 15px;
  }
  .news-post-box-list-block {
    padding: 60px 0;
  }
  .medien-corner-list-section {
    padding: 60px 0;
  }
  .medien-corner-list-card-item+.medien-corner-list-card-item {
    margin-top: 45px;
  }
  .contact-info-wrap+.contact-info-wrap {
    margin-top: 33px;
    padding-top: 33px;
  }
  .full-width-story-slider {
    padding: 60px 0;
  }
  .full-width-story-slider-content-block, .full-width-story-slider-image-block {
    padding: 0 5%;
  }
  .team-list-item {
    width: 50%;
    padding: 0 10px;
  }
  .team-listing-section {
    padding: 80px 0;
  }
  .contact-form-full-width-section {
    padding: 60px 0;
}
}

@media(max-width:880px){
  .brand-four-column-card-item {
    width: 50%;
    padding: 0 8px;
  }
  .brand-four-column-card-section {
    padding: 60px 0 100px;
  }
}




@media(max-width:767px){
  .banner-video-header-inner {
    text-align: center;
  }
  .banner-video-header-section {
    background-position: 90% 50% !important;
  }
  .yellow-block {
    padding: 60px 25px;
  }
  .button-wrap-hero {
    margin-top: 30px;
  }
  .three-column-icon-with-text-item {
    width: 100%;
    padding: 0 15px;
  }
  .three-column-service-box-item {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 32px;
  }
  .three-column-service-box-section, .three-column-icon-with-text-section {
    padding: 60px 0;
  }
  .three-column-icon-with-text-item-inner {
    margin-bottom: 10px;
  }
  .yellow-block {
    top: -42px;
  }
  .two-column-image-with-text-inner {
    flex-direction: column;
  }
  .two-column-image-with-text-image-block {
    width: 100%;
  }
  .two-column-image-with-text-content {
    width: 100%;
  }
  .two-column-image-with-text-image-block img:first-child {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }
  .two-column-image-with-text-section {
    padding: 40px 0;
  }
  .news-blog-item {
    width: 100%;
  }
  .news-post-box-section {
    padding: 40px 0 ;
  }
  .news-blog-item.big-post .news-blog-item-inner {
    flex-direction: column;
  }
  .news-blog-item.big-post .news-blog-item-inner .blog-image, .news-blog-item.big-post .news-blog-item-inner .blog-content {
    width: 100%;
  }
  .news-post-box-list-block {
    padding: 40px 0;
  }
  .news-post-box-list-block-inner .small-post-wrapper {
    margin-top: 0;
  }
  .news-blog-list-page .banner-video-header-section {
    padding: 180px 0 100px;
  }
  .medien-corner-list-card-item-inner {
    flex-direction: column;
  }
  .medien-corner-list-feature-column {
    width: 100%;
  }
  .medien-corner-list-content-right {
    width: 100%;
    padding: 25px 15px;
  }
  .medien-corner-list-section {
    padding: 40px 0;
  }
  .medien-corner-list-card-item+.medien-corner-list-card-item {
    margin-top: 25px;
  }
  .with-contact-info-section .two-column-image-with-text-image-block img:first-child {
    margin-bottom: 0;
  }
  .two-column-image-with-text-section.with-contact-info-section img.shape-pattern {
    opacity: 0.5;
  }
  .full-width-story-slider-content-block, .full-width-story-slider-image-block {
    width: 100%;
    padding: 0 40px;
  }
  .full-width-story-slider {
    padding: 30px 0;
  }
  .full-width-story-slider-content-block {
    margin-top: 40px;
  }
  .full-width-story-slider .slick-next:before, .full-width-story-slider .slick-prev:before {
    width: 24px;
    height: 24px;
  }
  .team-list-item {
    width: 100%;
    padding: 0 10px;
  }
  .team-listing-box-row {
    max-width: 450px;
    margin: 0 auto;
  }
  .team-listing-section {
    padding: 60px 0;
  }
  .feature-block-contain {
    margin-top: 30px;
    margin-bottom: 30px;
}
  .three-col-quality-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
  .contact-form-full-width-section {
    padding: 40px 0;
}
}

@media(max-width:600px){
  .brand-four-column-card-item {
    width: 100%;
    padding: 0 8px;
  }
  .brand-four-column-card-section {
    padding: 40px 0 60px;
  }
  .brand-four-column-card-row {
    max-width: 400px;
    margin: 0 auto;
  }
  .feature-block-contain {
    flex-direction: column;
}
  .feature-block {
    width: 100%;
}
}


@media(max-width:480px){
  .two-column-image-with-text-image-block .image-block, .two-column-image-with-text-content {
    padding: 8px;
  }
  .two-column-image-with-text-image-block img:first-child {
    margin-bottom: 0;
  }
  .two-column-image-with-text-image-block {
    margin-bottom: 22px;
  }
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
.banner-video-bg {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: #fff;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 70vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(10,27,43,.1)),color-stop(20%,rgba(10,27,43,.2)),to(rgba(10,27,43,.5)));
    background-image: linear-gradient(180deg,rgba(10,27,43,.1),rgba(10,27,43,.2) 20%,rgba(10,27,43,.5));
}
.banner-video-bg>video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    right: -100%;
    bottom: -100%;
    top: -100%;
    left: -100%;
    object-fit: cover;
    z-index: -100;
}
.banner-video-bg-inner {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 120px 3% 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(10,27,43,.1)),color-stop(20%,rgba(10,27,43,.2)),to(rgba(10,27,43,.5)));
    background-image: linear-gradient(180deg,rgba(10,27,43,.1),rgba(10,27,43,.2) 20%,rgba(10,27,43,.5));
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
.banner-video-bg-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 680px;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.banner-video-bg-content.content-right {
    margin-left: auto;
}
.banner-video-bg-content.content-center {
    margin-left: auto;
    margin-right: auto;
}
.banner-video-bg-content .standard-title {
    margin-bottom: 14px;
}
.banner-video-bg-content h1 {
    margin-bottom: 15px;
}
.banner-video-bg-content .button {
    margin: 35px 0 0;
}
.three-col-quality-section {
    padding: 140px 5% 160px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #d6d6d6;
}
.three-col-quality-section .section-image {
    position: relative;
    width: 100%;
    min-height: 700px;
    margin-bottom: 80px;
    background-position: 50% 50%;
    background-size: cover;
}
.three-col-quality-section .title-block {
    position: absolute;
    left: 0;
    top: auto;
    right: auto;
    bottom: 0;
    min-height: 120px;
    min-width: 450px;
    padding: 65px 65px 65px 25px;
    background-color: #d6d6d6;
}
.three-col-quality-section .standard-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Bitter,serif;
    letter-spacing: 1px;
}
.three-col-quality-section .line-break {
    width: 70px;
    height: 2px;
    margin-top: 35px;
    background-color: #1a1a1a;
}
.three-col-quality-section .values-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.three-col-quality-section .plain-column {
    position: relative;
    width: 33.333333333333336%;
    min-height: 250px;
    padding: 20px;
}
.three-col-quality-section .plain-column h4 {
    margin: 0 0 25px;
    color:#1a1a1a;
}
.three-col-quality-section .plain-column p {
    color:#1a1a1a;
    margin: 0 0 15px;
}
.three-col-quality-section .plain-column .button {
    margin: 25px 0 0;
    background: #1a1a1a;
    color: #fff;
    border: 1px solid #1a1a1a;
}























/*---------------------- responsive style ---------------------------------*/

@media screen and (max-width: 1199px) {

}/*-------- 1199 ends here ----------*/

@media screen and (max-width: 991px) {
    .banner-video-bg {
        padding-top: 50px;
        height: auto;
    }
    .banner-video-bg-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .banner-video-bg-content.content-right {
        margin-right: auto;
    }
    .three-col-quality-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .three-col-quality-section .section-image {
        margin-bottom: 55px;
    }
    .three-col-quality-section .plain-column {
        padding-right: 10px;
        padding-left: 10px;
    }
}/*-------- 991 ends here ----------*/

@media screen and (max-width: 880px) {

}/*-------- 880 ends here ----------*/

@media screen and (max-width: 767px) {
    .three-col-quality-section {
        padding-right: 3%;
        padding-left: 3%;
    }
    .three-col-quality-section .title-block {
        max-width: 80%;
        min-width: auto;
    }
    .three-col-quality-section .values-wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .three-col-quality-section .plain-column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .three-col-quality-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}/*-------- 767 ends here ----------*/

@media screen and (max-width: 630px) {

}/*-------- 630 ends here ----------*/

@media screen and (max-width: 568px) {

}/*-------- 568 ends here ----------*/

@media screen and (max-width: 479px) {
    .three-col-quality-section .section-image {
        margin-bottom: 40px;
    }
    .three-col-quality-section .title-block {
        max-width: 100%;
        padding-top: 35px;
        padding-bottom: 35px;
    }
}/*-------- 480 ends here ----------*/

@media screen and (max-width: 360px) {

}/*-------- 360 ends here ----------*/