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

/* Test */
@font-face {
  font-family: Roboto;
  src: url(//26520113.fs1.hubspotusercontent-eu1.net/hubfs/26520113/raw_assets/public/fuji_by_mz/Fonts/roboto-v30-latin-ext_latin-regular.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}










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




  header.header .page-center,
  .footer .page-center{
    max-width: 1290px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dnd-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .page-center,
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width: 1290px;
    padding-left: 20px;
    padding-right: 20px;
  }

@media only screen and (min-width: 786px){
  header.header .page-center,.footer .page-center{
    max-width: 786px;
  }
  .page-center,
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width: 786px;
    padding-left: 35px;
    padding-right: 35px;
  }

  header.header .page-center,
  .footer .page-center{
    max-width:786px;  
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 992px) {
    header.header .page-center,.footer .page-center{
    max-width:992px;
  }
    .page-center,
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width: 992px;
    padding-left: 35px;
    padding-right: 35px;
  }

  header.header .page-center,
  .footer .page-center{
    max-width:992px;  
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1220px) {
    header.header .page-center,.footer .page-center{
    max-width: 1290px;
  }
    .page-center,
  .dnd-section > .row-fluid,
  .content-wrapper{
    max-width: 1290px;
    padding-left: 35px;
    padding-right: 35px;
  }

  header.header .page-center,
  .footer .page-center{
 
    max-width: 1290px;
  padding-left: 35px;
    padding-right: 35px;}
}





footer .row-fluid-wrapper.row-number-1 > .span6:nth-child(2){


}

body {
  color: #212529;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}

@media(max-width:767px){
  body{
    font-size: 16px;
    line-height: 20px;
  }
}


p {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  margin-bottom:14px;
}
@media(max-width:767px){
  margin-bottom:10px;
}
p:last-child{
  margin-bottom: 0;
}
a {
  font-family: Roboto, sans-serif;
  color: rgba(33, 37, 41, 1.0);
}

a:hover,
a:focus {
  color:#212529;
}

a:active {
  color: rgba(73, 77, 81, 1.0);
}

h1, .h1 {
  color: #212529;
  font-family: Roboto, sans-serif;
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size:50px;
  }
}


h2, .h2 {
  color: #212529;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 32px;
  }
}


h3, .h3 {
  color: #212529;
  font-family: Roboto, sans-serif;
  font-size: 31px;
  font-weight: 500;
}

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

h4, .h4 {
  color: #212529;
  font-family: Roboto, sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin-bottom:10px;
}
@media (max-width: 767px) {
  h4, .h4 {
    font-size: 24px;
  }
}


h5, .h5 {
  color: #212529;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin-bottom:10px;
  line-height: 24px;
}
@media (max-width: 767px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  color: #212529;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
}
/*** Color Theme  And other Standarts **/
.light h1,.light h2,.light h3,.light h4,.light h5,
h1.light, h2.light, h3.light, h4.light, h5.light{
  color:#fff;
}
.text-left,
.text-left *{
  text-align:left;
}
.text-right,.text-right *{
  text-align:right;
}
.text-center, .text-center *{
  text-align:center;
}




form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Roboto, sans-serif!important;
}

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

.hs-button,
.button--primary {
font-size:17px;
  height: 35px;
  color: rgba(33, 37, 41, 1.0);
  border-color: rgba(33, 37, 41, 1.0);
  border-radius: 0px;
  border-width: 0px;
  background-color: #ffd940;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #ffbd40;
  border-color: #ffbd40;
  color: #212529;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(73, 77, 81, 1.0);
  border-color: rgba(73, 77, 81, 1.0);
  color: rgba(33, 37, 41, 1.0);
}
input::placeholder {
  padding-left:0;
}

.hs-form  .field > label,
.hs-form-field > label ,
.hs-form-required{
  color: rgba(33, 37, 41, 1.0);
}

.hs-form legend {
  color: rgba(33, 37, 41, 0.5);
}

