/* ******************************************************************************
*********************************************************************************
This file contains all the necessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
stylesheets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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: hidden;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

.dnd-section > .row-fluid {
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 0;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the necessary styles to control how your
fonts appear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face { font-family: "FontAwesome"; 
  src: url(https://info.reich-web.com/hubfs/raw_assets/public/Reich_2024/fonts/FontAwesome.woff2) format("woff2"),
    url(https://info.reich-web.com/hubfs/raw_assets/public/Reich_2024/fonts/FontAwesome.woff) format("woff"), 
    url(https://info.reich-web.com/hubfs/raw_assets/public/Reich_2024/fonts/FontAwesome.ttf) format("truetype");
  font-style: normal;
  font-weight: normal; 
}

@font-face {
    font-family: Kanit;
    src: url(https://info.reich-web.com/hubfs/raw_assets/public/Reich_2024/fonts/Kanit-Bold.woff2) format("woff2"),
      url(https://info.reich-web.com/hubfs/raw_assets/public/Reich_2024/fonts/Kanit-Bold.woff) format("woff");
    font-style: normal !important;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: Kanit;
    src: url(https://info.reich-web.com/hubfs/raw_assets/public/Reich_2024/fonts/Kanit-Regular.woff2) format("woff2"),
      url(https://info.reich-web.com/hubfs/raw_assets/public/Reich_2024/fonts/Kanit-Regular.woff) format("woff");
    font-style: normal !important;
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: Kanit;
    src: url(https://info.reich-web.com/hubfs/raw_assets/public/Reich_2024/fonts/Kanit-ExtraLight.woff2) format("woff2"),
      url(https://info.reich-web.com/hubfs/raw_assets/public/Reich_2024/fonts/Kanit-ExtraLight.woff) format("woff");
    font-style: normal !important;
    font-weight: 275;
    font-display: swap;
}


html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.42857143;
}

p {
  margin: 0 0 25px;
  font-family: Lato, serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  padding: 0;
  font-size: inherit;
  line-height: 20px;
  overflow: hidden;
  background: none;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.3;
}

.custom-footer-2026 h2, .hs-blog-post .custom-footer-2026 h2 {
  color: #424240;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 90px; /* 128.571% */
}

h3 {
  font-size: 1.25rem;
  line-height: 1.3;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.1;
}

h5 {
  font-size: 1rem;
  line-height: 1.1;
}

h6 {
  font-size: .9rem;
  line-height: 1.1;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul{
  padding: 0;
}

.body-container-wrapper ul{
  padding-left: 20px;
}

.body-container-wrapper ul li{
  color: #424240;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 15px;
  list-style-type: none;

  a {
    text-decoration: none;
  }
}

.body-container-wrapper ul li:before{
  content: '\f105';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #a3d8e7;
  position: absolute;
  margin: 7px 0 0 -20px;
  font-weight: 800;
}

.body-container-wrapper form ul li:before,.body-container-wrapper .hs-form-field ul li:before{
  content: none !important;
}

ol li{
  font-family: 'Niks',Arial,sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: #000;
  margin: 0 0 15px;
}

/* ul,
ol {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}

ul li,
ol li {
line-height: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
margin-top: 0;
margin-bottom: 0;
} */

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
/* hr {
color: #ccc;
background-color: #ccc;
height: 1px;
border: none;
} */

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

img {
  vertical-align: middle;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
  width:500px;
}
h3.form-title {
  margin: 0;
  padding: 0px 5px;
}
.hs-button, 
.button--primary {
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  display: inline-block;
  text-decoration: none !important;
  margin-top: 15px;
  cursor: pointer;
  font-weight: 300;
  font-size: 18px;
  line-height:25.7143px;
  text-align: center;
  box-shadow: 0 1px 3px #545454;
  transition: all ease-in-out 100ms;
}
.hs-button:hover, .button--primary:hover {
  background-color: #21222a;
  border-color: #21222a;
  color: #fff;
  box-shadow: none;
  font-weight: 100;
}
.hs-button:focus, .button--primary:focus  {
  background-color: #21222a;
  border-color: #21222a;
  color: #fff;
  outline: none;
}
.hs-button:active, .button--primary:active  {
  background-color: #71727a;
  border-color: #71727a;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
}
.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}
body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
  color: #33475b;
  width: 100%;
  padding: 0 10px;
  font-weight: 300;
  font-size: 16px;
  line-height: 25.713px;
}
body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
  color: #33475b;
}
body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
  outline: none;
}
.hs-form label {
  color: #33475b;
  margin: 10px 0;
  font-weight: 100;
  display: inline-block;
  max-width: 100%;
}
.hs-form-field label, .hs-form-field a {
  color: #33475b;
  margin: 10px 0;
  font-weight: 100;
  max-width: 100%;
}
a#hs_login_reset {
  color: #33475b;
}

