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

/* Test */


@charset "UTF-8";
/* CSS Document */
/* encode-sans-200 - latin */

@font-face { 
  font-family: "Source Sans Pro"; 
  src:  url("https://f.hubspotusercontent20.net/hubfs/5039277/ProAlpha ESM v1-0/fonts/source-sans-pro-v13-latin-regular.eot?#iefix") format("embedded-opentype"), 
    url(//5039277.fs1.hubspotusercontent-na1.net/hubfs/5039277/raw_assets/public/ProAlpha%20ESM%20v1-0/fonts/source-sans-pro-v13-latin-regular.woff2) format("woff2"), 
      url(//5039277.fs1.hubspotusercontent-na1.net/hubfs/5039277/raw_assets/public/ProAlpha%20ESM%20v1-0/fonts/source-sans-pro-v13-latin-regular.woff) format("woff"),
        url(//5039277.fs1.hubspotusercontent-na1.net/hubfs/5039277/raw_assets/public/ProAlpha%20ESM%20v1-0/fonts/source-sans-pro-v13-latin-regular.ttf) format("truetype");
          font-style: normal; 
          font-weight: 400;
          font-display: swap;
}


@font-face { 
  font-family: "Source Sans Pro";
  src:  url("https://f.hubspotusercontent20.net/hubfs/5039277/ProAlpha ESM v1-0/fonts/source-sans-pro-v13-latin-600.eot?#iefix") format("embedded-opentype"),
    url(//5039277.fs1.hubspotusercontent-na1.net/hubfs/5039277/raw_assets/public/ProAlpha%20ESM%20v1-0/fonts/source-sans-pro-v13-latin-600.woff2) format("woff2"),
      url(//5039277.fs1.hubspotusercontent-na1.net/hubfs/5039277/raw_assets/public/ProAlpha%20ESM%20v1-0/fonts/source-sans-pro-v13-latin-600.woff) format("woff"),
        url(//5039277.fs1.hubspotusercontent-na1.net/hubfs/5039277/raw_assets/public/ProAlpha%20ESM%20v1-0/fonts/source-sans-pro-v13-latin-600.ttf) format("truetype");
          font-style: normal; 
          font-weight: 600;
          font-display: swap;
}
















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

.section-padding,
.dnd-section {
  padding-top: 50px;
  padding-bottom: 70.0px;
}

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




html {
  font-size: 16;
}


body {
  color: rgba(0, 0, 0, 1.0) ;
  font-family: Source Sans Pro;
  font-weight: 400;
  font-size: 16px;
}

p {
  font-family: Source Sans Pro;
  font-weight: 400
}

a {
  font-family: Source Sans Pro;
  color: rgba(167, 173, 50, 1.0);
  cursor: pointer;
}

a:hover,
a:focus {
  color: rgba(130, 135, 39, 1.0) ;
}

a:active {
  color: rgba(130, 135, 39, 1.0) ;
}



h1 {
  color: rgba(0, 78, 134, 1.0) ;  
  font-family: Source Sans Pro;
  font-size: 30px;
  font-weight: 400;
}


h2 {
  color: rgba(85, 85, 85, 1.0) ;  
  font-family: Source Sans Pro;
  font-size: 22px;
  font-weight: 400;
}

h3 {
  color: rgba(85, 85, 85, 1.0) ;  
  font-family: Source Sans Pro;
  font-size: 22px;
  font-weight: 400;
}

h4 {
  color: rgba(0, 78, 134, 1.0) ;  
  font-family: Source Sans Pro;
  font-size: 19px;
  font-weight: 400;
}

h5 {
  color: rgba(85, 85, 85, 1.0) ;  
  font-family: Source Sans Pro;
  font-size: 16px;
  font-weight: 600;
}

h6 {
  color: rgba(85, 85, 85, 1.0) ;  
  font-family: Source Sans Pro;
  font-size: 12px;
  font-weight: 500;
}



@media (max-width: 1023px) and (min-width: 768px){

  h1 {
    font-size: 27.9999999999px;
  }

  h3 {
    font-size: 18.999999999859998px;
  }
}

@media (max-width: 767px) {

  h1 {
    font-size: 21.999999999899998px;
  }
  h2,h3 {
    font-size: 18.999999999859998px;
  }
  h4 {
    font-size: 16.9999999999px;
  }
  h5 {
    font-size: 17.0px;
  }

}


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





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

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 78, 134, 1.0);
}

a.hs-button.large.primary,
.btn,
.hs-button,
.button--primary {
  background-color: rgba(179, 186, 54, 1.0);
  border-color: rgba(179, 186, 54, 1.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
}

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: rgba(167, 173, 50, 1.0);
  border-color: rgba(167, 173, 50, 1.0);
  color: rgba(255, 255, 255, 1.0);

}

.hs-button:active,
.button--primary:active {
  background-color: rgba(219, 226, 94, 1.0);
  border-color: rgba(219, 226, 94, 1.0);
  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: rgba(85, 85, 85, 1.0);
  border-radius: 0px;
}


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: rgba(0, 78, 134, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.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: #000000;
}

.hs-richtext {
  font-size: 16;
}

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

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

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

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





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: 1250px;
}


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: Source Sans Pro;
}

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

.header-top{
  background-color: rgba(238, 238, 238, 1.0);
}

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

.h_srch form input:focus,
.h_srch form input{
  background-color: rgba(0, 78, 134, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(0, 78, 134, 1.0);
}

.h_srch form input:focus{
  background-color: rgba(0, 78, 134, 1.0);
  border-color: rgba(0, 78, 134, 1.0);
}

@media(min-width:992px){

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

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

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

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a{
    color: rgba(119, 119, 119, 1.0);
  }


  .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(119, 119, 119, 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: rgba(0, 78, 134, 1.0);
  }


  .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(119, 119, 119, 1.0);
  }

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

  .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(119, 119, 119, 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(119, 119, 119, 1.0);
  }


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

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

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

  .header__language-switcher .lang_list_class li:hover{
    background-color: rgba(238, 238, 238, 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,
.footer-bottom {
  background-color: rgba(115, 127, 135, 1.0);
}

.footer__container {
  max-width: 1250px;
}

.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: 1250px;
}

.blog-post__date {
  border-color: #000000;
}

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

.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: #000000;
}

.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: #282828;
}

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

.blog-pagination__link {
  color: #000000;
}

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

.blog-post__title {
  color: #555555;
  font-family:Source Sans Pro;
  font-size: 22px;
  font-weight: ;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#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: #828727;
}

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

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

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

.blog-sidebar a {
  color: #000000;
}

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

.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: #000000;
}

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

.blog-post__meta a:hover {
  color: #828727
}

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

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

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

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

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

.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: #555555;
}

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

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

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

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: #F8FAFC;
}

