/*
 Theme Name: Heiser WebTec – HUSL
 Theme URI: https://heiser-webtec.de/
 Author: Heiser WebTec
 Author URI: https://heiser-webtec.de/
 Description: 
 Version: 1.0.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: hwt-husl-theme
*/
:root {
  --hwt-max-width: 108.75em;
  --hwt-gap: 3em; 
}

.hwt-container {
  width: min( calc(100% - 2 * var(--hwt-gap)), var(--hwt-max-width) );
  margin: 0 auto;
}

:root{
  --violet-1: #2b0b63;   
  --violet-2: #4a16a9;   
  --violet-3: #6c1cff;   
  --ink:      #10081d;   
}
html { font-size: 0.833vw; }

@media (min-width: 1920px) {
  html { font-size: 16px; } 
}
body {
  margin: 0;
  font-family: 'Rubik';
  
  position: relative;
  color: #FFFFFF;

  position: relative;            

    
 background-color: #3c136d;
  background-blend-mode: screen, overlay, soft-light, normal;
  background-repeat: no-repeat;
  background-size: cover;
}

body::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/images/noise-64px-alpha08.webp") repeat;
  mix-blend-mode: multiply; 
  opacity: 0.2; 
  pointer-events: none; 
}

.hwt-container{max-width:var(--hwt-max-width);margin:0 auto;padding:0 1em;}
.hwt-header-inner {
  max-width: 100em;
}
.hwt-inner-container {
 max-width: 96.6em;
}
.hwt-special-container-blog {
   max-width: 100.6em;
   margin-top: 13.2em;
}

.custom-logo-link img{
  margin-top: 1em;
}
.hwt-header{
  position: fixed;
  top:0; left:0; right:0;
  padding-top: 3em;
  z-index:1000;
  background: transparent;
  transition: background .3s ease, box-shadow .3s ease, backdrop-filter .3s ease;
}
#menu-main-menu {
   padding: 0.4em 0.4em;
   padding-right: 0.5em;
   
}
.hwt-header.is-scrolled #menu-main-menu {
  background: rgba(199, 189, 209, 0.2);
  box-shadow: 0 0.25em 1.875em rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(3.125em);
  -webkit-backdrop-filter: blur(3.125em);
  
  transition: background .3s ease, backdrop-filter .3s ease, box-shadow .3s ease;
 border-radius: 624.9375em; 
 padding: 0.4em 0.4em;
 padding-right: 0.5em;
}

.hwt-nav .hwt-navwrap > ul {
  display: flex;
  gap: 1em;                 
  list-style: none;
  margin: 0;
  padding: 0;
}

.hwt-nav .hwt-navwrap {
  position: relative;
}

.hwt-nav .hover-pill {
  position: absolute;
  top: 0.2em;
  border: 0.0625em solid #9F83F2;
  border-radius: 624.9375em;
  pointer-events: none;
  transition: all .3s ease;    
   transform: translateY(-0.0625em);         
}

.hwt-navwrap {
  display: flex;
  flex: 0 0 auto;
}
.hwt-nav .hwt-navwrap > ul > li {
  position: relative;        
}

.hwt-nav .hwt-navwrap > ul > li > a {
   position: relative;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;     
  font-size: 0.875em;
  line-height: 0.7em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 0 0.3125em rgba(0,0,0,0.3); 
  opacity: 1;
  display: inline-block;
  padding: .75em 3em;
  transition: color .2s ease;
  border-radius: 624.9375em; 
  letter-spacing: 0.05em;
}

.hwt-nav .hwt-navwrap > ul > li > ul {           
  position: absolute;
  top: 100%;                   
  left: 3em;
  list-style: none;
  margin: 0;
  padding: .5em 0;
  margin-top: 0.8em;
  min-width: 10em;
  z-index: 9999;
  border-radius: 1em;
  border-top-left-radius: 0;
      background: rgba(90, 56, 131, 0.98);
  box-shadow: 0 0.25em 1.875em rgba(0, 0, 0, 0.1);
  opacity: 0;                
  visibility: hidden;   
  isolation: isolate;     
  padding-top: 0.9375em;
  transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
}
.hwt-nav .hwt-navwrap > ul > li > ul::before {
  content: "";
  position: absolute;
  top: -0.8em;   
  left: 0;
  width: 100%;
  height: 0.8em; 
  background: transparent;
}

.hwt-nav .hwt-navwrap > ul > li:hover > ul {
    opacity: 1;
  visibility: visible;
}
.hwt-nav .hwt-navwrap > ul > li > ul > li {
padding: 0 0.3125em;
margin-bottom: 0.625em;
}

.hwt-nav .hwt-navwrap > ul > li > ul > li > a {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;            
  font-size: 0.875em;
  line-height: 0.75em;
  
  text-transform: none;
  color: #ffffff;
  text-decoration: none;
  padding: .5em 1em;
  display: block;
  opacity: 1;
  transition: background .2s ease;
}

.hwt-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  gap: 5em;
}

.hwt-logo {
  flex: 0 0 auto;
}

.hwt-nav {
  flex: 1; 
}

