*, *: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 ,
.dnd-section > .row-fluid ,
.page_center{
  margin: 0 auto;
  width: 100%;
  padding:0 50px;
}
.banner-section .dnd-section,
.banner-section .dnd-section > .row-fluid{
  padding: 0;

}

@media (max-width: 767px) {
 .content-wrapper ,
.dnd-section > .row-fluid ,
.page_center{
  padding:0 30px;
} 
}
@font-face {
  font-family: 'NeueHaasGroteskText Pro Md';
  src: url(https://26144062.fs1.hubspotusercontent-eu1.net/hubfs/26144062/raw_assets/public/SC7_April2023/fonts/1001bda8-900d-48db-981a-eade9e19d721.woff2);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NeueHaasGroteskText Pro1261944';
  src: url(https://26144062.fs1.hubspotusercontent-eu1.net/hubfs/26144062/raw_assets/public/SC7_April2023/fonts/40682817-6626-411d-a1a3-76035e8a5a0f.woff2);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NeueHaasGroteskText Pro';
  src: url(https://26144062.fs1.hubspotusercontent-eu1.net/hubfs/26144062/raw_assets/public/SC7_April2023/fonts/95ea534a-2fc2-4365-9df6-5530cbc58cdf.woff2);
  font-weight: normal;
  font-style: normal;
}

body {
  line-height: 1.1;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs */

p {
  line-height: 1.2;
  margin: 0 0 20px 0;
}
img{
  max-width:100%;
}
/* Anchors */

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: 1px solid #000;
}



@media (max-width: 1440px){
  body h1{
    font-size: 60px;
  }
  body h2{
    font-size: 50px;
  }
  body h3{
    font-size: 28px;
  }
  body h4{
    font-size: 21px;
  }
  body h5{
    font-size: 18px;
  }
}



@media (max-width: 600px){
  body h1{
    font-size: 32px;
  }
  body h2{
    font-size: 24px;
  }
  body h3{
    font-size: 20px;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 50px;
}
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow: auto;
  padding: 10px 7px;
}
/* Labels */

form label {
  display: block;
  font-size: 20px;
  margin: 0 0 10px;
  font-family: 'NeueHaasGroteskText Pro Md';
}

/* Help text - legends */

form legend {
  font-size: 20px;
}

/* 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 {
  display: inline-block;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #000000;
  color: #000000;
  width: 100%;
  padding: 4px 0 6px;
  border-radius: 0;
  line-height: 26px;
  font-family: 'NeueHaasGroteskText Pro Md';
  font-size: 21px;
  outline:0;
}

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: #FF0000;
}
div#hs-search-module a.hs-button.primary {
  margin-top: 40px;
}
.hs-error-msg,
.systems-page ul.no-list.hs-error-msgs label,
.hs_error_rollup label {
  font-family: 'NeueHaasGroteskText Pro Md';
  color: #FF0000;
  font-size: 14px;
  bottom: -50px;
}

/* Submit button */


form input[type=submit],
form .hs-button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin: 10px 0;
  text-transform: lowercase;
  font-size: 21px;
  font-weight: normal;
  box-shadow: none;
  border: 1px solid #000;
  padding: 15px;
  line-height: 26px;
  margin-top: 18px;
  letter-spacing: 0.0333em;
  font-family: 'NeueHaasGroteskText Pro',Helvetica,Arial,sans-serif;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
body.no-banner header.custom_header {
  background: #000;
}
body.no-banner .header_wrapper {
  min-height: 150px;
}
header.custom_header {
  position: absolute;
  background: transparent;
  z-index: 100;
  width: 100%;
  top: 0;
  -webkit-transition: transform 0.2s ease-in-out, background 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, background 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out, background 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, background 0.2s ease-in-out;
  will-change: transform;
  height: 150px;
}

.header_inner {
  padding: 0 50px;
  display: flex;
}

.header-titles {
  display: flex;
  align-items: baseline;
}
.header-titles a {
  display: inline-block;
}
.header-titles a img {
  width: 120px !important;
  display: block;
  margin-top: 25px;
}


.header-titles p {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  padding-left: 15px;
  font-family: 'NeueHaasGroteskText Pro Md';
  line-height: 1.2;
  margin: 0 0 7px;
  display: inline-block;
  position: relative;
  top: -4px;
}

.header-navigation-wrapper {
  margin-top: 30px;
  float: right;
  padding-top: 78px;
  margin-left: auto;
}

.header_menu_inner {
  align-items: center;
  display: flex;
  height: 100%;
  margin-top: -3px;
}


.main_header_menu .hs-menu-wrapper>ul>li {
  display: inline-block;
  margin: 0 15px;
  position: relative;
  font-size: 15px;
  padding-left: 11px;
}
.main_header_menu .hs-menu-wrapper>ul>li:last-child {
  padding-left: 10px;
  margin-right: 21px;
}

.main_header_menu .hs-menu-wrapper>ul>li:nth-child(6) {
  padding-left: 95px;
  margin-right: 17px;
}
.main_header_menu .hs-menu-wrapper>ul>li:last-child {
  padding-left: 10px;
  margin-right: 21px;
}

.main_header_menu .hs-menu-wrapper>ul>li:nth-child(6) {
  padding-left: 95px;
  margin-right: 17px;
}
.main_header_menu .hs-menu-wrapper>ul>li:before {
  content: '';
  position: absolute;
  margin-left: -13px;
}

.main_header_menu .hs-menu-wrapper>ul>li>a {
  color: #FFF;
  position: relative;
  font-family: 'NeueHaasGroteskText Pro Md';
}
.main_header_menu .hs-menu-wrapper>ul>li>a:hover {
  box-shadow: inset 0 -1px 0 0 currentColor;
}
.main_header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  background-image: url(https://26144062.fs1.hubspotusercontent-eu1.net/hubfs/26144062/raw_assets/public/SC7_April2023/images/arrow_down_sc7_white.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  right: -20px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  background-position: 50%;
  transition: all 0.25s 0.25s;
  transform: rotate(0deg);
  content: '';
}
.main_header_menu .hs-menu-wrapper>ul>li.child-open>ul {
  display: block;
}
.main_header_menu .hs-menu-wrapper>ul>li>ul,
.main_header_menu .hs-menu-wrapper>ul>li>ul>li>ul{
  background-color: #fff;
  display: none;
  padding: 20px 20px;
  min-width: 200px;
  position: absolute;
  transition: opacity .8s ease-in-out;
  width: 100%;
}
.main_header_menu .hs-menu-wrapper>ul>li>ul>li.child-open>ul {
  display: block;
}
.main_header_menu .hs-menu-wrapper>ul>li>ul>li>ul>li {
  padding-bottom: 10px;
} 

.main_header_menu .hs-menu-wrapper>ul>li>ul>li>ul {
  left: 100%;
  top: 0;
  right: 0;
  padding: 20px 20px;
}
header.custom_header.child-open .main_header_menu .hs-menu-wrapper>ul>li>ul,
header.custom_header.child-open .main_header_menu .hs-menu-wrapper>ul>li>ul ul{
  display: block;
  padding: 20px;
}



.main_header_menu .hs-menu-wrapper>ul>li>ul>li {
  display: block;
  font-size: 15px;
  padding-bottom: 20px; 
}

.main_header_menu .hs-menu-wrapper>ul>li>ul>li:before {
  content: '';
  position: absolute;
  margin-left: -13px;
}
.main_header_menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover {
  box-shadow: inset 0 -1px 0 0 currentColor;
}
.main_header_menu .hs-menu-wrapper>ul>li>ul>li.child-open>a {
  box-shadow: inset 0 -1px 0 0 currentColor;
}
.main_header_menu .hs-menu-wrapper>ul>li>ul>li>a {
  color: #000;
  font-family: NeueHaasGroteskText Pro Md;
  font-weight: 700;
  line-height: 18px;
  word-break: keep-all;
  display: inline-block;
}
.main_header_menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
  box-shadow: inset 0 -1px 0 0 currentColor;
}
.main_header_menu .hs-menu-wrapper>ul>li>ul {
  top: 29px;
}





.header_right_menu ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.header_right_menu ul li {
  display: inline-block;
  margin: 0 15px;
  font-size: 15px;
  padding-left: 12px;
}

.header_right_menu ul li:before {
  content: '';
  position: absolute;
  margin-left: -13px;
}

.header_right_menu ul li button {
  display: inline-block;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  padding: 0;
  text-transform: none;
  position: relative;
  line-height: 1.25;
}

.header_right_menu ul li button>span {
  display: flex;
  justify-content: center;
  position: relative;
}

.header_right_menu ul li:first-child button>span span {
  display: block;
  overflow: hidden;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
  background-position: 0;
  background-image: url(https://26144062.fs1.hubspotusercontent-eu1.net/hubfs/26144062/raw_assets/public/SC7_April2023/images/search_sc7_white.svg);
}

.header_right_menu ul li:nth-child(2) button>span span {
  width: 17px;
  background-image: url(https://26144062.fs1.hubspotusercontent-eu1.net/hubfs/26144062/raw_assets/public/SC7_April2023/images/mail_sc7_white.svg);
  display: block;
  overflow: hidden;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 12px;
  background-position: 0;
}

.header_right_menu ul li a {
  color: #FFF;
}
.header-angebot {
  --gutter: 2rem;
  padding: calc(var(--gutter)*.5);
  position: fixed;
  right: -88px;
  text-align: center;
  top: 49%;
  z-index: 99999;
}

.header_sidebar_logo {
  display: grid;
  width: 280px;
  transform: rotate(-90deg);
  margin-right: -54px;
}

.header_sidebar__item {
  grid-row: -1 / 1;
  grid-column: -1 / 1;
  overflow: hidden;
  will-change: transform;
  transform: translateX(calc(var(--replace-offset) * -1));
  --replace-offset: 0%;
  line-height: 1.1;
}

.header_sidebar__content {
  will-change: transform;
  transform: translateX(calc(var(--replace-offset) * 1));
  --replace-offset: 0%;
}

.logo-angebot {
  padding: 5px 10px 5px 10px;
  color: #000;
  border-color: #000;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  cursor: pointer;
  background-color: #ffee3b;
  font-weight: bold;
  font-family: 'NeueHaasGroteskText Pro',Helvetica,Arial,sans-serif;
  line-height: 1.1;
}
.header_click_logo {
  display: none;
}

header.custom_header.child-open {
  background: #FFF;
}
header.custom_header.child-open .header_logo {
  display: none;
}
header.custom_header.child-open .header_click_logo {
  display: block;
}

header.custom_header.child-open .header-titles p {
  color: #000;
}

header.custom_header.child-open .main_header_menu .hs-menu-wrapper>ul>li>a {
  color: #000;
}

header.custom_header.child-open .main_header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  transform: rotate(180deg);
  background-image: url(https://26144062.fs1.hubspotusercontent-eu1.net/hubfs/26144062/raw_assets/public/SC7_April2023/images/arrow_down_sc7.svg);
}

header.custom_header.child-open .header_right_menu ul li:first-child button>span span {
  background-image: url(https://26144062.fs1.hubspotusercontent-eu1.net/hubfs/26144062/raw_assets/public/SC7_April2023/images/search_sc7.svg);
}

header.custom_header.child-open .header_right_menu ul li a {
  color: #000;
}

header.custom_header.child-open .header_right_menu ul li:nth-child(2) button>span span {
  background-image: url(https://26144062.fs1.hubspotusercontent-eu1.net/hubfs/26144062/raw_assets/public/SC7_April2023/images/mail_sc7.svg);
}
header.custom_header.child-open .header_right_menu ul li:last-child {
  margin-right: -2px;
}
header.custom_header.child-open .header_right_menu ul li:last-child {
  margin-right: -2px;
}

body.fixed-header header.custom_header {
  background: #000;
  height: 70px;
  position: fixed;
  transition: height 0.3s ease-in-out, transform 0.4s ease-in-out;
}
body.fixed-header .header-titles p {
  top: -2px;
}

body.fixed-header .header-titles a img {
  margin-top: 7px;
  width: 60px !important;
}

body.fixed-header .header-navigation-wrapper {
  padding-top: 0;
  margin-top: 20px;
}

body.fixed-header .header_menu_inner {
  align-items: flex-start;
  margin-top: 5px;
}

.hamburger-wrapper,
.mobile_menu{
  display: none;
}



/* contact-form-css */
.angebot-anfordern-overlay {
  background: rgba(0,0,0,.75);
  height: 100vh;
  opacity: 0;
  padding: 10%;
  position: fixed;
  -webkit-transition: opacity .3s ease-in-out,top .8s ease-in-out;
  -moz-transition: opacity .3s ease-in-out,top .8s ease-in-out;
  -o-transition: opacity .3s ease-in-out,top .8s ease-in-out;
  transition: opacity .3s ease-in-out,top .8s ease-in-out;
  width: 100vw;
  z-index: 999;
  visibility: hidden;
  display:block;
}

body.angebot-form .angebot-anfordern-overlay {
  opacity: 1;
  visibility: visible;
}

.angebot-anfordern-inner {
  top: 0;
  bottom: 0;
  height: 830px;
  overflow: hidden;
  padding: 50px;
  max-width: 720px;
  margin: auto;
  width: 100%;
  background: #eee;
  position: absolute;
  left: 0;
  right: 0;
}
.angebot-header {
  position: relative;
}

.angebot-header h3 {
  text-align: center;
  font-family: 'NeueHaasGroteskText Pro Md';
  font-size: 39px;
  padding-bottom: 20px;
  line-height: 1.1;
  margin:0;
}

.angebot-anfordern-close {
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
  background-image: url(https://26144062.fs1.hubspotusercontent-eu1.net/hubfs/26144062/raw_assets/public/SC7_April2023/images/close.svg);
}

.angebot_form {
  width: calc(90% - 10px);
  float: none;
  margin: auto;
  padding-top: 40px;
}

.angebot_form h3 {
  margin: 0;
}

.angebot_form form label {
  margin: 0;
}
.angebot_form .hs-form-field {
  margin-bottom: 0;
}
.angebot_form form input[type=checkbox] {
  position: relative;
  display: inline-block;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  cursor: pointer;
  margin-right: 10px;
  border: 2px solid #000;
}

.angebot_form form .inputs-list span {
  cursor: pointer;
  font-size: 15px;
  color: #000;
  font-family: 'NeueHaasGroteskText Pro',Helvetica,Arial,sans-serif;
}

.angebot_form form .inputs-list span a {
  color: #000;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 0 currentColor;
  font-family: 'NeueHaasGroteskText Pro Md';
}

.angebot_form form .hs-submit {
  text-align: center;
}
.angebot_form form label.hs-form-booleancheckbox-display {
  padding-top: 6px;
}
.angebot_form form input[type=text],
.angebot_form form input[type=email],
.angebot_form form input[type=password],
.angebot_form form input[type=tel],
.angebot_form form input[type=number],
.angebot_form form input[type=file],
.angebot_form form select,
.angebot_form form textarea {
  padding: 0;
  padding-left: 20px;
  border: 2px solid #000000;
  font-family: "NeueHaasGroteskText Pro";
  line-height: 50px;
  margin: 0;
  margin-bottom: 15px;
  background: transparent;
  color: #000000;
  width: 100%;
  display: block;
  max-width: 100%;
}

.angebot_form form input[type=submit],
.angebot_form form .hs-button {
  color: #000000;
  background: #ffee3b;
  border: none;
  text-transform: none;
  margin: 0 auto;
  margin-top: 30px;
  font-family: 'NeueHaasGroteskText Pro Md';
  opacity: 1;
  line-height: 50px;
  padding: 15px 20px;
}
.angebot_form form .hs-button:hover, 
.angebot_form form input[type=submit]:hover {
  background-color: #ffee3b;
  border-color: #ffee3b;
  color:#000;
}
/* search-popup */
.search-modal {
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: -9999rem;
  top: 0;
  transition: opacity 0.2s linear, left 0s 0.2s linear;
  width: 100%;
  z-index: 999;
  height: 100vh;
  visibility: hidden;
}
body.search-popup .search-modal {
  left: 0;
  opacity: 1;
  transition: opacity 0.2s linear;
  visibility: visible;
}
.search-modal-inner {
  box-shadow: 0 0 2rem 0 rgba(0,0,0,.08);
  cursor: default;
  height: 100%!important;
  background: rgba(255, 255, 255, 0.9);
  transform: translateY(-100%);
  transition: transform 0.15s linear, box-shadow 0.15s linear;
}
.search-popup .search-modal-inner {
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
  transform: translateY(0);
  transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
  height: 100% !important;
}
.section-inner {
  display: flex;
  justify-content: space-between;
  height: 160px;
}

.section-inner form {
  position: relative;
  width: 100%;
  /* padding-top: 85px; */
  max-width: 1000px;
  margin: auto;
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
}

.section-inner form label {
  align-items: stretch;
  display: flex;
  font-size: inherit;
  margin: 0;
  width: 100%;
  line-height: 1.1;
}

.section-inner form label span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}
.main_header_menu .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a:after {
  transform: rotate(180deg);
}
.section-inner form label input {
  color: #000;
  font-family: 'NeueHaasGroteskText Pro Md';
  font-size: 21px;
  background: none;
  border: 0;
  border-bottom: 2px solid;
  border-radius: 0;
  width: 100%;
  padding: 10px 0;
  outline:none;
  box-shadow: none;
  display: block;
  max-width: 100%;
}
.search-modal .search-field::-webkit-input-placeholder {
  color: #000;
}
.search-form .search-submit {
  background-color: transparent !important;
  background-image: url(https://26144062.fs1.hubspotusercontent-eu1.net/hubfs/26144062/raw_assets/public/SC7_April2023/images/search_sc7.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: inherit;
  font-weight: 600;
  height: 16px;
  letter-spacing: normal;
  line-height: 1.25;
  margin-left: -16px;
  margin-top: 16px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: opacity .15s linear;
  width: 16px;
  border: 0;
}

.section-inner button.close-search-toggl {
  animation: popIn both 0.3s 0.2s;
  right: 60px;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: inherit;
  font-weight: 400;
  letter-spacing: inherit;
  padding: 0;
  text-transform: none;
  fill: currentColor;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  line-height: 1.25;
}

.section-inner button.close-search-toggl svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.section-inner button.close-search-toggl:hover {
  color: #000;
}





@media (min-width: 1500px) and (max-width: 1645px){
  .main_header_menu .hs-menu-wrapper>ul>li {
    margin: 0 10px;
  }

  .header_right_menu ul li {
    margin: 0 10px;
  }

  .main_header_menu .hs-menu-wrapper>ul>li:nth-child(6) {
    margin-right: 12px;
    padding-left: 25px;
  }

  .main_header_menu .hs-menu-wrapper>ul>li:last-child {
    margin-right: 16px;
  }
}




@media (max-width: 1440px), (max-height: 900px){
  .angebot-anfordern-inner {
    padding: 50px;
    max-width: 1100px;
  }
  .angebot-header h3{
    font-size: 24px;
    padding-bottom: 5px;
  }
  .angebot-anfordern-close {
    top: 5px;
  }
  .angebot_form{
    padding-top: 30px;
  }
  .angebot_form form input[type=text],
  .angebot_form form input[type=email],
  .angebot_form form input[type=password],
  .angebot_form form input[type=tel],
  .angebot_form form input[type=number],
  .angebot_form form input[type=file],
  .angebot_form form select,
  .angebot_form form textarea {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .angebot_form form input[type=submit],
  .angebot_form form .hs-button {
    font-size: 15px;
    margin-bottom: 0;
    padding: 10px 15px;
  }
  .angebot_form form textarea{
    height: 95px;
    margin-bottom: 26px;
  }
}



@media (min-width: 1340px) and (max-width: 1500px){
  .main_header_menu .hs-menu-wrapper>ul>li {
    margin: 0 10px 0 5px;
    font-size: 14px;
  }

  .header_right_menu ul li {
    margin: 0 10px 0 5px;
    font-size: 14px;
  }

  .header_right_menu ul li:last-child {
    margin-right: 0px;
  }

  .main_header_menu .hs-menu-wrapper>ul>li:last-child {
    margin-right: 5px;
  }

  .main_header_menu .hs-menu-wrapper>ul>li:nth-child(6) {
    padding-left: 16px;
    margin-right: 13px;
  }
}
@media (max-width: 1340px){
  .header_right_menu ul li {
    margin: 0;
  }

  .main_header_menu .hs-menu-wrapper>ul>li {
    margin: 0;
  }

  .main_header_menu .hs-menu-wrapper>ul>li:nth-child(6) {
    margin-right: 10px;
    padding-left: 54px;
  }

  .header-titles a img {
    width: 100px !important;
    background-size: 100px;
  } 
  .main_header_menu .hs-menu-wrapper>ul>li:last-child {
    margin-right: 14px;
  }
}





@media (min-width: 1060px) and (max-width: 1300px){
  .main_header_menu .hs-menu-wrapper>ul>li {
    font-size: 12px;
    padding-left: 14px;
  }

  .header-titles p {
    font-size: 12px;
  }

  .header_right_menu ul li {
    font-size: 12px;
    padding-left: 14px;
  }
  .main_header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after{
    width: 10px;
    height: 10px;
    right: -13px;
  }
}


@media (max-width: 1160px){
  .main_header_menu{
    display: none;
  }
  .header-titles p{
    margin-bottom: 20px;
    top: 3px;
  }
  .header_menu_inner {
    transition: right 0.4s ease-in-out;
    display: block;
    background: #000000;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -470px;
    width: 400px;
    padding-top: 150px;
  }
  body.menu-open .header_menu_inner {
    right: 0;
  }
  .hamburger-wrapper {
    position: absolute;
    right: 50px;
    top: 53px;
    cursor: pointer;
    height: 33px;
    width: 40px;
    display: inline-block;
  }
  .hamburger {
    background-color: #FFFFFF;
    height: 2px;
    width: 40px;
    position: absolute;
    top: 12.5px;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .hamburger:before,
  .hamburger:after{
    background-color: #FFFFFF;
  }
  .hamburger:before{
    position: absolute;
    top: -10px;
    height: 2px;
    width: 40px;
    content: '';
  }
  .hamburger:after{
    position: absolute;
    top: 10px;
    height: 2px;
    width: 40px;
    content: '';
  }
  .mobile_menu{
    display:block;
  }
  .close-menu {
    position: absolute;
    top: 53px;
    width: 32px;
    height: 38px;
    right: 50px;
    cursor: pointer;
    z-index: 20;
  }

  .close-menu:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 38px;
    width: 2px;
    background-color: #FFFFFF;
    transform: rotate(-45deg);
  }

  .close-menu:before {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 38px;
    width: 2px;
    background-color: #FFFFFF;
    transform: rotate(45deg);
  }
  .mobile_menu .hs-menu-wrapper>ul {
    padding: 0 50px;
  }

  .mobile_menu .hs-menu-wrapper>ul>li {
    display: block;
    font-size: 22px;
    position: relative;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>a {
    color: #FFF;
    line-height: 1;
    padding: 15px 0 5px 0;
    white-space: nowrap;
    font-family: 'NeueHaasGroteskText Pro Md';
    display: inline-block;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul {
    background-color: transparent;
    display: none;
    left: 0;
    position: relative;
    top: 0;
    transform: translate(0);
    transition: opacity .8s ease-in-out;
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .primary-menu-wrapper-mobile

  .child-trigger {
    color: #fff;
    position: absolute;
    right: 0;
    width: 15px;
    height: 15px;
    top: 10px;
    cursor: pointer;
    font-size: 22px;
  }
  .child-trigger:after {
    content: ">";
    display: inline-block;
  }
  .mobile_menu .hs-menu-wrapper>ul>li.nav-active>.child-trigger:after {
    transform: rotate(90deg);
  }
  .mobile_menu .hs-menu-wrapper>ul>li>ul>li>.child-trigger{
    font-size: 18px;
    right: -6px;
    top: 15px;
  }
  .header_right_menu ul {
    padding: 0 50px;
    display: block;
  }

  .header_right_menu ul li {
    font-size: 22px;
    padding-left: 0;
  }

  .header_right_menu ul li:first-child {
    margin-top: 100px;
    display: inline-block;
    margin-right: 20px;
    width: auto;
    top: 1px;
    position: relative;
  }

  .header_right_menu ul li:nth-child(3) {
    display: block;
  }
  body {
    overflow-x: hidden;
  }
  .header_right_menu ul li:nth-child(3) a {
    display: block;
    line-height: 1;
    padding: 15px 0 5px 0;
    white-space: nowrap;
  }
  .mobile_menu .hs-menu-wrapper>ul>li:hover>a,
  .mobile_menu .hs-menu-wrapper>ul>li.nav-active>a,
  .mobile_menu .hs-menu-wrapper>ul>li>ul>li:hover>a,
  .mobile_menu .hs-menu-wrapper>ul>li>ul>li.nav-active>a{
    box-shadow: inset 0 -1px 0 0 currentColor;
  }
  .mobile_menu .hs-menu-wrapper>ul>li>ul>li {
    padding-left: 20px;
    font-size: 18px;
    display: block;
    margin: 0 0 5px 0;
    position: relative;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li>a {
    font-weight: bold;
    line-height: 18px;
    color: #FFF;
    padding: 15px 0 5px 0;
    white-space: nowrap;
    display: inline-block;
  }
  .mobile_menu .hs-menu-wrapper>ul>li>ul>li>ul {
    padding-left: 0;
    padding-top: 20px;
    min-height: auto;
    padding-bottom: 20px;
    background-color: transparent;
    position: relative;
    top: 0;
    left: -17px;
    transform: translate(0, 0);
    width: 100%;
    transition: opacity 0.8s ease-in-out;
    display:none;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li>ul li {
    position: relative;
    font-size: 18px;
    display: block;
    margin: 0 0 5px 0;
  }

  .mobile_menu .hs-menu-wrapper>ul>li>ul>li>ul li a {
    font-size: 14px;
    color: #FFF;
    display: block;
    line-height: 1;
    padding: 15px 0 5px 0;
    white-space: nowrap;
  }
  body.fixed-header .hamburger-wrapper {
    top: 20px;
  }
  .primary-menu-wrapper-mobile{
    padding-top: 147px;
    overflow: auto;
    padding-bottom: 30px;
  }
  .header_menu_inner{
    height: 101vh;
  }
  .child-trigger {
    position: absolute;
    right: 0;
    width: 15px;
    height: 15px;
    top: 10px;
    cursor: pointer;
    color: #FFF;
    font-weight: 100;
  }
}

@media (max-width: 1160px) and (min-width: 1060px){
  .header_right_menu ul li {
    padding-left: 14px;
  }
  .mobile_menu .hs-menu-wrapper>ul>li {
    padding-left: 14px;
  }
  .header_right_menu ul li {
    padding-left: 14px;
    padding-right: 2px;
  }
}

@media (max-width: 1100px){
  .angebot-anfordern-inner {
    max-width: 900px;
  }
}

@media (max-width: 900px){
  .angebot-anfordern-inner {
    max-width: 95%;
    margin: auto;
    height: 95%;
    overflow: scroll;
  }
  .angebot-header h3 {
    max-width: 75%;
  }
  .angebot_form form label.hs-form-booleancheckbox-display {
    padding-top: 30px;
  }
}

@media (max-width: 782px){
  .header-titles p{
    display: none;
  }
  .header-titles a img {
    width: 80px !important;
  }
}



@media (max-width: 768px){
  .header_menu_inner {
    width: 360px;
  }
  .mobile_menu .hs-menu-wrapper>ul>li {
    padding-left: 0;
  }
  .header_right_menu ul li {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 500px){
  .header_menu_inner {
    width: 100%;
    right: -100%;
  }
  .header_right_menu ul,
  .mobile_menu .hs-menu-wrapper>ul{
    padding: 0 50px 0 33px;
  }
}



@media (max-width: 640px){
  .header-titles a img {
    width: 65px !important;
  }
  .header_inner {
    padding: 0 30px;
  }
  .hamburger-wrapper {
    right: 30px;
    top: 23px;
  }
  .mobile_menu .hs-menu-wrapper>ul {
    padding: 0 50px;
  }
  .mobile_menu .hs-menu-wrapper>ul>li>ul>li>ul li a {
    white-space: normal;
  }
  .logo-angebot {
    font-size: 13px;
  }
  .header-angebot {
    right: -89px;
  }
}
footer.custom_footer {
  background-color: #c6c6c6;
  color: #000000;
  position: relative;
  z-index: 9;
}

footer.custom_footer .page_center {
  padding: 0;
}
.footer-logo_wrapper>div {
  display: inline-block;
}
.footer_inner {
  padding: 50px;
  width: 100%;
  position: relative;
  height: 100%;
}
.top_footer h3 {
  font-size: 45px;
  padding-bottom: 20px;
  font-family: 'NeueHaasGroteskText Pro Md';
  margin: 0;
}
.footer-logo_wrapper>div:last-child {
  position: relative;
  top: -3px;
}
.top_footer h3 br {
  display: none;
}

.top_footer hr {
  margin: 0 0 30px 0;
}

.footer_form h3 {
  margin: 0;
}

.footer_form form {
  padding-top: 30px;
}

.footer_form form label {
  margin: 0;
}

.footer_form form input[type=checkbox] {
  position: relative;
  display: inline-block;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent !important;
  cursor: pointer;
  margin-right: 10px;
  border: 2px solid #000;
}
.top_footer h3 {
  font-size: 39px;
}
.footer_form form .inputs-list span {
  font-size: 15px;
  font-family: 'NeueHaasGroteskText Pro Md';
}

.footer_form form input[type=submit], form .hs-button {
  background-color: transparent;
  margin: 0 0 40px;
  font-family: Arial;
}
.footer_form form .hs-form-field {
  margin-bottom: 68px;
}
.footer-credits {
  display: flex;
  height: 70px;
  width: 100%;
  justify-content: space-between;
}


.footer-logo_wrapper img {
  display: inline-block;
  width: 300px;
  margin-top: 30px;
}

.footer-logo_wrapper p {
  font-size: 15px;
  padding-left: 20px;
  margin: 0;
  display: inline-block;
  font-family: 'NeueHaasGroteskText Pro Md';
  line-height: 1.2;
  vertical-align: middle;
}

.footer-right {
  width: 576px;
}

.footer-menu-wrapper {
  padding-top: 45px;
  width: 576px;
  display: flex;
  justify-content: flex-end;
}

.footer-menu ul,
.footer-social-icons ul{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu ul{
  margin-top: 8px;
}
.footer-menu ul li,
.footer-social-icons ul li{
  display: inline-block;
  margin: 0 11px;
  height: 30px;
  padding-left: 0;
}
.footer-social-icons ul li:first-child{
  margin: 0px 13px;
}
.footer-social-icons ul li:last-child {
  margin-right: 0;
}
.footer-menu ul li:before,
.footer-social-icons ul li:before{
  content: '';
  position: absolute;
  margin-left: -13px;
}

.footer-menu ul li a,
.footer-social-icons ul li a{
  color: #000000;
  font-size: 15px;
  text-decoration: none;
  box-shadow: inset 0 -1px 0 0 currentColor;
  font-family: 'NeueHaasGroteskText Pro Md';
}

.footer-social-icons ul li:first-child a .instagram{
  background-image: url(https://26144062.fs1.hubspotusercontent-eu1.net/hubfs/26144062/raw_assets/public/SC7_April2023/images/instagram.svg);
  background-repeat: no-repeat;
  width: 28px;
  height: 30px;
  background-size: 26px;
  margin-top: 6px;
}


.footer-social-icons ul li:nth-child(2) a .facebook {
  background-image: url(https://26144062.fs1.hubspotusercontent-eu1.net/hubfs/26144062/raw_assets/public/SC7_April2023/images/facebook.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 30px;
  background-size: 26px;
  margin-top: 7px;
}

.footer-social-icons ul li:nth-child(3) a .linkedin {
  background-image: url(https://26144062.fs1.hubspotusercontent-eu1.net/hubfs/26144062/raw_assets/public/SC7_April2023/images/linkedin.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 30px;
  background-size: 26px;
  margin-top: 7px;
}
.footer_form form .hs-form-field.hs_ja__ich_habe_die_datenschutzbestimmungen_gelesen_und_bin_damit_einverstanden__ {
  margin-bottom: 30px;
}

.footer_form ::-webkit-input-placeholder {
  font-size: 20px;
}

.footer_form textarea {
  height: 38px;
}

.footer_form form .hs-form-field.hs_message.hs-message {
  margin-bottom: 50px;
}
.footer_form form .hs-form-field.hs_ja__ich_habe_die_datenschutzbestimmungen_gelesen_und_bin_damit_einverstanden__ a {
  box-shadow: inset 0 -1px 0 0 currentColor;
  font-family: 'NeueHaasGroteskText Pro Md';
}




@media (max-width: 1350px){
  .footer-left {
    display: block;
    width: 100%;
    text-align: center;
  }

  .footer-right {
    display: block;
    width: 100%;
    text-align: center;
  }

  .footer-credits {
    flex-wrap: wrap;
    padding: 30px 0 0 0;
    height: auto;
  }

  .footer-menu-wrapper {
    width: 100%;
    padding-top: 17px;
    text-align: center;
    justify-content: center;
  }

  .footer-logo_wrapper p {
    font-size: 14px;
    text-align: center;
  }
}

@media (max-width: 1160px){
  .top_footer h3 {
    font-size: 28px;
  }
}


@media (max-width: 1023px){
  .top_footer h3 {
    font-size: 28px;
    padding: 0 0 30px;
  }
  .footer_form form {
    padding-top: 20px;
  }
}

@media (max-width: 999px){
  .top_footer h3 br {
    display: block;
  }
}

@media (max-width: 850px){
  .footer-logo_wrapper img {
    width: 175px !important;
    margin-top: 0;
  }


  .footer-social-icons ul li:first-child a .instagram {
    width: 20px;
    height: 22px;
    background-size: 20px;
  }

  .footer-social-icons ul li:nth-child(2) a .facebook {
    width: 20px;
    height: 22px;
    background-size: 20px;
  }

  .footer-social-icons ul li:nth-child(3) a .linkedin {
    width: 20px;
    height: 22px;
    background-size: 20px;
  }
  .footer-menu ul {
    margin-top: 0;
  }

  .footer-social-icons ul li:last-child {
    margin-right: 7px;
  }
  .footer-menu ul li, .footer-social-icons ul li{
    height: 20px;
  }
}


@media (max-width: 640px){
  .footer-menu ul li,
  .footer-social-icons ul li {
    display: block;
    padding: 0;
    margin: 10px 0;
  }

  .footer-menu ul {
    width: 100%;
    text-align: center;
    display: block;
  }

  .footer-menu-wrapper {
    display: block;
    padding-top: 5px;
  }
  .footer-menu ul, .footer-social-icons ul {
    display: block;
    text-align: center;
  }


  .footer-menu ul li a, 
  .footer-social-icons ul li a {
    text-align: center;
  }

  .footer-social-icons ul li:first-child a .instagram, 
  .footer-social-icons ul li:nth-child(2) a .facebook, 
  .footer-social-icons ul li:nth-child(3) a .linkedin {
    margin: 0 auto;
  }

  .footer-social-icons ul li:first-child {
    margin: 10px 0;
  }
  .social_icons {
    margin-top: 18px;
  }
  .footer-social-icons ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

  .footer_inner {
    padding: 30px;
  }
  .footer-logo_wrapper p {
    vertical-align: top;
  }
  .footer-credits {
    padding: 24px 0 0;
  }
  .footer_form form .hs-form-field {
    margin-bottom: 41px;
  }
  .top_footer h3 br{
    display: none;
  }
}

@media (max-width: 584px){
  .footer-logo_wrapper p {
    padding: 20px 10px 8px;
  }
}

@media (max-width: 500px){
  .footer_form form input[type=submit], form .hs-button {
    font-size: 18px;
  }
  .footer_form ::-webkit-input-placeholder {
    font-size: 16px;
  }
  .top_footer h3 {
    font-size: 21px;
  }
}
.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}