*, *: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;
  max-width: 100%;
}

/* 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 ;
    }
}
.page-center,
.content-wrapper,
.dnd-section > .row-fluid {
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.banner-section .dnd-section,
.banner-section .dnd-section > .row-fluid{
  width: 100%;
  padding: 0;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Segoe UI";
  src: url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/fonts/segoeui.ttf) format("truetype");
  font-style: normal; 
  font-weight: 400;
  font-display: swap;
}
  
body {
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal;
  font-family: "Open Sans",Verdana,Arial,sans-serif;
  color: #494949;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 20px;
}

/* Anchors */

a {
    cursor: pointer;
    color: #5091bb;
    text-decoration: none;
    transition: all 0.4s ease;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  font-family: "Segoe UI","Trebuchet MS",sans-serif;
  line-height: 1.2;
  color: #000000;
  margin: 0 0 20px;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 35px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
  font-weight: 600;
}

/* Lists */

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

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 {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
  
@media screen and (max-width: 1200px) {
  body h1 {
    font-size: 40px;
  }

  body h2 {
    font-size: 35px;
  }

  body h3 {
    font-size: 24px;
  }

  body h4 {
    font-size: 20px;
  }

  body h5 {
    font-size: 18px;
  }

  body h6 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  body h1 {
    font-size: 30px;
  }

  body h2 {
    font-size: 28px;
  }

  body h3 {
    font-size: 22px;
  }


}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 12pt;
  font-weight: normal;
  font-style: normal;
  line-height: 1.15;
  font-family: "Open Sans",Verdana,Arial,sans-serif ;
  text-align: center;
  transition: all 0.4s ease ;
  white-space: normal;
  text-transform: none;
  margin: 20px auto;
  outline: 0;
}

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-title:empty {
  display: none;
}

/* Form fields */

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

/* Labels */

form label {
  display: inline-block;
  margin: 5px 0 ;
  font-size: 14px ;
  line-height: 120% ;
  font-weight: 600 ;
}

form p label {
    color: inherit;
    font: inherit;
}

/* 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: 0 ;
  border-bottom: 1px solid;
  border-radius: 3px;
  display: block;
  width: 100%;
  font-family: "Open Sans",Verdana,Arial,sans-serif ;
  line-height: 1.15;
  outline: none;
  padding: 10px 0 !important;
  font-size: 16px;
  width: 100%;
  display: block;
  outline-style: none;
}

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%);
}
.hs-error-msg, .hs-error-msgs label{
 font-size:16px!important; 
}
.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;
}

.form-columns-1 .input>input[type=text]{
width: 100%!important;
}

.form-columns-1 .input>select{
width: 100%!important;
}

/* 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: #EF6B51;
}

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

ul.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.hs-error-msgs li {
    margin: 0;
    padding: 0;
}
.hs-error-msg,
.hs-error-msgs label {
  color: red;
  font-size: 11px;
  line-height: 1.5;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: normal;
}

/* Submit button */

form input[type=submit],
.hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 12pt;
  font-weight: normal;
  font-style: normal;
  line-height: 1.15;
  font-family: "Open Sans",Verdana,Arial,sans-serif ;
  text-align: center;
  transition: all 0.4s ease ;
  white-space: normal;
  text-transform: none;
  margin: 20px auto;
  outline: 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs-recaptcha.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-wrapper {
  min-height: 102px;
}

header.header {
  position: absolute;
  z-index: 1000;
  width: 100%;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.sticky header.header {
  position: fixed;
  bottom: 100%;
  transform: translateY(100%);
  opacity: 0.9;
  padding: 15px 0;
}


.header__container {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
  padding: 30px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  transition: all .3s ease-in-out;
  min-height: 102px;
}

/* Logo */

.header__logo {
  width: 174px;
  overflow: hidden;
  transition: all .3s ease-in-out;
  padding-top: 1px;
}

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

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.custom-menu-mobile {
  display: none;
}

.mobile-trigger .hamburger {
  display: none;
}

.header-right-nav {
  display: flex;
  padding-right: 45px;
}

.header-langswitch {
  margin-left: 20px;
  position: relative;
}

.header-langswitch .hs_cos_wrapper_type_rich_text > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: -6px;
  padding-right: 10px;
}
.header-langswitch .hs_cos_wrapper_type_rich_text > ul:after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  background: url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/dropdown.svg) no-repeat center center/100% auto;
  position: absolute;
  top: 9px;
  right: 5px;
}