form .hs-error-msgs label {
  color: #f2545b;
}
.hs_error_rollup .hs-error-msgs label {
  margin-top: 0;
}
body form .hs-input[type=checkbox],
body form .hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  margin: 3px 5px 3px 0px;
  padding: 0 !important;
  line-height: normal;
  min-height: auto;
}
.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
.hs-input:-moz-placeholder {
  color: #bfbfbf;
}
.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
textarea.hs-input {
  height: auto;
}
select[multiple].hs-input {
  height: inherit;
}
/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}
body form .hs-input.form-input-error,
body form input.hs-input.error,
body form div.field.error input,
body form div.field.error textarea,
body form div.field.error .chzn-choices,
body form textarea.hs-input.error,
body form select.hs-input.error {
  border-color: #c87872 !important;
}
body form .hs-input.form-input-error,
body form input.hs-input.error:focus,
body form div.field.error input:focus,
body form div.field.error textarea:focus,
body form div.field.error .chzn-choices:focus,
body form textarea.hs-input.error:focus,
body form select.hs-input.error:focus {
  border-color: #b9554d !important;
}
.actions {
  padding: 0;
}
.inputs-list {
  margin: 0 0 0px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}
ul.no-list {
  list-style: none;
  padding-left: 0;
}
.hs_error_rollup {
  margin-top: 10px;
}
form .field:first-child {
  margin-top: 0;
}
.field {
  margin-bottom: 0;
  margin-top: 15px;
}
.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
}
.hs-form-required {
  color: red;
}
#hs-pwd-widget-password {
  margin-top: 0 !important;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

@media (max-width: 767px){
  .email-edit ,.systems-page .success{
    width: 100% !important;
  }
  .systems-page h1{
    font-size:28px;
  }
  .systems-page h1{
    font-size:28px;
  }
  .systems-page h2{
    font-size:24px;
  }
}

