@charset "utf-8";
/* CSS Document */

* 
{
    padding: 0;
    margin: 0;
    outline: none;
}


body {
    padding: 0;
    margin: 0;
    background: #fff;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

/* Boxen am Bildschirm ausblenden */
.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
}

img {
  display: block;
}


ul {
 margin-left: 20px;
    font-family: 'Inter', sans-serif;
    font-size: 1.0em;
    font-weight: 400;
    line-height: 24px;
}

.page-header {
  display: none !important;
}

/********************** FONTS ***********************/


@font-face {
  font-family: "Inter";
  src: url("/templates/promenteakademie/fonts/Inter.woff") format("woff");
     src: url("/templates/promenteakademie/fonts/Inter.woff2") format("woff2");
}



/********************** HEADER  ***********************/

#header-wrapper {
    position: absolute;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 5000;
   
}


#header {
    position: relative;
    margin: 0 auto 0;
    width: 100%;
    max-width: 1920px;
    height: 120px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 8px 45px #0000001A;
    
}



@media (max-width: 1200px) {
#header {
 height: 90px;
  }
}


#logo {
    position: absolute;
    left: 40px;
    top: 25px;
    width: 100%;
    max-width: 237px;
    z-index:9900;
}

@media (max-width: 900px) {
#logo {
 left: 25px;
    top: 23px;
    max-width: 200px;
    z-index:9900;
  }
}


.logopic {
    width: 100%;
    max-width: 237px;
}



#suche {
    position: absolute;
    right: 35px;
    top: 35px;
    width: 40px;
    height: 40px;
    background: #ccc;
}

@media (max-width: 1200px) {
#suche {
 right: 80px;
    top: 25px;
    z-index:9900;
  }
}



.awesomplete > input {
  display: block;
  width: 20px;
}


@media (max-width: 768px) {
  .aka-search__dialog {
    position: relative;
      margin: 0 auto 0;
      width: auto;
    max-width: 95% !important;
    height: auto;
    max-height: calc(100vh - 24px - env(safe-area-inset-top));
   
    border-radius: 12px 12px 0 0;
  }
}

/********************** NAVIGATION  ***********************/

#navigation {
 position: relative;
    margin: 0 auto 0;
    padding-top: 90px;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
}


@media (max-width: 1200px) {
#navigation {
 padding-top: 25px;
  }
}

div#maximenuck112 ul.maximenuck li.level1.parent > a::after, div#maximenuck112 ul.maximenuck li.level1.parent > span.separator::after, div#maximenuck112 ul.maximenuck li.level1.parent > span.nav-header::after {
 
  display: none !important;
 
}


/********************** SUJET/SLIDER  ***********************/
#sujet {
    position: relative;
    margin: 120px auto 0;
    width: 100%;
    max-width: 1920px;
}

@media (max-width: 1200px) {
#sujet {
 margin: 90px auto 0;
   
  }
}

.slider-content {
    position: absolute;
    left: 17%;
    top: 22%;
    width: auto;
    max-width: 600px;
    height: auto;
    background: transparent;
}

@media (max-width: 900px) {
.slider-content {
     position: relative;
    margin: 190px auto 0;
    left: initial;
    top: initial;
    width: 100%;
     padding: 15px 15px 25px 15px;
    box-sizing: border-box;
   
  }
}



@media (max-width: 900px) {
.uk-scope .uk-overlay {
     padding: 30px 15px !important;
  }
}


@media (max-width: 900px) {
.slider-subheader {
      background: rgba(0, 0, 0, 0.2);
    padding: 7px;
    border-radius: 7px;
    color: #fff !important;
  }
}


.button-slider {
    background-color: #fff;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif;
    color: #21305A !important;
    border-radius: 5px;
    padding: 12px 30px 12px 30px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    margin-top: 20px;
    
        }

.button-slider:hover {
    background-color: #22697A;
    color: #fff !important;
    
        }

#sujet-follow {
    position: relative;
    margin: 120px auto 0;
    width: 100%;
    max-width: 1920px;
    height: 130px;
    background: #00889D;
    background-image: url("../images/header-follow.png");
    background-position: left top;
}


@media (max-width: 1200px) {
#sujet-follow {
 margin: 90px auto 0;
    background-image: url("../images/header-follow.png");
    background-position: center center;
   
  }
}

@media (max-width: 900px) {
.uk-scope [data-uk-cover]:where(img, video), .uk-scope [uk-cover]:where(img, video) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  object-fit: cover;
  object-position: 70% 0% !important;
}

}


/********************** ICONS TRUST  ***********************/
#icons-trust {
    position: relative;
    margin: -70px auto 0;
    width: 100%;
    max-width: 1300px;
    height: auto;
    min-height: 160px;
    border-radius: 8px;
    padding: 15px;
    box-sizing: border-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 45px #0000001A;
    z-index: 500;
}


@media (max-width: 900px) {
#icons-trust {
 margin: -10px auto 0;
  }
}



.trust-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; /* Abstand zwischen den Spalten */
}

.icon{
  flex: 1 1 calc(20% - 16px); /* 5 Spalten mit Abstand */
  box-sizing: border-box;
  min-width: 150px; /* Mindestbreite, bei kleinerem Viewport umbrechen */
    text-align: center;
}

@media (max-width: 800px) {
  .icon {
    flex: 1 1 calc(33.33% - 16px); /* 3 Spalten bei kleineren Geräten */
      text-align: left;
  }
}