.header-langswitch .hs_cos_wrapper_type_rich_text > ul > li {
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
  display: block;
  padding: 3px 10px 5px;
  font-size: 14px;
  font-weight: 600;
  color: #999999;
}

.header-langswitch .hs_cos_wrapper_type_rich_text > ul > li:first-child {
  opacity: 1;
  padding-top: 2px;
}

.header-langswitch ul li a {
  white-space: nowrap;
}

.header-langswitch ul li a:hover {
  opacity: 0.7;
}

.header-langswitch .hs_cos_wrapper_type_rich_text > ul:hover {
  box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
  background-color: #fff;
}
.header-langswitch .hs_cos_wrapper_type_rich_text > ul:hover > li {
  opacity: 1;
  pointer-events: auto;

}   

.header-right-links {
  display: flex;
}
.header-right-links > div + div {
  margin-left: 30px;
}
.header-search a {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../../../typo3conf/ext/hphaagon/Resources/Public/Images/search.svg) no-repeat center center/100% auto;
  background: url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/search.svg) no-repeat center center/100% auto;
  text-indent: 100%;
  color: transparent;
  overflow: hidden;
}
.header-search a:hover {
  opacity: 0.7;
}
.header-login a {
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(../../../typo3conf/ext/hphaagon/Resources/Public/Images/user.svg);
  background: url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/user.svg) no-repeat center center/100% auto;
  text-indent: 100%;
  color: transparent;
  overflow: hidden;
}
.header-login a:hover {
  opacity: 0.7;
}






@media (min-width: 1201px) {
  .custom-menu-primary {
    display: block;
    max-width: calc(100% - 174px - 123px);
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    display: flex;
    flex-wrap: wrap;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: static;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li + li {
    margin-left: 50px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    color: #494949;
    position: relative;
    text-decoration: none;
  }


  .custom-menu-primary li.hs-menu-depth-1 > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1400px;
    background: rgba(0,0,0,0.8);
    padding: 40px;
    flex-wrap: wrap;
    flex-direction: row;
    z-index: 100;
  }

  .custom-menu-primary li.hs-menu-depth-1:hover > ul {
    display: flex;
  }

  .custom-menu-primary li.hs-menu-depth-1 > ul:before {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    position: absolute;
    top: -30px;
    left: 0;
  }

  .sticky .custom-menu-primary li.hs-menu-depth-1 > ul:before {
    height: 45px;
    top: -45px;
  }

  .custom-menu-primary li.hs-menu-depth-2 {
    width: calc(100% / 4 - 9% / 4);
  }

  .custom-menu-primary li.hs-menu-depth-2 + li {
    margin-left: 3%;
  }

  .custom-menu-primary li.hs-menu-depth-2 > a {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    padding-bottom: 8px;
  }
  .custom-menu-primary li.hs-menu-depth-2 > a[href="javascript:;"] {
    pointer-events: none;
  }
  .custom-menu-primary li.hs-menu-depth-2 > a:empty {
    display: none;
  }

  .custom-menu-primary li.hs-menu-depth-3 {
    padding-bottom: 20px;
    position: relative;
  }

  .custom-menu-primary li.hs-menu-depth-3 + li {
    margin-top: 15px;
  }

  .custom-menu-primary li.hs-menu-depth-3 > a {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    padding-bottom: 8px;
  }

  .custom-menu-primary li.hs-menu-depth-3 > a[href="javascript:;"] {
    pointer-events: none;
  }


  .custom-menu-primary li.hs-menu-depth-3 > ul {
    padding-top: 21px;
  }
  .custom-menu-primary li.hs-menu-depth-3 ul li {
    display: block;
    position: relative;
  }
  .custom-menu-primary li.hs-menu-depth-3 ul li + li {
    margin-top: 15px;
  }
  .custom-menu-primary li.hs-menu-depth-3 ul li a {
    display: block;
    text-decoration: none;
  }
  .custom-menu-mobile {
    display: none !important;
  }
}




@media (max-width: 1350px) and (min-width: 1201px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li + li {
    margin-left: 20px;
  }
}