.hwt-lang-list {
  flex: 0 0 auto;
  display: flex;
  gap: .75em;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hwt-header{ top: 0; z-index: 1000; }

.admin-bar .hwt-header{ top: 2em; }

.hwt-lang-list li a {
  font-family: 'Rubik', sans-serif;
  font-weight: 600;

  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
  display: inline-block;
  padding: .75em 0.2em;
  transition: color .2s ease;
  border: 0.0625em solid transparent;
 border-radius: 624.9375em; 
 padding: 0.4em 1em;
 font-size: 0.625em;
  
}
.current-lang a, .hwt-lang-list li a:hover {
   border: 0.0625em solid rgba(159, 131, 242, 0.4) !Important;
    background: rgba(31, 16, 46, 0.25);
  box-shadow: 0 0.25em 1.875em rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.3937em);
  -webkit-backdrop-filter: blur(0.3937em);
  
  transition: background .3s ease, backdrop-filter .3s ease, box-shadow .3s ease;
}
.hwt-footer-inner {
  position: relative;
  box-sizing: border-box;
  border-radius: 624.9375em;               
  background: linear-gradient(130deg, rgb(13, 0, 45) 80%, rgb(38, 0, 91) 100%);                
  padding-left: 0;   
  padding-right: 6em;
  box-shadow: 0em 0.9375em 3.125em #9F83F280;
  overflow: hidden;                    
  color: #fff;       
  display: flex;     
  gap: 0.5em;         
}

.nav-surr-footer {
  flex: 1;
}

.footer-nav {
  display: grid;
  grid-auto-flow: column;     
  gap: 0.5em;                  
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 3.5em;
}

.footer-nav > li {
  list-style: none;
}

.footer-nav > li > a {
    position: relative;
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
    font-size: 0.875em;
    line-height: 0.7em;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.3);
    opacity: 1;
    display: inline-block;
    padding: .75em 3em;
    transition: color .2s 
ease;
    border-radius: 624.9375em;
}

.footer-nav > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 3em;
}

.footer-nav > li > ul > li {
  margin: 1em 0;
}
.footer-nav > li > ul > li > a {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 0.75em;
  color: #ffffff;
  text-decoration: none;
}

.footer-nav > li > ul > li {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 0.75em;
  color: #ffffff;
  text-decoration: none;
  border-radius: 0.625em;
  padding: .5em 1em;
  margin-left: -1em;
  max-width: 90%;
}
.footer-nav > li > ul > li:hover {
  background: #9F83F2;
}
.footer-hover-pill {
  position: absolute;
  border: 0.0625em solid #9F83F2;
  border-radius: 624.9375em;
  pointer-events: none;
  transition: all .25s ease;
  opacity: 1;
  z-index: 0;
  transform: translateY(-0.0625em);  
}
#menu-footer-menu, #menu-footer-menu-en {
  position: relative;
  z-index: 1;
}
#menu-footer-menu > li > a, #menu-footer-menu-en > li > a {
  position: relative;
  z-index: 1;
}
.hwt-footer-content-surr {
  display: flex;
  align-items: center;      
  justify-content: space-between;
  gap: 2em;            
  padding-right: 3.8em;    
}

.hwt-footer-content-surr > div {
  flex: 0 0 auto;            
}

.hwt-footer-content-surr .custom-logo-link {
  margin-left: auto;       
  flex: 0 0 auto;
}
.hwt-burger {
  display: none;
}
.hwt-footer-inner .custom-logo {
  width: 7em;
}
.hwt-footer {
  margin-bottom: 5em;
  margin-top: 20em;
}

.e-n-accordion-item-title {
  padding: 0 !important;
  
}

body .elementor-widget-n-accordion .e-n-accordion-item-title-header {
  flex: 1;
}
.e-n-accordion-item {
  border-top: 0.0625em solid #9F83F2;
  margin-top: 2em; 

}

.e-n-accordion-item:first-child {
  border: none;
}

body .elementor-widget-n-accordion  .e-n-accordion-item-title {
  display: flex;
  justify-content: space-between; 
  align-items: center;    
  gap: 1em;      

}

.e-n-accordion-item-title-icon {
  margin-right: 3em; 
}
.e-n-accordion-item-title-icon svg {
  display: none;
}
.e-n-accordion-item-title-icon {
  width: 1.25em;
  height: 1.25em;

}



.e-n-accordion-item-title-icon .e-closed  {
  background-image: url(assets/images/HUSL-UI-Pfeil-Aufklappen.svg);
}

.e-n-accordion-item-title-icon .e-opened {
  background-image: url(assets/images/HUSL-UI-Pfeil-Zuklappen.svg);
}
.e-n-accordion-item .e-n-accordion-item-title-text  {
  padding: 0.35em 1em;
  transition: background .3s ease, backdrop-filter .3s ease, box-shadow .3s ease;
  border-radius: 624.9375em;
  margin-left: 0em;
  width: 100%;
  box-sizing: border-box;
}
 .e-n-accordion .e-con.e-con>.e-con-inner>.elementor-widget, .e-n-accordion  .elementor.elementor .e-con>.elementor-widget {
    margin-left:1em;
  }
.e-n-accordion-item:hover .e-n-accordion-item-title-text {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0.25em 1.875em rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.3937em);
  -webkit-backdrop-filter: blur(0.3937em);

  
}
body .elementor-widget-n-accordion .e-n-accordion-item-title-header {
  padding-top: 2em;
}
.e-opened, .e-closed{
  width: 3em !important;
  height: 3em !important;

  background-repeat: no-repeat;
  background-position: center center;
  aspect-ratio: 1 / 1;
   background: no-repeat center / 100% auto;
}
.e-n-accordion-item-title-icon {
  padding-top: 2em;
}
.e-opened {
  background-image: url(assets/images/HUSL-UI-Pfeil-Aufklappen.svg);
}
.e-closed {
  background-image: url(assets/images/HUSL-UI-Pfeil-Zuklappen.svg);
}
.e-opened svg {
 display: none;
  
}
.e-closed svg {
  display: none;
}
.e-n-accordion-item > div {
  max-width: 60%;
}

