/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */




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

body, p, table, form, a, h1, h2, h3, h4, h5, h6, li, ul { font-family: "Encode Sans", sans-serif; }


/*
.section-padding,
.dnd-section {
  padding-top: 40px;
  padding-bottom: 56.0px;
}
*/

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #2d373b;
}
.page-center {
  max-width: 1440px;
}












html {
  font-size: 18px;
}


body {
  color: rgba(34, 34, 34, 1.0) ;
  font-family: Encode Sans;
  font-weight: normal;
  font-size: 18px;
}

p {
  font-family: Encode Sans;
  font-weight: 400;
  line-height: 150%;  
}

a {
  font-family: Encode Sans;
  color: rgba(101, 146, 45, 1.0);
  cursor: pointer;
}

a:hover,
a:focus {
  color: rgba(134, 188, 37, 1.0) ;
}

a:active {
  color: rgba(134, 188, 37, 1.0) ;
}



h1 {  
  font-family: Encode Sans;
  font-size: 50px;
  font-weight: 500;
  line-height:120%;
  color: #004E86 ;
}


h2 { 
  font-family: Encode Sans;
  font-size: 40px;
  font-weight: 500;
  color: #004E86 ;
  line-height:120%;
}

h3 {  
  font-family: Encode Sans;
  font-size: 30px;
  font-weight: 500;
  color: #004E86 ;
  line-height:120%;
}

h4 {

  font-family: Encode Sans;
  font-size: 20px;
  font-weight:500;
  color: #004E86 ;
  line-height:120%;
}

h5 {
  color: var(--primary-color);  
  font-family: Encode Sans;
  font-size: 18px;
  font-weight: 500;
  color: #004E86;
}

h6 {
  color: var(--primary-color);  
  font-family: Encode Sans;
  font-size: 18px;
  font-weight: 500;
  line-height:120%;
  color: #222222 ;
}

h2+h3 {
  font-size:23px;
  line-height:130% ;
  color: #222222 ;
  font-weight:normal;
}

@media (max-width: 900px) {
 
  .hs-hero h1 {
        font-size: 32px;
      }
        .hs-hero h2 {
        font-size: 28px ;
        padding-top:0px !important;
        padding-bottom:0px !important;

      }

    h1 {
       font-size:32px;
    }

    h2 {
       font-size:28px;
    }

    h3 {
       font-size:24px;
    }

    h2+h3 {
      font-size:20px;
    }

    h4 {
       font-size:20px;

    }

}


blockquote {
  border-left: 10px solid #2d373b;;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0);
  font-family: Encode Sans;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: var(--primary-color);
}

a.hs-button.large.primary,
.btn,
.hs-button,
.button--primary {
  background-color: var(--primary-color) ;
  border-color: var(--primary-color);
  border-radius: 8px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

a.hs-button.large.primary:hover,
a.hs-button.large.primary:focus,
.btn:focus,
.btn:hover,
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: var(--hover-primary-color) ;
  border-color: var(--hover-primary-color);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(85, 85, 85, 1.0);
}

.hs-form legend {
  color: rgba(85, 85, 85, 1.0);
}

input.hs-search-field__input,
input#hs-pwd-widget-password,
form input,
form select,
form textarea,
.hs-input {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
  color:#555555;
  border-radius:0x;
}


input.hs-search-field__input:focus,
input#hs-pwd-widget-password:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: rgba(255, 255, 255, 1);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: ;
}

.hs-richtext {
  font-size: 12px !important;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Encode Sans;
}

.fn-date-picker td.is-today .pika-button {
  color: rgba(34, 34, 34, 1.0);
}

.fn-date-picker td.is-selected .pika-button {
  background:  rgba(34, 34, 34, 1.0);
}

.fn-date-picker td .pika-button:hover {
  background-color: #2d373b;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(34, 34, 34, 1.0);
  color: rgba(34, 34, 34, 1.0);
}

