







/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */


























/* 1d. Buttons */













/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1500px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1500px;
}





html {
  font-size: 16px;
}

body {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #AEB0B3;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: underline; font-family: Lato, sans-serif; font-style: normal;
  color: #0270E0;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: underline; font-family: Lato, sans-serif; font-style: normal;
  color: #0048b8;
}

a:active {
  font-weight: normal; text-decoration: underline; font-family: Lato, sans-serif; font-style: normal;
  color: #2a98ff;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Lato, serif; font-style: normal;
  color: #AEB0B3;
  font-size: clamp(1.875rem, 1.4402rem + 2.1739vw, 3.125rem);
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Lato, serif; font-style: normal;
  color: #AEB0B3;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-family: Lato, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Lato, serif; font-style: normal;
  color: #AEB0B3;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Lato, serif; font-style: normal;
  color: #AEB0B3;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Lato, serif; font-style: normal;
  color: #AEB0B3;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #19395A;
}





button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #AEB0B3;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(174, 176, 179, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  border-radius: 6px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(214, 216, 219, 1.0);
  border-color: #d6d8db;
}





form,
.submitted-message {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #19395A;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(25, 57, 90, 1.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #19395A;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Lato; font-style: normal; font-weight: 700; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 30px;
  color: #AEB0B3;
  background-color: 

  
  
    
  


  rgba(25, 57, 90, 1.0)

;
}


/* Labels */

form label {
  color: #AEB0B3;
}

/* Help text */

form legend {
  color: #AEB0B3;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #AEB0B3;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #AEB0B3;
}

::-moz-placeholder {
  color: #AEB0B3;
}

:-ms-input-placeholder {
  color: #AEB0B3;
}

::placeholder {
  color: #AEB0B3;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #AEB0B3;
}

.fn-date-picker td.is-selected .pika-button {
  background: #AEB0B3;
}

.fn-date-picker td .pika-button:hover {
  background-color: #AEB0B3 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #AEB0B3;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #AEB0B3;
;
  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;
;
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 22px;
  background-color: 

  
  
    
  


  rgba(174, 176, 179, 1.0)

;
  border-radius: 6px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(214, 216, 219, 1.0);
  border-color: #d6d8db;
}





/* Table 

table {
  border: 1px solid #AEB0B3;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #AEB0B3;

  padding: 18px;

  color: #AEB0B3;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(174, 176, 179, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #AEB0B3;
}
*/




.header {
  background-color: 

  
  
    
  


  rgba(25, 57, 90, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #AEB0B3;
  font-family: Lato;
}

.menu__child-toggle-icon {
  border-top-color: #AEB0B3;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #86888b;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #86888b;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #d6d8db;
}

.menu__child-toggle-icon:active {
  border-top-color: #d6d8db;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #AEB0B3;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #AEB0B3;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #AEB0B3;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #AEB0B3;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #AEB0B3;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(25, 57, 90, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(25, 57, 90, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Lato;
}

.header__language-switcher-label-current:after {
  border-top-color: #AEB0B3;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(25, 57, 90, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #AEB0B3;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(25, 57, 90, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #AEB0B3;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #AEB0B3;
}

.blog-post__tag-link {
  color: #AEB0B3;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #86888b;
}

.blog-post__tag-link:active {
  color: #d6d8db;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; font-family: Lato, serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #AEB0B3;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #86888b;
}

.blog-related-posts__title-link:active {
  color: #d6d8db;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #0270E0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0048b8;
}

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Lato, serif; font-style: normal;
  color: #AEB0B3;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-weight: 700; text-decoration: none; font-family: Lato, serif; font-style: normal;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #AEB0B3;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #86888b;
}

.hs-blog-post-listing__post-title-link:active {
  color: #d6d8db;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #AEB0B3;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #AEB0B3;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #86888b;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #d6d8db;
}

.hs-pagination__link-icon svg {
  fill: #AEB0B3;
}

/* Pricing card */

.card__price {
  font-family: Lato, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
  font-size: 30px;
}