@media (max-width: 1200px) {
  .header-wrapper {
    min-height: 101px;
  }
  .header__container {
    border-bottom: 0;
    min-height: 101px;
  }
  .sticky .header__container {
    padding: 0;
    min-height: auto;
  }
  .custom-menu-primary {
    display: none;
  }

  /* === Mobile Menu Toggle === */
  .mobile-trigger {
    display: block;
    padding: 0 30px;
    position: relative;
  }
  .mobile-trigger .hamburger {
    padding: 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,-webkit-filter;
    transition-property: opacity,filter;
    transition-property: opacity,filter,-webkit-filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    display: flex !important;
  }
  .mobile-trigger .hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
  }
  .mobile-trigger .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .mobile-trigger .hamburger-inner, 
  .mobile-trigger .hamburger-inner:after, 
  .mobile-trigger .hamburger-inner:before {
    width: 30px;
    height: 2px;
    background-color: #494949;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: .15s;
    transition-timing-function: ease;
  }
  .mobile-trigger .hamburger-inner:after,
  .mobile-trigger .hamburger-inner:before {
    content: "";
    display: block;
  }
  .mobile-trigger .hamburger-inner:before {
    top: -10px;
    transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in;
  }
  .mobile-trigger .hamburger-inner:after {
    bottom: -10px;
    transition: bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19);
  }
  .mobile-trigger .hamburger-inner {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);
  }

  /*  Menu Toggle open  */

  .mobile-open .mobile-trigger .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);
  }
  .mobile-open .mobile-trigger .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out;
  }
  .mobile-open .mobile-trigger .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1);
  }

  /* === Mobile Child Menu Toggle === */

  .child-trigger {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 101;
    cursor: pointer;
    width: 67px;
    height: 67px;
    line-height: 67px;
    background: transparent;
    text-align: center;
    transition: 0.25s ease;
  }
  .child-trigger:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 5px dashed #5091bb;
    border-top: 6px solid\9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: 0.25s ease;
  }

  .child-trigger.child-open:after {
    border-top-color: #316a8f;
    transform: rotate(180deg);
  }

  /* ====== Mobile Menu ====== */

  .custom-menu-mobile {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #f2f2f2;
  }
  .custom-menu-mobile .hs-menu-wrapper > ul {
    display: block;
  }
  /* == Mobile Menu Level 1 == */
  .custom-menu-mobile .hs-menu-wrapper > ul > li {
    position: relative;
    display: block;
  }
  .custom-menu-mobile .hs-menu-wrapper > ul > li > a {
    display: block;
    text-decoration: none;
    color: #494949;
    position: relative;
    background-color: #f2f2f2;
    padding: 20px;
    width: 100%;
  }

  .custom-menu-mobile .hs-menu-wrapper > ul > li:hover > a {
    color: #5091bb;
  }

  /* Make child lists appear below parent items */
  .custom-menu-mobile ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* == Mobile Menu Level 2 == */

  .custom-menu-mobile .hs-menu-wrapper ul ul li {
    position: relative;
    display: block;
  }
  .custom-menu-mobile .hs-menu-wrapper ul ul li a {
    display: block;
    text-decoration: none;
    position: relative;
    width: 100%;
    padding: 20px;
    padding-left: 40px;
    color: #999;
    font-weight: bold;
  }

  .custom-menu-mobile .hs-menu-wrapper ul ul li a[href="javascript:;"] {
    pointer-events: none;
  }

  .custom-menu-mobile .hs-menu-wrapper > ul > li > ul:hover > li > a {
    color: #5091bb;
  }

  /* == Mobile Menu Level 3 == */
  .custom-menu-mobile .hs-menu-wrapper ul ul ul li a {
    padding: 10px;
    padding-left: 60px;
    font-weight: normal;
  }

  .custom-menu-mobile .hs-menu-wrapper ul ul ul li:hover > a {
    color: #5091bb;
  }

  .sticky .custom-menu-mobile .hs-menu-wrapper {
    max-height: calc(100vh - 85px);
    overflow: auto;
  }

}

@media (max-width: 767px) {
  .header-wrapper {
    min-height: 114px;
  }
  .header_no_nav-wrapper .header__container {
    padding-top: 20px;
  }
  .sticky .header_no_nav-wrapper .header__container {
    padding-top: 0;
  }
}

@media (max-width: 500px) {
  .sticky header.header {
    padding: 15px 0 10px 0;
  }
  .header__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .header__logo {
    width: 140px;
  }
  .header__logo img {
    position: relative;
    top: -1px;
  }
  .header-right-nav {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    flex-basis: 100%;
    margin-top: 10px;
  }
  .sticky .header-right-nav {
    padding: 5px;
  }
  .sticky .mobile-trigger {
    top: 1px;
  }
}


/* note */
footer.footer {
  padding: 65px 0;
  position: relative;
  font-size: 14px;
  line-height: 27.2px;
}