@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }

    fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]),
    fieldset.form-columns-2 .hs-input:not([type=radio]):not([type=checkbox]),
    fieldset.form-columns-3 .hs-input:not([type=radio]):not([type=checkbox]){
      width: 100% !important;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
input#hs-pwd-widget-password {
  height: auto !important;
}
.form_width form {
  width: 100%;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.custom-menu-primary .navigation-primary > .level-1 {
  list-style: none;
  display: inline-block;
  margin: 0px;
  padding: 0;
}

.custom-menu-primary .navigation-primary .submenu .menu-item {
  position: relative;
  display: block;
  float: left;
  text-align: right;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.custom-menu-primary .navigation-primary .submenu .menu-item a {
  text-decoration: none;
  font-weight: 600;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  padding: 13px 28px 18px;
  font-size: 20px;
  font-family: 'Niks';
  line-height: 20px;
}

.triangle-container {
  display: none;
}
.custom-menu-primary .navigation-primary .submenu .menu-item:last-child {
  margin-right: 0;
}
.submenu-toggle {
  display: none;
}
.custom-menu-primary .navigation-primary > .level-1:after {
  content: " ";
  display: table;
  clear: both;
}
.custom-menu-primary .navigation-primary > .level-1:before {
  content: " ";
  display: table;
}

.custom-menu-primary .navigation-primary .submenu .menu-item:hover>ul.submenu.level-3 {
  margin: 0px;
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item > a {
  width: 100%;
  position: relative;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item:hover > a:after {
  transform: translate3d(-5px, 0, 0);
  -webkit-transform: translate3d(-5px, 0, 0);
}
.header_row {
  display: inline-block;
  margin-right: 13px;
  font-size:14px;
  line-height:26px;
}
.header__column {
  text-align: right;
}
@media (min-width: 992px){
  .custom-menu-primary .navigation-primary .submenu .menu-item ul {
    visibility: hidden;
    height: 0;
    opacity: 0;
    position: absolute;
    padding: 0;
    text-align: left;
    background-color: #fff;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item:hover > ul.submenu {
    margin: 1px 0 0 7px;
    padding: 0;
    z-index: 50;
    visibility: visible;
    opacity: 1;
    float: left;
    width: auto;
    height: auto;
    box-shadow: 0 2px 2px #acacac;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item {
    width: 100%;
    display: block;
    white-space: nowrap;
    position: relative;
    padding: 0 20px;
    clear: both;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
    padding: 20px 15px;
    width: 100%;
    display: block;
    white-space: nowrap;
    position: relative;
    font-weight: 100;
    height: 100%;
    text-align: left;
    border-bottom: 1px solid #a3d8e7;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul.level-2>.menu-item:hover>a:after{
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item:hover>ul.submenu.level-3 li a {
    border-bottom: 1px solid #a3d8e7;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item:last-child a {
    border-bottom: none;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item:hover>ul.submenu.level-3 li:last-child a {
    border-bottom: none;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item ul ul {
    left: 100%;
    top: 0;
  }
}

@media (max-width: 1024px){
}

@media (max-width: 991px){
  .mobile-open .custom-menu-primary {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    background: #3d3c3c;
    border-bottom: 1px solid #fff;
  }
  .mobile-open .custom-menu-primary .navigation-primary > .level-1 {
    display: block;
    position: absolute !important;
    top: 125px;
    background-color: #a3d8e7;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    padding-bottom: 189px;
    overflow: scroll !important;
  }

  .mobile-open .custom-menu-primary .navigation-primary .submenu .menu-item ul{
    display: block;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    float: left;
    width: 100%;
    transition: none;
    height: auto;
    visibility: visible;
    opacity: 1;
  }

  .mobile-open .custom-menu-primary .navigation-primary .submenu .menu-item {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .mobile-open .custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item{
    background-color: #eeeeee;
  }

  .mobile-open .custom-menu-primary .navigation-primary .submenu .menu-item ul.level-2{
    display:none;
  }
  .mobile-open .custom-menu-primary .navigation-primary .submenu .menu-item a{
    padding: 30px 25px;
    font-size: 24px;
    font-weight: 100;
    border-bottom: 1px solid #fff;
    color: #fff !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .header_top .youtube, .header_top .facebook,.languages,.form_search {
    display: none;
  }
  .mobile-open .custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a{
    font-weight: 400;
    padding-left: 60px;
    background-color: #ecece9;
    color: #3d3c3c !important;
  }
  .mobile-open .custom-menu-primary .navigation-primary>.level-1>li.has-submenu.menu-item.open-bg-color{
    background-color: #3d3c3c;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.hs-landing-page {
    @media (max-width: 767px) {
        .main-section-row-0-vertical-alignment > .row-fluid {
            display: block;
        }
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.header_2026 {
    font-size: 16px;

    form {
        float: right;
        width: 260px;
          @media (max-width: 767px) {
            width: 200px;
      }
            
        background-color: #7E7F74;
        height: 50px;
        padding: 13px 0;
        border-width: 0;

        input.hs-search-field__input {
            background-color: transparent;
            width: 240px;
                    @media (max-width: 767px) {
            width: 180px;
      }
            color: #FFFFFF !important;
        }
        input.hs-search-field__input:hover {
            color: #FFFFFF !important;
      }
    }

    form input.hs-search-field__input::placeholder {
        color: #FFFFFF;
    }

    .search-input-group button {
        margin-left: -14px;
        border: none;
        background-color: transparent;
    }

    .dnd-section {
        padding: 0;
    }

    .container-fluid:nth-child(2n) {
        min-height: 80px;
        padding-top: 20px;
    }

    .container-fluid:first-child {
        background-color: #424240;
        height: 50px;
    }

    a {
        color: #fff;
        text-decoration: none;
        line-height: 30px;
    }

    a svg {
        width: 20px;
        height: auto;
        margin-right: 10px;
    }

    .header-logo {
        padding-top: 10px;
    }

    @media (max-width: 767px) {
        .search-row .row-fluid [class*="span"] {
            display: block;
            float: none;
            width: auto;
            margin: 0;
        }

        .search-row .search-form {
          margin-top: -40px; 
        }

        .dnd-row .span4 {
            padding: 5px 0;
        }
    }
}

.hs-site-page .header_2026 {
  @media (max-width: 767px) {
        .search-row .search-form {
          margin-top: 0; 
        }
  }
}


@media (min-width: 768px) {
    .main-section-row-0-vertical-alignment > .row-fluid {
        align-items: flex-start;
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.custom-footer {
  z-index: 10;
  width: 100%;
  position: relative;
  min-height: 245px;
  font-size: 0.8em;
  font-weight: 400;
  background-position: bottom 20px right;
  background-repeat: no-repeat;
  padding: 75px 0 75px;
}

.custom-footer-2026 {
  padding: 0;
}

.custom-footer .dnd-section {
  padding-bottom: 30px;
  padding-top: 30px;
}

.footer__container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.footer_logo {
  text-align: center;
}
.footer_inner_logo {
  margin-bottom: 10px;
}
.footer_inner_logo img {
  vertical-align: middle;
}
.footer_row {
  margin-right: -15px;
  margin-left: -15px;
}
hr.ce-div {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid white;
  border-top: none;
}

.footer_menu ul, .custom-footer .widget-type-menu ul {
  display: inline-flex;
  width: 100%;

  justify-content: center;
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 10px;
}

#hs_cos_wrapper_dnd_area-module-4 {
    display: block !important;
    padding-top: 9px !important
}

.footer_menu ul li, .custom-footer .widget-type-menu ul li {
  margin: 0 20px;
}
.footer_menu ul li a, .custom-footer .widget-type-menu ul li a {
  line-height: 1.7;
  text-decoration: none;
  font-size: 19px;
  font-weight: 400;
}
.footer_top.footer__container.clearfix {
  padding: 0;
}


@media only screen and (max-width: 767px){
  .footer_menu ul li, .custom-footer .widget-type-menu ul li {
    margin: 0;
 }
}

.widget-type-custom_widget.dnd_area-module-6-flexbox-positioning.dnd-module img,
.widget-type-custom_widget.dnd_area-module-4-flexbox-positioning.dnd-module img
{
    max-height: 110px !important;
    width: auto !important;
}

footer {
  .hs-menu-item {
    position: relative;
    padding: 0 12px;           /* Abstand links/rechts vom Link */
  }
  
  .hs-menu-item:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -20px;       
    top: 50%;
    transform: translateY(-50%);
    color: #424240;
    font-size: 20px;   
    line-height: 1;
    pointer-events: none;
    font-weight: 200;
    margin-top: 3px;
  }
}


@media only screen and (max-width: 991px){
  .custom-footer {
    min-height: 200px;
    padding: 45px 0 80px 0;
    font-weight: 100;
  }
}

@media only screen and (max-width: 991px){
  .custom-footer-2026 {
    padding: 0;
  }
}

@media only screen and (max-width: 767px){
   footer .hs-menu-item:not(:last-child)::after {
     right: 0;
     top: 40%;
   }
  
  .footer_menu ul {
    display: block;

  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */

.blog_listing_page {
    padding-top: 50px;
    padding-bottom: 25px;
    background-color: #ecece9;
    margin-right: auto;
    margin-left: auto;
}

.content-wrapper {
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.blog_row {
    margin-right: -15px;
    margin-left: -15px;
}

.textdescription {
    padding: 0 15px;
    text-align: center;
}

.textdescription p {
    font-size: 24px;
    color: #464545;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.2;
    padding-bottom: 0;
}

h2.Stand_heading {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.3;
    position: relative;
    margin-bottom: 19px;
    padding: 0 15px;
    color: #464545;
    text-align: center;
    margin-top: 10px;
}

.blog_listing_page:before, .blog_listing_page:after {
    display: table;
    content: " ";
}

.blog_listing_page:after {
    clear: both;
}

#magazin .blog-index__post {
    padding: 15px;
    margin-bottom: 15px;
}

.blog-index__post-inner-card {
    min-height: 400px;
    box-shadow: 0 2px 2px #acacac;
    background-color: #fff;
}

.blog_featured_image {
    background-color: #fff;
    float: left;
    margin: 0;
    width: 100%;
}

.blog_featured_image a {
    border: 0;
    padding: 0;
    width: 100%;
    display: block;
    float: left;
}

.blog_featured_image a img {
    background-color: #fff;
    float: left;
    margin: 0;
    width: 100%;
    display: block;
    max-width: 100%;
    height: 146.33px;
    object-fit: cover;;
}

.blog_listing_title, .blog-index__post-content {
    float: left;
}

.blog_listing_title h4 {
    font-size: 26px;
}

.blog_listing_title h4 a {
    transition: none;
    padding: 0 25px;
    font-size: 26px;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-top: 30px;
    text-decoration: none;
    line-height: 20px;
    overflow: hidden;
    background: none;
    color: #424240;
}

.blog_listing_title h4 a:hover {
    color: #a3d8e7;
}

#magazin .blog-index__post:hover a {
    color: #a3d8e7;
}

#magazin .blog-index__post:hover .blog-index__post-content p a {
    text-decoration: underline;
}

.blog_listing_title h4 {
    margin-top: 0;
}

.blog-index__post-content p {
    padding: 0 25px;
    margin-top: 20px;
    color: #424240;
    float: left;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
}

.blog_listing_title h4 a span {
    float: left;
    width: 100%;
    line-height: 1;
}

.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.blog-pagination__link {
    display: inline-flex;
    padding: 4px 10px;
    border: 1px solid transparent;
    margin: 0 5px;
    float: none;
    color: #000;
    text-decoration: none;
}

.blog-pagination__link--active {
    background-color: #95c11f;
    text-decoration: none;
    color: #DCDCD7 !important;
}

.blog-pagination a:hover {
    border: 1px solid #95c11f;
    color: #95c11f;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
    text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
    display: inline-flex;
    align-items: center;
}

.blog-pagination__prev-link {
    text-align: right;
}

.blog-pagination__next-link {
    text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
    pointer-events: none;
    cursor: default;
    display: none;
}

.newsstart {
    background-color: #424240;
    width: 100%;
    height: 500px;
}

.blog_post_page {
    margin-top: -550px;
}

.blog_post_page > .content-wrapper {
    padding: 120px 0 60px;
    padding-top: 50px;
}

.blog-post-content {
    position: relative;
}

span.news-list-date time {
    color: #95c11f;
    font-size: 28px;
}

.text-media {
    height: auto;
    background-repeat: no-repeat;
}

.ce-textpic {
    margin-bottom: 60px;
    max-width: 100%;
    height: auto;
    background-repeat: no-repeat;
}

.post-featured-image {
    max-width: 100%;
    height: auto;
    background-repeat: no-repeat;
}

.post-featured-image-inner img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    min-height: 600px;
    object-fit: cover;
}

.ce-bodytext {
    clear: both;
}

.ce-bodytext p {
    color: #000000;
    font-weight: 300;
    font-size: 15px;
}

.blog-comments form {
    width: 100%;
}

.blog_ul ul li a span {
    font-weight: 300;
}

.blog_ul ul li a {
    text-decoration: none;
}

.blog_ul ul li a:hover {
    text-decoration: underline;
}

span.font-weight_post {
    font-weight: 300 !important;
}

.blog-md-3, .blog-md-4 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}

.blog_text_right h3 {
    font-size: 25px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 10px;
}

.ce-bodytext1 p {
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    font-weight: 300;
    margin: 0 0 25px;
}

.ce-bodytext1 p .cta {
    font-weight: 100;
    text-decoration: none;
    width: 100%;
    margin: 0 0 10px;
    position: relative;
    display: block;
    padding: 15px 0;
    font-size: 20px;
    color: white;
    background-color: #333;
    box-shadow: 0 1px 3px #545454;
    border-radius: 2px;
    transition: all ease-in-out 100ms;
    border: 1px solid #333;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    text-decoration: none;
}

.ce-bodytext1 p .cta:hover {
    color: #333;
    background-color: white;
    box-shadow: none;
    font-weight: 100;
    border: 1px solid #ecece9;
    transition: all ease-in-out 100ms;
}

.picswitch:hover .ce-column:nth-child(1) img {
    display: none;
}

.picswitch .ce-column:nth-child(2) img {
    display: none;
}

.picswitch:hover .ce-column:nth-child(2) img {
    display: block;
}

/* .blog_post_page>.content-wrapper:first-child {
padding-top: 10px;
} */
.blog-post-outer-page.no-image .newsstart {
    background-color: transparent;
}

@media (min-width: 768px) {
    .blog-index__post {
        width: 33.33333333%;
        float: left;
    }
}

@media (min-width: 992px) {
    .blog-index__post {
        width: 25%;
        float: left;
    }

    .ce-bodytext p {
        padding: 0 250px;
        font-size: 17px;
        line-height: 25px;
    }

    .blog-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .blog-md-3 {
        width: 25%;
        float: left;
    }

    .blog-md-4 {
        width: 33.33333333%;
        float: left;
    }

    .news-list-date {
        display: none;
    }
}

@media (max-width: 1199px) {
    .blog_listing_title h4 a {
        font-size: 20px;
    }

    .blog_listing_page {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .blog_post_page > .content-wrapper {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .blog_post_page {
        margin-top: -525px;
    }
}


@media only screen and (max-width: 991px) {
    .textdescription p {
        font-size: 20px;
    }

    h2.Stand_heading {
        font-size: 25px;
    }

    .blog_listing_page {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .blog-pagination__prev-link, .blog-pagination__next-link {
        padding: 11px 17px;
    }

    .newsstart {
        height: auto;
    }

    .blog_post_page {
        width: 100%;
        display: block;
        margin: 0;
    }

    .blog_post_page > .content-wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .ce-media {
        text-align: center;
    }

    .post-featured-image-inner img {
        min-height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    .content-wrapper > .blog_row {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (max-width: 767px) {
    h2.Stand_heading {
        font-size: 22px;
    }

    .blog_featured_image a img {
        height: auto;
    }

    .blog-index__post-inner-card {
        box-shadow: none;
        background-color: unset;
    }

    .blog_row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .blog_post_page > .content-wrapper {
        padding-top: 30px;
    }

    .blog_post_page > .content-wrapper:first-child {
        padding-top: 30px;
    }

    .content-wrapper.text-media {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}


.blog-header {
    background-color: #F8FAFC;
    text-align: center;
}

.blog-header__inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 3.3rem 0;
}

.blog-header__title {
    font-size: 2rem;
}

.blog-header__subtitle {
    margin: 1rem 0 2rem;
}

.blog-header__form {
    margin: 0 1rem;
}

@media screen and (min-width: 768px) {
    .blog-header__form {
        width: 500px;
        margin: 0 auto;
    }
}

.blog-index {
    display: flex;
    flex-wrap: wrap;
    padding: 3.3rem 0;
}

.blog-index:after {
    content: "";
    flex: auto;
}

.blog-index__tag-header {
    flex: 1 0 100%;
    padding: 1rem;
}

.blog-index__tag-subtitle {
    font-size: 1.16rem;
    line-height: 1.1;
}

.blog-index__tag-heading {
    padding-bottom: 1rem;
    border-bottom: 3px solid #D1D6DC;
}

@media screen and (min-width: 768px) {
    .blog-index__post--large {
        flex: 1 0 100%;
        display: flex;
        justify-items: space-between;
    }
}

.blog-post img {
    max-width: 100%;
}

.blog-index__post-image {
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 63%;
    background-image: url('./images/grayscale-mountain.png');
}

@media screen and (min-width: 768px) {
    .blog-index__post-image--large {
        flex: 1 1 100%;
        padding-bottom: 0;
    }

    .blog-index__post-content--large {
        flex: 1 1 100%;
        padding-left: 2rem;
    }

    .blog-index__post-image--large {
        flex: 1 1 48%;
    }

    .blog-index__post-content--large {
        flex: 1 1 48%;
        padding-left: 2rem;
    }
}


.blog-recent-posts {
    margin-top: 3rem;
    background-color: #F8FAFC;
    padding: 2rem 0;
}

.blog-recent-posts h2 {
    text-align: center;
}

.blog-recent-posts__list {
    display: flex;
}

.blog-recent-posts__post {
    display: block;
    flex: 0 0 100%;
    color: #494a52;
    padding: 1rem;
}

@media screen and (min-width: 768px) {
    .blog-recent-posts__post {
        flex: 0 0 calc(100% / 2);
    }
}

@media screen and (min-width: 1000px) {
    .blog-recent-posts__post {
        flex: 0 0 calc(100% / 3);
    }
}

.blog-recent-posts__post:hover {
    text-decoration: none;
}

.blog-recent-posts__image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 63%;
}

.blog-recent-posts__title {
    margin: 1rem 0 .5rem;
}

.blog-comments {
    max-width: 680px;
    margin: 0 auto;
}

.blog-comments form {
    max-width: 100%;
}

.blog-comments .hs-submit {
    text-align: center;
}

.blog-comments .comment-reply-to {
    border: 0 none;
}

.blog-comments .comment-reply-to:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center {
    display: -webkit-flex; /* Safari */
    display: flex; /* Standard syntax */
    margin-bottom: 20px;
}

.post-item .page-center .span4, .post-item .page-center .span8 {
    -webkit-flex: 1; /* Safari */
    -ms-flex: 1; /* IE 10 */
    flex: 1; /* Standard syntax */
}

.post-item .page-center .span8 {
    flex-basis: 31.914893614%;
}

img.featured-image {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
}

@media (max-width: 480px) {
    .blog-post img {
        width: 100% !important;
        float: none !important;
    }
}

/*             Blog Grid Listing            */


.blog-index__post-image {
    border-radius: 5px 5px 0 0;
}


.blog-post__tag-link,
.blog-post__tags {
    font-size: 12px;
    font-weight: 200;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover {
    text-decoration: none;
}

.blog-index__post-content--small h2 {
    font-size: 18px;
    line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
    text-decoration: none;
    transition: all .5s;
}

.blog-post__meta-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
    padding-top: 30px;
    font-size: 14px;
}

.blog-post__read-more a:hover {
    text-decoration: none;
}

.read-more__arrow {
    position: relative;
    top: 3px;
    padding-left: 10px;
}

.blog-post__read-more svg {
    width: 15px;
    height: auto;
}

.blog-post__read-more a svg {
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
    .blog-index.sidebar {
        padding: 1rem 0;
        padding-bottom: 3.3rem;
    }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
    display: flex;
}

.blog-sidebar {
    padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
    .blog-sidebar {
        padding: 2rem 1rem;
        padding-bottom: 0;
    }
}

.blog-sidebar h3 {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 600;
    line-height: 37px;
}

.blog-sidebar ul {
    padding: 30px;
    margin: 0 0 40px 0;
    list-style: none;
    border-radius: 5px;
    background: #fff;
}

.blog-sidebar ul li {
    padding: 10px 0;
    border-top: 1px solid #dfddd9;
    font-weight: 600;
}

.blog-sidebar ul li:first-child {
    border-top-color: transparent;
}

.blog-sidebar a {
    text-decoration: none;
}

.blog-sidebar a:hover {
    text-decoration: none;
}

.blog-sidebar .filter-link-count {
    display: none;
}

.blog-sidebar .filter-expand-link {
    position: relative;
    top: -15px;
    display: block;
    margin-bottom: 25px;
    text-transform: capitalize;
    text-align: center;
}

.blog-sidebar-post-listing ul li {
    padding-left: 2.3em;
    line-height: 24px;
    text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
    position: relative;
    width: 22px;
    float: left;
    content: counter(list-item);
    margin-right: 25px;
    font-size: 36px;
    font-weight: 600;
}

.blog-sidebar-post-listing li a {
    position: relative;
    top: -3px;
}

.blog-pagination.span12 {
    display: flex;
    margin-left: 0;
}

/* Mobile Blog Sidebar */

@media (max-width: 767px) {
    .hs-blog-listing .content-wrapper > .row-fluid {
        display: flex;
        flex-direction: column;
    }

    .hs-blog-listing .span3 {
        order: 1;
    }

    .hs-blog-listing .span9 {
        order: 2;
    }

    .hs-blog-listing .blog-pagination {
        order: 3;
    }

    .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
    .blog-sidebar.mobile .blog-sidebar-post-listing ul {
        visibility: hidden;
        opacity: 0;
        transition: all 5s;
        display: none;
    }

    .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
    .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
        cursor: pointer;
    }

    .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
    .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
        content: "+";
        padding-left: 6px;
    }

    .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
    .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
        content: "-";
        padding-left: 7px;
    }

    .blog-sidebar.mobile .clicked ul {
        display: block;
        visibility: visible;
        transition: all 1s;
        opacity: 1;
    }
}

/* Blog Subscription Section */

.subscription-form {
    display: block;
    margin: 0 auto;
    padding: 60px 0;
    width: 40%;
    text-align: center;
}

@media (max-width: 767px) {
    .subscription-form {
        width: 85%;
    }
}

.subscription-form label {
    text-align: center;
}

/*             Blog Post Layout          */


.blog-post {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 84px 100px 80px 100px;
    background: #fff;
    border-radius: 5px;
}

.blog-post.no-image {
    margin-top: 50px;
}

.blog-post__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.25;
}

.blog-post__meta a {
    text-decoration: none;
}

.blog-post__links {
    display: block;
    padding: 26px 0;
    margin-top: 20px;
}

.blog-post__back-to-blog {
    text-decoration: none;
}

.blog-post__back-to-blog svg {
    position: relative;
    top: 6px;
    margin-right: 10px;
    width: 20px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

@media (max-width: 767px) {
    .blog-post {
        width: 90%;
        padding: 30px;
    }
}

/* Blog Comments */

.blog-comments {
    max-width: 100%;
}

.comment.depth-0:first-child {
    margin-top: 2em;
}

.comment.depth-1 {
    padding-left: 2em;
    padding-top: 1em;
    margin-top: 1em;
}

.blog-comments form {
    margin-top: 2em;
    padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
    flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
    text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
    justify-content: flex-end;
}

.main-section-row-0-vertical-alignment > .row-fluid {
    display: -ms-flexbox !important;
    -ms-flex-direction: row;
    display: flex;
    flex-direction: row;
}

.hs-blog-post {
    @media (min-width: 850px) {
        .main-section-row-0-vertical-alignment .row-fluid .span6:first-child {
            margin-right: calc(154px - 2.5%);
        }

        .main-section-row-0-vertical-alignment .row-fluid .span6 > .hs_cos_wrapper_type_module:first-child {
            margin-top: 20px;
            margin-bottom: 100px;
        }
    }

    @media (max-width: 850px) {
        .main-section-row-0-vertical-alignment > .row-fluid {
            display: block;
        }
      
        .hs-image__grid__list { 
            display: block;
        }
    }

    .hs-download__container ul li:before {
        content: url(https://info.reich-web.com/hubfs/raw_assets/public/Reich_2024/images/download.svg);
    }

    h1, .h1, h2, .h2, h3, .h3, h4, .h4, p {
        color: #424240;
        font-family: Kanit;
        font-style: normal;
        line-height: normal;
        margin: 0;
    }

    h1, .h1 {
        font-size: 70px;
        font-weight: 400;
        margin-bottom: 30px;
    }

    h2, .h2 {
        font-size: 36px;
        font-weight: 700;
    }

    .custom-footer-2026 h2 {
        color: #424240;
        font-size: 70px;
        font-style: normal;
        font-weight: 400;
        line-height: 90px; /* 128.571% */
    }

    h4, .h4 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 23px;
    }

    h4.blog__date {
        color: #7A7B72;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 44px;
    }

    p {
        font-size: 20px;
        font-weight: 300;
        margin-bottom: 23px;
    }

    h1 a {
        color: black;
        text-decoration: none;
    }

    .hs-image__grid__list .hs-image__grid__list__item, .hs-image__grid__list__item__image {
        margin-bottom: 20px;
    }

    .hs-image__grid__list .hs-image__grid__list__item, .hs-image__grid__list .hs-image__grid__list__item p {
        font-size: 18px;
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 30vw;
  font-weight: bold;
  color: #ccc;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: 500px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}