input[type=text] ,input[type=email]{
padding-left: 10px !important;
}
form select{
padding-left: 13px !important;
}
form input,
form select,
form textarea,
.hs-input ,
input#hs-pwd-widget-password{
  border-color: rgba(33, 37, 41, 1.0);
  color: ;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1.0);
  font-family: Roboto, sans-serif!important;
}
textarea.hs-input{padding:10px;}
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus ,
input#hs-pwd-widget-password:focus{
  background-color: rgba(250, 250, 250, 1.0);
  border-color: rgba(33, 37, 41, 1.0);
}

.fn-date-picker .pika-table thead th {
 /* color: rgba();*/
  color:#fff;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Roboto, sans-serif;
}

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

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

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





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

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

tfoot td {
  background-color: rgba(33, 37, 41, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(33, 37, 41, 1.0);
}





.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
}

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

body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: ;
} 
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: ;
} 
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: ;
  color: ;
} 
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Roboto, sans-serif;
}

.head_inner {
  background-color: rgba(255, 255, 255, 1.0);
}

.center_col{
  color: rgba(33, 37, 41, 1.0);
}

.custom-menu-primary>div>ul{
  background-color : rgba(255, 255, 255, 1.0);
}

.custom-menu-primary>div>ul>li>a{
  color : rgba(33, 37, 41, 1.0);
}

.custom-menu-primary>div>ul>li>a:hover{
  color : rgba(33, 37, 41, 1.0);
}

.custom-menu-primary>div>ul>li >a:hover{
  background-color : rgba(255, 255, 255, 0.0);
}	

.custom-menu-primary>div>ul>li.active-branch > a{
  background-color : rgba(255, 255, 255, 0.0);
  color : rgba(33, 37, 41, 1.0);
}

.custom-menu-primary >div  ul ul {
  background-color : rgba(242, 242, 242, 1.0);
}

.custom-menu-primary >div  ul ul li a {
  color : rgba(33, 37, 41, 1.0);
}

.custom-menu-primary >div  ul ul li a:hover {
  color : rgba(33, 37, 41, 1.0);
}

.custom-menu-primary >div  ul ul li > a:hover {
  background-color : rgba(0, 0, 0, 0.05);
}

.custom-menu-primary >div  ul ul li.active-branch > a {
  background-color : rgba(255, 255, 255, 0.0);
  color : rgba(33, 37, 41, 1.0);
}

.custom-menu-primary > div > ul >  li >  a > span{
  border-bottom:1px solid  rgba(233, 230, 223, 1.0);
}


.right_col ul li a span,
.custom-menu-primary>div>ul>li.login>a>span,
.custom-menu-primary>div>ul>li.english>a>span{
  color: rgba(255, 128, 38, 1.0);
}

.right_col ul li a:hover > span,
.custom-menu-primary>div>ul>li.login>a:hover>span,
.custom-menu-primary>div>ul>li.english>a:hover>span{
  color: rgba(0, 103, 127, 1.0);
}

.right_col ul li:after{
  color: rgba(255, 128, 38, 1.0);
}

.right_col ul li.getstartednow a span{
  background-color: rgba(255, 217, 64, 1.0);
  color: rgba(33, 37, 41, 1.0);
}

.right_col ul li.getstartednow a:hover span,
.custom-menu-primary>div>ul>li.getstartednow a:hover span{
  background-color: rgba(255, 189, 64, 1.0);
  color: rgba(33, 37, 41, 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);
  }
}






@media(min-width:1024px){
footer{
  position:relative;
  bottom:0;
  width: 100%;
}
}
.footer {
  background-color: rgba(255, 217, 64, 1.0);
  color: rgba(33, 37, 41, 1.0); 
 
}

.footer a{
  color: rgba(33, 37, 41, 1.0);
font-size:15px;
}

.footer a:hover{
  color: rgba(33, 37, 41, 0.9); 
}

#hs_cos_wrapper_ftr_menu ul li:not(:last-child) a:after{
  color: rgba(33, 37, 41, 1.0); 
}

ul.social li a,
ul.social li a:hover{
  border: 1px solid #212529;
  border-radius: 50%;
  background-color: transparent;
  color: rgba(33, 37, 41, 1.0); 
}

