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


/* CookieBot */
/* Disable CookieBot branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none !important;
}
/* Disable CookieBot branding on the widget */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none !important;
}


/* Test */



/* jebou */
img {
  display:inline-block ;
  max-width:100% ;
  height:auto ;
}
















































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

.dnd-section {
  padding-bottom: 40px;
  padding-top: 40px;
}

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




html {
  font-size: 16px;
}

body {
  color: #000000;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
}



a {
  color: rgba(0, 184, 228, 1.0);
  cursor: pointer;

}

a:hover,
a:focus {
  color: rgba(28, 28, 28, 1.0);
}

a:active {
  color: rgba(40, 224, 255, 0.0);
}

h1 {
  color: #6D6E71;
  font-family: Open Sans;
  font-size: 32px;
  font-weight: 300;
}

@media(max-width: 767px) {
  h1 {
    font-size: 27.2px;
  }
}

h2 {
  color: #6D6E71;
  font-family: Open Sans;
  font-size: 26px;
  font-weight: 300;
}

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

h3 {
  color: #6D6E71;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 300;
}

@media(max-width: 767px) {
  h3 {
    font-size: 20.4px;
  }
}

h4 {
  color: #6D6E71;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 300;
}

@media(max-width: 767px) {
  h4 {
    font-size: 17.0px;
  }
}

h5 {
  color: #6D6E71;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 300;
}

h6 {
  color: #6D6E71;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 300;
}


iframe {
  max-width:100% ;
  border:none ;
}





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

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

.hs-button,
.button--primary {
  font-family:"Open Sans", sans-serif;
  font-size:14px;
  text-shadow:none ;
  background-color: rgba(0, 58, 120, 1.0);
  border-color: rgba(0, 58, 120, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-radius: 4px;
  border-width: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(0, 184, 228, 1.0);
  border-color: rgba(0, 58, 120, 1.0);
  color: rgba(255, 255, 255, 1.0);

}

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

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

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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(203, 214, 226, 1.0);
  border-radius: 3px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
}

.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: Open Sans;
}

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

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

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





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

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

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

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






.header__container {
  max-width: 1140px;
}

.header-group {
  border-top-color: 
}



@media (min-width:1145px){
  .header-group , .header-main-menu-area{
    background-color: rgba(255, 255, 255, 1.0);
  }
  .header-main-menu-area .hs-menu-wrapper>ul>li > a {
    color: rgba(0, 58, 120, 1.0);
  }
 
  .header-main-menu-area .hs-menu-wrapper>ul>li:hover>a{
    color: rgba(255, 255, 255, 1.0) !important;
  }
  
   .header-main-menu-area .hs-menu-wrapper>ul>li>a:hover{
    color: rgba(0, 184, 228, 1.0) !important;
  }
  
  .header-main-menu-area .hs-menu-wrapper>ul>li:hover{
    background-color: rgba(0, 58, 120, 1.0);
  }
  .header-main-menu-area .hs-menu-wrapper>ul>li.active > a {
    color: rgba(0, 58, 120, 1.0) ;
    background-color: rgba(255, 255, 255, 0.0);
  }

  .header-main-menu-area .hs-menu-wrapper>ul>li.active > a:focus {
    outline:none;
  }
  .header-main-menu-area .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper li a {
    color: rgba(255, 255, 255, 1.0);
  }
  .header-main-menu-area .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper li a:hover {
    color: rgba(0, 184, 228, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
    text-decoration: unset;
  }
  .header-main-menu-area .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper li.active > a {
    color: rgba(0, 184, 228, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }

  .header-main-menu-area .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
    background-color: rgba(0, 58, 120, 1.0);
  }
  .header-login-desktop{
  background-color: rgba(0, 58, 120, 1.0);
  }
   .header-login-desktop a{
    color: rgba(255, 255, 255, 1.0);
    
  }
   .header-login-desktop:hover{
   
    background-color: rgba(0, 184, 228, 1.0);
  }
   .header-login-desktop a:hover{
    color: rgba(255, 255, 255, 1.0);
    
  }
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #003a78;
}

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

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: #003a78;
}
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: #ffffff;
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: ;
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: #003a78
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #003a78;
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #003a78;
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: #ffffff;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: #003a78;
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: #003a78;
}

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: #ffffff;
  color: #00b8e4;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #00b8e4;
  background-color: #ffffff;
}

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

.header__language-switcher-label-current:after {
  border-top-color: rgba(0, 58, 120, 1.0);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(0, 58, 120, 1.0);
  }
}





.footer-group {
  background-color: rgba(0, 58, 120, 1.0);
 color: rgba(240, 240, 237, 1.0);
}
.footer-specialist h3, .footer-newsletter h3, .footer-about h3 , .footer-tags h3{
  color: rgba(240, 240, 237, 1.0);
}
.footer__container {
  max-width: 1140px;
}
.footer-about p:last-child a {
  color: rgba(240, 240, 237, 1.0);
}
.footer-about p:last-child a:hover{
  color: rgba(208, 208, 205, 1.0);
}

.footer-tags p a{
  color: rgba(246, 246, 244, 1.0);
}
 .linkedin span , .facebook span {
  color: rgba(255, 255, 255, 0.6);
}
.linkedin:hover span  {
  color: rgba(255, 255, 255, 1.0);
}
 .facebook:hover span {
  color: rgba(255, 255, 255, 1.0) !important;
}




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



/*             Blog Grid Listing and Post styles            */











body .icon svg {
  fill: #003a78;
}

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

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

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

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

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




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