/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets 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: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face { font-family: "Andale-MonoW01-Regular"; src: url("//8388402.fs1.hubspotusercontent-na1.net/hubfs/8388402/raw_assets/public/Wifor_March2021/fonts/baecdc6e-fed3-4e54-b85b-27da18cede16.woff2") format("woff2"); }

  html {
  font-size: 18px;
}

body {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Arial, sans-serif;
  line-height: 1.72222rem;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
  outline: none;
}

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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


.body-container-wrapper ul {
    margin: 0;
    list-style: none;
    margin-left: 1em;
    margin-bottom: 1rem;
    padding: 0;
}
.body-container-wrapper ol {
    padding: 0 0 0 18px;
}
.body-container-wrapper ol li,
.body-container-wrapper ul li {
    font-family: Arial, sans-serif;
    font-size: 0.83333rem;
    line-height: 1.72222rem;
}
.body-container-wrapper ul li::before {
    content: "»";
    color: #cc3a45;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

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;
}
/* ******************************************************************************
*********************************************************************************
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: Arial, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  
  text-decoration: none;
  line-height: 1.72222rem;
  transition: all 0.2s ease-in;
  padding: 0.5rem 1.5rem;
  font-size: 0.88889rem;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
  text-decoration: none;
}


.hs-form label {
  line-height: 1.72222rem;
  font-size: 0.83333rem;
  color: #33475b;
  float: none;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: bold;
  width: 100%;
}

.form-input-validation-message .hs-error-msgs label,
.hs-form .hs-error-msgs label {
  margin-top: .5rem;
  color: #aa002e;
  font-family: "Andale-MonoW01-Regular", Arial, sans-serif;
   font-size: 0.66667rem;
  font-weight: normal;
  line-height: 1.72222rem;
}

input[type=password],
.hs-search-field__input,
.hs-input {
  display: inline-block;
  font-weight: 700;
  background-color: #ffffff;
  box-sizing: border-box;
  color: #212529;
  margin: 0;
  font-family: inherit;
  font-size: 0.83333rem;
  line-height: 1.72222rem;
  width: 100%;
  padding: 3px;
  border: 1px solid;
}

input[type=password]{
  height:auto!important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

input[type=password]:focus,
.hs-search-field__input:focus,
.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;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #aa002e;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  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;
  line-height: 18px;
  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;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.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%;
}

.hs-form-booleancheckbox {
  margin-left: -1em;
}

.hs-form-booleancheckbox::before {
  display: none !important;
}

.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: 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: 90%;
    }
    .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;
    }
}

.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: Arial, sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.custom-menu-primary {
  position: relative;
  display: none;
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

@media (min-width: 992px){
  .custom-menu-primary {
    display: flex !important;
    flex-basis: auto;
  }
}

@media (max-width: 991.98px){
  .custom-menu-primary {
    text-align: center;
  }
}

.custom-menu-primary >*>*,
.custom-menu-primary >* {
  /*   display: none; */
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

@media (min-width: 992px){
  .custom-menu-primary >*>*,
  .custom-menu-primary>* {
    display: flex !important;
    flex-basis: auto;
  }
}

.custom-menu-primary .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  list-style: none;
  position: relative;
  justify-content: space-between;
  gap: 15px;
}

@media (min-width: 992px){
  .custom-menu-primary .hs-menu-wrapper > ul{
    flex-direction: row;
    width: 100%;
  }
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  /*   background-color: transparent; */
  display: block;
  color: #003663 !important;
  font-weight: bold;
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #3a8fec !important;
}

/*.custom-menu-primary .hs-menu-wrapper>ul>li:first-child{*/
.language-switcher {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}

/*.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>a{*/
.language-switcher > a {
  text-decoration: none;
  background-color: transparent;
  color: #d9d9d9;
  display: inline;
  padding: 0;
  text-transform: none;
}

.language-switcher > a:hover,
.language-switcher > a.current{
  color: #003663;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>a:hover{
  color:#cc3a45;
}

.mobile-open .custom-menu-primary .hs-menu-wrapper>ul>li:first-child>a{
  color:#cc3a45;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul{
  display:none;
  position:absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 150px;
  box-shadow: 2px 2px 5px #ccc;
}

@media (min-width: 992px){
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul{
    display:block;
  }
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
  padding: 10px;
  display: block;
  text-decoration:none;
  text-transform: uppercase;
    font-family: "Andale-MonoW01-Regular",Arial,sans-serif;
}

#toggle {
  padding: 0.25rem 0.75rem;
  line-height: 1;
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  color: #1c1c1c;
}

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

.mobile-open #toggle{
  color: #cc3a45;
}