.copyright{
  color: rgba(33, 37, 41, 1.0); 
}





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

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

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

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

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

.blog-pagination__link {
  color: #212529;
}

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

.blog-post__title {
  color: #212529;
  font-family:Roboto, sans-serif;
  font-size: 36px;
  font-weight: ;
}

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

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










body .icon svg {
  fill: #212529;
}

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

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

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

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

.page-center { 
  margin: 0 auto;
}
ul.social li a{
  display: inline-block;
margin-right: 10px;
font-size: 16px;
height: 36px;
width: 36px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
text-align: center;
line-height: 36px;
}
[class^="icon-"]:before, [class*=" icon-"]:before
{
  margin-left:0;
  margin-right:0;
}
.icon-play:before {
padding-top: 10px;
margin-left: -2px;
}



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

.input ~ select{
    content: '\f0d7';
    position: absolute;
    top: 0px;
    right: 10px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #0b660b;
    font-size: 45px;
    z-index: 2;
 background-color:#000;
  width:20px;
  height:20px;

}

.master-slider .ms-caption{
  background:rgba(153,29,133,1.0);
  color:#fff!important;
  border:5px solid #fff;
  max-width:430px;
  padding:20px;
}
.master-slider .ms-caption *{
  color:#fff!important;
}

.petrol{
  background-color:rgba(5, 140, 149, 1) 
}
.beige{
  background-color:#dbd7d4
}
a.outgrow-b:hover{
  text-decoration:none!important;
    color:#fff!important;
  background-color:#b2229a
}

.hs-fieldtype-file input[type="file"] {
  -moz-appearance:initial 
}



.hs-fieldtype-file .input{
  border: 2px solid #fff;
}

.hs-fieldtype-file .input{
    max-width: 100%;
    position: relative;
    display: flex;
    text-align: center;
    /* flex-flow: wrap-reverse; */
    justify-items: center;
  border:none!important;
  height:50px;
  background-color:transparent!important:
    
}
.hs-input[type=file]{
 background-color:transparent!important;
   border:none!important;
}

.hs-fieldtype-file .input input::-webkit-file-upload-button,
.hs-fieldtype-file .input input::file-upload-button,
.hs-fieldtype-file .input input[type="file"]::file-selector-button,
.hs-fieldtype-file .input input[type="file"]::-ms-browse{
 /* visibility: hidden;*/
}
.hs-fieldtype-file .input input::-webkit-file-upload-button{
            cursor: pointer;
            display: inline-block;
  margin-right:10px;
            padding: 10px;
            padding-right: 29px;
            padding-left: 29px;
            transition: all 1s ease;
            color: #000;
            text-transform: capitalize;
            font-family:'Roboto';
            font-size: 24px;
            font-weight:bold;
            z-index: 1;
            position: relative;
            border-radius: 0px;
            background-color: #fff;
            border: 1px solid #000;
}

/*.hs-fieldtype-file .input input:before,
.hs-fieldtype-file .input input[type="file"]::before{
  content: 'Datei auswählen';
    width: 100%;
    height: 50px;
    display: block;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    font-weight: 600;
    left: 0;
    bottom: 0;
    background-color: #fff;
    color: #000;
    font-family: 'Roboto';
    padding: 10px;
    z-index: 999;
    text-align: center;
}*/
.hs-content-id-55986878403 main .row-number-6{
  position:relative;

}
.hs-content-id-55986878403 main .row-number-6 > div{
position:relative;
}


  
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-confirmation-button, div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button#hs-eu-decline-button,
#hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container button#hs-modal-accept-all, #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container button#hs-modal-save-settings {
  min-width: 14em;
}

.newsletter-section {
  background-color: #AFE9E6;
  padding: 0;
}
.newsletter-section .row-fluid{
  max-height:50vh;
}
.newsletter-section .span8.widget-span{
  padding-top:6rem;
}
@media (max-width: 767px){
.newsletter-section .row-fluid{
  max-height:100%;
}
.newsletter-section .span4.widget-span{
  display:none;
}
}