/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/************************/
/* Header */
/*********************/
.header__info {
display: none !important ; 
}


/************************/
/* Lightbox Container */
/*********************/
#nexoLightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  padding: 5vw;
}

/* Sichtbar */
#nexoLightbox.open {
  display: flex;
}

/* Bild in der Lightbox */
#nexoLightbox img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

/* Close-Button */
#nexoLightbox .nexo-lb-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

/* Cursor-Hinweis auf Trigger */
.nexo-lb-trigger,
[data-nexo-lightbox] {
  cursor: zoom-in;
}





/*
 * Searchbox in Naviagtion ausblenden
 * */
.header__search {
  display: none;
}


/*
 * Bullet points Startseite kleiner
 * */
#hs_cos_wrapper_module_17218212004152 .icon--small.icon--disc,
#hs_cos_wrapper_module_17217436985867 .icon--small.icon--disc {
  height: 1.25rem;
  width: 1.25rem;
}


#hs_cos_wrapper_module_17218212004152 .properties__text.small-text,
#hs_cos_wrapper_module_17217436985867 .properties__text.small-text {
  padding-top: 3px;
}


#hs_cos_wrapper_module_17218212004152 .properties__item:not(:last-child) {
  border-inline-end: 1px solid;
  margin-inline-end: 10px;
  padding-inline-end: 10px;

}


.cell_17549865982992-background-layers {
border-radius: 1rem !important; 
}

/*
 * Audioplayer Z-INDEX Problem 
 * geht über Navigation
 */
.hs-audio-player {
  z-index: 0!important; }


/*
 * footer anpassungen
 */

.footer {
  background-color: #f1f5f9!important; 
  
  }


  
  /*
 * Das sind wir 
 * CL TEAM
 */
  
 /* ALLE BILDER */

.hs-image__grid__list__item__image {
border-radius: 50% !important;
}

.hs-image__grid__item__overlay {
border-radius: 50% !important;

}

.row-number-54 img {
border-radius: 12px ;
}


.icon--accent,
.icon--disc,
.icon--outline,
.icon--small {
  color: #ffffff !important;
  border-color: #ffffff !important;
}


}





/****************************************+++++++++++++++++++++++++++*/
/* A                                                                */
/* Seiten übergreifende Anpassungen                                 */
/****************************************+++++++++++++++++++++++++++*/
/* Optimierung der Mobilenansicht                                   */
/****************************************+++++++++++++++++++++++++++*/