.headline-trust {
    color: #21305A;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 1.2em;
    line-height: 28px;
    text-align: center; 
    
}


.text-trust {
    color: #22697A;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 1.0em;
    line-height: 20px;
    text-align: center; 
    
}

.image-trust {
    width: 100%;
    max-width: 60px;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
    
}

/********************** BREADCRUMBS ***********************/
#breadcrumbs {
    position: relative;
    margin: 0px auto 0;
    width: 100%;
    text-align: left;
    max-width: 1300px;
    height: 30px;
    background:  #efefef;
    box-sizing: border-box;
}

/********************** CONTENT ***********************/
.content {
    position: relative;
    margin: 0 auto 0;
    padding: 50px 25px 40px 25px;
    width: 100%;
    text-align: left;
    max-width: 1300px;
    height: auto;
    background:  #fff;
    box-sizing: border-box;
}

@media (max-width: 900px) {
.content  {
    padding: 30px 15px 20px 15px;
  }
}

.content-follow {
    position: relative;
    margin: 0px auto 0;
    padding: 40px 25px 40px 25px;
    width: 100%;
    text-align: left;
    max-width: 1300px;
    height: auto;
    min-height: 600px;
    background:  #fff;
    box-sizing: border-box;
}

@media (max-width: 800px) {
.content-follow  {
    padding: 30px 15px 30px 15px;
  }
}

/********************** FOOTER***********************/
#footer {
    position: relative;
    margin: 0 auto 0;
    text-align: center;
    width: 100%;
    max-width: 1920px;
     height: auto;
     color: #fff;
    padding: 40px 15px 40px 15px;
    background: #21305A;
    box-sizing: border-box;

}