h3 strong {
  font-weight: normal;
  opacity: 0.7;
}
h5 {
  margin: 0;

      background: transparent linear-gradient(90deg, #211030 70%, #422264 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1em;
}
h3 {
  margin: 0;
}



article.page {
  margin-top: 5em;
}
main, canvas, .hwt-ssa__aside, .hwt-ssa__aside *, .e-n-accordion-item * {
  transition: none !important;
}
.blog-teaser-start p{
  color: #C7BDD1;
}
h3 {
  line-height: 1.4em;
}
.subarticle p {
  line-height: 1.8em !important;
  font-size: 1.125em !important;
}
.subarticle-list p{
 line-height: 1.8em !important;
  font-size: 1.05em !important;
  font-weight: 600 !important;
}

p {
  line-height: 1.6em;
}

.hwt-bg-canvas{
  position: fixed;
  top: -200px; left: 0;
  width: 100vW !important;
  height: 150vH !important;        
  z-index: -1;         
  pointer-events: none;
  display: block;
}

.hwt-nav .hwt-navwrap > ul > li > ul > li > a {
  border-radius: 0.625em;
}
.hwt-nav .hwt-navwrap > ul > li > ul > li > a:hover {
  background-color: #3c1e5a;
}

.hwt-msod-banner {
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 0.0625em solid #9F83F2;
  color: #9F83F2;
  width: 100%;
  font-size: 0.875em;
  z-index: 1001;
}
.hwt-msod-banner__inner {
  margin: 0 auto;
  width: 100rem;
  text-align: right;
  padding: 0.9375em 0;
  position: relative;
  padding-right: 5em;
  box-sizing: border-box;
}
.hwt-msod-close {
  position: absolute;
  right: 1em;
  top: 0.7em;
  background: none;
  border: none;
  font-size: 1em;
  cursor: pointer;
  color: #9F83F2;
  border-radius: 6249.9375em;
}
.hwt-msod-close:hover {
  color: #FFF;
  background-color: #9F83F2;
}
.hwt-msod-banner.is-scrolled {
  background: rgba(199, 189, 209, 0.2);

  backdrop-filter: blur(3.125em);
  -webkit-backdrop-filter: blur(3.125em);
  
  transition: background .3s ease, backdrop-filter .3s ease, box-shadow .3s ease;
}
#hwt-footer-icon {
  width: auto;
  height: 21.875em;
}