.footer_container {
  max-width: 1400px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

footer.footer p:last-child {
  margin-bottom: 0;
}

footer.footer h5 {
  margin: 0;
  font-family: "Segoe UI","Trebuchet MS",sans-serif;
  line-height: 120%;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 15px;
}


.footer-bottom {
  position: relative;
  font-size: 12px;
  line-height: 165%;
  color: rgba(255,255,255,0.4);
  padding-top: 50px;
}
.footer_copyright {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  max-width: 50%;
  width: auto;
}
.footer-bottom-inner {
  width: calc(50% - 2%);
}







.footer-top {
  padding-bottom: 30px;
}
.footer-top-inner {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
}
.footer-top-inner > .column {
  width: calc(33% - 2%);
}

.footer-top-inner > .column + .column {
  margin-left: 4%;
}

.footer-top-inner > .column:nth-child(3n+1) {
  margin-left: 0;
}

.footer-top-links {
  text-align: right;
}
.footer-top-links .hs-menu-wrapper > ul > li {
  display: inline-block;
}
.footer-top-links .hs-menu-wrapper > ul > li + li {
  margin-left: 41px;
}
.footer-top-links .hs-menu-wrapper > ul > li a {
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
}

.footer-logo {
  margin-bottom: 10px;
  text-align: center;
}
.footer-logo img {
  vertical-align: middle;
  max-width: 181px;
  width: 100% !important;
}

.footer-contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-contact-info ul li {
  display: inline-block;
}
.footer-contact-info ul li + li {
  margin-left: 41px;
}
.footer-contact-info ul li a {
  text-decoration: none;
  font-weight: 600;
}

.footer-contact-info ul li a[name="phone"] {
  display: inline-block;
  padding-left: 25px;
  background: url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/phone-grey.svg) no-repeat 0 5px/13px 13px;
}
.footer-contact-info ul li a[name="mail"] {
  display: inline-block;
  padding-left: 25px;
  background: url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/mail-grey.svg) no-repeat 0 9px/16px 9px;
}



.footer-middle-inner {
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
}
.footer-middle {
  padding: 60px 0;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

.footer-middle-inner > .column {
  width: calc(25% - 2%);
}

.footer-middle-inner > .column + .column {
  margin-left: 4%;
}

.footer-middle-inner > .column:nth-child(4n+1) {
  margin-left: 0;
}

.footer-menu .hs-menu-wrapper > ul > li {
  display: block;
  position: relative;
}
.footer-menu .hs-menu-wrapper > ul > li > a {
  margin: 0;
  font-family: "Segoe UI","Trebuchet MS",sans-serif;
  line-height: 120%;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 15px;
  display: block;
}

.footer-menu .hs-menu-wrapper > ul > li > a[href="javascript:;"] {
  cursor: auto;
}

.footer-menu .hs-menu-wrapper > ul ul li {
  display: block;
  position: relative;
}
.footer-menu .hs-menu-wrapper > ul ul li a {
  text-decoration: none;
  color: #fff;
}

.footer-newsletter .hs-button {
  display: inline-block;
  background-color: transparent;
  transition: all .4s ease;
  font-weight: 600;
  line-height: 100%;
  position: relative;
  text-decoration: none;
  color: #fff;
  margin-top: 20px;
  display: block;
  border: 1px solid #fff;
  padding: 15px;
  border-radius: 0;
  text-align: left;
  font-size: 14px;
  border-width: 1px !important;

}

.footer-newsletter .hs-button:after {
  content: '';
  display: block;
  width: 11px;
  height: 10px;
  background: url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/arrow-right-white.svg) no-repeat center center/100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  background-image: url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/arrow-right-white.svg);
  right: 15px;
}



.footer-newsletter .hs-button:hover {
  background: #fff;
  color: #383838;
  border: 1px solid #fff;
}
.footer-newsletter .hs-button:hover:after {
  background-image: url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/arrow-right-grey.svg);
}

.custom-social-icons ul li a.linkedin {
  background: url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/in.svg) no-repeat center center/100% auto;
}

.custom-social-icons ul li a.facebook {
  background-image: url(../../../typo3conf/ext/hphaagon/Resources/Public/Images/facebook.svg);
  background-image: url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/facebook.svg);
  width: 8px;
  height: 18px;
}
.custom-social-icons ul li a.twitter {
  background-image: url(../../../typo3conf/ext/hphaagon/Resources/Public/Images/twitter.svg);
  background-image: url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/twitter.svg);
  width: 19px;
  height: 15px;
}
.custom-social-icons ul li a.instagram {
  background-image: url(../../../typo3conf/ext/hphaagon/Resources/Public/Images/instagram.svg);
  background-image: url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/instagram.svg);
  width: 17px;
  height: 17px;
}
.custom-social-icons ul li a.xing {
  background-image: url(../../../typo3conf/ext/hphaagon/Resources/Public/Images/xing.svg);
  background-image: url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/xing.svg);
  width: 15px;
  height: 17px;
}
.custom-social-icons ul li a.youtube {
  background-image: url(../../../typo3conf/ext/hphaagon/Resources/Public/Images/youtube.svg);
  background-image: url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/youtube.svg);
  width: 20px;
  height: 14px;
}


