/*
################################################################
########### HT theme customization:  ht-style.css
################################################################

fitandfun.lu

Created: 11/05/2023
Rewritten: 26/10/2023
Upddated: -


Color code references:
-------------------------
ff pastelgreen        #369DA5
ff pastelgreen light  #afdde9
ff pink               #EB6EA6
ff orange             #FFBA52
ff violet             #A082D2
ff signalgreen        #CCFF00

*/

/*HT Main container adjustments*/
#main{
  padding-top: 100px !important;
}



/*HT bottomline navigation inline format*/
.ht-bottomline-nav{
  text-align: center;
  margin: 0 0 10px -3em !important;
}
.ht-bottomline-nav li{
		display: inline !important;
    margin: 0 10px 0 0;
    border-bottom: 2px solid #f2f2f2;
}



/*FF Change main Logo size*/
.navbar-header{
  line-height: 200px !important;
  height: 200px !important;
}
#logo_img{
  max-height: 200px !important;
}




/*FF Global menu style changes*/
.current-menu-item a{
  background: #369DA5 !important;
  color: #FFBA52 !important;
}



/*FF Flyer page span*/
.ff_flyer_dwl{
  display: inline-block;
  padding: 5px;
  color: #fff;
  background: #369DA5;
}



/*FF Facebook feed css changes*/
.cff-header-hero{
  display: none !important;
}
.cff-header-img{
  left: 0 !important;
}
.ff_cff_news_header h1{
  background: #ededed !important;
  padding: 20px;
}



/*FF Formidable checkboxes customization*/
.frm_button_submit{
  background: #369DA5 !important;
}
.ff_checkbox_outer{
  width: 100%;
  margin: 20px 0 20px 0 !important;
}
.ff_checkbox{
  display: inline-block !important;
  width: 33% !important;
  padding: 10px;
  vertical-align: top;
}
  .ff_checkbox > label{
    display: grid !important;
    grid-template-columns: 36px minmax(0, 1fr);
    grid-template-rows: auto auto;
    width: 100%;
    margin: 0 !important;
    cursor: pointer;
  }
  .ff_checkbox > label > input[type="checkbox"]{
    position: static !important;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: center;
    z-index: 2;
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
  }
  .ff_checkbox_input_outer{
    display: block;
    grid-column: 1 / -1;
    grid-row: 1;
    width: 100%;
    min-height: 36px;
    padding: 5px 5px 5px 36px;
    font-size: 1.2em;
    color: #fff;
    line-height: 26px;
    text-align: left;
  }
    .ff_nei{
      color: #CCFF00;
    }
    .ff_kanner{
      background: #EB6EA6;
    }
    .ff_erwuesener{
      background: #A082D2;
    }
  .ff_checkbox_cours_data{
    display: block;
    grid-column: 1 / -1;
    grid-row: 2;
    width: 100%;
    background: #f2f2f2;
    padding: 5px;
  }
    .ff_checkbox_cours_data_line{
      display: block;
      width: 100%;
      padding: 3px 0;
      line-height: 1.4;
    }
    .ff_checkbox_line_border_bottom{
      border-bottom: 1px solid #ccc;
    }
.ff_imp{/*text color orange for important*/
  color: #ff6600 !important;
}



/*FF Coursen*/
#ff_coursen{
  display: block;
  margin: auto auto !important;
  text-align: center;
  min-height: 100vh !important;/*max height of screen*/
}
  #ff_keng_coursen{/*display keng coursen message*/
      display: inline-block;
      width: 100%;
      background: #ededed;
      color: #ccc;
      text-align: center;
      vertical-align: middle;
      height: 15vh;
      padding: 20px;
      font-size: 2em;
  }
      .ff_keng_coursen_message{
        display: block;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        line-height: 1.5em;
      }
      .ff_times_circle_noevents{
        font-size: 2em !important;
        color: #7c7c7c !important;
      }