@media (max-width: 767px) {
  
  

  /* Text left für p in Mobile */
  .hs_cos_wrapper_widget p {
    text-align: left !important; 
  }


/****************************************+++++++++++++++++++++++++++*/
/* A                                                                */
/* Optimierung der Mobilenansicht                                */
/****************************************+++++++++++++++++++++++++++*/
/* #01 Startseite - Philipp Heß                                     */
/****************************************+++++++++++++++++++++++++++*/

  
  /* 
   * 00 CTA Automatisieren Sie ihre ...
     */
  
  #hs_cos_wrapper_module_173200667067110 .rtext__content p {
    text-align: center !important; 
  }

  
  
  /* 
   * 01 Startseite Philipp Heß 
   */
  
  
  /* Icon zentrieren */ 
  #hs_cos_wrapper_widget_1721826824572 .module--1721826824572 {
    padding-left: unset;
    color: red;
  }
  
  .module--1721826824572 .inline-items {
     justify-content: center;
  } 
  
  
  /* Icon größe */ 
  
  .icon--1721826824572-1 {
      height: 2rem !important;
      width: 2rem !important;
  }
  
  /* Textabsätze zentrieren */ 
  #rtext__1721740674279 p {
    text-align: center !important;
  }

  /* H2 Eigene Kurse */
  #hs_cos_wrapper_module_17296036493265 h2 {
    text-align: left;
  }
  
   /* 
   * 02 Sprachvielfalt drehen 
   */
  
  .hs-content-id-97026946026 .row-number-90 .row-fluid {
     flex-direction: column-reverse;
  }

  /*
   * Probleme mit Buttons bei Mobile stretch
   */
  
  #hs_cos_wrapper_module_17218229150967 .module--17218229150967  {
    align-items: center!important;
  }
  
  #hs_cos_wrapper_module_17218229150967 .module--17218229150967 .module__inner {
    width: 550px;
  }
  

  /* p Text Was die zusammenarbeit ... */
  #hs_cos_wrapper_module_17309854298364 p {
    text-align: center!important;
  }

  /* Team Card - Tel und E-Mail */
  #hs_cos_wrapper_module_17309854298365 p {
    text-align: center!important;
  }


  /*
   *  Learning management System <p> un button strech probleme
   */
  
  #hs_cos_wrapper_widget_1712306381494 {
    display: flex!important;
    flex-direction: column!important;
    align-items: center!important;
  }
  
  #hs_cos_wrapper_widget_1712306381494_ {
    width: 550px!important;
    max-width: 100%!important;
  }

  #hs_cos_wrapper_widget_1712307230974 .module--1712307230974  {
    align-items: center!important;
  }
  
  #hs_cos_wrapper_widget_1712307230974 .module--1712307230974 .module__inner {
    width: 550px;
  }
  
  
   /****************************************+++++++++++++++++++++++++++*/
 /* #02 Weitere Funktionen, die den unterschied machen                */
/****************************************+++++++++++++++++++++++++++*/
  
   
 /* Datenschutz */ 
 .hs-content-id-97026946026 .row-number-96 .row-fluid {
    flex-direction: column-reverse;
} 
  
  /* Datenschutz img padding */  
 #hs_cos_wrapper_module_17218074862538.widget-type-linked_image{
   padding-left: 0px !important; 
  }
  
  #hs_cos_wrapper_module_17218074862538_ img {
  max-width: 80%;
  }
  
   /* Text padding */  
 .module--17218074862536 {
    padding-top: 50px !important; 
    margin-bottom: 0px !important;
  } 
  
  
    
  /* Icon größe 1 */  
   .icon--17295799197097-1 {
    height: 2rem !important;
    width: 2rem !important;
  }
  
  /* Icon größe 2 */  
  .icon--1729579933248-1 {
  height: 2rem !important;
    width: 2rem !important;
  }
  
    /* Icon größe 3 */  
  .icon--1729847398769-1 {
  height: 2rem !important;
    width: 2rem !important;
  }
  
    /* Icon größe 4 */  
  .icon--17295799197098-1 {
  height: 2rem !important;
    width: 2rem !important;
  }
  
  
  .icon__glyph {
  height: 1rem !important;
  }
  
  
  /* Icon größe */ 
  .icon--1729579925852-1 {
    height: 2rem !important; 
    width: 2rem !important;

  }
   
  .icon--1729847470651-1 {
    height: 2rem !important; 
    width: 2rem !important;
  }
  
  
  /*  brauchen wir später vielleicht… */
  .row-fluid #hs_cos_wrapper_module_17296036493267 {
    padding-left: 0px !important;
  }
  
  #hs_cos_wrapper_module_17296036493267_ img {
    width: 100%;
  }
  
  #hs_cos_wrapper_module_17296036493265 .module--text-left {
    text-align: center!important;
  }
  