#back-to-top {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
  background: #fff url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/totop.svg) no-repeat center center/15px auto;
  color: transparent;
  transition: all 0.3s ease-in-out;
}

#back-to-top span {
  display: none;
}
#back-to-top:hover {
  opacity: 0.7;
}

/* Contact Slide Info Box  */

.custom-contact-infobox {
  position: fixed;
  right: 0;
  top: 80%;
  z-index: 1;
}
.custom-contact-infobox .infobutton {
  background: #5091bb url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/info.svg) no-repeat 15px center/auto 60%;
  padding: 5px;
  width: 60px;
  min-width: 60px;
  height: 50px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  box-shadow: 0 3px 5px rgb(0 0 0 / 15%);
  transform: translateX(0);
  transition: 0.4s ease;
  -webkit-animation: 0.7s 3s appear forwards;
  animation: 0.7s 3s appear forwards;
}
.custom-contact-infobox .infobutton:hover {
  min-width: 70px;
  cursor: pointer;
}
.custom-contact-infobox .box {
  width: 370px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #5091bb;
  color: #fff;
  padding: 40px;
  pointer-events: none;
  transition: 0.4s ease;
  box-shadow: 0 3px 5px rgb(0 0 0 / 15%);
  transform: translateX(100%);
}

.custom-contact-infobox .box h5 {
  color: #fff;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
.custom-contact-infobox .box h5 + * {
  padding-top: 10px;
}

.custom-contact-infobox .box a {
  color: #fff;
}
.custom-contact-infobox .box a:hover {
  color: #fff;
  opacity: 0.7;
}

.custom-contact-infobox .box a[name="phone"] {
  display: inline-block;
  padding-left: 25px;
  background: url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/phone-white.svg) no-repeat 0 5px/13px 13px;
}
.custom-contact-infobox .box a[name="mail"] {
  display: inline-block;
  padding-left: 25px;
  background: url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/mail-white.svg) no-repeat 0 9px/16px 9px;
}

.custom-contact-infobox .box a[name="contact"] {
  font-weight: 600;
  line-height: 100%;
  position: relative;
  padding-right: 35px;
  opacity: 1 !important;
}

.custom-contact-infobox .box a[name="contact"]:after {
  content: '';
  display: block;
  width: 11px;
  height: 10px;
  background: url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/arrow-right-lightgrey.svg) no-repeat center center/100% auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  background-image: url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/arrow-right-lightgrey.svg);
}
.custom-contact-infobox .box a[name="contact"]:hover:after {
  right: -5px;
}


.custom-contact-infobox.active .infobutton {
  transform: translateX(-370px);
  background-image: url(https://25403545.fs1.hubspotusercontent-eu1.net/hubfs/25403545/raw_assets/public/Aagon_GmbH_March2022/images/close.svg);
  background-size: auto 40%;
}

.custom-contact-infobox.active .box {
  pointer-events: auto;
  transform: translateX(0);
}

.custom-contact-infobox .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .footer-top-inner {
    align-items: center;
  }
  .footer-contact-info ul {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .footer-contact-info ul li+li {
    margin-left: 0;
  }

  .footer-top-links .hs-menu-wrapper>ul {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .footer-top-links .hs-menu-wrapper>ul>li+li {
    margin-left: 0;
  }

}

@media screen and (max-width: 767px) {
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom-inner {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer_copyright {
    text-align: center;
    position: static;
    width: 100%;
    max-width: 100%;
  }

  .footer-middle-inner {
    text-align: center;
    flex-wrap: wrap;
  }
  .footer-middle-inner>.column {
    width: 100%;
  }
  .footer-middle-inner>.column+.column {
    margin: 20px 0 0 0;
  }
  .footer-top-inner {
    flex-wrap: wrap;
  }
  .footer-top-inner>.column {
    width: 100%;
  }
  .footer-top-inner>.column+.column {
    margin: 20px 0 0 0;
  }

  .footer-newsletter .hs-button {
    text-align: center;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  .footer-about-management p span {
    max-width: 230px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */



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