.card__body svg {
  fill: #AEB0B3;
}

/* Social follow */

.social-links__icon {
  background-color: #AEB0B3;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #86888b;
}

.social-links__icon:active {
  background-color: #d6d8db;
  font-family: Lato, serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #000000;
  font-size: 30px;
}


body, html {
  color:#313131;
}

 [data-theme="dark"] .navigation_wrapper_breitenfeld {
  border-bottom: 1px solid #4F4F4F;
}

 [data-theme="light"] .navigation_wrapper_breitenfeld {
  border-bottom: 1px solid #313131;
}

.naviflex {
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1500px;
    justify-content: space-between;
}

body {
	margin:0;
}

.landing_left {
  display: flex;
  align-items: center;
}


[data-theme="dark"] body {
  background: #313131;
  color:#fff;
}

[data-theme="light"] body {
  background:#fff;
  color:#313131;
}


[data-theme="light"] h2,[data-theme="light"] .h2 {
    color: #313131;
}

[data-theme="dark"] h3, [data-theme="dark"] .h3 {
    color: #fff;
}
[data-theme="light"] h3,[data-theme="light"] .h3 {
    color: #313131;
}


table {
width: 100%;
border-collapse: collapse;
}

th,
td {
padding: 10px;
text-align: left;
}

thead th, thead tr {
border:0.5px solid #000;
}

.green_cta {
  background-color:#81B201;
  padding: 10px 30px;
}



.hs-language-switcher__button, .hs-language-switcher__button:focus, .hs-language-switcher__button:hover, .hs-language-switcher__button:active {
    cursor: pointer;
    margin: 0;
    background: transparent;
    border: none;
}

.hs-language-switcher__icon>svg {
    display:none;
}

[data-theme="dark"] .hs-language-switcher__icon--dropdown {
    fill: rgba(255, 255, 255, 1) !important;
}

[data-theme="light"] .hs-language-switcher__icon--dropdown {
    fill: #313131 !important;
}

[data-theme="dark"] .hs-language-switcher__current-language  {
    color: rgba(255, 255, 255, 1);
}

[data-theme="light"] .hs-language-switcher__current-language  {
    color: #313131;
}


.hs-language-switcher__item.active {
    background: transparent !important;
}

[data-theme="dark"] .hs-language-switcher__menu {
    background: #fff;
    color:#313131;
    margin-top: 14px;
    margin-right:15px;
}

[data-theme="light"] .hs-language-switcher__menu {
    background: #313131;
    color:#fff;
    margin-top: 14px;
    margin-right:15px;
}

[data-theme="dark"] .hs-language-switcher__menu li  {
  width:180px;
}

[data-theme="dark"] .hs-language-switcher__menu li a {
  color:#313131;
  padding: 0.5rem;
}


[data-theme="light"] .hs-language-switcher__menu li a {
  color:#000;
  padding: 0.5rem;
}