/****************************************+++++++++++++++++++++++++++*/
/* A                                                                */
/* Optimierung der Mobilenansicht                                   */
/****************************************+++++++++++++++++++++++++++*/
/* #01 Kursseite                                                    */
/****************************************+++++++++++++++++++++++++++*/
  


  /* Fachlich geprüfte ... Subheading "In vielen ..." */
  #hs_cos_wrapper_module_173201185915610 p {
     text-align: center !important; 
  }


  /*
 /* Icon anpassungen
 */
  
  #hs_cos_wrapper_module_171085820444111 .rtext__content p {
        text-align: center !important; 
  }
  
  
  .icon--171085820444111-1 {
    height: 2rem !important;
    width: 2rem !important; }
  
  .icon--171085820444111-2 {
    height: 2rem !important;
    width: 2rem !important; }
  
  .icon--171085820444111-3 {
    height: 2rem !important;
    width: 2rem !important; }
  
  .icon--171085820444111-4 {
    height: 2rem !important;
    width: 2rem !important; }
  
  .icon--171085820444111-5 {
    height: 2rem !important;
    width: 2rem !important; }
  
  .icon--171085820444111-6 {
    height: 2rem !important;
    width: 2rem !important; }
  
  
     /****************************************+++++++++++++++++++++++++++*/
  /* #02 Demovideo                                                    */
/****************************************+++++++++++++++++++++++++++*/
  
    /*Stretch probleme */
  #hs_cos_wrapper_module_1712136145833 .module--1712136145833 .module__inner {
    width: 100%!important;
  }

  
   /****************************************+++++++++++++++++++++++++++*/
 /* #02 Kursseite  Mehrsprachigkeit                                   */
/****************************************+++++++++++++++++++++++++++*/
  
  .hs-content-id-96766623969 .row-number-31 .row-fluid {
  flex-direction: column-reverse;
  }
  
  /* Text wird linksbündig ausgerichtet */
  
  .module--17122359725794 {
      text-align: left;
  }
  
  /*Stretch probleme */
  #hs_cos_wrapper_module_17122359725794 .module--17122359725794 .module__inner {
    width: 100%!important;
  }
  

    
  
   /****************************************+++++++++++++++++++++++++++*/
 /* #03 Kursseite  Kursaufbau                                        */
/****************************************+++++++++++++++++++++++++++*/
  
  .icon--171291224385016-1 {
    height: 2rem !important;
    width: 2rem !important; }
  
  .icon--171291224385016-2 {
    height: 2rem !important;
    width: 2rem !important; }
  
  .icon--171291224385016-3 {
    height: 2rem !important;
    width: 2rem !important; }
  
  .icon--171291224385016-4 {
    height: 2rem !important;
    width: 2rem !important; }
  
  
  
  
/****************************************+++++++++++++++++++++++++++*/
/* A                                                                */
/* Optimierung der Mobilenansicht                                   */
/****************************************+++++++++++++++++++++++++++*/
/* #01 Kursgenerator                                           */
/****************************************+++++++++++++++++++++++++++*/
 
  
  
  /*
  #hs_cos_wrapper_module_17296036493265 
  .module--text-left, .hs_cos_wrapper_widget .rtext__content p {
    text-align: left !important }
  
  */
  
    #hs_cos_wrapper_module_17320070293829 h2,
    #hs_cos_wrapper_module_173200702938210 p {
    text-align : center!important;
  }
  
    /****************************************+++++++++++++++++++++++++++*/
  /* #02 Kursgenerator   Video                                        */
/****************************************+++++++++++++++++++++++++++*/

  
  
   .module--sm-text-right {
        text-align: left !important;
  
 }
  
  .module--1719317003196 {
    margin-bottom: 10px !important; 
  }
  
  
    /****************************************+++++++++++++++++++++++++++*/
  /* #02 Kursgenerator   mehrsprachigkeit                             */
/****************************************+++++++++++++++++++++++++++*/

    
  .hs-content-id-107361338360 .row-number-13 .row-fluid {
      flex-direction: column-reverse !important;
  }
  
   /*
   * Probleme mit Buttons bei Mobile stretch
   */
  
  #hs_cos_wrapper_module_1729765428628 .module--1729765428628  {
    align-items: center!important;
  }
  
  #hs_cos_wrapper_module_1729765428628 .module--1729765428628 .module__inner {
    width: 550px;
  }
  
   /****************************************+++++++++++++++++++++++++++*/
  /* #03 Kursgenerator   Online & Präsenz                            */