a.footerlink:link { color: #f8f8f8; text-decoration:underline; }
a.footerlink:visited { color: #f8f8f8;text-decoration:underline;  }
a.footerlink:hover { color: #fff;text-decoration:underline;   }
a.footerlink:focus { color: #fff;text-decoration:underline;  }
a.footerlink:active { color: #fff;text-decoration:underline;  }


.social {
    position: absolute;
    right: 20px;
    bottom: 50px;
    width: 35px;
    height: auto;
    text-align: right;
    
}


@media (max-width: 800px) {
.social   {
    
    position: relative;
    margin: 0 auto 0;
    right: initial;
    bottom: initial;
    padding-top: 20px;
  }
}


.social-pic {
    width: 100%;
    max-width: 30px;
    height: auto;
    
   

}


/********************** BILDER ***********************/
.bild {
    width: 100%;
    height: auto;
    border: 0;
}


.zert {
    width: 100%;
    max-width: 360px;
    height: auto;
    border: 0;
}

@media (max-width: 900px) {
.zert {
    max-width: 90%;
    
  }
}



.sujet-container {
      width: 100%;
      height: auto;
      display: flex;
      justify-content: center;
      align-items: center;
     overflow: hidden; /* Versteckt horizontalen Überlauf */

      
}

@media (max-width: 900px) {
  img.sujet {
    transform: scale(1.5);          /* 200 % größer */
    transform-origin: top center;
    width: auto;
  }
}



/********************** BREADCRUMBS ***********************/
#breadcrumbs {
    position: relative;
    margin: 0 auto 0;
    width: 100%;
    max-width: 1250px;
    height: 45px;
    text-align: left;
    list-style-type: none;
    background: url(../images/icon-home.svg) no-repeat;
    background-position: 15px 20px;
    background-size: 16px auto;
    padding: 20px 0 0 45px !important;
}

.breadcrumb 
{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    font-size: 0.938rem;
}

.breadcrumb-item + .breadcrumb-item 
{
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6d757e;
    content: var(--breadcrumb-divider, "/") /* rtl: var(--breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
    color: #484f56;
}






/********************** DEEP LINKS ***********************/


#buttons {
    position: relative;
    margin: 0 auto 0;
    width: 100%;
    max-width: 1300px;
    min-height: 100px;
    height: auto;
    background: #ccc;
    
    }

@media(max-width:1300px) {
#buttons {
margin-bottom: 10px;
padding: 25px;
box-sizing: border-box;
    
    
    }
}


.button-container {
            display: flex;
            overflow-x: auto; /* Ermöglicht das horizontale Scrollen */
            overflow-y: hidden; /* Verhindert vertikales Scrollen */
            padding: 10px 0 25px 0 ;
            scrollbar-width: thin; /* Für Firefox */
            -ms-overflow-style: -ms-autohiding-scrollbar; /* Für Internet Explorer */
    box-sizing: border-box;
        }
 .button-container::-webkit-scrollbar {
            height: 8px; /* Höhe der Scroll-Leiste */
        }
.button-container::-webkit-scrollbar-thumb {
            background: #000 !important; /* Farbe des Scroll-Sticks */
            border-radius: 10px; /* Abrundung des Scroll-Sticks */
        }
.button-container::-webkit-scrollbar-thumb:hover {
            background: #000 !important; /* Hover-Farbe des Scroll-Sticks */
        }
.button {
            background-color: #fff;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif;
            color: #000;
            border: 1px solid #000;
            border-radius: 5px;
            padding: 12px 25px 12px 25px;
            margin-right: 10px;
            font-size: 15px;
            cursor: pointer;
            flex: 0 0 auto; /* Verhindert, dass die Schaltflächen schrumpfen */
            transition: background-color 0.3s ease;
    white-space: nowrap;
        }

.button:hover {
            background-color: #22697A;
    color: #fff !important;
    border: 1px solid #22697A;
        }
        /* Responsive Anpassungen */
        @media (max-width: 600px) {
            .button {
                padding: 10px 20px;
                font-size: 14px;
                
                  
            }
        }

.no-underline {
          
    text-decoration: none !important;
     
           
        }


/********************** TESTIMONIALS ***********************/


.akst-root .akst-slide {
  
  color: #22697A !important;
font-size: 0.9em;
}


.akst-prev {
  margin-left: -20px !important;
}


.akst-next {
   margin-right: -20px !important;
}
/********************** BLOG ***********************/

.akb-card {
  display: block;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,.07);
  transition: transform .2s, box-shadow .2s;
}


.akb-body {
  background: #fff !important;
  padding: .9rem 1.1rem 1.2rem;
    text-decoration: none !important;
}


.akb-title {
  margin-top: 10px;
  font-size: 1.1em;
  line-height: 1.35;
color: #22697A;
 
}


.akb-card {
  color: #22697A;
  text-decoration: none !important;
}



.akb-teaser {
  margin-top: 10px;
  font-size: 0.8em;
  line-height: 20px;
color: #000;
    font-weight: 400;
}


.article-info-term {
  display: none;
}

/********************** BANNER 2 SPALTIG ***********************/

.banner-container {
      display: flex;
      flex-wrap: wrap; /* erlaubt umbrechen auf kleinere Screens */
      gap: 0;
      padding: 0;
    }


 .banner-spalte {
      flex: 0 0 50%;   /* exakt 50 % */
      max-width: 50%;
      box-sizing: border-box;
    }

    .links {
      background: #00889D;
    padding: 30px;
        box-sizing: border-box;
        color: #fff;
         border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
    border-top-left-radius: 8px;
      border-bottom-left-radius: 8px;
    
    }



 @media (max-width: 900px) {
      .links {
        border-top-right-radius: 8px;
      border-bottom-right-radius: 0px;
    border-top-left-radius: 8px;
      border-bottom-left-radius: 0px;
          padding: 30px 20px 30px 20px;
      }
    }

    .rechts {
      background: #efefef;
    }

   @media (max-width: 900px) {
      .banner-spalte {
        flex: 0 0 100%;
        max-width: 100%;
      }
    }


.button-white {
    background-color: #fff;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif;
    color: #21305A !important;
    border-radius: 5px;
    padding: 12px 30px 12px 30px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    margin-top: 20px;
    
        }

.button-white:hover {
            background-color: #22697A;
    color: #fff !important;
    
        }
       

.banner-bild {
     width: 100%;
    max-width: 650px;
    height: auto;
          border-top-right-radius: 8px;
      border-bottom-right-radius: 8px;
     
    
        }


@media (max-width: 900px) {
.banner-bild {
       max-width: 100%;
    border-top-right-radius: 0px;
      border-bottom-right-radius: 8px;
    border-top-left-radius: 0px;
      border-bottom-left-radius: 8px;
    
    
      }
    }


/********************** LINKS ***********************/

a:link,a:visited
{
color: #21305A;
text-decoration:underline;
font-family: 'Inter';

    
    
    
}

a:hover,a:active
{
  color: #2C7DAC;
  text-decoration:underline;
}


a:focus {
  outline-width: 2px;
  outline-style: dashed;
  outline-color: #9c6f2;
}



a.textlink:link { color: #21305A; text-decoration:none; border-bottom: 1px solid #21305A; padding-bottom: 3px; letter-spacing: 1px;}
a.textlink:visited { color: #21305A; text-decoration:none; border-bottom: none }
a.textlink:hover { color: #2C7DAC; text-decoration:none; border-bottom: none   }
a.textlink:focus { color: #2C7DAC; text-decoration:none; border-bottom: none }
a.textlink:active { color: #2C7DAC; text-decoration:none; border-bottom: none  }

.textlink {
  display: inline-block;
  position: relative;
}

.textlink::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  top: 25px;
  left: 0;
  background-color: #2C7DAC;
  transform-origin: bottom center;
  transition: transform 0.25s ease-out;

}


.textlink:hover::after {
  transform: scaleX(1);
  transform-origin: bottom center;
}


.weiss {
  color: #fff;;
}




/********************** WIDGET KIT ***********************/

.uk-scope h2 {
    color: #21305A;
    font-family: 'Inter';
    font-weight: 600 !important;
     font-size: 20px !important;
    line-height: 33px;
    text-align: left; 
    margin: 0 !important;
   

}


@media(max-width:1200px) {
.uk-scope h2 {
    font-size: 18px;
    line-height: 22px;
   
    
    
    }
}



.uk-scope h2::after {
    content: url(../images/pfeil.svg); 
    position: absolute;
     display: inline-block; /* Wichtig für die Größenänderung, macht es zu einem Blockelement */
  width: 24px; /* Breite des Bildes */
  height: 15px; /* Höhe des Bildes */
  padding-left: 10px;
    padding-top: 1px;
vertical-align: middle;
   
    
   
}




.uk-scope p {
  margin: 0 !important;
}


.uk-scope * + h4 {
  margin-top: 10px !important;
    font-family: 'Inter' !important;
    font-weight: 400 !important;
     font-size: 14px !important;
    line-height: 20px;
}


.uk-scope .uk-card-body {
  display: flow-root;
  padding: 20px 20px 20px 20px !important;
}

.uk-scope .uk-border-circle {
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 0 !important;
    margin-top: 0px;
 
}


.uk-scope .uk-h3, .uk-scope h3 {
  font-size: 20px !important;
    color: #00889D !important;
  line-height: 1.4;
    margin: 0 !important;
    text-align: center !important;
    margin-bottom: 0px !important;
}

.uk-scope .uk-transition-opaque {
  opacity: 1;
  margin: 0 auto 0 !important;
}


.uk-scope .uk-link, .uk-scope a {
  color: #000 !important;
    font-weight: 400 !important;
  text-decoration: none;
  cursor: pointer;
}


/********************** SEMINARE LISTENSEITE ***********************/


.container {
  display: grid;
  grid-template-columns: 1fr 1fr; /* zwei Spalten */
  gap: 20px;
}

.column {
  position: relative;
  background: #F1F7FA;
  padding: 15px 20px 15px 20px;
  box-sizing: border-box;
  min-height: 100px;
  transition: background-color 0.5s ease;
}

/* Breakpoint: unter 800px -> nur 1 Spalte */
@media (max-width: 800px) {
  .container {
    grid-template-columns: 1fr;
  }
}


.column:hover {
             background: #e0eaef;
   
  
        }

a.semlistlink:link { text-decoration:none; }
a.semlistlink:visited { text-decoration:none;  }
a.semlistlink:hover { text-decoration:none;   }
a.semlistlink:focus { text-decoration:none;  }
a.semlistlink:active { text-decoration:none;  }



.datum-liste {
    color: #22697A;
    font-family: 'Inter';
    font-weight: 500;
     font-size: 15px;
    line-height: 20px;
    text-align: left; 
    padding-top: 13px;
    padding-bottom: 10px;

}


@media(max-width:1200px) {
.datum-liste {
    font-size: 15px;
    line-height: 24px;
   
    }
}


.datum-liste::before {
    content: url(../images/kalender.svg); 
     display: block; /* Wichtig für die Größenänderung, macht es zu einem Blockelement */
  width: 20px; /* Breite des Bildes */
  height: 19px; /* Höhe des Bildes */
    float: left;
    margin-right: 6px;
    margin-top: -3px;
    
   
}

.semlist-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    
}

.badge-tipp {
  position: relative;
    float: right;
    margin-top: -20px;
    margin-right: -20px;
    padding-left: 7px;
    
      

}



.search-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  
  width: 100%;
}

.search-wrapper {
  position: relative;
  flex: 1 1 300px;
}

.search-wrapper input[type="search"] {
  width: 100%;
  height: 45px;
  padding: 0 2.5em 0 1em;
  border: 1px solid #21305A;
  border-radius: 5px;
  font-size: 1rem;
  box-sizing: border-box;
}

.search-wrapper button {
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-wrapper button svg {
  width: 2em;
  height: 2em;
  stroke: #21305A;
}

.search-container .custom-select {
  flex: 1 1 160px;
  height: 45px;
  padding: 0 1em;
  border: 1px solid #21305A;
  border-radius: 5px;
  font-size: 1rem;
  appearance: none;
  background: white;
   background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path fill='none' stroke='%2321305A' stroke-width='2' d='M1 1l4 4 4-4'/></svg>");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 10px 6px;
  padding-right: 2.5em; /* Platz für den Pfeil */
  box-sizing: border-box;
  cursor: pointer;
}


.btn-submit {
  background-color: #21305A;
  color: white;
  border: none;
  padding: 0.6em 1.5em;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-submit:hover {
  background-color: #3a4e88;
}


.btn-reset {
  background-color: #fff;
  color: #21305A;
  border: 1px solid #21305A;
  padding: 0.6em 1.5em;
  font-size: 1rem;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-reset:hover {
  background-color: #21305A;
  color: white;
}






/********************** SEMINARE DETAILSEITE ***********************/


.sidebar {
  height: 1050px; 
  min-height: 200px;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
    flex: 0 0 30%;
    min-width: 350px;
 
    
}

@media (max-width: 1100px) {
  .sidebar {
     width: 100%;
     flex: 0 0 100%;
  }
}


.color-bg {
    background: #F1F7FA;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
}

.main {
    height: auto;
  min-height: 900px;
  flex: 0 0 65%;
  min-width: 300px;
box-sizing: border-box;
}



.wrapper {
  display: flex;
flex-wrap: wrap;
    gap: 50px;
    box-sizing: border-box;
    max-with: 1200px;
    width: 100%;
   
}



@media (max-width: 1100px) {
  .main {
   width: 100%;
      flex: 0 0 100%;
  }
}



.button-cta {
            background-color: #22697A;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif;
            color: #fff !important;
            border-radius: 5px;
            padding: 12px 30px 12px 30px;
            font-size: 15px;
            cursor: pointer;
           transition: background-color 0.3s ease;
    white-space: nowrap;
    margin-top: 20px;
    
        }

.button-cta:hover {
            background-color: #21305A;
    color: #fff !important;
    
        }
  

.button-anmeldung {
    display: block;       
    background-color: #22697A;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif;
            color: #fff !important;
            border-radius: 5px;
            padding: 12px 30px 12px 30px;
            font-size: 17px;
            cursor: pointer;
           transition: background-color 0.3s ease;
    white-space: nowrap;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    
        }

.button-anmeldung:hover {
            background-color: #21305A;
    color: #fff !important;
    
        }


.sem-einleitung {
    color: #22697A;
    font-family: 'Inter';
    font-weight: 500;
     font-size: 1.0em;
    line-height: 26px;
    text-align: left; 

}



.sem-subtitel {
    color: #21305A;
    font-family: 'Inter';
    font-weight: 500;
     font-size: 1.15em;
    line-height: 26px;
    text-align: left; 

}


.sem-subheader {
    color: #22697A;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 1.4em;
    line-height: 33px;
    text-align: left;
    padding-top: 30px;

}


.portraitbild {
    width: auto;
    max-height: 200px;
    padding-bottom: 15px;
    padding-top: 10px;

}


.quote-container {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    color: #21305A;
    background: repeating-linear-gradient(
    45deg,
    #f9f9f9,
    #f1f7fa 15px,
    #f9f9f9 15px,
    #f9f9f9 30px
  )
   
}


.quote {
    color: #21305A;
    font-family: 'Inter';
    font-weight: 500;
     font-size: 1.6em;
    line-height: 33px;
    text-align: center;
     font-style: italic;
 
}


.video {
    width: 100%;
    height: auto;
 
}

.divider {
    margin-top: 7px;
    margin-bottom: 0;
 
}

.text-refsmall {
    color: #000;
    font-family: 'Inter';
    font-weight: 500;
     font-size: 0.9em;
    line-height: 22px;
    text-align: left; 

}

.referent-image {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: left;
  justify-content: center;
  float: left;
  margin: 7px 20px 20px 0;
  
}


.referent-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 50%;
}


.akaw-ref-avatar {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: left;
  justify-content: center;
  margin-bottom: 30px;
  
  
}


.akaw-ref-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
    border-radius: 0%;

}



/********************** MODULE ***********************/
.modul-subcontainer {
 width: 100%;
    display: flex;
  gap: 10px;
  padding-top: 10px;
}

/* Verhältnis 3 : 1 : 1 */
.box:nth-child(1) { width: 50%; }
.box:nth-child(2) { width: 15%; }
.box:nth-child(3) { width: 35%; }



/* Etwas Farbe und Abstand */
.box {
  padding: 5px;
  border-radius: 4px;
  box-sizing: border-box;
 font-size: 15px !important;
     background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    
}

@media (max-width: 800px) {
.box:nth-child(1) { width: 100%; 
    
  }
}

@media (max-width: 800px) {
.box:nth-child(2) { width: 100%; 
    
  }
}

@media (max-width: 800px) {
.box:nth-child(3) { width: 100%; 
    
  }
}

@media (max-width: 800px) {
.box:nth-child(4) { width: 100%; 
    
  }
}



/* Breakpoint: unter 800px alle untereinander */
@media (max-width: 800px) {
.modul-subcontainer {
    flex-direction: column;
  }
}


.modul-headline {
    color: #21305A;
    font-family: 'Inter';
    font-weight: 500;
     font-size: 1.125em;
    line-height: 24px;
    text-align: left; 

    
}

.modul-description {
    color: #21305A;
    font-family: 'Inter';
    font-weight: 400;
     font-size: 0.9em;
    line-height: 20px;
    text-align: left; 

    
}


.modul-container {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 5px;
    text-align: left;
    box-sizing: border-box;
    color: #21305A;
    background: #f1f7fa;

}


.detail-link {
  font-size: 0.95rem;
  font-weight: 600;
  margin-top: 7px;
    text-decoration: none !important; 
 color: inherit;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  cursor: pointer;
}

.detail-link::before {
  content: "+";
  font-weight: 700;
  width: 1.1rem;
  text-align: center;
  line-height: 1;
}

.detail-link.is-open::before {
  content: "–";
}

.detail-link:hover {
  opacity: .85;
  text-decoration: none !important;
}

.modul-inhalte {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding-left: 1.6rem;
  padding-top: 0;
  transition:
    max-height .35s ease,
    opacity .25s ease,
    padding-top .25s ease;
  font-size: 0.9rem;
  line-height: 1.55;
}

.modul-inhalte.is-open {
  opacity: 1;
  padding-top: .4rem;
}




/********************** HEADLINES ***********************/


h1 {
    color: #21305A;
    font-family: 'Inter';
    font-weight: 600;
     font-size: 2.0em;
    line-height: 44px;
    text-align: left; 

}


@media(max-width:1200px) {
   h1 {
    font-size: 1.8em;
    line-height: 33px;
   
    
    
    }
}



  .uk-scope .uk-h1, .uk-scope h1 {
      font-family: 'Inter' !important;
    font-weight: 800 !important;
    font-size: 55px !important;
       line-height: 58px !important;
      color: #fff !important;
  }


@media(max-width:1200px) {
uk-scope .uk-h1, .uk-scope h1 {
    font-size: 44px !important;
    line-height: 44px !important;
   
    
    
    }
}


.subheader {
    color: #22697A;
    font-family: 'Inter';
    font-weight: 500;
     font-size: 1.1em;
    line-height: 26px;
    text-align: left; 

}


@media(max-width:1200px) {
.subheader {
    font-size: 1.0em;
    line-height: 24px;
   
    
    
    }
}


h2 {
    color: #21305A;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 1.4em;
    line-height: 33px;
    text-align: left; 
    
}


h3 {
    color: #21305A;
    font-family: 'Inter';
    font-weight: 500;
     font-size: 1.3em;
    line-height: 25px;
    text-align: left; 
    padding-bottom: 7px;
    
}






h4 {
    color: #22697A;
    font-family: 'Inter';
    font-weight: 500;
     font-size: 1.0em;
    line-height: 24px;
}


.tuerkis {
    color: #22697A;
   
}


.grau {
    background: #f9f9f9;
    padding: 15px;
    box-sizing: border-box;
    margin-top: 20px;
   
}

.weiss {
    color: #fff !important;
   
}




/********************** DATUM ***********************/


.datum {
    color: #21305A;
    font-family: 'Inter';
    font-weight: 500;
     font-size: 15px;
    line-height: 20px;
    text-align: left; 

}


@media(max-width:1200px) {
.datum {
    font-size: 18px;
    line-height: 24px;
   
    }
}


.datum::before {
    content: url(../images/kalender.svg); 
     display: block; /* Wichtig für die Größenänderung, macht es zu einem Blockelement */
  width: 18px; /* Breite des Bildes */
  height: 17px; /* Höhe des Bildes */
    float: left;
    margin-right: 6px;
    
   
}


/********************** SCHRIFTEN ***********************/


.textsmall {
    color: #21305A;
    font-family: 'Inter';
    font-weight: 500;
     font-size: 13px;
    line-height: 20px;
    text-align: left; 

}

.teamtext {
    color: #21305A;
    font-family: 'Inter';
    font-weight: 500;
     font-size: 15px;
    line-height: 20px;
    text-align: left; 
    text-align: center;

}

/* --- Quotes/Statement Slider fixes --- */
.quote-slider { position: relative; margin: 20px 0 10px; }

/* Platz für die Pfeile im Inhalt, damit nix überdeckt wird */
.quote-inner { 
  position: relative;
  padding: 16px 56px;     /* rechts + links Platz für die Buttons */
}

/* Buttons sicher über dem Inhalt halten */
.quote-prev,
.quote-next {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #21305A;
  background: #fff;
  color: #21305A;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  z-index: 2;             /* WICHTIG: über dem Quote-Text */
}

.quote-prev { left: 10px; }
.quote-next { right: 10px; }

.quote-prev:hover,
.quote-next:hover {
  background: #21305A;
  color: #fff;
}

/* Dots hübsch + zentriert */
.quote-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 10px 0 0;
}

.quote-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #21305A;
  background: transparent;
  cursor: pointer;
  padding: 0;
  color: transparent;   /* Bullet-Zeichen verstecken */
  font-size: 0;
}

.quote-dot.is-active { background: #21305A; }

@media (max-width: 600px) {
  .quote-inner { padding: 14px 48px; }
  .quote-prev, .quote-next { width: 30px; height: 30px; font-size: 16px; }
}

/* =========================================================
   Anmeldung – Kopfbereich
   ========================================================= */
.anmeldung-head { margin: 0 0 18px; }
.anmeldung-title {
  font-size: clamp(28px, 4.2vw, 52px);
  line-height: 1.1;
  margin: 0 0 10px;
}
.anmeldung-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  align-items: center;
  color: #21305A;
  font-weight: 600;
}
.anmeldung-meta .meta-item { display: inline-flex; align-items: center; gap: 8px; }
.anmeldung-meta .icon-calendar { color: #21305A; }
.anmeldung-meta .meta-label { opacity: 0.8; margin-right: 4px; }
.anmeldung-meta .meta-value { font-weight: 700; }

/* kleine Utility, wie bisher genutzt */
.mt-2 { margin-top: 20px; }

/* =========================================================
   Formular – Layout (2-spaltig, responsive) + gemeinsame Breite
   ========================================================= */
.form-grid,
.form-block,
.form-actions { max-width: 980px; }

.form-grid {
  display: grid;
  gap: 22px 22px !important;        /* mehr Luft zwischen Feldern */
}
.form-grid--2 { grid-template-columns: 1fr 1fr; }
@media (max-width: 860px) { .form-grid--2 { grid-template-columns: 1fr; } }

/* =========================================================
   Formular – Felder & Labels
   ========================================================= */
.form-field { margin-bottom: 4px; }

.form-field label,
.form-block label {                   /* Standard-Feldlabels (z. B. "Anmerkungen") */
  display: block;
  margin: 6px 0 8px;
  font-weight: 700;
  color: #214F6B;
}

.form-field input,
.form-field select,
.form-field textarea,
.form-block textarea {                /* auch das Anmerkungen-Textarea */
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.4;
  padding: 12px 14px;
  border: 1px solid #BFD1DF;         /* helles Blau für Ränder */
  border-radius: 8px;
  background: #fff;
  color: #0F2230;
  box-shadow: 0 0 0 rgba(0,0,0,0);
  box-sizing: border-box;
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s;
}

.form-field input::placeholder,
.form-field textarea::placeholder,
.form-block textarea::placeholder { color: #9db2c3; }

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus,
.form-block textarea:focus {
  outline: none;
  border-color: #2A6FA0;
  box-shadow: 0 0 0 3px rgba(42,111,160,.15);
}

/* Anmerkungen – angenehme Höhe */
.form-block textarea { min-height: 120px; }

/* =========================================================
   Checkbox-Zeilen (AGB, DSGVO, Newsletter, Rechnungs-Mail)
   ========================================================= */
/* Moderne Browser: Label NUR DANN inline-flex, wenn eine Checkbox drinsteckt */
.form-block label:has(input[type="checkbox"]) {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;   
  color: inherit;
  margin: 0;          
}

/* Fallback für Browser ohne :has() – akzeptable Basisdarstellung */
.form-block input[type="checkbox"] { margin-right: 10px; vertical-align: middle; }

/* Blöcke/Hinweise/Abstand */
.form-block { margin: 16px 0; }
.form-hinweis { font-size: .95rem; color: #466; margin-top: 10px; }

/* =========================================================
   Dynamisches Ein-/Ausblenden bei Rechnung (JS setzt inline display)
   ========================================================= */
.form-field[style*="display: none"] { display: none !important; }

/* =========================================================
   Submit-Button – nutzt eure Klasse .button-anmeldung
   ========================================================= */
.form-actions { margin-top: 20px; }

.button-anmeldung {
  display: inline-block;
  width: auto;          
  min-width: 240px;
  box-sizing: border-box;
  text-align: center;

  background-color: #22697A;
  color: #fff !important;
  text-decoration: none !important;
  font-family: 'Inter', sans-serif;
  border-radius: 5px;
  padding: 12px 30px;
  font-size: 17px;
  cursor: pointer;
  white-space: nowrap;
  margin-top: 10px;
  transition: background-color .3s ease;
}

.button-anmeldung:hover { background-color: #1c5564; }
.button-anmeldung:focus { outline: 0; box-shadow: 0 0 0 3px rgba(34,105,122,.25); }

@media (max-width: 860px) {
  .button-anmeldung { width: 100%; } /* mobil vollbreit angenehm */
}

/* Checkboxen in Button-Farbe */
.form-block input[type="checkbox"] {
  accent-color: #22697A;   /* gleiche Farbe wie .button-anmeldung */
  width: 18px;
  height: 18px;
}

/* optional – bessere Tastatur-Nutzung sichtbar machen */
.form-block input[type="checkbox"]:focus-visible {
  outline: 2px solid rgba(34,105,122,.35);
  outline-offset: 2px;
  border-radius: 3px;
}
/* === Form-Fehlerzustände === */
.form-error { color:#b30000; margin-top:6px; font-size:.95rem; }
.has-error input,
.has-error select,
.has-error textarea { border-color:#b30000 !important; box-shadow:0 0 0 3px rgba(179,0,0,.1) !important; }

/* === com_finder Override (Search-Detailseite) === */

/* Abstand / Grundlayout */
.aka-sd{ margin-top:30px; margin-bottom:80px; }

/* optionaler H1 */
.aka-sd__heading{
  font-size:1.8rem; font-weight:700; color:#21305A; margin:0 0 12px;
}

/* Formular: Feld begrenzen, Button nur so breit wie nötig */
.aka-sd__form{
  display:grid;
  grid-template-columns: minmax(260px, 520px) max-content; /* Button-Spalte schrumpft */
  gap:14px;
  align-items:center;
  margin:0 0 24px;
}

/* Input-Höhe angleichen
.aka-sd__field input{ height:52px; }

/* Eigener Submit-Button (kein width:100%) */
.aka-sd__submit{
  appearance:none;
  display:inline-flex; align-items:center; justify-content:center;
  height:52px; padding:0 30px; width:auto; white-space:nowrap;
  background:#22697A; border:1px solid #22697A; color:#fff;
  border-radius:8px; font-weight:600; cursor:pointer;
  transition:background-color .2s ease, border-color .2s ease;
}
.aka-sd__submit:hover, .aka-sd__submit:focus{ background:#164b56; border-color:#164b56; }

/* Ergebnisliste ohne Bullets / kompakt */
.aka-sd__meta{ margin:4px 0 16px; color:#21305A; font-size:.92rem; opacity:.85; }
.aka-sd__list{ list-style:none; margin:0; padding:0; }
.aka-sd__item{ padding:12px 0 18px; border-bottom:1px solid #E8E8E8; }
.aka-sd__title{ color:#21305A; font-weight:700; text-decoration:none; font-size:1.08rem; }
.aka-sd__title:hover{ text-decoration:underline; }

/* Teaser: kompakt (2 Zeilen) */
.aka-sd__desc{
  margin-top:8px; color:#0e0e0e; opacity:.95;
  display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; line-height:1.4;
}

.aka-sd__pagination {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  width: 100%;
}

.aka-sd__pagination nav {
  width: 100%;
}

.aka-sd__pagination ul.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aka-sd__pagination ul.pagination li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aka-sd__pagination ul.pagination li::marker {
  display: none;
  content: "";
}

.aka-sd__pagination ul.pagination li > a.page-link,
.aka-sd__pagination ul.pagination li > span.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 38px;
  padding: 0 0.85rem;
  border: 1px solid #cfd9e3;
  border-radius: 8px;
  background: #fff;
  color: #003b6f;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.aka-sd__pagination ul.pagination li > a.page-link:hover {
  text-decoration: none;
  border-color: #0b4a78;
  color: #0b4a78;
  background: #f5f8fb;
}

.aka-sd__pagination ul.pagination li.active > a.page-link,
.aka-sd__pagination ul.pagination li.active > span.page-link,
.aka-sd__pagination ul.pagination li > .page-link[aria-current="true"] {
  background: #0b4a78;
  border-color: #0b4a78;
  color: #fff;
}

.aka-sd__pagination ul.pagination li.disabled > a.page-link,
.aka-sd__pagination ul.pagination li.disabled > span.page-link {
  opacity: 0.45;
  pointer-events: none;
  cursor: default;
}

/* WICHTIG: Innere span-Elemente duerfen NICHT nochmals als Buttons aussehen */
.aka-sd__pagination ul.pagination li > a.page-link span,
.aka-sd__pagination ul.pagination li > span.page-link span {
  display: inline;
  width: auto;
  min-width: 0;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  line-height: 1;
  color: inherit;
}

/* Joomla-Pagination-Icons */
.aka-sd__pagination .icon-angle-double-left::before {
  content: "«";
}

.aka-sd__pagination .icon-angle-left::before {
  content: "‹";
}

.aka-sd__pagination .icon-angle-right::before {
  content: "›";
}

.aka-sd__pagination .icon-angle-double-right::before {
  content: "»";
}

.aka-sd__pagination .icon-angle-double-left,
.aka-sd__pagination .icon-angle-left,
.aka-sd__pagination .icon-angle-right,
.aka-sd__pagination .icon-angle-double-right {
  display: inline-block;
  font-style: normal;
  font-size: 1rem;
  line-height: 1;
}

/* Mobile */
@media (max-width: 768px) {
  .aka-sd__pagination ul.pagination {
    gap: 0.4rem;
  }

  .aka-sd__pagination ul.pagination li > a.page-link,
  .aka-sd__pagination ul.pagination li > span.page-link {
    min-width: 36px;
    height: 36px;
    padding: 0 0.7rem;
    border-radius: 7px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .aka-sd__pagination {
    margin-top: 1.5rem;
  }

  .aka-sd__pagination ul.pagination {
    gap: 0.35rem;
  }

  .aka-sd__pagination ul.pagination li > a.page-link,
  .aka-sd__pagination ul.pagination li > span.page-link {
    min-width: 32px;
    height: 32px;
    padding: 0 0.6rem;
    border-radius: 6px;
    font-size: 0.9rem;
  }
}


/* FAQ Toggle soll wie Modul-Highlights aussehen */
.faq-toggle {
  font-size: 1rem;          /* oder wie du willst */
  font-weight: 600;
  text-decoration: none;    /* keine Unterstreichung */
  color: inherit;           /* wie normaler Text */
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  cursor: pointer;
}

/* Pluszeichen davor */
.faq-toggle::before {
  content: "+";
  font-weight: 700;
  display: inline-block;
  width: 1.1rem;            /* sorgt für sauberes Einrücken */
  text-align: center;
  line-height: 1;
}

/* Hover wie “Bedien-Element”, aber ohne Link-Style */
.faq-toggle:hover {
  text-decoration: none;
  opacity: .85;
}

/* Wenn geöffnet: Plus zu Minus (oder rotieren) */
.faq-toggle.is-open::before {
  content: "–";
}

.faq-panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding-left: 1.6rem;   /* Einrückung unter + */
  padding-top: 0;         /* WICHTIG: kein Abstand im geschlossenen Zustand */
  transition: max-height .35s ease, opacity .25s ease, padding-top .25s ease;
  font-size: 0.95rem;
  line-height: 1.55;
}

.faq-panel.is-open {
  opacity: 1;
  padding-top: .4rem;   /* Abstand erscheint sanft */
}
/* FAQ: niemals unterstreichen – egal in welchem Zustand */
.faq-toggle,
.faq-toggle:hover,
.faq-toggle:focus,
.faq-toggle:active,
.faq-toggle:visited {
  text-decoration: none !important;
}


/* ===== Badge final – kein Überdecken, kein Layout-Schaden ===== */

.semlistlink.seminar{
    position: relative;
    overflow: visible;
}

/* Titel bekommt nur oben rechts minimal Abstand */
.semlistlink.seminar h3{
    padding-right: 90px;   /* Platz fuer Badge */
}

/* Badge sitzt im Eck */
.semlistlink.seminar .aw-badge{
    position: absolute;
    top: 17px;
    right: 27px;

    transform: translate(20px, -20px);

    width: 70px;
    height: 70px;

    z-index: 10;
    pointer-events: none;
}

.semlistlink.seminar .aw-badge img{
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 480px){
    .semlistlink.seminar h3{
        padding-right: 60px;
    }

    .semlistlink.seminar .aw-badge{
        transform: translate(12px, -12px);
        width: 56px;
        height: 56px;
    }


.akademieweb-notfound {
    max-width: 900px;
    margin: 2rem auto;
    padding: 1rem;
}

.akademieweb-notfound h1 {
    margin-bottom: 1rem;
}

.akademieweb-notfound p {
    margin-bottom: 1rem;
}

  width: 132px;
  height: 132px;
  margin: 0 auto 1.1rem;
  border-radius: 50%;
  overflow: hidden;
  background: #eef3f4;
  display: flex;
  align-items: center;
  justify-content: center;
}


.referent-card {
    position: relative;
    min-height: 132px;
    padding-left: 152px;
}

.referent-card::after {
    content: "";
    display: block;
    clear: both;
}

.referent-card .referent-image {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    float: none;
    flex: 0 0 132px;
}

.weitere-termine-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.weitere-termine-list li + li {
    margin-top: 10px;
}

.weitere-termine-list a {
    display: block;
    color: #21305A;
    text-decoration: none;
    font-weight: 500;
}

.weitere-termine-list a:hover {
    text-decoration: underline;
}

.weitere-termine-list span {
    display: block;
    margin-top: 2px;
    font-size: 0.95em;
    color: #22697A;
    font-weight: 400;
}

@media (max-width: 767px) {
    .referent-card {
        min-height: 0;
        padding-left: 0;
    }

    .referent-card .referent-image {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 0 15px 0;
    }
}