[data-theme="light"] .hs-language-switcher__menu li a:hover {
    color:var(--Green, #81B201) !important;
}

[data-theme="light"] .hs-language-switcher__menu li a:focus {
    color:var(--Green, #81B201) !important;
}


[data-theme="dark"] .hs-language-switcher__menu li a:hover {
    color:var(--Green, #81B201) !important;
}

[data-theme="dark"] .hs-language-switcher__menu li a:focus {
    color:var(--Green, #81B201) !important;
}


.icon--light {
display:none;
}

[data-theme="dark"] .blog-post__tag-link:hover, [data-theme="dark"] .blog-post__tag-link:focus,
[data-theme="dark"] .blog-post__tag-link {
    color: #fff;
    text-decoration: none;
    border-radius: 50vw;
    border: 1px solid #fff;
    padding: 0px 20px;
    font-size: 15px;
    margin-bottom: 1.5rem;
    display: block;
    width: fit-content;
}

[data-theme="light"] .blog-post__tag-link:hover, [data-theme="light"] .blog-post__tag-link:focus,
[data-theme="light"] .blog-post__tag-link {
    color: #313131;
    text-decoration: none;
    border-radius: 50vw;
    border: 1px solid #313131;
    padding: 0px 20px;
    font-size: 15px;
    margin-bottom: 1.5rem;
    display: block;
    width: fit-content;
}

.blog-index__post img , .blog-index__post--large img {
    width:100%;
    padding-bottom:2rem;
}

.blog-post {
    line-height:1.5;
    font-size:16px;
}

.blog-post p {
    font-size:18px;
}

._hsBlogPostImageOverlay_1hg5v_103 {
    padding: 10px;
    background: #000;
}
 ._hsBlogPostTag_1hg5v_3 {
        margin-top: 10px;
        margin-bottom: 10px;
        border-radius: 0px;
        color: #fff;
        text-decoration: none;
        border-radius: 50vw !important;
        border: 1px solid #fff;
        padding: 0px 20px;
        background: #fff;
        font-size: 15px;
        margin-bottom: 1.5rem;
        display: block;
        width: fit-content;
        color: #313131;
    }

._hsBlogPostButton_1hg5v_163:hover {
        text-transform: uppercase;
        text-decoration: no-underline;
        border: none;
        text-decoration: none;
    }

._hsBlogPostButton_1hg5v_163 {
        text-transform: uppercase;
        text-decoration: no-underline;
        border: none;
        text-decoration: none;
    }

._hsBlogPostImageWrapper_1hg5v_67 {
        margin-bottom: 0px !important;
    }
._hsBlogPostListingContent_1hg5v_80 {
        padding: 25px 30px !important;
        background: #000;
    }

form label {
    padding: 0 20px;
}

form input[type=text], form input[type=search], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea  {
    border: 1px solid #747474;
    color: 000 !important;
    border-radius: 0;
    padding: 20px;
    background: transparent;
    margin: 0 10px;
    max-width: 690px;
}

form input[type=file], form textarea {
    min-height:200px;
}

form, .submitted-message {
    background-color: transparent;
}

/*
.hs-form-booleancheckbox > label  {
    background-color: transparent;
    font-size:20px;
}

*/

form input[type=submit], form .hs-button {
    border: 1px none #AEB0B3;
    padding-top: 20px;
    padding-right: 3rem;
    padding-bottom: 20px;
    padding-left: 3rem;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    background-color: #285775;
    border-radius: 0;
    text-transform: none;
}


form input[type=submit]:hover , form .hs-button:hover {
    border: 1px none #AEB0B3;
    padding-top: 20px;
    padding-right: 3rem;
    padding-bottom: 20px;
    padding-left: 3rem;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    background-color: #285775;
    border-radius: 0;
    text-transform: none;
}

fieldset.form-columns-3 .input {
    margin-right: 20px !important;
}


form .hs-richtext, form .hs-richtext p {
    font-size: 16px;
    margin: 0 !important;
    padding: 10px;
}
/*
form input[type=checkbox], form input[type=radio] {
    margin-right: .5rem;
    height: 30px;
    border: 1px solid #E0E0E0;
    background: transparent;
    border-radius: 0;
}

input[type=checkbox] {
    transform: scale(1.5);
}
*/
.hs-language-switcher__menu.visible {
    display: flex !important;
    flex-direction: column !important;
}

  [data-theme="dark"] .hs-language-switcher__item a {
    color: #fff;
}

 [data-theme="dark"] .hs-language-switcher__menu {
    border: 1px solid #fff !important;
    left: 0;
}

.hs-language-switcher__inner-wrapper button {
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 0px;
}



  .body-wrapper {
    height:100vh;
  }
  .body {
    overflow-x:hidden !important;
  }



.meeting-lib {
  margin-left:0px;
  margin-right:0px;
  background:#f5f5f7 !important;
}

.hs-language-switcher__menu {
    font-size: 16px;
}

.hs-language-switcher__item {
     padding: 0px !important;
}

.hs-language-switcher__label {
    font-size: 16px !important;
}

.language_wrapper, .cta_wrapper {
    flex: 0 1 auto;
}

.navi_grow {
    flex: 1 1 auto;
    background: #313131;
    z-index:99;
    padding: 0 28px;
}


[data-theme="dark"] .navi_grow {
    background: #313131;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

[data-theme="light"] .navi_grow {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.theme-toggle {
    margin-right: 10px;
}




/* Form Styling specifically only for Landing Pages and Thank you pages, because on Websites a different style of forms was chosen */


.landing-form .legal-consent-container {
    color: #000 !important;
}


.landing-form .legal-consent-container {
  color:#000 !important;
  font-size:14px;
}

.landing-form form input[type=text] {
  border:1px solid #000;
}

.landing-form form input[type=text]::placeholder  {
  color:#000 !important;
}

.landing-form form input[type=email]::placeholder  {
  color:#000 !important;
}


@media screen and ( max-width:768px) {
  .cta_wrapper{
    display:none;
  }
}


@media screen and (max-width: 1023px) {
  .nomobile {
   display:none !important;
  }
  .naviflex {
    padding: 0 24px;
}
}

.landing_navi {
   margin: 0 auto;
   max-width: 1500px;
   padding: 0 24px;
}


@media screen and (max-width:1170px) {
  .navi_language_switcher {
    display:none !important;
  }
    .switcher_mobile {
        width: fit-content;
        position: absolute;
        right: 1rem;
        top: 30px;
    }
}

@media screen and (min-width:1171px) {
  .navi_language_switcher {
    display:flex !important;
  }
  .switcher_mobile {
    display: none !important;  
  }
}

.right_element_mobile {
  position:absolute;
    right: 21vw;
}


@media screen and (max-width:767px) {
.toggle-text {
    font-size: 12px !important;
    margin-right: 5px !important;
}
  .navi_grow {
    padding: 0 !important;
    display:block !important;
 }


.hs-language-switcher__icon>svg {
    width: 16px !important;
    height: auto;
    display:block;
}
}
  
@media screen and (max-width:1170px) {
    .navi_grow {
      display:block !important;
  }
}

@media screen and (max-width:767px) {
    .no_navi_cta {
        display:none !important;
    }
 }


  
  .logo_nav_wrapper {
    max-width: 200px;
}
  
[data-theme="light"] .no_navi_language_switcher .hs-language-switcher__menu {
    background: #fff;
    color: #313131;
}


   form input[type=file]   {
    min-height: 200px !important;
}
  
   .hs-fieldtype-textarea.hs-input  {
    min-height: 200px !important;
}
  
form input[type=submit], form .hs-button {
    border: 1px none #AEB0B3;
    padding-top: 20px;
    padding-right: 3rem;
    padding-bottom: 20px;
    padding-left: 3rem;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    background-color: #81b201 !important;
    border-radius: 0;
    text-transform: none;
}
  
  form input[type=submit], form .hs-button {
    background-color: #81b201 !important;
}
  
  form input[type=submit]:hover, form .hs-button:hover { 
    background: #81b201 !important;
    color: #fff !important;
    opacity:0.8;
}
  
    
#email-prefs-form {
    padding: 3rem;
    background: #000 !important;
}
  
   .hs-language-switcher__icon--dropdown {
    margin-left: 2px !important;
}
  
  
  [data-theme="dark"]   .section-header h2 {
    font-weight: 700 !important;
    text-decoration: none;
    font-family: Lato, serif;
    font-style: normal;
    font-size: clamp(1.875rem, 1.4402rem + 2.1739vw, 3.125rem) !important;
    text-transform: none;
}
    
  [data-theme="light"]   .section-header h2 {
    font-weight: 700 !important;
    text-decoration: none;
    font-family: Lato, serif;
    font-style: normal;
    font-size: clamp(1.875rem, 1.4402rem + 2.1739vw, 3.125rem) !important;
    text-transform: none;
}

@media screen and (max-width:480px) {
  .naviflex {
    padding: 0 24px !important;
  }
  article img {
    max-height: 260px !important;
}

.blog-index__post img, .blog-index__post--large img {
    max-width: 100vw !important;
  }
}

[data-theme="light"] .hs-language-switcher__icon--dropdown {
    fill: #313131 !important;
}

  article img {
    max-height: 310px !important;
    object-fit: cover;
}

  article .blog-related-posts__image {
    max-height: 250px !important;
}

.blog-index__post img, .blog-index__post--large img {
    max-width: 100vw !important;
    max-height:500px !important;
  }

.blog-post__tags {
    display: flex;
    gap: .75rem;
    flex-wrap: wrap;
  
}

.blog-post__author {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 2rem;
}
  
.blog-post__author-name {
    color: inherit;
    text-decoration: none;
}
  .blog-post__author-image {
     border-radius: 50%;
		height:50px !important;
}

[data-theme="light"] body .body-container--blog-index article p {
    color: #fff;
}
  
.blog-post h1 {
    font-size: clamp(1.5625rem, 0.5208rem + 4.6296vw, 3.125rem) !important;
    line-height: clamp(2.5rem, 1.875rem + 2.7778vw, 3.4375rem) !important;
    text-align: left;
}
  
  .hs-form-4e9a2446-9166-40f9-9ee3-c5226ca4b861 .hs-form__legal-consent .hs-form__field__label {
    color: #000 !important;
}
  
  .hs-field-desc {
    display: block !important;
}
  
  .hs-field-desc {
    display: block;
    min-height: 20px;  /* adjust as needed */
}
  
  .hs-form-booleancheckbox input[type="checkbox"] {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
}

.hs-input[type="checkbox"],
#LEGAL_CONSENT\.subscription_type_357850989-4e9a2446-9166-40f9-9ee3-c5226ca4b861_8318 {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
    position: relative !important;
    width: 15px !important;
    height: 15px !important;
    margin-right: 5px !important;
    pointer-events: auto !important;
    clip: auto !important;
    clip-path: none !important;
}

input[type="checkbox"] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
}



.section_form_query_container {
  padding:1rem 2rem 3rem;
  background: var(--cpx-light);
}
.section_form_query_info {
  padding:2rem;
  background: var(--cpx-yellow);
}
.section_form_query_success {
  margin:1rem 0 0 0;
  padding:1rem;
  color: var(--cpx-white);
  background: var(--cpx-green);
}
.section_form_query_error {
  padding:1rem;
  color: var(--cpx-white);
  background: var(--cpx-red);
}
.section_exhibition-qr svg {
  width:100%;
  height:auto;
}
.legal-consent-container a {
  border-bottom:1px solid var(--cpx-primary)
}
.section_form .input,
.section_form .hs-fieldtype-checkbox label
.section_form .hs-fieldtype-radio label,
.section_form .hs-richtext p,
.section_form .hs-richtext {
  margin:0!important;
}
.section_forms .legal-consent-container p {
  font-size:1.4rem
}
.section_forms .legal-consent-container label span {
  font-size:1.4rem;
  padding-top: 0.4rem;
}
.section_form .hs-form-field,
.section_form .legal-consent-container > div:not(:last-child) {
  position:relative;
}
.section_form .hs-fieldtype-radio .inputs-list>li, .section_form .hs-dependent-field {
  margin:8px 0 0 0!important;
}
.section_form .hs-fieldtype-radio .input ul.inputs-list,
.section_form .hs-fieldtype-checkbox .input ul.inputs-list,
.section_form .hs-fieldtype-booleancheckbox .input ul.inputs-list {
  margin-bottom:30px;
}
.section_form .hs-error-msgs {
  position:absolute;
  bottom:8px;
}
.section_form .hs-fieldtype-booleancheckbox .hs-error-msgs {
  position:absolute;
  bottom:-20px;
}
.section_form input[type=text],
.section_form input[type=search],
.section_form input[type=email],
.section_form input[type=password],
.section_form input[type=tel],
.section_form input[type=date],
.section_form input[type=number],
.section_form input[type=file],
.section_form select,
.section_form textarea {
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom:1px solid #706F6F;
  -webkit-appearance: none;
  margin-bottom:30px;
  padding: 10px 6px 10px 6px;
}
.section_form input[type=text]:focus-visible,
.section_form input[type=search]:focus-visible,
.section_form input[type=email]:focus-visible,
.section_form input[type=password]:focus-visible,
.section_form input[type=tel]:focus-visible,
.section_form input[type=date]:focus-visible,
.section_form input[type=number]:focus-visible,
.section_form input[type=file]:focus-visible,
.section_form textarea:focus-visible {
  padding: 10px 6px 9px 6px;
  border-bottom: 2px solid var(--cpx-primary);
}
.section_form .hs-dateinput:before {
  right:10px;
  bottom:-8px;
  font-size:20px;
}
.section_form .tab {
  overflow: hidden;
  display: flex;
  gap: 1rem;
  margin-bottom:1rem;
}
.section_form .tab button {
  font-size:2rem;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0.5rem 1.5rem;
  transition: 0.3s;
}
.section_form .tabcontent {
  display: none;
  padding: 1.5rem 1rem 2rem 1rem;
  border: 1px solid var(--cpx-secondary);
  animation: fadeEffect 1s;
}
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}


#hs_cos_wrapper_widget_1721643476089 .hs-error-msg {
    color: #E06667 !important;
    border: 2px solid;
    padding: 5px;
    max-width: 330px;
    margin-left: 40px;
    transform: translateY(-5px);
}

.hsBlogPostAuthorImage_1hg5v_122 {
 height: 50px !important;
	border-radius:50% !important;
}


._hsBlogPostAuthorImageWrapper_1hg5v_122 {
height: auto;
margin-right: .5rem;
max-height: 50px !important;
}


._hsBlogPostAuthor_1hg5v_117 {
color: #fff !important;
text-decoration:none !important;
}


[data-theme="dark"] .body-container--blog-index a:hover, a:focus {
  font-weight: normal;
  text-decoration: underline;
  font-family: Lato, sans-serif;
  font-style: normal;
  color: #313131 !important;
  text-decoration: none;
}


[data-theme="light"] .body-container--blog-index a:hover, a:focus {
  font-weight: normal;
  text-decoration: underline;
  font-family: Lato, sans-serif;
  font-style: normal;
  color: #fff;
  text-decoration: none;
}



.body-container--blog-index .block a {
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
    border-radius: 50vw !important;
    border: 1px solid #fff;
    padding: 0px 20px;
    background: #fff;
    font-size: 15px;
    display: block;
    display: inline-block;
    width: fit-content;
    color: #313131;
}

.body-container--blog-index .block a .filter-expand-link {
    margin-top:1rem;
    left:50%;
	  position:relative;
}

.body-container--blog-index .block .widget-module ul  {
    display: flex;
	  gap: 0.75rem;
	  justify-content:center;
	  padding:0;
	  margin:0;
	  flex-wrap:wrap;
}
.body-container--blog-index .block .widget-module ul li  {
    list-style:none;
	  min-width:fit-content;
}

a.filter-expand-link {
    left: 50%;
    position: relative;
	transform: translate(-50%, 0px);
}


[data-theme="dark"] .body-container--blog-index a:hover, a:focus {
  font-weight: normal;
  text-decoration: underline;
  font-family: Lato, sans-serif;
  font-style: normal;
  color: #313131 !important;
  text-decoration: none;
}

[data-theme="dark"] form input[type=password] {
    color: #fff !important;
}

[data-theme="light"] form input[type=password] {
    color: #fff !important;
}
[data-theme="light"] .systems-page p {
    color: #fff;
}

option {
  background-color: #fff;
  color: #000;
}

[data-theme="dark"] .hs-language-switcher__menu {
	max-width:115px !important;
}


[data-theme="dark"] form input[type=text], [data-theme="dark"] form input[type=email] , [data-theme="dark"] form input[type=tel] , [data-theme="dark"] form textarea  {
  color: #fff !important;
}


[data-theme="dark"] form input[type=file]  {
  color: #fff !important;
}