#toggle span{
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: url(//8388402.fs1.hubspotusercontent-na1.net/hubfs/8388402/raw_assets/public/Wifor_March2021/images/menu-open-tablet.svg) no-repeat;
  background-position: center 2px;
}

.mobile-open #toggle span{
  background-image: url(//8388402.fs1.hubspotusercontent-na1.net/hubfs/8388402/raw_assets/public/Wifor_March2021/images/menu-close-tablet.svg);
}

@media (max-width: 991.98px){
  .custom-menu-primary .hs-menu-wrapper>ul>li{
    border: 0;
    border-bottom: 1px solid #c9c9c9;
    padding: 1rem 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child{
    border-right: 0;
    border-bottom: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    padding-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul{
    position: static;
    box-shadow: none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li{
    padding: 1rem 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
    padding: 0 2em 0 2em;
    text-transform: uppercase;
  }

  .child-trigger {
    position: absolute;
    width: 73px;
    height: 73px;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .child-trigger::before {
    content:'';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header{
  padding-top: 15px;
  padding-bottom: 15px;
}
/* 
@media (max-width: 992px){
header.header{
min-height:103.63px;
}
}

@media (max-width: 575.98px){
header.header{
min-height:94.63px;
}
}
*/
/*
.header-group {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  transition: all 1s 0.5s;
}

.scroll-header .header-group {
  opacity:0;
  visibility:hidden;
}
*/

.header-wrapper {
  font-size: 18px;
  /*   color: #1c1c1c; */
  position: relative;
  display: flex;
  align-items: center;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
}

.header-row #toggle {
  padding-left: 0;
}

.header-row .language-switcher {
  margin-left: auto;
}

.header-button {
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  padding: 5px 40px;
  width: auto;
  background: #cc3a45;
  color: #ffffff;
  text-decoration: none;
  border: none;
  border-radius: 30px;
}

.header-button:hover,
.header-button:active,
.header-button:focus {
  color: #ffffff;
  text-decoration: none;
}

@media (min-width: 992px){
  .header-wrapper {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px){
  .header-wrapper {
    padding-bottom: 0;
  }
}

.header-wrapper .header__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

@media (min-width: 992px){
  .header-wrapper .header__container {
    flex-wrap: nowrap;
  }
}

@media (max-width: 991.98px){
  .header-wrapper .header__container {
    padding-right: 0;
    padding-left: 0;
  }
}

.header-logo {
  text-decoration: none;
  background-color: transparent;
  display: inline-block;
}

.header-logo img {
  border: 0;
  vertical-align: middle;
  border-style: none;
  width:  250px !important;
  height: auto;
}

body{
  background: #f4f4f4;
}

@media (min-width:992px){
  .lp-header .header__container{
    min-height: 88.39px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  background: #1c314e;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
}

.footer__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.top-footer .footer__container {
  padding-bottom: 3rem !important;
}

@media (min-width: 576px){
  .footer__container {
    max-width: 540px;
  }
}

@media (min-width: 768px){
  .footer__container {
    max-width: 720px;
  }
}

@media (min-width: 992px){
  .footer__container {
    max-width: 960px;
  }
}

@media (min-width: 1285px){
  .footer__container {
    max-width: 1240px;
  }
}

.top-footer-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.top-footer-col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  order: 1;
}

@media (min-width: 768px){
  .top-footer-col-1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px){
  .top-footer-col-1 {
    flex: 0 0 25%;
    max-width: 25%;
    order: 1;
    padding-right: 1.5rem !important;
  }
}


.top-footer-col-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  order: 4;
}

@media (min-width: 768px){
  .top-footer-col-2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px){
  .top-footer-col-2 {
    flex: 0 0 25%;
    max-width: 25%;
    order: 2;
    padding-left: 1.5rem !important;
    padding-right: 3rem !important;
  }
}


.top-footer-col-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  order: 3;
}

@media (min-width: 768px){
  .top-footer-col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px){
  .top-footer-col-3 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    order: 3;
    padding: 0 !important;
  }
}


.top-footer-col-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  order: 2;
}

@media (min-width: 768px){
  .top-footer-col-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px){
  .top-footer-col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    order: 4;
    padding-left: 3rem !important;
  }
}

.top-footer-col-1 img{
  border: 0;
  vertical-align: middle;
  border-style: none;
  margin-bottom: 1rem !important;
  margin-top: 3rem !important;
  width: 220px;
}

.top-footer-col-1 h4{
  line-height: 1.6em;
/*   color: #cddef2; */
  font-family: 'Arial', sans-serif;
  font-size: 1.11111rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0.3em;
  text-transform: none;
}

.top-footer-col-1 p{
  margin-top: 0;
  line-height: 1.22222rem;
  margin-bottom: 1em;
  font-size: 0.61111rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: Arial;
}

.top-footer-col-2 img{
  border: 0;
  vertical-align: middle;
  border-style: none;
  margin-bottom: 1rem !important;
  margin-top: 3rem !important;
}

.top-footer-col-2 h4{
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-family: "Andale-MonoW01-Regular", Arial, sans-serif;
/*   color: #cddef2; */
  font-size: 0.77778rem;
  line-height: 1.6em;
}

.top-footer-col-2 p{
  margin-top: 0;
  line-height: 1.22222rem;
  margin-bottom: 1em;
  font-size: 0.61111rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: Arial;
}


.top-footer-col-3 img{
  border: 0;
  vertical-align: middle;
  border-style: none;
  margin-bottom: 1rem !important;
  margin-top: 3rem !important;
}

.top-footer-col-3 h4{
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-family: "Andale-MonoW01-Regular", Arial, sans-serif;
/*   color: #cddef2; */
  font-size: 0.77778rem;
  line-height: 1.6em;
}

.top-footer-col-3 p{
  margin-top: 0;
  line-height: 1.22222rem;
  margin-bottom: 1em;
  font-size: 0.61111rem;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: Arial;
}

.top-footer-col-4 h4{
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  margin-top: 3rem !important;
/*   color: #cddef2; */
  font-size: 0.77778rem;
  line-height: 1.6em;
}

.top-footer-col-4 a{
  margin-top: 0.5rem !important;
  text-decoration: none;
  background-image: url(//8388402.fs1.hubspotusercontent-na1.net/hubfs/8388402/raw_assets/public/Wifor_March2021/images/arrow-links-white.svg);
  background-repeat: no-repeat;
  background-size: 1rem 2rem;
  background-position: left;
  padding-left: 1.25rem;
/*   color: #fff; */
  font-weight: normal;
  font-size: 0.88889rem;
  display: block;
  font-family: Arial;
}

.bottom-footer {
/*   background: #f4f4f4; */
/*   color: #003663; */
  font-size: 0.61111rem;
}

.bottom-footer-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.bottom-footer-left {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  align-self: center !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

@media (min-width: 992px){
  .bottom-footer-left {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}

.bottom-footer-left ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.bottom-footer-left ul li{
  display: inline-block;
  margin-right: 2.5rem;
}

@media (max-width: 1284.98px){
  .bottom-footer-left ul li{
    margin-right: 0;
    margin-left: 2.5rem;
    float: right;
    margin-top: 0.5rem;
  }
  .bottom-footer-left ul li:first-child{
    margin-right: 0;
    margin-top: 0.5rem;
    float: left;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}

@media (max-width: 575.98px){
  .bottom-footer-left ul li{
    margin-top: 0.5rem;
  float: left;
    margin-right: 2.5rem;
    margin-left: 0;
}
  .bottom-footer-left ul li:first-child{
    margin-left: 0;
    margin-bottom: 1rem;
    width: 100%;
    float: left;
  }
}

.bottom-footer-left ul li span{
  font-family: "Andale-MonoW01-Regular", Arial, sans-serif;
}

.bottom-footer-left ul li a{
/*   color: #003663; */
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.61111rem;
  font-family: Arial;
}

.social-icon-container {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    align-self: center !important;
}

@media (min-width: 992px){
.social-icon-container {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
}

.wp-block-navigation {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 30px;
  align-items: stretch;
  flex: 1;
  flex-wrap: wrap;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
}

.wp-block-navigation > .wp-block-navigation-item {
  flex: 1;
}

.wp-block-navigation a {
  color: #ffffff;
  text-decoration: none;
}

.wp-block-navigation a:hover {
  color: #3a8fec;
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
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 */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.hs-blog-post header.header {
    min-height: 170px;
}
.hs-blog-post .post-body-wrapper {
  background: #fff;
}
.hs-blog-post h4.subheadline {
    margin-bottom: 1.5rem;
    font-family: "Andale-MonoW01-Regular", Arial, sans-serif;
    font-size: 0.94444rem;
    line-height: 1.44444rem;
    color: #003663;
    text-transform: uppercase;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Arial, sans-serif;
  padding-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.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;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

  margin-bottom: 2rem;
}
.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-body-wrapper{
  display: flow-root;
  background: #FFF;
}

.heading-title {
  padding-top: 3rem !important;
  /*   margin-top: 4rem; */
  margin-bottom: 1.5rem;
}

.heading-title h4{
  font-weight: 600;
  font-family: "Andale-MonoW01-Regular", Arial, sans-serif;
  font-size: 0.94444rem;
  line-height: 1.44444rem;
  color: #003663;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.heading-title h2{
  font-weight: 530;
  margin-bottom: 0.5rem;
  font-family: "Andale-MonoW01-Regular", Arial, sans-serif;
  font-size: 2.05556rem;
  line-height: 3.11111rem;
  color: #003663;
}

@media (max-width: 575.98px){
  .heading-title h2{
    font-size: 1.33333rem;
    line-height: 1.5em;
  }
}

.blog-listing-group {
  background: #f4f4f4;
}

.post-listing-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.post-item {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px){
  .post-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1280px){
  .post-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  
  .blog-related .post-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.module-layotterteaser {
  margin-bottom: 1.5rem;
  position: relative;
  padding: 2.5rem 1.5rem;
  background: #fff;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
}

.module-layotterteaser a{
  outline: 0;
  color: #041406;
  text-decoration: none;
  background-color: transparent;
}

.module-layotterteaser a:hover{
  color: black;
  text-decoration: none;
  display: block;
}

.post-item h4.subheadline{
  margin:0;
  font-weight: 500;
  font-family: "Andale-MonoW01-Regular", Arial, sans-serif;
  font-size: 0.77778rem;
  line-height: 1.38889rem;
  text-transform: uppercase;
  color: #1c1c1c;
  background: #fff;
  border-radius: 8px;
  display: inline-block;
  padding: 3px 5px;
}

.post-item p{
  line-height: 1.72222rem;
  font-size: 0.83333rem;
  transition: all 0.2s ease-in;
  margin: 0.25rem 0;
  padding: 0.5rem;
  background-color: #fff;
  word-break: break-word;
}

.post-item a:hover p{
  color: #969696;
}

.post-item p.headline_teaser_big {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 2rem;
  color: #1c1c1c;
  transition: all 0.2s ease-in;
  margin: 0.25rem 0;
  word-break: break-word;
}


.post-item span.btn-secondary {
  border-color: #E6F9EA;
  color: #fff;
  padding: 0.5rem 1.5rem;
  font-size: 0.88889rem;
  background: #003663;
  transition: all 0.2s ease-in;
  margin-top: 1rem;
  display: inline-block;
}

.post-item a:hover span.btn-secondary {
  background: #2761a0;
}

.press-speak {
  margin-bottom: 2rem;
  margin-top: 4rem;
  display: flow-root;
}

.module-layotterheadline {
  margin-bottom: 1.5rem;
}

.module-layotterheadline h2{
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-family: "Andale-MonoW01-Regular", Arial, sans-serif;
  font-size: 2.05556rem;
  line-height: 3.11111rem;
  color: #003663;
}

@media (max-width: 575.98px){
  .module-layotterheadline h2{
    font-size: 1.33333rem;
    line-height: 1.5em;
  }
}

.market {
  padding-bottom: 4rem;
}

.module-layotterwysiwyg {
  margin-bottom: 1.5rem;
}

.module-layotterwysiwyg h5{
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  color: inherit;
  font-size: 1.25rem;
}

.module-layotterwysiwyg p{
  margin-top: 0;
  margin-bottom: 1.77778rem;
  line-height: 1.72222rem;
  font-size: 0.83333rem;
}

.module-layotterwysiwyg p a{
  color: #003663;
  text-decoration: underline;
}

.module-layotterwysiwyg p a:hover{
  outline: 0;
  color: #003663;
  text-decoration: none;
}


.blog-post__body {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.blog-post__body p {
  margin-bottom: 1.77778rem;
  line-height: 1.72222rem;
  font-size: 0.83333rem;
}

.blog-post__body img {
  max-width: 100%;
  height: auto;
}

.post-group {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-post-left {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  display: none !important;
}

@media (min-width: 768px){
  .blog-post-left {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
}

@media (min-width: 992px){
  .blog-post-left {
    display: block !important;
  }
}



.blog-post-center-group {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 992px){
  .blog-post-center-group {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
}

.blog-post-right {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px){
  .blog-post-right {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px){
  .blog-post-right {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.post-heading-wrapper {
  margin-bottom: 1.5rem;
}

.post-heading-wrapper h1{
  font-weight: 576;
  margin-bottom: 0.5rem;
  font-family: "Andale-MonoW01-Regular", Arial, sans-serif;
  font-size: 1.85556rem;
  line-height: 3.11111rem;
  color: #003663;
}

@media (max-width: 575.98px){
  .post-heading-wrapper h1{
    font-size: 1.11111rem;
    line-height: 1.5em;
  }
}



.sidebar-author {
  margin-bottom: 1.5rem;
  position: relative;
  padding: 0 2.77778rem 0 2.77778rem;

  margin-top: 145.2px;
}

.contact-person {
  width: 100%;
  height: 0;
  padding-bottom: 124%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.contact-person::after {
  content: '';
  position: absolute;
  width: 55%;
  height: 80%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -9%;
  right: -7%;
  display: block;
  background-position: bottom;
  background-image: url("//8388402.fs1.hubspotusercontent-na1.net/hubfs/8388402/raw_assets/public/Wifor_March2021/images/dreieck-orange-hoch.svg");
    }

.sidebar-author h4{
  font-weight: 600;
  font-family: "Andale-MonoW01-Regular", Arial, sans-serif;
  font-size: 0.94444rem;
  line-height: 1.44444rem;
  text-transform: uppercase;
  margin-top: 3rem !important;
  color: #1c1c1c;
  margin: 0;
  padding-bottom: 0.25rem;
}

.sidebar-author p{
  font-family: Arial, sans-serif;
  font-style: italic; 
  font-size: 0.8;
  line-height: 1.4 rem;
  color: #1c1c1c;
  font-weight: 450;
  display: block;
  margin: 0;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.sidebar-author a{
  font-weight: 600;
  line-height: 1.33333rem;
  color: #1c1c1c;
  font-family: Arial, sans-serif;
  text-decoration: none;
  padding: 0.25rem 0 0.25rem 1.75rem;
  font-size: 0.83333rem;
  background-repeat: no-repeat;
  background-size: 1rem 0.77778rem;
  background-position: left center;
  background-image: url(//8388402.fs1.hubspotusercontent-na1.net/hubfs/8388402/raw_assets/public/Wifor_March2021/images/mail-orange.svg);
}
.sidebar-author a:hover{
  color: #969696;
}
@media (max-width: 991.98px){
  .sidebar-author {
    padding: 0 100px 0 0;
    margin-top:0;
  }
}

@media (max-width: 767.98px){
  .sidebar-author {
    padding: 0 15px 0 0;
  }
  .contact-person {
    padding-bottom: 75%;
  }
  .contact-person::after {
    width: 80%;
    height: 55%;
    background-position: right;
    bottom: -9%;
    right: -4%;
    background-image: url(//8388402.fs1.hubspotusercontent-na1.net/hubfs/8388402/raw_assets/public/Wifor_March2021/images/dreieck-orange.svg);
  }
}



.post-listing-group {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.post-listing-center-group {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}

.post-listing-right {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media (min-width: 992px){
  .post-listing-center-group {
    flex: 0 0 70%;
    max-width: 70%;
  }
  
  .post-listing-right {
    flex: 0 0 30%;
    max-width: 30%;
  }
}

@media (min-width: 1280px){
  .post-listing-center-group {
    flex: 0 0 80%;
    max-width: 80%;
  }
  
  .post-listing-right {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.post-listing-sidebar {
  background: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
}


/* Added by HS Support to help align blog posts */

.post-item, .post-item > div {
    display: flex;
}

.post-item .module.module-layotterteaser {
    padding-bottom: 70px;
}

.post-item span.btn-secondary {
    position: absolute;
    bottom: 20px;
}
/* ******************************************************************************
*********************************************************************************
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 */
.post-listing-sidebar {
  overflow-wrap: break-word;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */









.systems-page {
  padding: 50px 0;
}

.systems-page h2 {
	font-family: Andale-MonoW01-Regular;
	font-size: 16.99992px;
	font-weight: 500;
}

.systems-page .hs-form-field {
  margin-bottom: 18px;
}

form ul li::before,
ul.no-list.hs-error-msgs li::before {
    display:none !important;
}

.systems-page .no-list.hs-error-msgs{
  margin: 0;
  padding: 0;
}

.systems-page .hs-button.primary.large{
  margin: 15px 0;
}

.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: Arial, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #bdc0c3;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page_heading {
  margin-bottom: 1rem;
}

input.email-edit.hs-input {
    width: 100% !important;
    margin: 0 0 10px !important;
}

.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: 5px 10px;
}

.hs-search-results {
  margin-top: 2rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}

.hs-search-results__title {
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  color: #212529;
  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: #212529;
}

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

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

/* ✔ Einheitlicher Zeilenabstand für alle Newsletter-Optionen */
.systems-page .item {
  margin-bottom: 16px;
  line-height: 1.6;
}

/* ✔ Etwas mehr Abstand zwischen Checkboxen und Text */
.systems-page .checkbox-row input[type="checkbox"] {
  margin-right: 8px;
}