
.TabingModule .panel {
    transform: translateY(20px);
}

.TabingModule .panel.is-active {
    animation: tabFadeIn 0.5s ease forwards;
}

@keyframes tabFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {

  .hhs-tab-content {
    opacity: 0;
    
     }

  .hhs-tab-content.tab-content-loaded {
    opacity: 1;
    transition: opacity .2s ease;
  }

}


{#.TabingModule section.d-flex.hhs-tab-content {
    align-items: center;
}#}

{#.TabingModule .SectionTopPart{text-align:center; padding-bottom:75px;}
 .TabingModule .hhs-tab-wrapper button {
  background: transparent;
  border: 3px solid #081950 !important;
  border-radius: 100px;
  padding: 10px 30px !important;
  text-align: center!important;
  width:auto;
  word-break: keep-all;
} #}
/* .TabingModule .hhs-tab-wrapper button.is-active {
background-color: rgba(43, 79, 248, 1.0);
border-color: rgba(43, 79, 248, 1.0) !important;
} */



{#.TabingModule .hhs-tab-wrapper li:hover button {
    background-color: #2b4ff8 !important;
    color: #fff !important;
}

.TabingModule .hhs-tab-content .hhs-tab-wrapper li {
  border: none!important;
      flex: 0 0 auto;
}
.TabingModule .hhs-tab-content ul.hhs-tab-wrapper {
  flex-wrap: wrap;
  gap: 24px 20px;
  justify-content: center;
}

.hhs-panel-wrapper .panel ul li,.TabingModule .SectionTopPart p{
  font-size:20px;
}
.TabingModule .tab-dropdown {
  display: none;
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 20px;
}
.TabingModule .SectionTopPart  h2{padding-bottom:30px;}
.TabingModule .panel ul,.TabingModule .panel ol {
    padding-left: 20px;
}#}

/* @media (min-width: 992px) {
  .TabingModule .hhs-tab-content .hhs-tab-wrapper li:first-child,.TabingModule .hhs-tab-content .hhs-tab-wrapper li:last-child{
    flex: 1 1 100%;
    padding: 0 50px;

  }
} */

{#@media (max-width:1199px) {
  .SpecingDiv{display:none;}
  
  .TabingModule .hhs-tab-content ul.hhs-tab-wrapper {
    gap: 20px 10px;
}

}#}

{#@media (max-width: 991px) {



  .TabingModule {
    z-index: 5 !important;
  }
  .TabingModule .hhs-tab-content {
    display: block !important;
  }
  .TabingModule .hhs-tab-content .hhs-tab-wrapper li {
    flex: 1 1 100%;
  }
  .TabingModule .hhs-tab-content ul.hhs-tab-wrapper {00
    gap: 10px;
  }
  .TabingModule .tab-to-dropdown {
    position: relative;
    margin-bottom: 30px;
  }

  .TabingModule .selected-tab {
    line-height: 1 !important;
    padding: 15px 25px  !important;
    border-radius: 100px;
  }
  .TabingModule .converted-tab {
    background: #fff;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
    display:flex;
    gap:10px !important;
    padding: 20px !important;
    border-radius: 0 0 10px 10px;
  }
  .hhs-panel-wrapper .panel ul {
    padding-left: 15px !important;
  }
  .TabingModule .selected-tab:after{border-color:#fff;}
  .TabingModule .hhs-tab-wrapper button {
    border: 1px solid #2b4ff8 !important;
  }
  .TabingModule .SectionTopPart {
    padding-bottom: 20px;
  }
  .TabingModule .SectionTopPart  h2{padding-bottom:15px;} 

.hhs-panel-wrapper .panel ul li,.TabingModule .SectionTopPart p{
  font-size:16px;
}
}#}


/* Das Wilken-Pillenmodul verwaltet sein mobiles Dropdown im Modul selbst. */