.page-center {
  max-width: 1250px;
  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);
}

/* Hero Form */

.hero-form input {
    padding: 3px 5px;
}
.hero-form label {
    color: #ffffff;
}
.hero-form form input:focus, .hero-form .hs-input:focus {
    border-color: transparent;
    color: #222222;
    background-color: #ffffff;
}
.hero-form .legal-consent-container p {
    font-size: 11px;
    color: #fff;
}


/* 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 {
    font-size: 1.2em;
}

/* Farbanpassung */

a {
  color: #86bc25;
  font-weight: normal !important;
}
a:hover, a:focus {
  color: #86bc25;
  text-decoration: underline;
}
a.hs-button.large.primary,
a.btn,
.hs-button,
.button--primary {
  background-color: #86bc25 !important;
  text-decoration: none !important;
}
a.hs-button.large.primary:hover,
a.hs-button.large.primary:focus,
a.btn:hover,
a.btn:focus,
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #65922d !important;
}

.events-listing-wrapper .bootstrap-select.form-control .btn {
  color: #86bc25;
}

body .icon svg {
  fill: #86bc25 !important;
}

.cont_card-wrapper p.contact > span {
  color: #86bc25 !important;
}

.hs-accordion__item[aria-expanded="true"] button {
  color: #86bc25 !important;
  border-bottom-color: #86bc25 !important;
}

.hs-accordion__item button:hover {
    color: #86bc25 !important;
}

.testimonial-slider__inner-slide:before {
    color: #004e86 !important;
}


/* ENDE Farbanpassung */

.slick-arrow::before {
  background-size: auto !important;
}

.b_sider-wrap .b_item a.news-link {
  height: 270px !important;
  border-top: none !important;
}

.unt-page .cm-support-services .listitem .span8 > .container-fluid h3 a:hover {
  color: #86bc25 !important;
}

/* footer _logos */

.footer-logos {
  background-color: #2e353d;
  padding-top:20px;
  padding-bottom:20px;
}

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

@media(max-width:1199px){

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

  .section-padding,
  .dnd-section {
    padding-top: 40.0px;
    padding-bottom: 60.0px;
  }

}


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


@media (min-width: 768px){

  h1 + h2 {
    font-size: 18.999999999859998px;
  }

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

@media(max-width:767px){

  h1 {
    font-weight: 600.0;
  }
  h2 {
    font-weight: 600.0;
  }
  h3 {
    font-weight: 600.0;
  }
  h4 {
    font-weight: 600.0;
  }
  h5 {
    font-weight: 900.0;
  }
  h6 {
    font-weight: 750.0;
  }

  h1 + h2 {
    font-size: 16.99999999984px;
  }

  h2 + h3 {
    font-size: 16.99999999984px;
  }
  
  .banner .mobile-img img, .banner.image_add.no_contnt .bannr-img>img {
    max-width: 100%!important;
    height: auto!important;
  }
  
  .socialmenu_wrap .tab-links_wrap, .tab-links_wrap.mmetanav {
    background: #86bc25 !important;
  }
}