h1,h2,h3,h4,h5,h6{
  
}
/*`
**`SummitSuite Adds
*/
.kosu_img-wrapper { /*`Gallery-Rahmen */
    border: 1px solid #a000000;
    border-radius: 20px;
}
.willkommen {
  background:rgba(0,0,0,0.2);
  border-radius:25px;
  color:white!important;
}
.willkommensliste {
  font-size:24px;
  font-weight:500;
  color:white!important;
}
.willkommensliste li{
   margin-bottom:10px;
}
span.kosu_cap-spk-tagline {
    color: #333 !important;
}

/*
** Speaker-Gallery Special background add
*/
div.kosu_spk_txt_overlay {
    background: rgba(161 17 42 / 0.5)!important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 5px;
    transition: all 0.3s ease-in-out!important;
}
.kosu_spk_img_overlay{
  transition: all 0.3s ease-in-out;
}
.kosu_img-wrapper:hover .kosu_spk_img_overlay{
  /* opacity:0; */
  transform: scale(1.8, 1.8);
}
