@charset "UTF-8";
/***!  https://www.fbg-korbach-stryck.de/templates/leafty/css/fbg.css  !***/

@media screen, projection {:root {
	font-size: 18px;
	--maincolor: #9cbb2d;
	--secondcolor: #814315;
}




/*Typo START*/
/* poppins-regular - latin */
@font-face {src: url('https://www.fbg-korbach-stryck.de/templates/leafty/fonts/poppins-v23-latin-regular.woff2') format('woff2'); font-display: swap; font-family: 'Poppins'; font-style: normal; font-weight: 400}
 
 /* poppins-500 - latin */
 @font-face {src: url('https://www.fbg-korbach-stryck.de/templates/leafty/fonts/poppins-v23-latin-500.woff2') format('woff2'); font-display: swap; font-family: 'Poppins'; font-style: normal; font-weight: 500}
 
 /* poppins-600 - latin */
 @font-face {src: url('https://www.fbg-korbach-stryck.de/templates/leafty/fonts/poppins-v23-latin-600.woff2') format('woff2'); font-display: swap; font-family: 'Poppins'; font-style: normal; font-weight: 600}
 
 /* poppins-700 - latin */
 @font-face {src: url('https://www.fbg-korbach-stryck.de/templates/leafty/fonts/poppins-v23-latin-700.woff2') format('woff2'); font-display: swap; font-family: 'Poppins'; font-style: normal; font-weight: 700}
 
 /* poppins-800 - latin */
 @font-face {src: url('https://www.fbg-korbach-stryck.de/templates/leafty/fonts/poppins-v23-latin-800.woff2') format('woff2'); font-display: swap; font-family: 'Poppins'; font-style: normal; font-weight: 800}
 
 /* poppins-900 - latin */
 @font-face {src: url('https://www.fbg-korbach-stryck.de/templates/leafty/fonts/poppins-v23-latin-900.woff2') format('woff2'); font-display: swap; font-family: 'Poppins'; font-style: normal; font-weight: 900}
 
.sppb-person-name{
   color: #111516;
     font-size: 1rem !important;
}
.sppb-person-image {
   margin-bottom: 0px !important;
}
.sppb-person-information, .sppb-person-introtext{
   background: #ecf1d8;
   padding: 0.5rem;
}

.sppb-person-designation, .sppb-person-email{
   color: #111516 !important;
   opacity: 0.7;
   font-size: 0.9rem !important;
}

.sppb-person-introtext{
   margin-top: 0px !important;
      color: #111516 !important;
   opacity: 0.7;
   font-size:0.9rem;
}
  

h1,h2,h3,h4,h5,h6,.sppb-sp-slider-title, .sppb-animated-number-title{
     font-family: 'Poppins' !important; 
} 

body{
   font-size: 1rem !important;
}
.sppb-animated-number-title{
   font-weight: bold;
}
.sppb-sp-slider-title{
   font-size: 4rem;
   font-weight: 900;
}

h1{
   font-size: 4rem !important;
   line-height: 120% !important;
   font-weight: bold;
}
h2{
   font-size: 3rem !important;
   line-height: 120% !important;
   font-weight: 700;
}
h3{
   font-size: 1.6rem !important;
   line-height: 120% !important;
}
h4{
   font-size: 1.4rem !important;
   line-height: 120% !important;
}
h5{
   font-size: 1.3rem !important;
   line-height: 120% !important;
}
h6{
   font-size: 1.1rem !important;
   line-height: 120% !important;
}
#termine p, #termine li{
   color: #ccc !important;
}
#sp-header .sppb-btn, #sp-component .sppb-btn, #sp-left .sppb-btn, #sp-right .sppb-btn, .btn, .sppb-btn, #sp-header .sppb-btn:hover, #sp-component .sppb-btn:hover, .sppb-btn:hover, .ls-wrapper .slider-btn{
   text-transform: initial;
}
/*Typo END*/


/*Header START*/

#sp-header .logo a .logo-image, #sp-header .logo a .logo-image-phone{
   max-height: 80px !important;
}
.logo-image, .logo-image-phone {
  height: 80px !important;
}

/*Header END*/


/*Navi START*/



/*Navi END*/


/*Buttons START*/
.sppb-btn-secondary{
   background: var(--maincolor) !important;
   color: #fff !important;
}
.sppb-btn-secondary:hover{
   background: transparent !important;
   color: #333 !important;
}

/*Buttons END*/


/*Inhalt START*/
.sp-page-title {
  padding: 30px 0 70px;
}
/* Scroll-Text + Icon animieren */

.feature-animate {
  display: inline-block;
  animation: do-levitation 1.2s ease-in-out infinite alternate;
  transition: transform 0.3s ease;
  text-align: center;
  font-size: 18px;
  color: white;
}

