:root {
	font-size: 18px;
	--maincolor: #bb4721;
	--secondcolor: #fcc812;
    --secondary-color: #2b2a29 !important;
}

/*Typo START*/
/* ibm-plex-sans-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ibm-plex-sans-condensed-v14-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-condensed-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/ibm-plex-sans-condensed-v14-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-condensed-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/ibm-plex-sans-condensed-v14-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-sans-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/ibm-plex-sans-condensed-v14-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* rubik-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/rubik-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/rubik-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/rubik-v30-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/rubik-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/rubik-v30-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* rubik-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/rubik-v30-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

  

 h1,h2,h3,h4,h5,h6{
    font-family: 'IBM Plex Sans Condensed' !important;
 } 

 body, .service-categories, .sppb-person-designation{
    font-size: 1rem !important;
       font-family: 'Rubik' !important
 }
.heading{
    font-size: 4rem;
    line-height: 120%;
}
h1{
    font-size: 3rem !important;
    line-height: 120% !important;
}
h2{
    font-size: 2.5rem !important;
    line-height: 120% !important;
}
h3{
    font-size: 1.9rem !important;
    line-height: 120% !important;
}
h4, h4.service-title{
    font-size: 1.6rem !important;
    line-height: 120% !important;
}
h5{
    font-size: 1.3rem !important;
    line-height: 120% !important;
}
h6, .sppb-person-name{
    font-size: 1.1rem !important;
    line-height: 120% !important;
}
.text-primary{
    color: var(--heading-font-color) !important;
}
.sp-slider-content-align-left .text-primary{
    color: var(--secondcolor) !important;
}
a, a:active, a:visited{
    color: var(--maincolor)
}
/*Typo END*/


/*Header START*/

#sp-header .logo img {
height: auto;
  width: 240px;
  max-width: 100%;
}

/*Header END*/


/*Navi START*/
.sp-megamenu-wrapper{
    display: flex !important;
align-items: center !important;
justify-content: center !important;
}


/*Navi END*/


/*Buttons START*/



/*Buttons END*/


/*Inhalt START*/
.breadcrumb{
    display: none !important;
}
.sp-page-title {
  min-height: auto;
  padding: 105px 0;
}
.service-style2 .sppb-addon-content .sppb-addon-text .service-categories {
  color: #777 !important;
    margin-bottom: 10px;
}
.service-style2 .sppb-addon-content .sppb-addon-title{
    border-radius: 100px;
    font-size: 1.5rem !important;
    width: 70px;
    height: 70px;
    line-height: 70px !important;
    text-align: center; 
    padding: 0px !important;
    color:    var(--maincolor) !important;
}
.project-item-details h4{
    color: #fff !important;
}
.process-item .process-icon-box .process-icon{
    background: #222 !important;
}

a.cc-btn.cc-allowall{
    background: #449f13 !important;
    color: #fff !important;
}
a.cc-btn.cc-allowall:hover{
    background: green !important;
}