.hwt-nls-form { position: relative;display: inline-block;}
.hwt-nls-label { width:100%; font-weight:600; }
.hwt-nls-input { 
    border: none;
    font-size: 0.9em;
    color: #FFF;
    padding: 0.625em 1.25em;
    background: rgba(199, 189, 209, 0.2);

    backdrop-filter: blur(3.125em);
    -webkit-backdrop-filter: blur(3.125em);
    transition: background .3s 
ease, backdrop-filter .3s 
ease, box-shadow .3s 
ease;
    border-radius: 0.5em;
    width: 28.125em;
    box-sizing: border-box;
    padding-right: 6.875em;
   
  }

 .hwt-nls-button {
    background: none;
    border: none;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 95% 50%;

    background-size: 1.25em;
    cursor: pointer;
    color: #FFF;
    position: absolute;
    right: 1.1875em;
    top: 0.0;
    transition-duration: 1s;
    font-family: Rubik;
    font-weight: 300;
    border-radius: 0.3125em;
    padding: 0.3125em 0.625em;
    padding-right: 1.875em;
    
}
    
  .hwt-nls-button span {
      opacity: 0;
      transform: translateX(0em);
      line-height: 0;
      transition: all .3s ease;
  }
  .hwt-nls-form.is-visible-button .hwt-nls-button span  {
  transform: translateX(0em);
  opacity: 1;
}
.hwt-nls-input.hwt-nls-success { border-color: #4caf50; }
.hwt-nls-privacy { width:100%; font-size:0.9em;  }
.hwt-nls-privacy a { text-decoration:underline; color: #FFF !important; }
.hwt-nls-input::placeholder { 
  color: #FFF;
}

.hwt-nls-form:hover  .hwt-nls-button {
  transform: translateX(0.625em);
}

.hwt-nls-form:hover  .hwt-nls-input::placeholder {
  color: rgba(255,255,255,0.7);
}
.hwt-nls-input:focus {
  border: none;
}

.hwt-nls-form.is-visible-button .hwt-nls-button:hover {
      background-color: #3f3050;
    }

    
.hwt-nls-check {
  position: absolute;
  right: 1.25em;
  top: 0;
  width: 1.25em;
  height: 2.3125em;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.25em 1.25em; 
  opacity: 0;
  transform: rotate(-90deg) scale(0.5);
  transition: opacity .4s ease, transform .4s ease;
  pointer-events: none;
}

.hwt-nls-form.show-check .hwt-nls-button {
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
.hwt-nls-form.show-check .hwt-nls-check {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

.hwt-nls-input:-webkit-autofill,
.hwt-nls-input:-webkit-autofill:hover,
.hwt-nls-input:-webkit-autofill:focus {
  -webkit-text-fill-color: #FFF;      
  caret-color: #FFF;                  
  transition: background-color 9999s ease 0s; 
  box-shadow: 0 0 0em 62.5em rgba(199,189,209,0.2) inset; 
  border-radius: 0.5em;                 
}

.privacyhwt {
  text-decoration: underline;
  color: #FFF;
  opacity: 0.5;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 0.6em;
  margin-top: 0.625em;
}
.newsletter-con {
  margin-top: 1rem;
}
.newsletter-blog {
  background-color: rgba(255,255,255,0.2);
  border-radius: 2rem;
  width: 48.7%;
  margin-left: 1em;
  box-sizing: border-box;
  padding: 2em 2em;
  line-height: 1.5em;
}

.newsletter-blog .privacyhwt {
  text-align: left;
  margin-left: 1.25em;
}
.hwt-nls-wrapper .privacyhwt {
  margin: 0;
  margin-top: 0.625em;
  margin-left: 1.25em;
  display: inline-block;
}
.hwt-card-content {
  color: #C7BDD1;
}
.ext-link a {
  background-image: url(assets/images/HUSL-Links.svg);
  transition: all 0.3s ease;
  background-size: 0.8em;
  background-position: 95% 44%;
  background-repeat: no-repeat;
  display: inline-block;
  padding: .2em 1em;
  padding-right: 2.5em;
  border-radius: 1em;
}
.ext-link a:hover {
  background-color: #3c1e5a;
}
.disclaimer {
  color: rgba(199, 189, 209, 0.6);
  font-size: 0.6em;
  margin: 5em 2em;
}
.hwt-footer-content-surr .hwt-nls-wrapper {
  margin-right: auto;
  transform: translateX(0.625em)
}

.back-to-overview, .backto a{
  margin-left: 2em;
  margin-top: 3em;
  color: #FFF !important;
  font-size: 0.8em;
  display: block;
  padding-left: 6em;
  text-decoration: none !important;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.backto a {
  margin: 0;
  line-height: 1em;
  padding-left: 4em;
}
.back-to-overview::before, .backto a:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(assets/images/HUSL-UI-Pfeil-02.svg);
  height: 100%;
  width: 3em;
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1); 
  z-index: -1;
}
.backto a:before {
  width: 0.8em;
}

.newsletter-header {
  margin-top: 7.5em;
}

  .icon {
    width: 10em;
    height: auto;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .icon-apple {
    background-image: url(assets/images/Laden-im-Appstore.png);
    width: 6.375em;
    height: 2.175em;
  }

  .icon-play {
    background-image: url(assets/images/Jetzt-bei-Google-Play.png);
    width: 6.375em;
    height: 2.375em;
  }

  .banner {
  text-align: center;
  padding: 2em;
  transform: translateX(-25em);
}

.banner-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-areas:
    "title badges"
    "headline headline"
    "subline subline";
  align-items: center;
  justify-content: center;
  row-gap: 0;       
  column-gap: 1em; 

}

.eyebrow {
  grid-area: title;
  font-size: 2.0625em;
  font-weight: bold;
  color: #1F102E;
   
}

.badges {
  grid-area: badges;
  display: flex;
  gap: 0.8em;

  justify-content: flex-start;
}

.headline {
  grid-area: headline;
  transform: translateX(0.75em);
}

.subline {
  grid-area: subline;
  color: #FCE984;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.9375em;

  text-align: left;
  transform: translateX(-2.75em);
  margin-top: 1em;

}
.banner-grid h1 {
  font-size: 2.9375em;
  font-weight: bold;
  color :#1F102E;
  margin: 0;
  
}


.hwt-bp{
  padding: 3.125em;
  border-radius: 3.125em;
    background: linear-gradient(130deg, rgb(13, 0, 45) 80%, rgb(38, 0, 91) 100%);

  box-shadow: 0 18px 38px rgba(0,0,0,.35);
  color: #EDE7FF;
}

.hwt-bp__grid{
  display: grid;
  grid-template-columns: 1fr 1fr; 
  gap: 1em;
}

.hwt-bp__list{
  display: grid;
  grid-auto-rows: minmax(0, auto);
  gap: 0;
  align-content: start;
  margin-right: 6.25em;

}
.hwt-bp__item{  position: relative;padding-bottom: 0.9375em; padding-top: 0.9375em;box-sizing: border-box;}
.hwt-bp__item::after {
 content: '';
 display: block;
 width: 98%;
 height: 0.0625em;
 background: #9F83F2;
 position: absolute;
 top: 0;
 left: 0;
}
.hwt-bp__item:first-child::after  { 
  height: 0;
}

.hwt-bp__date{
  font-size: 0.75em;
  margin-bottom: 0;
  color: #9F83F2;
}
.hwt-bp__title{
  font-size: 1.375em;
  font-weight: normal;
  margin-bottom: 1em;
  margin-top: 0.625em;
}
.hwt-bp__title a{ color: inherit; text-decoration: none; }
.hwt-bp__title a:hover{ text-decoration: underline; }
.hwt-bp__excerpt{
  margin: 0 0 0em;
  color: #C7BDD1;
  line-height: 1.6;
  width: 80%;
}
.hwt-bp__rule{
  border: 0; height: 0.0625em; width: 100%;
  background: rgba(255,255,255,.25);
  margin: 0.875em 0 0;
}

.hwt-bp__highlight{
  position: relative;
      background: transparent linear-gradient(90deg, rgba(44, 23, 78, 0.7) 0%, rgba(57, 25, 100,0.7) 100%) 0% 0% no-repeat padding-box;
    color: #fff;
  border-radius: 1.5625em;
  padding: 2.6875em;
  box-shadow: 3px 3px 20px #1F102EB2;
  transition: all 0.25s ease;
}
.hwt-bp__highlight img {
  transition: all 0.25s ease;
}
.hwt-bp__highlight:hover {
   background: transparent linear-gradient(90deg, rgba(44, 23, 78, 1) 0%, rgba(57, 25, 100,1) 100%) 0% 0% no-repeat padding-box;
}
.hwt-bp__highlight:hover img {
  transform: scale(1.1);
}
.hwt-bp__media{
  border-radius: 1.375em;
  overflow: hidden;
  background: rgba(255,255,255,.06);
}
.hwt-bp__img{
  display: block;
  width: 100%;
  height: clamp(11.25em, 22vw, 20em);
  object-fit: cover;
  object-position: center;
}
.hwt-bp__highlight-inner .hwt-bp__date{
  padding-top: 7.2em;
  margin-bottom: 1rem;
}
.hwt-bp__highlights  .hwt-bp__highlight-inner .hwt-bp__date {
  padding-top: 4.2em;
}
.hwt-bp__highlight .hwt-bp__title{

  margin-top: 0.25em;
}
.hwt-bp__highlight .hwt-bp__excerpt{
  color: rgba(255,255,255,.86);
}



a.hwt-bp__card {
  color: #FFF;
  text-decoration: none;
}
.hwt-bp__item-inner{
  border-radius: 1.25em;
  margin-left:-1.25em;
  padding: 1.25em;
  transition: all 0.25s ease;
}
.hwt-bp__item:hover .hwt-bp__item-inner{

  background-color: rgba(199, 189, 209, 0.1);
}
.hwt-bp__item:first-child {
  padding-top: 0;
}

.hwt-bp__highlight-innerwrap .hwt-bp__excerpt {
  width: 100%;
}

.hwt-bp-header {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  justify-content: space-between;
  gap: 2em;
  margin-bottom: 4.25em;
  
}

.hwt-bp__heading {
  grid-column: 1;
  justify-self: start;
  
}

.hwt-nls-label {
  grid-column: 2;
  text-align: center;
}

.hwt-nls-wrapper {
  grid-column: 3;
  justify-self: end;
   align-self: start;
   margin-top: 1.5625em;
}

.hwt-bp__cats {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 1.75rem;

    
    
}
/* Überschrift */
.hwt-bp__cats-title {
    font-size: 2.1875rem;
    line-height: 1.4em;
    font-weight: normal;
    margin-left: 1.2em;
}
.hwt-bp_cats_surr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 4rem;
  justify-content: space-between;
  
}

#articles {
  margin-bottom: 9rem;

}

.hwt-bp__cat-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    padding: 0.45rem 1.2rem;
    border-radius: 3em;
    border: 1px solid #9F83F2;
    border-radius: 624.9375em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.85rem;
    color: #fff;
    background: none;
    text-decoration: none;
    transition: all 0.2s ease;

    
}
 .hwt-ssa__card:nth-child(3) {
    position: relative;
  }
  .hwt-ssa__card:nth-child(3)::after{
    content: '';
    background-image: url(assets/images/HUSL-UI-Pfeil-04.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1em;
    height: 2em;
    display: block;
    color: #FFF;
    position: absolute;
    right: 3.5rem;
    top: 2rem;
  }

/* Grundlayout */
.hwt-bp__pagination {
  display: flex;

  margin-top: 3rem;
}

.hwt-bp__pagination .page-numbers {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Allgemeine Formatierung der Seitenlinks */
.hwt-bp__pagination .page-numbers a,
.hwt-bp__pagination .page-numbers span {
  display: inline-block;
  text-align: center;

  color: #FFF;
  text-decoration: none;
  font-size: 1em;
  transition: all 0.2s ease-in-out;
  opacity: 0.5;
}

/* Aktive Seite */
.hwt-bp__pagination .page-numbers.current {
  color: #fff;
  opacity: 1;
}



/* Next / Prev Buttons (mit Hintergrundbild) */
.hwt-bp__pagination .page-numbers.next,
.hwt-bp__pagination .page-numbers.prev {
  width: 2em;
  height: 100%;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.5em;


  overflow: hidden;
  opacity: 0.8;
  transition: opacity 0.2s ease-in-out;
}

.hwt-bp__pagination .page-numbers.next:hover,
.hwt-bp__pagination .page-numbers.prev:hover {
  opacity: 1;
}

/* Bild für Next */
.hwt-bp__pagination .page-numbers.next {
  background-image: url('assets/images/HUSL-UI-Pfeil-02.svg');
}

/* Bild für Prev (gespiegelt) */
.hwt-bp__pagination .page-numbers.prev {
  background-image: url('assets/images/HUSL-UI-Pfeil-02.svg');
  transform: scaleX(-1);
}
.hwt-blog__header {
    height: 20em;
    display: flex;
    padding-left: 5rem;
    align-items: center;
    justify-content: flex-start;
    border-radius: 3em;
  background: linear-gradient(90deg, #5e3f92 0%, #9f83f2 100%);
  color: #FFF;
  position: relative;
  overflow: hidden;
   width: 104%;
    margin-left: -2%;
  margin-top: 5em;
  box-sizing: border-box;
}
.hwt-bp__highlights {
  margin-top: -3em;
  
}
.hwt-bp__highlights .hwt-bp__highlight {
     backdrop-filter: blur(3.125em);
    -webkit-backdrop-filter: blur(3.125em);
        box-shadow: 3px 3px 20px #462964b2;
}

.hwt-blog__header::after {
    content: "";
    position: absolute;
    right: 5rem;
    top: 50%;
    transform: translateY(-50%);
    
    width: 50%;
    height: 115%;
    
    background-image: url('assets/images/HUSL-Logo-H-White.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;

    opacity: .12; 
    pointer-events: none;
}


h3.header-blog {
  font-size: 2.1875rem;
  line-height: 1.4em;
  font-weight: normal;
}
.hwt-bp__cat-btn:hover {
    background: linear-gradient(90deg, #A57BFF 0%, #E8E4FF 100%);
    color: #fff;
}

.hwt-bp__cat-btn.is-active {
    background: linear-gradient(90deg, #A57BFF 0%, #E8E4FF 100%);
    color: #fff;
}


.mobileNav {
  display: none;
}

.nav-surr-footer-mobile, .mobile-footer-navigation {
  display: none;
}

.hwt-bp__listwrap{
  margin-left: 2.6em;
}
.hwt-bp__listwrap .hwt-bp__excerpt {
  width: 90% ;
}

.border-headline h3 {
  font-weight: normal !important;
  line-height: 1.4em !important;
}
.border-headline {
   border-left: 2px solid #9F83F2;
   padding-left: 2em;
   margin-left: -2em;
}
.copyright-content {
  font-size: 0.8em;
}
.copyright-content a{
  color: #FFF;
  text-decoration: underline !important;
}
.quote-item h3{
  color: #9F83F2;
}
.quote-item-dark h3 {
  color: #211030;
}

.quote-item strong,.quote-item-dark strong{
  font-weight: normal;
  font-size: 0.8em;
  display: block;
  margin-left: 6rem;
}
.quote-item-dark strong {
  color: #211030;
}
.quote-item, .quote-item-dark {
  position: relative;
}
.quote-item::before, .quote-item-dark::before {
  content: "„";
    color: #FFF;
    opacity: 0.2;
    position: absolute;
    left: -2.5rem;
    bottom: -3rem;
    display: block;
    font-size: 25em;
  z-index: -1;
}
#menu-item-1221, #menu-item-1399 {
  display: none;
}
@media (max-width: 767px) {

  #menu-item-1221, #menu-item-1399 {
  display: block;
}
 
  :root {
    --hwt-max-width: 100%;
    --hwt-gap: 1em;
  }

  .hwt-footer {
  
  margin-top: 4em;
}
  html { font-size: 16px; }      

  .nav-surr-footer-mobil, .nav-surr-footer-mobile, .mobile-footer-navigation {
    display: block;
  }
   .mobile-footer-navigation ul {
       display: flex !important;
      margin-left: 3em;
      gap: 2em;
   }
 
  .mobile-footer-navigation a{
    font-weight: normal !important;
    text-transform: none !important;
  }
  .hwt-footer-content-surr-mobile {
  display: flex;
  flex-direction: column; 
  width: 100%;          
  text-align: center;     
  gap: 1em;
  margin-top: 2em;
}
.hwt-footer {
  padding: 0 1em;
}
.footer-nav {
  text-align: right;
  padding-right: 2em;
}
.footer-nav > li > a {
  padding: 0 !important;
}
.hwt-footer-content-surr-mobile .hwt-nls-wrapper, .hwt-footer-content-surr-mobile .hwt-nls-form {
  width: 90%;
}

.hwt-footer-content-surr-mobile .custom-logo-link {
  z-index: 900;
  margin: 1em 0 !important;
  display: block;
}
.hwt-footer-content-surr-mobile .custom-logo-link img{
  width: 90px;
  margin-top: 0 !important;
}
.hwt-footer-content-surr-mobile .hwt-nls-wrapper-text {
  font-size: 0.8em;
}


  .footer-nav{
    padding-top: 1.3em;
  }
  #hwt-footer-icon {
    height: 3.875em !important;
  }
  .hwt-footer-content-surr {
    display: none !important;
  }

  .hwt-vib {
    flex-direction: column; 
        background: transparent linear-gradient(180deg, rgba(0, 0, 0, 1) 70%, rgb(24 0 63) 100%) 0% 0% no-repeat padding-box !important;
            border-radius: 2.5em !important;
  }
  .hwt-metal-cards .hwt-mc:last-child {
    display: none;
  }
  .bigger-font h3 {
    font-size: 1.6rem !important;
  }
  .hwt-container {
    overflow: hidden;
  }
  .hwt-metal-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1em !important;
    font-size: 10px;
  }

  .hwt-bp__highlight {
  order: 1;
  padding: 1.6875em !important;
  width: 110% !important;
  margin-left: -5% !important;
  border-radius: 2em !important;
}

.hwt-bp__list {
  order: 2;
  margin-right: 0 !important;
}
.hwt-bp {
  padding: 2.125em !important;
}
.hwt-bp__item-inner {
  margin-left: 0 !important;
}
.hwt-bp__list {
  margin-top: 2.125em !important;
}


.hwt-nls-wrapper {
   margin: 0 auto;
   margin-top: 0 !important;
}
 .hwt-bp-header .hwt-nls-wrapper {
   
    text-align: center;
    margin-top: -1em !important;
  }
  .hwt-ssa__card--first {
    display: none !important;
  }
  .is-stack, .is-teaser__bigger {
    display: none !important;
  }
  .hwt-header {
    padding-top: 1em !important;
  }
  .custom-logo-link {
    z-index: 1100;
    position: relative;
  }
 .hwt-fan__card {
  background: linear-gradient(135deg, rgba(99, 43, 153,1), rgba(101, 45, 158, 1)) !important;
  padding: 2em 1.2em !important;
  box-sizing: border-box;

 }
 .is-bigger-fan-card .hwt-fan__card {
  box-sizing: border-box;
  width: 100% !important;
  opacity: 0 !Important;
 }
 .is-bigger-fan-card .is-visible-fan-card {

  opacity: 1 !Important;
 }
  .hwt-msod-banner__inner {
    width: auto !important;
    text-align: left !important;
    padding-left: 2em !important;
  }
  .hwt-msod-close {
    top: 0.5em;
    right: 0.5em;
    font-size: 2em;
  }
  h6 {
    margin: 0;
    padding: 0;
  }
  .hwt-nls-input {
    width: 100%;
  }
  .e-n-accordion .e-con.e-con>.e-con-inner>.elementor-widget, .e-n-accordion  .elementor.elementor .e-con>.elementor-widget {

    margin-left: 1em;
  }
  .e-n-accordion-item-title-text {
    font-size: 1.1em !important;
  }
  body .hwt-vib {
    padding: 1em 1em;
    padding-top: 4em;
  }
  body .hwt-vib__box {
    padding: 2em 1.2em;
  }
  body .hwt-vib__controls {
   bottom: auto;
   top: 1em;
   display: none;
  }

  .hwt-bp-header{
    display: flex !important;
    flex-direction: column !important; 
  }

 .hwt-bp__grid {
      display: flex !important;
    flex-direction: column !important; 
   
 }
 .hwt-bp__grid {
 gap: 1em;
}
.hwt-bp__list {
  margin-right: 0;
}
.banner {
  transform: scale(1.6);
}
.hwt-bp__excerpt {
  box-sizing: border-box;
  width: 100% !important;
}
.hwt-cfe-body {
  width: auto !important;
  margin-left: 0 !important;
}
.hwt-bp__highlight-inner .hwt-bp__date {
  padding-top: 4.2em !important;
}
.hwt-hero {
  font-size: 1.2vW;
}
body .hwt-hero__controls {
  font-size: 13px;
  bottom: 0.2em !important;
}
.is-mobile-three-elements .hwt-fan__card {
  height: auto !important;
}
.newsletter-header {
  font-size: 16px;
  margin-top: 1em !important;
}

.hwt-cfe-headline {
  margin-left: 0 !important;
}
.hwt-fan__title {
  margin-bottom: 0.5em !important;
}
  .hwt-msod-banner {
  top: auto;
  bottom: 0;
      background: rgba(199, 189, 209, 0.2);
    backdrop-filter: blur(3.125em);
    -webkit-backdrop-filter: blur(3.125em);
    transition: background .3s 
ease, backdrop-filter .3s 
ease, box-shadow .3s 
ease;
}

.hwt-fan__icon {
  margin-bottom: 1.1875em !important;
}

  .hwt-ssa {
    --stage-h: auto;
  }
  /* Scroller wird normaler Flow-Container */
  .hwt-ssa__aside {
    height: auto !important;
  }
  .hwt-ssa__scroller {
    overflow: visible !important;
    max-height: none !important;
    height: auto !important;
    scroll-snap-type: none !important;
    scroll-behavior: auto !important;
  }

  /* Karten normal fließen lassen */
  .hwt-ssa__card {
    min-height: 0 !important;
    margin-bottom: var(--gap);
    scroll-snap-align: none !important;
    padding: 2em 1.2em !important;
  }
 
  .hwt-ssa__slots .hwt-ssa__ul, .hwt-ssa__slot::before, .hwt-ssa__slot::after {
    display: none !important;
  }
  .hwt-ssa__slot.is-bottom .hwt-ssa__slot-title {
    left: 3.125rem !important;
    bottom: 1.688rem !important;
  }

  .hwt-ssa__stage-inner {
    width: 200% !important;
    transform: scale(0.5);
     transform-origin: center top; 
     margin-left: -50%;
  }
  .hwt-ssa__stage {
    height: 360px !important;
  }

  .hwt-ssa__image-only-stage {
    height: 290px !important;
  }



.hwt-cfe-wrapper {
  padding: 1.9em 0em !important;
}

  
  .hwt-no-scroll { overflow: hidden; }
  .hwt-nav, .hwt-lang-list {
    display: none !important;
  }
  .hwt-header {
    margin: 0 !important;
  }
   article.page {
    margin-top: 1em !important;
  }

.hwt-burger {
  --size: 42px;
  --line-h: 2px;
  --gap: 6px;
  display: inline-flex;
  align-items: center; 
  justify-content: flex-start;
  gap: 10px;
  padding: 9px 20px;
  /*border: 1px solid #9F83F2; */
  border: none;
  border-radius: 9999px; 
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 1100;

  

   
    transition: background .3s 
ease, backdrop-filter .3s 
ease, box-shadow .3s 
ease;

}
.hwt-burger.is-scrolled {
  background: rgba(199, 189, 209, 0.2);
   backdrop-filter: blur(3.125em);
    -webkit-backdrop-filter: blur(3.125em);
}

/* Linien */
.hwt-burger .line {
  width: 26px;
  height: var(--line-h);
  background: #9F83F2;
  border-radius: 2px;
  transition: transform 200ms ease, opacity 200ms ease, translate 200ms ease;
  display: block;
}


.hwt-burger .line + .line {
  margin-top: var(--gap);
}


.hwt-burger .lines {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}


.hwt-burger .hwt-burger-text {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  margin-top: 1px;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.3);
  min-width: 4em;
}


.hwt-burger.is-open .line:nth-child(1) {
  transform: rotate(45deg);
  translate: 0 8px;
}
.hwt-burger.is-open .line:nth-child(2) {
  opacity: 0 !important;
  background: transparent !important;
  z-index: -1000;
}
.hwt-burger.is-open .line:nth-child(3) {
  transform: rotate(-45deg);
  translate: 0 -8px;
}

.back-to-overview::before, .backto a:before {
  width: 1em;
}
.back-to-overview, .backto a {
  margin-left: 0;
  padding-left: 3em;
}
.hwt-special-container-blog .hwt-bp-header {
  margin-top: 1em;
  margin-bottom: 2.25em;
}

.mobileNav {
  position: fixed;
  top: 5em;
  right: 1em;
  background: rgba(199, 189, 209, 0.2);
  backdrop-filter: blur(3.125em);
  padding: 2em 1.5em;
  border-radius: 1em;

  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
  z-index: 1000;
  gap:1em;
  display: grid;
  grid-template-rows: 1fr auto; 
  width: max-content; 
  height: auto;      
}

  .mobileNav.is-open {
    opacity: 1;
    pointer-events: auto;
  }
 

 
  .hwt-nav-mobile {
    align-self: start;
    margin: 0;

    transform: translateY(-12px);
    opacity: 0;
    transition: transform 220ms ease, opacity 220ms ease;
  }
 #menu-footer-mobil-deutsch {
  display: flex !important;
  padding-left: 2em;
 }
  .mobileNav.is-open .hwt-nav-mobile {
    transform: translateY(0);
    opacity: 1;
  }
 

  
  .hwt-nav-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .hwt-nav-mobile li  {
    margin-bottom: 0.6em;
  }
  .hwt-header-inner {
    gap: 0 !important;
  }
  .hwt-nav-mobile >ul > li { margin: 0; margin-bottom: 1.5em; }
  .hwt-nav-mobile a {
    display: block;
    text-decoration: none;
    color: #FFF !important;
    font-size: 1em;
    line-height: 1.3;
    text-transform: uppercase;
    color: inherit;
    font-weight: 600;
  }
   .hwt-nav-mobile .sub-menu a {
    font-size: 0.8em;
    text-transform: none;
  }
  .hwt-nav-mobile .sub-menu {
    margin-top: 0.6em;
  }


  .hwt-header {
    z-index: 1102;
  }
  .hwt-footer-inner {
    padding: 0;
 
    width: 100%;
  }
  #menu-footer-menu, #menu-footer-menu-en {
    display: none;
  }
  .hwt-footer-content-surr {
    flex-direction: column;
    padding: 2em 0;
    gap: 1em;
  }
  
  .hwt-blog__header::after {
    right: 0.5rem !important;
    height: 90% !important;
    width: 50% !important;
        transform: translateY(-61%) !important;

}
  .hwt-cfe-stage {
    right: -10% !important;
  }


  .hwt-lang-list-mobile {
    list-style: none;
    margin: 0;
    padding: 12px 18px 18px;
    justify-self: end;
    align-self: end;
    display: flex;
    gap: 12px;
    background: rgba(255,255,255,.9);
    border-top-left-radius: 12px;
    box-shadow: 0 -6px 20px rgba(0,0,0,.08);
  }
  .mobileNav .hwt-lang-list {
    display: flex !important;
    margin: 0 auto;

  }
  .current-menu-item > a {
    text-decoration: underline;
  }
  .e-n-accordion-item:hover .e-n-accordion-item-title-text {
  background: none;
  box-shadow:none;
  backdrop-filter: blur(0);
  -webkit-backdrop-filter: blur(0);

  
}
#articles {
  margin-bottom: 3em;
}
.hwt-bp__heading {
 font-size: 1.4em !important;
}
.e-n-accordion{
  margin-top: -2em !important;
}