.ff_cours_outer{
  display: inline-block;
  width: 30%;
  min-height: 270px;
  background: #f2f2f2;
  vertical-align:top;
  margin: 10px;
  text-align: left !important;
  
}
  .ff_cours_head{
    display: block;
    width: 100%;
    padding: 5px;
    background: #369DA5;
    color: #fff;
    font-size: 1.3em;
  }
    .ff_cours_head_kanner{
      background: #EB6EA6 !important;
    }
    .ff_cours_head_erwuesener{
      background: #A082D2 !important;
    }
  .ff_cours_inner{
    display: block;
    width: 100%;
    padding: 10px;
  }
    .ff_cours_wochendaag{
      font-size: 1.1em;
      border-bottom: 1px solid #369DA5;
      margin-bottom: 5px;
    }
    .ff_cours_line{
      margin: 0 0 5px 0 !important;
    }
    .ff_cours_info{
      min-height: 100px;
    }
    /*fa icon colors*/
    .fa-clock,.fa-calendar,.fa-window-close,.fa-user,.fa-map-marker,.fa-euro-sign,.fa-info-circle{
      color: #369DA5 !important;
    }
  .ff_cours_foot{
    display: block;
    width: 100%;
    padding: 5px;
  }
    .ff_foot_kategorie{
       display: inline-block;
       padding: 5px;
    }
    /*format kategorie by slug: kanner, erwuesener, nei*/
    .kanner{
      background: #EB6EA6;
      color: #fff; 
    }
    .erwuesener{
      background: #A082D2;
      color: #fff; 
    }
    .nei{
      background: #CCFF00;
      color: #369DA5;
    }
    .ff_foot_inscriptioun{
       display: inline-block;
       background: #369DA5;
       padding: 5px;
       color: #fff; 
    }
      .ff_foot_inscriptioun a:link, .ff_foot_inscriptioun a:active, .ff_foot_inscriptioun a:visited{
        color: #fff;
        text-decoration: none;
      }
      .ff_foot_inscriptioun a:hover{
        color: #000;
        text-decoration: none;
      }



/*FF Programm*/
#ff_programm{
  display: block;
  /*margin: auto auto !important;*/
  text-align: left !important;
}
  .ff_wochendaag_outer{
   display: inline-block;
   width: 30%;
   min-height: 500px;
   background: #f2f2f2;
   vertical-align:top;
   margin: 10px;
   text-align: left !important;
  }
    .ff_wochendaag_head{
      display: block;
      width: 100%;
      padding: 5px;
      background: #369DA5;
      color: #fff;
      font-size: 1.5em;
    }
        .ff_wochendaag_keng_coursen_outer{
          background: #f2f2f2 !important;
          color: #ccc !important;
        }
        .ff_wochendaag_keng_coursen_head{
          background: #ccc !important;
          color: #fff !important;
        }
    .ff_wochendaag_events{
      display: block;
      padding: 10px;
    }
        .ff_wochendaag_kengcours{
          display: block;
          margin-top: 150px;
        }
            .ff_wochendaag_kengcours_icon{
              display: block;
              font-size: 3em;
              color:#ccc;
              width: 100%;
              text-align: center;
              margin-bottom: 15px;  
            }
            .ff_wochendaag_kengcours_text{
              display: block;
              font-size: 1.3em;
              color:#ccc;
              width: 100%;
              text-align: center;
            }
        .ff_wochendaag_event_box{
          display: block;
          width: 100%;
          padding: 3px;
          margin-bottom: 10px;
          background: #fff;
        }
        .ff_wochendaag_event_box_head{
          display: block;
          width: 100%;
          padding-left: 5px;
          font-size: 1.1em;
        }
        .ff_wochendaag_event_box_content{
          display: block;
          width: 100%;
          padding-left:5px;
        }
          .ff_wochendaag_event_box_content_line{
            padding: 3px;
          }
        .ff_wochendaag_event_box_foot{
          display: block;
          width: 100%;
          border-top: 1px solid #ccc;
        }
          .ff_wochendaag_event_box_foot_item{
            display: inline-block;
            padding:3px;
          }
          .ff_wochendaag_event_box_foot_nei{
            display: inline-block;
            padding:3px;
            color: #00FF40;
          }
          .fa-external-link-alt{
            float: right !important;
            padding: 2px 5px 0 0;
          }
              .kat_kanner{
                color: #EB6EA6 !important;
              }
              .kat_erwuesener{
                color: #A082D2 !important;
              }
    .ff_wochendaag_foot{
      
    }

 