/****************************************+++++++++++++++++++++++++++*/
  
   .hs-content-id-107361338360 .row-number-17 .row-fluid {
      flex-direction: column-reverse !important;
  }

  .module--1721824327466 {
  padding-top: 50px !important;
  
  }
  

    /****************************************+++++++++++++++++++++++++++*/
  /* #04 Kursgenerator   Kapitel und Lektionen                        */
/****************************************+++++++++++++++++++++++++++*/
  
  /* Kapitel und Lektionen */
  .hs-content-id-107361338360 .row-number-23 .row-fluid {
   flex-direction: column-reverse !important;
  }
  
  .module--17218246035365 {
    padding-top: 20px !important;
  }
  
  
    /****************************************+++++++++++++++++++++++++++*/
  /* #05 Kursgenerator       Kurse Automatisieren                     */
/****************************************+++++++++++++++++++++++++++*/
  
  .hs-content-id-107361338360 .row-number-34 {
  flex-direction: column-reverse !important;
  
  } 
  
  
  
  
   /****************************************+++++++++++++++++++++++++++*/
  /* #05 Kursgenerator       Einbinden Medien.                        */
/****************************************+++++++++++++++++++++++++++*/
  
  
  .module--1721824489685 {
    padding-top: 20px !important; 
    margin-bottom: 0px !important; }
  
 
     /****************************************+++++++++++++++++++++++++++*/
  /* #05 Kursgenerator       Kurse automatisieren                      */
/****************************************+++++++++++++++++++++++++++*/
  
  
  .hs-content-id-107361338360 .row-number-29 .row-fluid {
   flex-direction: column-reverse !important;
  
  }
  
  
/****************************************+++++++++++++++++++++++++++*/
/* A                                                                */
/* Optimierung der Mobilenansicht                                   */
/****************************************+++++++++++++++++++++++++++*/
/* #01 LMS.                                                         */
/****************************************+++++++++++++++++++++++++++*/
  

  /*
   *  Alle date an einem Ort. 
   *  Subheader
   */
  
  #hs_cos_wrapper_module_17320121267408 p {
    text-align: center!important;
  }
   

   /*
 /*  Einfacher Zugang 
*/
  
  .module--17219087338698 {
  padding-top: 20px !important;
    margin-bottom: 0px !important;
  }
  
  .hs-content-id-96764754409 .row-number-15 .row-fluid {
   flex-direction: column-reverse;
  }
  
   /*
 /*  Kurse Automatisieren
*/
  
  .module--17219083226516 {
  padding-top: 20px !important;
    margin-bottom: 0px !important;
  
  }
  
  
  
  /*
 /* Analyse und Nachweise
*/
  
 
  .hs-content-id-96764754409 .row-number-21 .row-fluid {
   flex-direction: column-reverse !important;
  }
  
  .module--1721908529154 {
  padding-top: 20px !important;
  margin-bottom: 0px !important;
  }
  
  
  /*
 /*  Admin Rechte & Rollen
*/
  
  .module--17219089084398 {
  padding-top: 20px !important;
  margin-bottom: 0px !important;
  }
  
  
  

 /* LMS Pakete */
  #hs_cos_wrapper_module_1710843928626 p {
    text-align: center!important;
  }

 /* Optionale Services */

  #hs_cos_wrapper_module_1711018875085  p {
    text-align: center!important;
  }
  
   /*
    /*  Vielfältige Integration 
  */


  
  .hs-content-id-96764754409 .row-number-27 .row-fluid {
   flex-direction: column-reverse !important;
  
 }


  /* P Weden auch Sie LMS Profi center*/
  #hs_cos_wrapper_module_17137772834617 p {
    text-align: center!important;
  }  
  
  
  
  
  
  
}













@media (max-width: 1140px) {






}