thead th,
thead td {
  background-color: rgba(34, 34, 34, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(34, 34, 34, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(34, 34, 34, 1.0);
}







.header__container {
  max-width: 1440px;
}


body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(#null, 0.0);
  
}



body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.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: rgba(#null, 0.0);
}


body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(#null, 0.0);
}

body .custom-menu-primary .submenu.level-1 > li {
  background-color:rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(#null, 0.0);
}


body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(#null, 0.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(#null, 0.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: rgba(#null, 0.0);
}


body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(#null, 0.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: rgba(#null, 0.0);
  color: rgba(#null, 0.0);
}


body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: rgba(#null, 0.0);
  background-color:rgba(#null, 0.0);
}


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

.header__language-switcher-label-current:after {
  border-top-color: rgba(#null, 0.0);
}

.header-main{
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(241, 241, 241, 1.0);
}

.h_srch form input:focus,
.h_srch form input{
  background-color: var(--primary-color);
  color: rgba(255, 255, 255, 1.0);
  border-color: var(--primary-color));
}

.h_srch form input:focus{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

@media(min-width:992px){

  /*------HEADER TOP-------*/
  .srch-trigger-wrap a,
  .header-link a{
    color: rgba(255, 255, 255, 1.0);
  }

  .srch-trigger-wrap a:hover,
  .header-link a:hover{
    color: rgba(255, 255, 255, 1.0);
  }

  /*------HEADER BOTTOM-------*/

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-depth-1.active-branch > a, 
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-depth-1.active > a{
    color: rgba(101, 146, 45, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-depth-1:hover > a {
    background-color: rgba(255, 255, 255, 0.0);
    color: var(--primary-color);
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-depth-1 > ul{
    background-color: rgba(255, 255, 255, 1.0);
    border-color: rgba(238, 238, 238, 1.0);
  }

  /*----- level 2 ----*/

  .custom-menu-primary .hs-menu-wrapper > ul  li.hs-menu-depth-2 > a{
    color: rgba(101, 146, 45, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul  li.hs-menu-depth-2 > a:hover {
    background-color: rgba(241, 241, 241, 1.0);
    color: var(--primary-color);
  }

  .custom-menu-primary .hs-menu-wrapper > ul  li.hs-menu-depth-2.active-branch > a, 
  .custom-menu-primary .hs-menu-wrapper > ul  li.hs-menu-depth-2.active > a{
    color: rgba(101, 146, 45, 1.0);
    background-color: rgba(255, 255, 255, 1.0);
  }

  /*----- level 3 ----*/
  .custom-menu-primary .hs-menu-wrapper  ul > li.hs-menu-depth-2 > ul{
    background-color: rgba(#null, 0.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul  li.hs-menu-depth-5 > a,
  .custom-menu-primary .hs-menu-wrapper > ul  li.hs-menu-depth-3:first-child > a{
    color: rgba(#null, 0.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul  li.hs-menu-depth-3:first-child li.hs-menu-depth-4 > a{
    color: rgba(#null, 0.0);
  }

  /*----- level 4 ----*/

  .custom-menu-primary .hs-menu-wrapper > ul  li.hs-menu-depth-6 > a{
    color: rgba(#null, 0.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul  li.hs-menu-depth-6 > a:hover{
    color: rgba(#null, 0.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul  li.hs-menu-depth-6.active > a:hover{
    color: rgba(#null, 0.0);
  }

  /*==========*/

  .header__language-switcher--label-current{
    color: rgba(34, 34, 34, 1.0);
  }


  .header__language-switcher--label ul.lang_list_class{
    background-color: rgba(255, 255, 255, 1.0);
    border-color: rgba(241, 241, 241, 1.0);
  }

  .header__language-switcher--label ul.lang_list_class li > a{
    color: rgba(34, 34, 34, 1.0);
  }

  .header__language-switcher--label ul.lang_list_class li:hover > a{
    color: var(--primary-color);
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: rgba(241, 241, 241, 1.0);
  }
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(#null, 0.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(#null, 0.0);
  }
}




.footer,
.footer .socialmenu_wrap:after,
.footer-top,
.socialmenu_wrap .tab-links_wrap,
.footer-bottom {
  background-color: rgba(45, 55, 59, 1.0);
}

.footer__container {
  max-width: 1440px;
}

.footer .footer_links a{
  color: rgba(204, 209, 212, 1.0);
}

.footer .footer_links a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.footer_copyright{
  color: rgba(204, 209, 212, 1.0);
}

.footer_spacer .spacer {
  border-color: rgba(135, 146, 152, 1.0);
}





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

.blog-post__date {
  border-color: ;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: ;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: ;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: ;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #222222;
}

.blog-pagination__link {
  color: ;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #222222;
}

.blog-post__title {
  color: ;
  font-family:Encode Sans;
  font-size: px;
  font-weight: ;
}

.blog-post__author {
  background-color: #2d373b;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
  background-color: rgb(#null);
}

.hs-blog-listing,
.hs-blog-post {
  background-color: ;
}

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__tag-link:hover{
  color: #86bc25;
}

.blog-post__read-more svg {
  fill: ;
}

.blog-post__read-more a:hover svg {
  fill: #86bc25;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-sidebar a {
  color: ;
}

.blog-sidebar a:hover {
  color: #86bc25;
}

.blog__subscription-block {
  background-color: rgb(#null);
}

.post-featured-image {
  max-height: px;
}

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

.blog-post__meta a {
  color: ;
}

.blog-post__body, .blog-post__tags a {
  color: ;
}

.blog-post__meta a:hover {
  color: #86bc25
}

.blog-post__links {
  border-top:  2px solid rgb(#null);
}

.blog-post__back-to-blog {
  color: ;
}

.blog-post__back-to-blog:hover {
  color: #86bc25;
}

.blog-post__back-to-blog svg {
  fill: ;
}

a.blog-post__back-to-blog:hover svg {
  fill: #86bc25;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(#null);
}

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}










body .icon svg {
  fill: #222222;
}

body .tns-nav button.tns-nav-active {
  background-color: #222222;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #222222;
}

body .social-links__icon {
  background-color: #222222;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #2d373b;
}

.page-center {
  max-width: 1440px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}






ul>li.hs-menu-depth-2>ul {
    left: 100%;
    position: absolute;
    background: #ffffff;
    width: 200px;
    top: 0;
    display: none;
    padding: 20px 0 15px 0;
    border: solid #eee;
    border-width: 0 1px 1px 0;
}

li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover ul {
    display: block;
}

div.sbsc-form-wrap {
   background-size: cover!important; 
}

.hs-menu-wrapper>ul li.hs-menu-depth-2.active>a:hover {
    background-color: rgba(238,238,238,1.0);
    color: rgba(0,78,134,1.0);
}
li.hs-menu-depth-3 a {
  font-weight: normal;
}
li.hs-menu-depth-3 a:hover {
  background-color: rgba(238,238,238,1.0);
  color: rgba(0,78,134,1.0);
}

/* Pop-up Form Top Header */
.leadinModal .leadin-preview-wrapper {
    max-width: 1100px !important;
}
  
/* Smaller Form-Disclaimer */
.legal-consent-container p {
font-size: 10px;
}

/* Homepage Company Figures */
div.company-figures table tr {
  border-bottom: 1px solid #cccccc;
}

/* Highlights with icons */
ul.icon_row li.icon_list .icon.img span {
  background-repeat: no-repeat;
}

/* New Footer Social Links */
.sociallinks.share {
float: left;
    list-style: none;
    padding-left: 0;
}
ul.sociallinks.share li {
    float: left;
    padding: 1px 15px 15px 15px;
}
ul.sociallinks.share a {
    color: #fff;
    font-size: 1.2em;
}
ul.sociallinks.share a:hover {
    color: #222222;
    font-size: 1.2em;
}


@media(max-width:1299px){
  .content-wrapper,
  .footer__container,
  .header__container,
  .page-center,
  .dnd-section > .row-fluid{
    max-width: 1347.8400000000001px;
  }
}

@media(max-width:1199px){

  .content-wrapper,
  .footer__container,
  .header__container,
  .page-center,
  .dnd-section > .row-fluid{
    max-width: 1117.44px;
  }

  .section-padding,
  .dnd-section {
    padding-top: 32.0px;
    padding-bottom: 48.0px;
  }

}


@media(max-width:991px){ 
  .content-wrapper,
  .footer__container,
  .header__container,
  .page-center,
  .dnd-section > .row-fluid{
    max-width: 864.0px;
  }
  .boxesContainer .cardBox {
    margin-left: 2.8%;
    margin-top: 3%;
    width: 46%;
  }
  .boxesContainer .card {
    height: 285px;
  }
  .boxesContainer .cardBox:last-child {
    margin-bottom: 3%;
  }

  h1 {
  font-size: 34px !important;
 }
   h2 {
  font-size: 28px !important;
    }
   h3 {
  font-size: 26px;
    }
   h4 {
  font-size: 22px;
    }
   h5 {
  font-size: 20px ;
    }
   h6 {
  font-size: 18px;
    }
  h2+h3 {
   font-size: 22px;
  }
}

}

@media(max-width:767px){


  .banner .mobile-img img, .banner.image_add.no_contnt .bannr-img>img {
    max-width: 100%!important;
    height: auto!important;
  }
}





.header-wrapper {
  padding-top: 0px;
}
/* Topnavigation anpassen */
.header-top {
    background-color:#003254;
}

/* Language Switcher */
.header__language-switcher--label-current:before {
    background-image: none;
    font-family: 'FontAwesome';
    content: '\f0ac';
    text-indent: 0;
    margin-top: 8px;
    color: #fff;
}
.header__language-switcher--label-current {
    color: #fff;
}

/* MA Hero Titel */
.hs-hero a.cta_button {
    margin-bottom: 10px;
}

/* Parallax anpassen */
.hs-hero__content main {
    font-size: 1em!important;
}

/* Padding der ersten Section entfernen */
.section-padding:first-child, main.cm-lay {
padding-top: 0;
}

/* Linkfarben und Buttons anpassen */
a:link {color: #003254;}
a.btn:link, a.srch_tigger:link, a.hs-button:link, .header-link ul>li>a {color: #ffffff;}

.references-post-slider h2 a { color: var(--primary-color) !important; }

a.hs-button.large.primary, .btn, .hs-button, .button--primary {
    background-color: #004E86;
    border-color: #004E86;
    text-decoration: none !important;
}

a.hs-button.large.primary:hover, a.hs-button.large.primary:focus, .btn:focus, .btn:hover, .hs-button:hover, .hs-button:focus, .button--primary:hover, .button--primary:focus {
    background-color: #65922d;
    border-color: #65922d;
    text-decoration: none !important;
}

/* Referenzen */
.references-post-testimonial-wrapper {
  background: rgba(134,196,0,1.0);
  color: #fff;
  font-size: 22px;
  line-height: 1.2em;
}

/* Filterbar anpassen */
.events-listing-wrapper .filterbar.sticky {
 z-index: 2!important; 
}

/* Footer anpassen */

.mobile-meta {
 display:none!important; 
}

.f_contact-wrap {
 display: block; 
}

/*  Fomularanpassungen */

form input, form select, form textarea, .hs-input {
  padding-left: 6px;
  padding-right:6px;
}

/* Anpassungen neues CI */
  body {
	font-family: 'Encode Sans', sans-serif !important;
	font-size: 18px;
  	font-weight:normal;
  	color: #222222;
    line-height: 150%;
}
  h1, h2, h3, h4, h5, h6, p, ul, li, a, table, tr, td, .hs-hero h1, .hs-button {
 	font-family: 'Encode Sans', sans-serif !important;   
    }

 .enlg .b_sider-wrap h2 {
  	color: #004E86;
   	font-size:32px;
	} 
  
 .button-module-module_1606717778859 .button-module-item > a {
    font-size: 16px;
  }
  .card .back a {
  	background: #222222;
  	color: #fff;
    font-size:16px !important;
    text-align:center;
}
  .card .back {
    font-size:18px !important;
    text-align:center;
}
  a, a:link {
    color:#222222;
    font-weight:normal;
  }
  a:hover, a:focus {
    color:#222222;
    font-weight:normal;
    text-decoration:underline;
  }
  
 a.hs-button.large.primary, .btn, .hs-button, .button--primary, .cta_button {
  background-color: #222222;
  border-color: #222222;
}


a.button-teaser-link.btn-no1:hover, a.button-teaser-link.btn-no2:hover,a.button-teaser-link.btn-no3:hover,a.button-teaser-link.btn-no4:hover  {
  background-color: var(--hover-primary-color);
  color: #FFFFFF;
  text-decoration: none !important;
}

  .alert_sec .hs_cos_wrapper_type_rich_text p a {
  font-size: 100%;
}
  
 .btn, .hs-button {
   font-size: 18px !important;
  }
a.hs-button.large.primary, .btn, .hs-button, .button--primary {
  background-color: #222222;
  border-color: #222222;
  border-radius: 8px;
  border-width: 0px;
  color: rgba(255,255,255,1.0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 25px;
}

  .references-post-slider h2 a {
  	color: #003254;
}

/* ENDE LAYOUTANPASSUNGEN */

.teaser_box-box {
  border-radius: 0px;
  }
  
.testimonial-slider__slide-meta {
  padding-left: 20px;
}

.references-slider-wrapper h2 {
  text-align: center;
  color: var(--primary-color);
}

.b_sider-wrap h2 {
 /* color: var(--primary-color); */
  text-align: center;
}

h3.testimonial-slider__slide-name {
  color: var(--primary-color);
}

.testimonial-slider__inner-slide {
  background: #f1f1f1 ;
}

.references-listing-wrapper, .events-listing-wrapper {
  background: #f1f1f1;
}


.req_broch-wrapper h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400 !important;
 font-size: 22px;
}

.hs-button:hover {
  text-decoration: none;
 }

.events-listing-wrapper .refbox h3 {
  font-size: 15px;
  font-weight: 400;
  color: #003254;
}

.pagelist.teaser .btn.popup {
 margin-top: 25px;
}

.modal-form-inner {
  padding:20px
}

.testimonial-slider__inner-slide::before {
  color: var(--primary-color);

}

@media (max-width: 1199px) {
  .header-wrapper {
  padding-top: -25px;
}

}


@media (max-width: 767px) {
	#hs-hero-widget_1643632705332.hs-hero {
	    height: auto;
    	padding-top: 50px!important;
    	padding-bottom: 50px!important;
	}
 .references-post-body {
   margin-top:30px;
  }
 
}

/* ===== Animation controls ====== */ 

.hs-menu-children-wrapper {
    transition: display 0.8s ease-in-out; 
}

/* Fade in every row of the theme */
 /* .row-depth-1 {
    opacity: 0.5;
    transition: opacity 1s ease-in-out;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .row-depth-1.onScreen {
    opacity: 1;
  } */

img:not([src$=".svg"]),
iframe,
.hoverShadow {
  transform: scale(0.9);
  transition: transform 0.2s ease-in-out;
}

img.onScreen:not([src$=".svg"]),
iframe.onScreen,
form.onScreen,
.hoverShadow.onScreen {
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}


/* Hover effect */ 
  .hoverShadow,
  .teaser_box-box,
  .inner,
  .testimonial-slider__inner-slide,
  .cta_button,
  .widget-type-form,
  .oembed_custom-thumbnail,
  iframe,
  img:not([src$=".svg"]) {
    transition: box-shadow 0.5s;  
  }

  .hoverShadow:hover,
  .teaser_box-box:hover,
  .inner:hover,
  .testimonial-slider__inner-slide:hover,
  .cta_button:hover,
  .widget-type-form:hover,
  .oembed_custom-thumbnail:hover,
  iframe:hover {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  }

  .dontHover {
    box-shadow: none !important;  
  }

  .standardRadius,
  .hs_cos_wrapper_type_form,
  .testimonial-slider__inner-slide,
  .oembed_custom-thumbnail,
  .widget-type-form,
  .teaser_box-box,
  .inner,
  iframe,
  img:not([src$=".svg"]) {
    border-radius: 8px;   
  }

.greyBackground {
  background-color: rgba(227, 233, 236, 1); 
}
/* Image Slider */
.splide__toggle {
  display:none !important;
}

/* Flickity Custom CSS */
.flickity-prev-next-button.next {
    right: -25px !important;
}
.flickity-prev-next-button.previous {
    left: -25px !important;
}

.f_contact-wrap span.flagtrigr {
    background-size: auto !important;
}