/* Optional: Stil für das Pfeil-Icon (FontAwesome) */
.feature-animate i {
  font-size: 24px;
  display: block;
  margin-bottom: 5px;
}
#leistungen h3{
   min-height: 75px;
}
#termine h5{
   font-weight: bold;
   margin-top: 10px;
}
#termine .sppb-addon-feature{
   background: rgba(60,60,60,0.8);
   padding: 2rem;
}
#termine .sppb-addon-feature i{
   color: var(--maincolor);
   
}
#termine .sppb-addon-feature h5{
   color: #eee;
}
#termine .sppb-addon-feature ul{
   padding-left: 0px;
}
#termine .sppb-addon-feature ul li{
   list-style-type: none;
}
#termine .sppb-addon-feature ul li:nth-of-type(1):before{
   font-family: 'Font Awesome 5 Free';
font-weight: bold;
content: '\f073';
   color: var(--maincolor);
margin:0 10px 0 -25px;
}
#termine .sppb-addon-feature ul li:nth-of-type(2):before{
   font-family: 'Font Awesome 5 Free';
font-weight: bold;
content: '\f017';
   color: var(--maincolor);
margin:0 10px 0 -25px;
}
#termine .sppb-addon-feature ul li:nth-of-type(3):before{
   font-family: 'Font Awesome 5 Free';
font-weight: bold;
content: '\f3c5';
   color: var(--maincolor);
margin:0 10px 0 -25px;
}

#leistungen .sppb-nav-tabs li a{
   font-size: 1.3rem !important;
   text-transform: uppercase;
}
.breadcrumb{
   display: none;
}
/*Inhalt END*/


/*Forms START*/
#ecc label, .sppb-form-check-label{
   color: #999;
}
.sppb-form-check-label a{
   color: #999;
   text-decoration: underline;
}
#ecc .inputbox{
   border-radius: 10px !important;
   color: #333 !important;
   border-color: var(--maincolor) !important;
   border-width: 2px 2px 2px 2px !important;
   border-style: solid !important;
}

/*Forms END*/


/*Footer START*/
.footer-menu{
   float: right;
}
.footer-menu  li{
   display: inline !important;
   margin-left: 15px;
}


/*Footer END*/


/*Offcanvas START*/



/*Offcanvas END*/
@media screen and (max-width: 1300px) {
#sp-header .logo a .logo-image, #sp-header .logo a .logo-image-phone{
   max-height: 70px !important;
}
}
@media screen and (max-width: 1200px) {
   .sp-megamenu-parent{
      display: none !important;
    
   }
   #offcanvas-toggler{
      display: inherit !important;
   }
   #leistungen h3{
   min-height: 105px;
}
}

@media screen and (max-width: 991px) {
     :root {
       font-size: 16px;
  }
  .sppb-sp-slider-title{
   font-size: 3rem;
   font-weight: 900;
}

h1{
   font-size: 3rem !important;

}
h2{
   font-size: 2.6rem !important;

}
h3{
   font-size: 1.7rem !important;

}
h4{
   font-size: 1.4rem !important;

}
h5{
   font-size: 1.2rem !important;

}
h6{
   font-size: 1rem !important;

}
    #sp-header .logo {
    height: inherit;
  }
}

@media screen and (max-width: 767px) {
     :root {
       font-size: 15px;
  }
   .footer-menu{
      float: none;
      text-align: center;
      padding-left: 0px !important;
   }
   .footer-menu li:first-child{
      margin-left: 0px;
   }
   #leistungen h3{
   min-height: auto;
}
  .sppb-sp-slider-title{
   font-size: 2.8rem;
   font-weight: 900;
}

h1{
   font-size: 2.8rem !important;

}
h2{
   font-size: 2.4rem !important;

}
h3{
   font-size: 1.4rem !important;

}
h4{
   font-size: 1.3rem !important;

}
h5{
   font-size: 1.1rem !important;

}
   .sp-page-title {
  padding: 10px 0 30px;
}
}






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

  @media screen and (max-width: 767px) {
     #sp-header {
  padding: 0px 30px 0px 30px;
}
     #sp-header .logo img{
        max-width: 180px;
        height: auto !important;
     }
      .cc-message-text{
          font-size: 0.8rem !important;
      }
  div.cc-settings-label::before, span.cc-message-text::before {
          display: none !important;
      }
}
   
     @media screen and (max-width: 575px) {
     #sp-header {
  padding: 0px 15px 0px 15px;
}
   }

   @media screen and (max-width: 455px) {
      #vorstand .sppb-row-column{
      max-width: 100%;
    flex-basis: 100%;
}
}
   

/* Animation für "Scroll"-Hinweis */
@keyframes do-levitation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-15px);
    opacity: 0.7;
  }
}

   
   
}