a.cc-btn {
  background: #ccc !important;
  color: #000 !important;
  border-radius: 5px !important;
  padding: 10px !important;
  flex: 1 !important;
}
a.cc-btn:hover{
    background: #bbb !important;
    text-decoration: none;
}
.process-item:hover .process-icon-box .process-count::before {
  background-color: var(--maincolor) !important;
}
.process-item:hover .process-icon-box .process-icon span::before {
 color: var(--maincolor) !important;
}
.process-item .process-icon-box .process-count::before {
  color: var(--maincolor) !important;
}
.process-item:hover .process-icon-box .process-count::before {
  color: #fff !important;
}
.jmg-youtube-dsgvo-notification.position_4.style_3.custom_1 .notification{
color: #333 !important;
}
.notification h2{
    font-size: 1rem !important;
color: #fff !important; font-weight: bold;font-size: 1rem !important;}
.jmg-openstreetmap-dsgvo-notification{
    display: flex;
align-items: center;
justify-content: center;
}
.jmg-openstreetmap-dsgvo-notification .overlay{
    background: rgba(0,0,0,0.7);
    padding: 30px 15px 0px 15px !important;
}
.jmg-openstreetmap-dsgvo-notification .notification, .jmg-openstreetmap-dsgvo-notification .notification h2{
    color: #fff;
    text-align: center;
}
/*Inhalt END*/


/*Forms START*/
.form-control:focus {
  box-shadow: 0 0 0 .25rem var(--maincolor) !important;
}


/*Forms END*/


/*Footer START*/



/*Footer END*/


/*Offcanvas START*/
.offcanvas-menu{
  background: var(--secondary-color);
}
  .offcanvas-menu .logo {
    display: block;
      padding: 1rem 1rem 0rem 1rem;
  }
.offcanvas-menu .offcanvas-inner {
    padding: 20px 25px;
  }
  .offcanvas-menu .logo img{
    width: 230px;
      height: auto;
  }
.offcanvas-menu .sp-contact-info span, .offcanvas-menu .social-icons span{
    margin-right: 10px;
    color: var(--secondcolor); 
}
/*Offcanvas END*/
@media screen and (max-width: 1400px) {
    .about-image-box-style1{
        max-width: 420px;
    }
    .lst-wrap .sppb-col-md-3 {
        max-width: 50% !important;
  flex-basis: 50% !important;
    }
}

@media screen and (max-width: 1200px) {
      .heading{
    font-size: 3rem !important;
}
        .about-image-box-style1{
        max-width: 380px;
    }
    .about-image-box-style2{
        bottom: -30px !important;
    }
}

@media screen and (max-width: 991px) {
  	:root {
		font-size: 16px;
   }
    .heading{
    font-size: 2.8rem;
}
h1{
    font-size: 2.6rem !important;
}
h2{
    font-size: 2.1rem !important;
}
h3{
    font-size: 1.7rem !important;
}
h4, h4.service-title{
    font-size: 1.5rem !important;
}
h5{
    font-size: 1.2rem !important;
}
h6, .sppb-person-name{
    font-size: 1rem !important;
}
    .sp-megamenu-wrapper{
    display: inherit !important;
}
    .sp-page-title {
  padding: 60px 0;
}
#sp-header .logo img {
  width: 190px;
}
    #offcanvas-toggler {
  height: 70px;
}
     .about-image-box-style2{
        bottom: 30px !important;
         left: 300px !important;
    }
}

@media screen and (max-width: 767px) {
  	:root {
		font-size: 15px;
   }
        .heading{
    font-size: 2.8rem !important;
}
h1{
    font-size: 2.2rem !important;
}
h2{
    font-size: 1.9rem !important;
}
h3{
    font-size: 1.5rem !important;
}
h4, h4.service-title{
    font-size: 1.3rem !important;
}
h5{
    font-size: 1.1rem !important;
}
       .cc-message-text{
           font-size: 0.8rem !important;
       }
        .sp-page-title {
  padding: 30px 0;
}
   div.cc-settings-label::before, span.cc-message-text::before {
           display: none !important;
       }
    .noshowmobile{
        display: none !important;
    }
    #sp-header .logo img {
  width: 170px;
}
    #offcanvas-toggler {
  height: 60px;
}
       .lst-wrap .sppb-col-md-3 {
        max-width: 100% !important;
  flex-basis: 100% !important;
    }
}


@media screen and (max-width: 575px) {
        .heading{
    font-size: 2.3rem !important;
}
h1{
    font-size: 2.2rem !important;
}
h2{
    font-size: 1.9rem !important;
}
h3{
    font-size: 1.5rem !important;
}
h4, h4.service-title{
    font-size: 1.3rem !important;
}
h5{
    font-size: 1.1rem !important;
}
    .sp-nav-control{
        display: none;
    }
      .about-image-box-style1 {
    max-width:350px;
          width: 100% !important;
          height: auto !important;
  }
     .about-image-box-style1::after {
  width: 15px !important;
  height: 260px !important;
  left: 0px !important;
}
    .about-image-box-style1 .sppb-addon-single-image-container {
  margin-left: 23px !important;
}
}

@media screen and (max-width: 480px) {
        .about-image-box-style1 {
    max-width:300px;
  }
}
@media screen and (max-width: 400px) {
    .team .sppb-col-sm-6{
    max-width: 100% !important;
    flex-basis: 100% !important;
        }
}
@media screen and (max-width: 380px) {
        .about-image-box-style1 {
    max-width:260px;
  }
}

