*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 10px;
}

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

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.4;
  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 {
  font-size: 16px;
  margin: 0 0 1.4rem;
}

/* Anchors */

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

/* Headings */

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

/* 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;
}
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: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
form input[type=submit], form .hs-button {
  border-style: solid;
}

form label {
  display: initial;
}

/* 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: none;
  border-radius: 0px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  border-bottom: 2px solid transparent !important;
  border-left: 2px solid rgba(0,0,0,0.13) !important;
  border-right: 2px solid transparent !important;
  border-top: 2px solid rgba(0,0,0,0.13) !important;
  font-size: 1.4rem;  
  min-height: 4rem;
  padding: 5px 10px;
  width: 100%;
  color: #000 !important;
}
form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select:hover,
form textarea:hover {
  border: 2px solid #f7d117 !important;
}
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_module .widget-type-email_subscriptions,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset,
.blog-comments {
  max-width: 500px;
  padding: 15px 10px;
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  background-color: #f3f3f3; 
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button , .button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  min-height: 4rem;
  position: relative;
  padding-right: 40px !important;  
  display: inline-flex;
  align-items: center;
}
form input[type=submit] span:nth-child(2),
form .hs-button span:nth-child(2) , .button span:nth-child(2) {
  display: block;
  background-image: url(https://25446293.fs1.hubspotusercontent-eu1.net/hubfs/25446293/raw_assets/public/Schloesserland_Sachsen_April2022/images/right_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

span#hs_cos_wrapper_dnd_areamigration-module-8_blog_subscribe {
  display: none;
}

.subscribe-options label span {
  font-size: 16px;
  font-weight: 400;
  color: #4c4c4c;
}


@media (max-width: 767px){
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_blog_subscribe,
  .hs_cos_wrapper_type_google_search,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_module .widget-type-email_subscriptions,
  .hs_cos_wrapper_type_member_login,
  .hs_cos_wrapper_type_member_register,
  .hs_cos_wrapper_type_password_reset_request,
  .hs_cos_wrapper_type_password_reset,
  .blog-comments {
    max-width: 100%;
  }
}
/* 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;
}
.fixed-header {
  min-height: 120px; 
}
header.header {
  -moz-transition: height .2s;
  -o-transition: height .2s;
  -webkit-transition: height .2s;
  transition: height .2s;
  background-color: #fff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
.header__container.content-wrapper:before, .header__container.content-wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.header-logo {
  float: left;
  height: 100%;
  overflow: hidden;
}
.header-modules {
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  font-size: 1.6rem;
  margin-left: -1.5px;
}
span.btn.btn-hassub {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7d117;
  border: 0;
  color: #1a1a1a;
  font-size: 1.2rem;
  font-weight: bold;
  min-height: 4rem;
  padding: 5px 40px 5px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 0;
  height: 4rem;
}
span.btn.btn-hassub .icon {
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(https://25446293.fs1.hubspotusercontent-eu1.net/hubfs/25446293/raw_assets/public/Schloesserland_Sachsen_April2022/images/arroww.svg);
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.nav-language {
  -moz-transition: margin-top .2s;
  -o-transition: margin-top .2s;
  -webkit-transition: margin-top .2s;
  transition: margin-top .2s;
  margin-top: 2.2rem;
}
.clearfixx:after {
  content: "";
  display: table;
  clear: both;
}
.nav-language ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-language ul li {
  font-size: 1.6rem;display: inline-block;
  height: 4rem;
  position: relative;
  width: 40px;
  margin-left: -1px;
}
.nav-language ul li a {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #4c4c4c;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0;
  text-align: center;
  text-decoration: none;
  background-color: #f6f6f6;
  height: 2.8rem;
  line-height: 2.8rem;
  width: 28px;
  transition: none !important;
}
.nav-language ul li a:hover , .nav-language ul li:hover strong {
  background-color: #e7e7e7;
  height: 3.4rem;
  line-height: 3.4rem;
  width: 34px;
}
.nav-language ul li.active a , .nav-language ul li.active strong{
  background-color: #e7e7e7;
  height: 3.4rem;
  line-height: 3.4rem;
  width: 34px;
}
.nav-language ul li strong {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #4c4c4c;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0;
  text-align: center;
  text-decoration: none;
  background-color: #f6f6f6;
  height: 2.8rem;
  line-height: 2.8rem;
  width: 28px;
  cursor: pointer;
}
.search-header {
  -moz-transition: margin-top .2s;
  -o-transition: margin-top .2s;
  -webkit-transition: margin-top .2s;
  transition: margin-top .2s;
}
.small-search {
  width: 280px;
}
.small-search:last-child, .small-search.search-header {
  margin-bottom: 0;
}
.small-search form {
  position: relative;  
}
.form-group {
  margin-bottom: 20px;
  position: relative;
  margin-bottom: 0;
}
.sr-only, .category.no-text .category-text {
  height: 1px;
  left: -9999em !important;
  overflow: hidden !important;
  position: absolute !important;
  top: auto !important;
  width: 1px !important;
}
.form-control {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 1.5em !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  background-color: #f3f3f3 !important;
  border-bottom: 2px solid transparent !important;
  border-left: 2px solid rgba(0,0,0,0.13) !important;
  border-right: 2px solid transparent !important;
  border-top: 2px solid rgba(0,0,0,0.13) !important;
  font-size: 1.4rem !important;
  max-width: 500px !important;
  min-height: 4rem !important;
  padding: 5px 10px !important;
  width: 100% !important;
  margin: 0 !important;
  max-width: none !important;
  padding-right: 40px !important;
  width: 100% !important;
  border-radius: 0 !important;
  /*   outline: 0 !important; */
}
.form-control:hover , .form-control:focus {
  border-color: #f7d117 !important;
}
.small-search .btn-wrap {
  line-height: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.small-search .btn-wrap:hover {
  background-color: #e1be15;
}
.form-group.btn-wrap .btn {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7d117;
  border: 0;
  color: #1a1a1a;
  font-size: 1.2rem;
  font-weight: bold;
  min-height: 4rem;
  padding: 5px 40px 5px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  height: 4rem;
  padding: 0;
  width: 40px;
}
.small-search .btn .icon {
  display: block;
  background-image: url(https://25446293.fs1.hubspotusercontent-eu1.net/hubfs/25446293/raw_assets/public/Schloesserland_Sachsen_April2022/images/seaarch.svg);
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  background-position: center;
  height: 100%;
  position: relative;
  width: 100%;
}
.small-search .btn .icon::before {
  border-left: 1px solid #d4d4d4;
  bottom: 3px;
  content: '';
  left: 0;
  position: absolute;
  top: 3px;
}
.bottom-header {
  background-color: #f7d117;
  left: 0;
  right: 0;
  z-index: 9;
}
.bottom-header-menu .hs-menu-wrapper > ul {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px;
  width: 100%;
}
.bottom-header-menu .hs-menu-wrapper>ul>li {
  font-size: 1.6rem;
  vertical-align: top;
}
.bottom-header-menu .hs-menu-wrapper>ul>li>a {
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #4c4c4c;
  display: table;
  font-size: 1.4rem;
  line-height: 1.2em;
  margin: 0;
  width: 100%;
}
.bottom-header-menu .hs-menu-wrapper>ul>li>a>span {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.bottom-header-menu .hs-menu-wrapper>ul>li>ul {
  display: block;
  left: 0;
  margin: 0;
  min-width: 100%;
  padding: 0;
  position: absolute;
  top: 100%;
  visibility: hidden;
  z-index: 2;
}
.bottom-header-menu .hs-menu-wrapper>ul>li>ul>li {
  text-align: left;
}
.bottom-header-menu .hs-menu-wrapper>ul>li>ul>li>a {
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  line-height: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;  
  display: table;
  font-size: 1.3rem;
  min-height: 5rem;
  width: 100%;
  -moz-box-shadow: 0 -1px 0 rgba(0,0,0,0.15);
  -webkit-box-shadow: 0 -1px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 -1px 0 rgb(0 0 0 / 15%);
}
.bottom-header-menu .hs-menu-wrapper>ul>li>ul>li>a>span {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.header-controls {
  -moz-box-shadow: 0 -3px 0 rgba(0,0,0,0.09) inset;
  -webkit-box-shadow: 0 -3px 0 rgb(0 0 0 / 9%) inset;
  box-shadow: 0 -3px 0 rgb(0 0 0 / 9%) inset;
  -moz-transition: right .4s,top .2s;
  -o-transition: right .4s,top .2s;
  -webkit-transition: right .4s,top .2s;
  transition: right .4s,top .2s;
  font-size: 1.4rem;
  left: auto;
  position: absolute;
  right: 10px;
  top: 2.85rem;
  width: 90px;
}
.navigator-button {
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -moz-transition: margin-top .2s;
  -o-transition: margin-top .2s;
  -webkit-transition: margin-top .2s;
  transition: margin-top .2s;
  background-color : transparent !important;
  border: none !important;
  background-image: url(https://25446293.fs1.hubspotusercontent-eu1.net/hubfs/25446293/raw_assets/public/Schloesserland_Sachsen_April2022/images/btn-navigator-yellow.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  font-size: 1.4rem;
  height: 46px;
  left: 50%;
  margin-left: -130px;
  margin-top: -5px;
  padding: 12px 10px 5px;
  position: fixed;
  top: 0;
  width: 270px;
  -moz-animation-name: bounceIn;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes bounceIn {
  0%, 60%, 75%, 90%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.455, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  75% {
    transform: translate3d(0, -7px, 0);
  }
  90% {
    transform: translate3d(0, -1px, 0);
  }
  100% {
    transform: translate3d(0, -3px, 0);
  }
}
.navigator-button:hover {
  margin-top: 0;
}
.navigator-btn-text {
  display: inline-block;
  vertical-align: middle;
  color: #4c4c4c;
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
}
.navigator-button-icon {
  padding-left: 4px;
}
span.navigator-button-icon img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: inline-block;
  margin: 2px;
  text-align: center;
  vertical-align: middle;
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  transform: rotate(405deg);
  -moz-animation-name: spinBack;
  -webkit-animation-name: spinBack;
  animation-name: spinBack;
  -moz-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes spinBack {
  0%, 100% {
    animation-timing-function: cubic-bezier(0.4, 0.78, 0.65, 0.86);
  }
  0% {
    -moz-transform: rotate(540deg);
    -ms-transform: rotate(540deg);
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  100% {
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
}
.navigator-button.hovered .navigator-button-icon svg, .navigator-button.hovered .navigator-button-icon img {
  -moz-transform: rotate(540deg);
  -ms-transform: rotate(540deg);
  -webkit-transform: rotate(540deg);
  transform: rotate(540deg);
  -moz-animation-name: happySpin;
  -webkit-animation-name: happySpin;
  animation-name: happySpin;
  -moz-animation-duration: 1.7s;
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
  -moz-animation-delay: 0;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -moz-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes happyspin {
  0%, 8%, 42%, 51%, 63%, 68%, 74%, 100% {
    animation-timing-function: cubic-bezier(0.4, 0.78, 0.65, 0.86);
  }
  0% {
    -moz-transform: rotate(45deg) translate(0, 0);
    -ms-transform: rotate(45deg) translate(0, 0);
    -webkit-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
  }
  37% {
    -moz-transform: rotate(537deg) translate(0, 0);
    -ms-transform: rotate(537deg) translate(0, 0);
    -webkit-transform: rotate(537deg) translate(0, 0);
    transform: rotate(537deg) translate(0, 0);
  }
  51% {
    -moz-transform: rotate(565deg) translate(0, 0);
    -ms-transform: rotate(565deg) translate(0, 0);
    -webkit-transform: rotate(565deg) translate(0, 0);
    transform: rotate(565deg) translate(0, 0);
  }
  63% {
    -moz-transform: rotate(530deg) translate(0, 0);
    -ms-transform: rotate(530deg) translate(0, 0);
    -webkit-transform: rotate(530deg) translate(0, 0);
    transform: rotate(530deg) translate(0, 0);
  }
  70% {
    -moz-transform: rotate(545deg) translate(0, 0);
    -ms-transform: rotate(545deg) translate(0, 0);
    -webkit-transform: rotate(545deg) translate(0, 0);
    transform: rotate(545deg) translate(0, 0);
  }

  75% {
    -moz-transform: rotate(537deg) translate(0, 0);
    -ms-transform: rotate(537deg) translate(0, 0);
    -webkit-transform: rotate(537deg) translate(0, 0);
    transform: rotate(537deg) translate(0, 0);
  }
  77% {
    -moz-transform: rotate(542deg) translate(0, 0);
    -ms-transform: rotate(542deg) translate(0, 0);
    -webkit-transform: rotate(542deg) translate(0, 0);
    transform: rotate(542deg) translate(0, 0);
  }
  100% {
    -moz-transform: rotate(540deg) translate(0, 0);
    -ms-transform: rotate(540deg) translate(0, 0);
    -webkit-transform: rotate(540deg) translate(0, 0);
    transform: rotate(540deg) translate(0, 0);
  }
}
button.navigator-button.btn-navigator.mouseleft {
  display: none;
}
.ft-menu.landing-ft-menu .hs-menu-wrapper > ul > li {display: none;}

.ft-menu.landing-ft-menu .hs-menu-wrapper > ul > li:last-child {display: block;}


@media screen and (min-width: 1025px){  
  .fixed a.adv-logo svg {
    height: 70px;
    width: 281px;
  }
  .fixed .nav-language {
    margin-top: 1.2rem;
  }
  .fixed .search-header {
    margin-top: 1.2rem;
  }
  .fixed header.header {
    height: 9.7rem;
  }
  .fixed .bottom-header {
    top: 9.7rem;
  }
  .fixed .custom-menu-primary {
    margin-top: 1.5rem;
  }
  .nav-meta , .nav-navigator-button-container {
    display: none;
  }
  header.header {
    height: 12rem;
  }
  .custom-menu-primary {
    float: right;
    margin-top: 1.7rem;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    line-height: 1rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: inline-block;
    padding: 0 10px;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #4c4c4c;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    position: relative;
    text-decoration: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    text-decoration: underline;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:after {
    border-right: 1px solid #4c4c4c;
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-of-type::after {
    border-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    line-height: 1rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transition: margin-top .3s,opacity .3s,visibility .3s;
    -o-transition: margin-top .3s,opacity .3s,visibility .3s;
    -webkit-transition: margin-top .3s,opacity .3s,visibility .3s;
    transition: margin-top .3s,opacity .3s,visibility .3s;
    font-size: 1.2rem;
    left: 50%;
    margin-top: -5px;
    position: absolute;
    top: 100%;
    visibility: hidden;
    z-index: 10;
    width: 177.03px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    width: 177.03px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.35);
    -webkit-box-shadow: 0 0 15px 0 rgb(0 0 0 / 35%);
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 35%);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul:after {
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #404040;
    content: '';
    left: 50%;
    position: absolute;
    top: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:first-child {
    margin-top: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li{
    position: relative;
    background-color: #404040;
    color: #fff;
    display: block;
    font-weight: bold;
    height: 5rem;
    padding: 0;
    text-transform: uppercase;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    line-height: 1;
    position: relative;
    font-size: 1.2rem;
    display: table;
    height: 100%;
    font-weight: bold;
    margin: 0;
    text-decoration: none;
    width: 100%;  
    -moz-box-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 -1px 0 rgb(0 0 0 / 15%);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a>span {
    display: table-cell;
    padding: 0 25px;
    vertical-align: middle;
    font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  }
  span.btn.btn-hassub {
    background-color: transparent !important;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    margin: 0;
    height: auto !important;
    min-height: 0;
    padding: 0;
    vertical-align: middle;
    width: auto;
    margin-left: 3px;
  }
  span.btn.btn-hassub .icon {
    right: 100%;
    top: -2px;
    background-size: 10px auto;
    height: 13px;
    margin: 0;
    position: static;
    width: 13px;
  }
  .nav-language {
    display: inline-block;
    vertical-align: top;
  }
  .nav-language ul li a {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
  }
  .nav-language ul li strong {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
  }
  .search-header {
    display: inline-block;
    margin-left: 18px;
    margin-top: 2.2rem;
    vertical-align: top;
    width: 280px;
  }


  .bottom-header {
    position: fixed;
    top: 12rem;
    -moz-transition: top .2s;
    -o-transition: top .2s;
    -webkit-transition: top .2s;
    transition: top .2s;
  }
  .bottom-header-menu .hs-menu-wrapper > ul {
    display: table !important;
  }
  .bottom-header-menu .hs-menu-wrapper>ul>li {
    border-left: 1px solid rgba(0,0,0,0.04);
    display: table-cell;
    height: 5rem;
    position: relative;
    text-align: center;
  }
  .bottom-header-menu .hs-menu-wrapper>ul>li:last-of-type {
    border-right: 1px solid rgba(0,0,0,0.04);
  }
  .bottom-header-menu .hs-menu-wrapper>ul>li>a {
    height: 100%;
  }
  .bottom-header-menu .hs-menu-wrapper>ul>li>a>span {
    padding: 0 15px;
  }
  .bottom-header-menu .hs-menu-wrapper>ul>li>ul {
    -moz-transition: .2s .2s;
    -o-transition: .2s .2s;
    -webkit-transition: .2s;
    -webkit-transition-delay: .2s;
    transition: .2s .2s;
    margin-top: -5px;
    opacity: 0;
  }
  .bottom-header-menu .hs-menu-wrapper>ul>li:hover>ul {
    -moz-transition: .2s .2s;
    -o-transition: .2s .2s;
    -webkit-transition: .2s;
    -webkit-transition-delay: .2s;
    transition: .2s .2s;
    left: 0;
    margin-top: 0;
    opacity: 1;
    right: auto;
    visibility: visible;
  }
  .bottom-header-menu .hs-menu-wrapper>ul>li>ul>li {
    background-color: #404040;
    color: #fff;
    height: 5rem;
  }
  .bottom-header-menu .hs-menu-wrapper>ul>li>ul>li>a {
    height: 100%;
  }
  .bottom-header-menu .hs-menu-wrapper>ul>li>ul>li>a>span {
    padding: 0 25px;
  }

  .btn-header {
    display: none;
  }
  .bottom-header-wrapper {
    min-height: 50px;
  }
  .bottom-header {
    -moz-box-shadow: 0 -3px 0 rgba(0,0,0,0.09) inset;
    -webkit-box-shadow: 0 -3px 0 rgb(0 0 0 / 9%) inset;
    box-shadow: 0 -3px 0 rgb(0 0 0 / 9%) inset;
  }
}

@media (max-width: 1024px){
  .fixed-header {
    min-height: 97px;
  }
  .navigator-button {
    display: none;
  }
  .custom-menu-primary {
    display: none;
  }
  .nav-language {
    background-color: #fff;
    bottom: 0;
    left: -9999em;
    margin: 0;
    padding: 0 20px;
    position: absolute;
    right: auto;
    text-align: right;
    top: 0;
    visibility: hidden;
    width: auto;
  }
  .small-search:last-child, .small-search.search-header {
    background-color: #f3f3f3;
    left: -9999em;
    margin: 0;
    padding: 20px;
    position: absolute;
    top: 100%;
    visibility: hidden;
  }
  .bottom-header {
    -moz-transition: visibility .4s,max-width .4s,-moz-transform .4s;
    -o-transition: visibility .4s,max-width .4s,-o-transform .4s;
    -webkit-transition: visibility .4s,max-width .4s,-webkit-transform .4s;
    transition: visibility .4s,max-width .4s,transform .4s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f3f3f3;
    left: auto;
    margin-left: 60px;
    margin-right: 0;
    max-width: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 9.7rem;
  }
  header.header {
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    height: 9.7rem;
  }
  .fixed header.header {
    height: 5.8rem;
  }
  .fixed .fixed-header {
    min-height: 58px;
  }
  .fixed a.adv-logo {
    margin-top: 1rem;
  }
  .fixed .header-controls {
    top: 0.9rem;
  }
  a.adv-logo svg .compact-hide {
    opacity: 1;
    visibility: visible;
    -moz-transition: .2s;
    -o-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .fixed a.adv-logo svg .compact-hide {
    opacity: 0;
    visibility: hidden;
  }

  .header-controls {
    box-shadow: none;
  }
  .btn-header {
    -webkit-box-shadow: 0 -3px 0 rgb(0 0 0 / 9%) inset;
    box-shadow: 0 -3px 0 rgb(0 0 0 / 9%) inset;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f7d117;
    border: 0;
    color: #1a1a1a;
    font-size: 1.2rem;
    font-weight: bold;
    min-height: 4rem;
    padding: 5px 40px 5px 20px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #f7d117;
    float: left;
    padding: 0;
    z-index: 5;
    display: block;
    margin: 0 10px 0 0;
    -moz-transition: opacity .4s,opacity .4s;
    -o-transition: opacity .4s,opacity .4s;
    -webkit-transition: opacity .4s,opacity .4s;
    transition: opacity .4s,opacity .4s;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .btn-header .icon1 {
    right: 0;
    top: 0;
    background-image: url(https://25446293.fs1.hubspotusercontent-eu1.net/hubfs/25446293/raw_assets/public/Schloesserland_Sachsen_April2022/images/sr.svg);
    background-repeat: no-repeat;
    bottom: 0;
    background-position: center;
    height: 4rem;
    position: static;
    width: 40px;
  }
  .btn-header .icon2 {
    background-image: url(https://25446293.fs1.hubspotusercontent-eu1.net/hubfs/25446293/raw_assets/public/Schloesserland_Sachsen_April2022/images/menuBar.svg);
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    height: 4rem;
    position: static;
    width: 40px;
  }
  .btn-header2 {
    margin-right: 0;
  }
  .btn-header:hover, .btn-header:focus {
    background-color: #e1be15;
  }
  .small-search:last-child.open, .small-search.search-header.open {
    left: 0;
    right: 0;
    visibility: visible;
    width: auto;
  }
  .form-control {
    background: #fff !important;
  }
  .btn-header.open .icon1{
    background-image: url(https://25446293.fs1.hubspotusercontent-eu1.net/hubfs/25446293/raw_assets/public/Schloesserland_Sachsen_April2022/images/closed.svg);
    background-repeat: no-repeat;
  }
  .nav-opened .header-controls {
    margin-right: -50px;
    right: 100%;
    z-index: 11;
  }
  .nav-opened .btn-header-search {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  button.btn.btn-header.btn-header-nav-main.close.btn-header2.cross span.icon.ico-menu {
    background-image: url(https://25446293.fs1.hubspotusercontent-eu1.net/hubfs/25446293/raw_assets/public/Schloesserland_Sachsen_April2022/images/closed.svg);
    background-repeat: no-repeat;
  }
  .bottom-header.open {
    float: right;
    max-width: 400px;
    position: fixed;
    top: 97px;
    overflow-y: auto;
    max-height: calc(100% - 80px);
  }

  .bottom-header-menu {
    width: 400px;
  }
  .bottom-header-menu .hs-menu-wrapper > ul {
    width: 100%;
    padding: 0;
  }
  .bottom-header-menu .hs-menu-wrapper > ul > li {
    font-size: 1.6rem;
    margin: 0;
    text-decoration: none;
    vertical-align: top;
    width: 100%;
    position: relative;
  }
  .bottom-header-menu .hs-menu-wrapper > ul > li > a {
    display: table;
    font-size: 1.4rem;
    line-height: 1.2em;
    margin: 0;
    width: 100%;height: 5rem;background-color: #f7d117;
    color: #4c4c4c;
  }
  .bottom-header-menu a {
    font-weight: bold;
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 -1px 0 rgba(255,255,255,0.15);
    -webkit-box-shadow: 0 -1px 0 rgb(255 255 255 / 15%);
    box-shadow: 0 -1px 0 rgb(255 255 255 / 15%);
    position: relative;
  }
  .nav-opened .nav-language {
    left: 0;
    right: 0;
    visibility: visible;
    z-index: 11;
  }
  .nav-language div#hs_cos_wrapper_header_language {
    height: 100%;
  }
  .nav-language ul {
    display: table;
    float: right;
    height: 100%;
  }
  .nav-language ul li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .nav-opened {
    overflow: hidden;
  }
  .bottom-header-menu .hs-menu-wrapper>ul>li>ul {
    display: block;   
    margin: 0;
    min-width: 100%;
    padding: 0;
    position: static;    
    visibility: visible;
    z-index: 2;
    display: none;
  }
  .bottom-header-menu .hs-menu-wrapper>ul>li>a>span:first-child {
    padding: 15px 65px 15px 15px;
  }
  span.mobile-menu-drop-arrow {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #e1be15;
    background-position: center;   
    cursor: pointer;
    height: 100% !important;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px !important;
    display: block;
  }
  span.mobile-menu-drop-arrow .icon {
    display: block;
    background-image: url(https://25446293.fs1.hubspotusercontent-eu1.net/hubfs/25446293/raw_assets/public/Schloesserland_Sachsen_April2022/images/drop-down-arrow.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    height: 100%;
    width: 100%;
  }
  .bottom-header-menu .hs-menu-wrapper>ul>li:hover > a , .bottom-header-menu .hs-menu-wrapper>ul>li:focus > a{
    background-color: #e1be15;
  }
  .bottom-header-menu .hs-menu-wrapper>ul>li.open > a {
    background-color: #e1be15;
  }
  .bottom-header-menu .hs-menu-wrapper>ul>li>ul>li>a:hover {
    background-color: #e7e7e7;
    color: #1a1a1a;
  }
  .bottom-header-menu .hs-menu-wrapper>ul>li.open > span.mobile-menu-drop-arrow .icon {
    background-image: url(https://25446293.fs1.hubspotusercontent-eu1.net/hubfs/25446293/raw_assets/public/Schloesserland_Sachsen_April2022/images/drop-up-arrow.svg);
    background-repeat: no-repeat;
  }
  .mobile-menu-drop-arrow.open span {
    background-color: #f7d117;
  }
  .bottom-header-menu .hs-menu-wrapper>ul>li>ul>li {
    background-color: #404040;
    color: #fff;
    text-align: left;
  }
  .bottom-header-menu .hs-menu-wrapper>ul>li>ul>li>a>span {
    padding: 15px 30px;
  }

  .nav-meta .hs-menu-wrapper > ul {
    display: block;
    width: 400px;
  }
  .nav-meta .hs-menu-wrapper > ul > li {
    font-size: 1.6rem;
    margin: 0;
    text-decoration: none;
    vertical-align: top;
    position: relative;
  }
  .nav-meta .hs-menu-wrapper > ul > li > a {
    display: table;
    font-size: 1.4rem;
    line-height: 1.2em;
    margin: 0;
    width: 100%;height: 5rem;background-color: #f7d117;
    color: #4c4c4c;
  }
  .nav-meta .hs-menu-wrapper>ul>li>a>span {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 15px 65px 15px 15px;
    font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
    font-weight: bold;
    text-transform: uppercase;
  }
  .nav-meta ul li a {
    font-weight: bold;
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 -1px 0 rgba(255,255,255,0.15);
    -webkit-box-shadow: 0 -1px 0 rgb(255 255 255 / 15%);
    box-shadow: 0 -1px 0 rgb(255 255 255 / 15%);
    position: relative;
  }
  .nav-meta .hs-menu-wrapper>ul>li>ul>li {
    text-align: left;
    background-color: #404040;
    color: #fff;
  }
  .nav-meta .hs-menu-wrapper>ul>li>ul {
    display: none;
  }
  .nav-meta .hs-menu-wrapper>ul>li>ul>li>a {
    color: inherit;
    display: table;
    font-size: 1.3rem;
    min-height: 5rem;
    width: 100%;
    line-height: 2.2rem;
    -moz-box-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 -1px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 -1px 0 rgb(0 0 0 / 15%);
  }
  .nav-meta .hs-menu-wrapper>ul>li>ul>li>a>span {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 15px 30px;
  }
  .nav-meta .hs-menu-wrapper>ul>li>ul>li>a:hover{
    background-color: #e7e7e7;
    color: #1a1a1a;
  }
  .nav-meta .hs-menu-wrapper>ul>li.open > span.mobile-menu-drop-arrow .icon {
    background-image: url(https://25446293.fs1.hubspotusercontent-eu1.net/hubfs/25446293/raw_assets/public/Schloesserland_Sachsen_April2022/images/drop-up-arrow.svg);
    background-repeat: no-repeat;
  }
  .nav-meta  .hs-menu-wrapper>ul>li.open > a {
    background-color: #e1be15;
  }
  .nav-meta .hs-menu-wrapper>ul>li:hover>a, .nav-meta .hs-menu-wrapper>ul>li:focus>a {
    background-color: #e1be15;
  }
  .layer-disabled {
    background-color: rgba(0,0,0,0.5);
    bottom: 0;
    display: block;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: -1;
  }
  .layer-disabled.open {
    opacity: 1;
    visibility: visible;
    z-index: 8;
  }
  button.btn.btn-header.btn-header-nav-main.close.btn-header2.cross {
    background-color: #ffe5aa;
  }
  button.btn.btn-header.btn-header-nav-main.close.btn-header2.cross:hover , button.btn.btn-header.btn-header-nav-main.close.btn-header2.cross:focus {
    background-color: #e1be15;
  }
  .nav-navigator-button-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 15px;
    width: 400px;
    display: block;
  }
  .bottom-header .btn-header {
    float: none;
    padding: 0 40px 0 20px;
    width: auto;
    line-height: inherit;
  }
  .bottom-header .btn-header:hover {
    background-color: #e1be15;
    color: #1a1a1a;
  }
  .bottom-header .btn-header #hs_cos_wrapper_header_mobile_button_ span:first-child {
    display: block;
    background-image: url(https://25446293.fs1.hubspotusercontent-eu1.net/hubfs/25446293/raw_assets/public/Schloesserland_Sachsen_April2022/images/right-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
  }
  .nav-navigator-button-container {
    display: none;
  }

}

@media (max-width: 460px){
  .bottom-header-menu , .bottom-header.open , .header-social-media-share , .nav-navigator-button-container , .nav-meta .hs-menu-wrapper>ul{
    width: 80vw !important;
  }
}

@media (max-width: 394px){
  .bottom-header-menu .hs-menu-wrapper>ul>li:first-child>span {
    height: 63.59px !important;
  }
}
@media (max-width: 383px){
  .bottom-header-menu .hs-menu-wrapper>ul>li:nth-child(3)>span {
    height: 63.59px !important;
  }
}
@media (max-width: 322px){
  .bottom-header-menu .hs-menu-wrapper>ul>li:nth-child(4)>a>span {
    white-space: nowrap;
  }
}
footer.footer {
  background-image: url(https://25446293.fs1.hubspotusercontent-eu1.net/hubfs/25446293/raw_assets/public/Schloesserland_Sachsen_April2022/images/ft-border.svg);
  background-repeat: no-repeat;
  background-repeat: repeat;
  padding-top: 10px;
  position: relative;
  z-index: 6;
}
.ft-inner {
  background-color: #4c4c4c;
  overflow: hidden;
}
.footer__container.content-wrapper {
  position: relative;
  z-index: 2;
}
.footer__container.content-wrapper.top-ft:after{
  content: '';
  height: 236px;
  position: absolute;
  width: 398px;
  z-index: -1;
}
.footer__container.content-wrapper.top-ft:after {
  background-image: url(https://25446293.fs1.hubspotusercontent-eu1.net/hubfs/25446293/raw_assets/public/Schloesserland_Sachsen_April2022/images/leave.svg);
  background-repeat: no-repeat;
}
.ft-uber h2 {
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  display: block;
  font-weight: 400;
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.2em;
  margin-bottom: 15px;
  margin-top: 0;
  color: #fff;
}
h3#hs_cos_wrapper_my_form_title {
  display: none;
}
.ft-uber #hs_cos_wrapper_my_form {
  padding: 0;
  margin: 0;
  max-width: 100%;
  background-color: transparent !important;
}
.ft-uber form {
  margin-top: 17px;
}
.ft-uber .hs-richtext {
  margin: 0 !important;
  font-size: inherit;
}
p.check-box1, p.check-box2 {
  margin: 0;
  margin-bottom: 20px !important;
  position: relative;
  color: #fff;
  padding-left: 24px;
  position: relative;
  cursor: pointer;
  font-size: 1.4rem !important;
  line-height: 1.8rem;
}
p.check-box2 a {
  text-decoration: underline;
  color: #fff;
}
.switch-icon {
  -moz-box-shadow: 2px 2px 0 rgba(0,0,0,0.2) inset;
  -webkit-box-shadow: 2px 2px 0 rgb(0 0 0 / 20%) inset;
  box-shadow: 2px 2px 0 rgb(0 0 0 / 20%) inset;
  background-color: #f3f3f3;
  background-position: center;
  display: inline-block;
  height: 18px;
  left: 0;
  margin-right: 6px;
  padding: 2px;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: 18px;
}
.check-box-wrapper {
  position: relative;
}
.check-box-wrapper input.switch-input {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  z-index: 99;
  left: 0;
  opacity: 0;
}
.switch-input:checked+.check-box1 .switch-icon , .switch-input:checked+.check-box2 .switch-icon, .switch-input:not(:disabled):hover+.check-box1 .switch-icon , .switch-input:not(:disabled):hover+.check-box2 .switch-icon {
  background-color: #f7d117;
}
.switch-input:checked+.check-box1 .check-icon , .switch-input:checked+.check-box2 .check-icon {
  background-image: url(https://25446293.fs1.hubspotusercontent-eu1.net/hubfs/25446293/raw_assets/public/Schloesserland_Sachsen_April2022/images/right.svg);
  background-repeat: no-repeat;
}
.ft-uber form .die-mailing {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5em;
  color: #fff;
  margin: 0 0 20px;
}
.ft-uber form .die-mailing a{
  text-decoration: underline;
  color: #fff;
}
.ft-uber form .email-wrapper {
  text-align: left;
}
.ft-uber form .form_group {
  margin-bottom: 20px;
  position: relative;
}
.ft-uber form .grecaptcha-badge {
  margin: 0 !important;
  margin-right: auto !important;
}
.ft-uber form .email-wrapper .hs_email input {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
  line-height: 1.5em !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  background-color: #f3f3f3 !important;
  border-bottom: 2px solid transparent !important;
  border-left: 2px solid rgba(0,0,0,0.13) !important;
  border-right: 2px solid transparent !important;
  border-top: 2px solid rgba(0,0,0,0.13) !important;
  font-size: 1.4rem !important;
  max-width: 500px !important;
  min-height: 4rem !important;
  padding: 5px 10px !important;
  width: 100% !important;
  border-radius : 0px !important;
  color: #000 !Important;
}
.ft-uber form .email-wrapper .hs_email input:hover {
  border-color: #f7d117 !important;
}
.ft-uber form .hs_submit input {
  -moz-box-shadow: 0 -3px 0 rgba(0,0,0,0.09) inset;
  -webkit-box-shadow: 0 -3px 0 rgb(0 0 0 / 9%) inset;
  box-shadow: 0 -3px 0 rgb(0 0 0 / 9%) inset;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7d117;
  border: 0;
  color: #1a1a1a;
  font-size: 1.2rem;
  font-weight: bold;
  min-height: 4rem;
  padding: 5px 40px 5px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
}
.ft-uber form .hs_submit .actions .icon {
  display: block;
  background-image: url(https://25446293.fs1.hubspotusercontent-eu1.net/hubfs/25446293/raw_assets/public/Schloesserland_Sachsen_April2022/images/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  bottom: 0;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ft-uber form .hs_submit .actions {
  position: relative;
}
.footer-content {
  background-color: #404040;
  overflow: auto;
  padding: 40px 0;
  position: relative;
}
.footer-bottom-inner {
  width: 32.20339%;
  float: left;
  margin-left: 1.69492%;
  min-height: 1px;
}
.footer-bottom-inner:first-child {
  margin-left: 0;
}
.footer-menu-wrapper {
  margin-bottom: 20px;
}
.ft-menu {
  margin-bottom: 20px;
}
.ft-menu .hs-menu-wrapper > ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.ft-menu .hs-menu-wrapper > ul > li {
  font-size: inherit;
  line-height: 0.68;
  margin-top: 20px;
}
.ft-menu .hs-menu-wrapper > ul > li:first-child {
  margin-top: 0px;
}
.ft-menu .hs-menu-wrapper > ul > li > a {
  font-family: Palatino, 'Palatino Linotype', 'Palatino LT STD', 'Book Antiqua', Georgia, serif;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}
.ft-menu .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: underline;
}
.footer-menu-wrapper:before, .footer-menu-wrapper:after {
  content: '';
  display: block;
  clear: both;
}
.footer-bottom-wrapper:before, .footer-bottom-wrapper:after {
  content: '';
  display: block;
  clear: both;
}
p.check-box2 a:hover , .ft-uber form .die-mailing a:hover {
  text-decoration: none;
}
a.bottomTopArrow {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7d117;
  border: 0;
  color: #1a1a1a;
  font-size: 1.2rem;
  font-weight: bold;
  min-height: 4rem;
  padding: 5px 40px 5px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transform: translateY(-50%, 0);
  -ms-transform: translateY(-50%, 0);
  -webkit-transform: translateY(-50%, 0);
  transform: translateY(-50%, 0);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: 40px;
  margin-top: -10px;
  padding: 0;
  position: absolute;
  right: 40px;
  top: 0;
  width: 40px;
  z-index: 5;bottom: 20px;
  margin: 0;
  position: fixed;
  right: 20px;
  top: auto;
  z-index: 99;
  opacity: 0;
}
a.bottomTopArrow:hover {
  background-color: #e1be15;
}
a.bottomTopArrow span:first-child {
  display: block;
  background-image: url(https://25446293.fs1.hubspotusercontent-eu1.net/hubfs/25446293/raw_assets/public/Schloesserland_Sachsen_April2022/images/drop-up-arrow.svg);
  background-repeat: no-repeat;background-position: center;
  bottom: 0;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
body.fixed.fixed-arrow a.bottomTopArrow {
  opacity: 1;
}

@media (min-width: 641px){
  .ft-uber form .email-wrapper {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "email submit"
      "captcha .";
    max-width: 750px;
    width: 100%;
  }
  .ft-uber form .form_group {
    grid-area: email;
    max-width: 600px;
  }
  .ft-uber form .hs_submit {
    grid-area: submit;
  }
  .ft-uber form .hs_recaptcha {
    grid-area: captcha;
  }
  .ft-uber form .email-wrapper .hs_email input {
    max-width: none !important;
  }
}

@media (min-width: 769px){
  .ft-menu .hs-menu-wrapper > ul {
    margin: 0 0 0 20px;
  }
}

@media (min-width: 1025px){
  .ft-inner {
    padding: 20px 0;
  }
  .ft-uber form .die-mailing {
    margin-bottom: 10px;
  }
  .footer__container.content-wrapper.top-ft:after{
    right: -50px;
    top: -100px;
  }
}

@media (max-width: 1024px) and (min-width: 641px){
  .ft-inner {
    text-align: center;
  }
  .footer__container.content-wrapper.top-ft:after {
    right: -100px;
    top: -100px;
  }
  .footer-socialmedia {
    text-align: center;
  }
}

@media (max-width: 1024px){
  .footer__container.content-wrapper.top-ft {
    max-width: 808px;
    padding: 0 20px;
  }
  .ft-inner {
    padding: 50px 0;
    background-color: #4c4c4c;
    overflow: hidden;
  }
  p.check-box1, p.check-box2 {
    text-align: left;
  }
  .footer-content {
    padding-bottom: 11rem;
  }
  .footer-socialmedia {
    bottom: -79px;
    left: 0;
    padding: 20px 10px 0;
    position: absolute;
    right: 0;
  }
  .box-feature-content p {
    font-size: 1.8rem;
    padding: 0 15px;
  }
  h2.box-feature-headline:first-child { 
    line-height: 3.4 !important;
  }
}

@media (max-width: 879px){
  h2.box-feature-headline:first-child {
    line-height: 1.2em !important;
    padding-bottom: 2px;
    height: 40px;
  }
}

@media (max-width: 769px){
  h2.box-feature-headline:first-child {
    padding: 0 15px;
  }
}

@media (max-width: 768px){
  .ft-inner {
    padding: 30px 0;
  }
  .footer-bottom-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  .footer-bottom-inner {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
  }
  .footer-bottom-inner:first-child {
    margin-top: 0;
  }
  .footer-menu-wrapper {
    padding: 0 10px;
  }
  .footer__container.content-wrapper.top-ft:after {
    right: -100px;
    top: -50px;
  }
}

@media (max-width: 640px){
  .ft-uber form .hs_submit .actions {
    position: relative;
    display: inline-block;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}