/*FF Single Cours*/
.ff_single_outer_wrap{
  margin-bottom: 100px !important;
}
.ff_single_outer{
 display: block;
 min-height: 500px;
 font-size: 1.1em;
 margin: 20px 0 0 0;
  
}
.ff_single_head{
  display: block;
  width: 100%;
  font-size: 2em;
  padding:  0 0 5px 0;
  margin:  0 0 20px 0;
}
  .ff_single_head_kanner{
    color: #EB6EA6;
  }
  .ff_single_head_erwuesener{
    color: #A082D2;
  } 
.ff_single_inner{
  display: block;
}
  .ff_single_inner_row{
    display: block;
    font-size: 1.2em;
    padding: 10px;
  }
    .ff_single_inner_row_wochendaag{
      font-size: 1.3em;
      background: #369DA5;
      padding: 10px;
      margin-bottom: 10px;
      color: #fff;
    }
    .ff_single_inner_row_modaliteiten{
      
    }
    .ff_single_inner_row_modaliteiten p{
      display: inline-block;
    }
      .fa-info-circle{
        padding-right: 15px;
      }
    .ff_single_icon{
      padding-right: 15px;
    }
.ff_single_foot{
  display: block;
  border-top: 2px solid #369DA5;
}
  .ff_single_foot_item{
    display: inline-block;
    padding: 10px;
    margin-top: 10px;
    background: #369DA5;
    color: #fff;
  }
.ff_tarifer_single_top_clear{/*mobile devices top clear*/
  margin-top: 50px !important;
}

/*FF Tarifer*/
#ff_tarifer_outer{
  display: block;

}
  .ff_tarifer_box{
    display: inline-block;
    width: 30%;
    height: 180px;
    background: #369DA5;
    color: #fff;
    padding: 10px;
    margin: 10px;
  }
  .ff_tarifer_box_head{
    display: block;
    width: 100%;
    background: #fff;
    color: #369DA5;
    padding: 10px;
    font-size: 1.2em;
  }
  .ff_tarifer_box_prais{
    display: block;
    width: 100%;
    padding: 30px;
    margin: 10px 0 10px 0;
    font-size: 5em;
    text-align: center;
  }
  .ff_tarifer_box_beschreiwung{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1em;
  }
  .ff_tarifer_box_foot{
    display: block;
    width: 100%;
  }


/*FF Trainer*/
#ff_trainer_outer{
  display: block;
  color: #369DA5;
}
  .ff_trainer_box{
    display: inline-block;
    width: 30%;
    height: 250px;
    color: #fff;
    padding: 10px;
    margin: 10px;
  
  }
    .ff_trainer_box_head{
      display: block;
      width: 100%;
      padding: 5px;
      background: #369DA5;
      color: #fff;
      font-size: 1.1em;
    }
     .ff_trainer_inner_box{
       display : flex;
       flex-direction : row;
       width: 100%;
       min-height: 180px;
       padding: 10px;
       background: #f2f2f2;
       
     }
      .ff_trainer_box_profilbild{
        display: flex;
        justify-content: center;
        padding: 10px 0 10px 0;
        width: 44%;
        height: 150px;
        background: #f2f2f2;
      }
        .ff_trainer_box_profilbild img{
          border: 5px solid #369DA5;
        }
        
      .ff_trainer_box_coursen{
        display: inline-block;
        width: 52%;
        height: 150px;
        background: #f2f2f2;
      }
        .ff_trainer_box_coursen_head{
          display: block;
          width: 100%;
          background: #f2f2f2;
          padding:  10px 5px 5px 5px;
          color: #369DA5;
          font-size: 1em;
        }
        .ff_trainer_box_coursen_all{
          display: block;
          width: 100%;
          padding:  5px;
          color: #369DA5;
        }
          .ff_trainer_box_coursen_all_item{
            display: block;
            width: 100%;
            padding:  3px;
            color: #fff;
            background: #369DA5;
            margin-bottom: 4px;
          }
            .ff_violet{
              color: #A082D2;
            }
            .ff_orange{
              color: #FFBA52;
            }
   
    .ff_trainer_box_profilbeschreiwung{
      display: block;
      width: 100%;
      padding:  10px 10px 10px 20px;
      background: #f2f2f2;
      color: #369DA5;
    }
    .ff_trainer_box_foot{
  
    }