.footer-nav > li > a {
  font-size: 0.8em;
}
.hwt-bp__cat-btn {
      justify-content: left !important;
}
.hwt-fan__card {
 
  height: calc(var(--card-h) + 1.5rem) !important;
}
.hwt-fan__nav {
  margin-top: 2.5rem !important;
}

.e-n-accordion .e-con.e-con>.e-con-inner>.elementor-widget {
  width: 80vW !important;
  max-width: 600% !important;
}

.newsletter-blog {
  margin-left: 0;
  width: 100%;

}
.hwt-bp__cats-title {
  margin-left: 0;
}
.hwt-ssa__card:nth-child(3)::after {
  display: none;
}
.hwt-special-container-blog {
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 2em;
  padding: 1em !important;
}
.blogoverview-high .hwt-bp__highlight{
  box-sizing: border-box;
  max-width: 100% !important;
  margin-left: 0 !important;
}
.hwt-special-container-blog  .hwt-bp__highlight {
  margin-left: 0 !important;
  width: 100% !important;
  box-sizing: border-box;
}
.hwt-bp__cat-btn {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.hwt-blog__header {
  margin: 0 !important;
  width: 100% !important;
  box-sizing: border-box;
  padding-left: 1em;
  margin-top: 3em !important;
  border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.hwt-blog__header {
  height: 10em;
}
.hwt-bp__cats {
  display: block;
  grid-template-rows: 1fr; 
  justify-content: flex-start;
}
.hwt-bp__listwrap{
  margin-left: 0;
}
h3.header-blog {
    font-size:1.2rem;
    margin-top: -2em;

}
.ext-link a {
  margin-left: -1em !important;
 
}
.border-headline h3, .subarticle h3 {
          font-size: 1.6rem !important;
}
.quote-item h3 {
          font-size: 1.2rem !important;
}
.mobile-reverse p{
  margin: 0 !important;
}
.hwt-bp_cats_surr {
  margin-bottom: 1em;
}
 .mobile-reverse .e-con-inner {
        display: flex !important;
        flex-direction: column-reverse !important;
        gap: 0 !important;
        align-items: flex-start !important;
        text-align: left !important;
    } 
    .mobile-reverse *   {
      flex-direction: column-reverse !important; 
        align-items: flex-start !important;         
        text-align: left !important;
    }
     .mobile-reverse h3 {
      margin-top: -0.5em !important;
     }
.hwt-card {
  padding: 2em 1.2em !important;
}
.quote-item strong,.quote-item-dark strong {
  line-height: 1.2em;
}
.hwt-cards-with-filter .hwt-cards-filter button {     
    align-items: normal !important;
justify-content: flex-start !important;

}
.disclaimer {
  margin: 5em 0em;
}
.no-padding {
  padding: 0 !important; 
 }
.blog-image-detail img {
  max-width: 500% !important;
  width: 100vW !important;
  transform: translateX(-50%);
  margin-left: 50%;
  border-radius: 0 !important;
}

.hwt-bp__pagination {
  justify-content: center;
}

.placeholder-blog {
  height: 3.6em;
  
}

  @media (prefers-reduced-motion: reduce) {
    .hwt-burger .line,
    .mobileNav,
    .hwt-nav-mobile {
      transition: none !important;
    }
  }

}

