@font-face {
    font-family:  Montserrat-Light;
    src: url(../fonts/Montserrat-Light.ttf);
}

@font-face {
    font-family:  Montserrat-Bold;
    src: url(../fonts/Montserrat-Bold.ttf);
}


h1 {
    font-family: Montserrat-Light;
    color: #000000;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

h2 {
    font-family: Montserrat-Light;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
}

.h2-bottom {
  border-bottom:1px solid #2E8B57;
   width:100%;
   padding-left:5px;
   padding-bottom:5px;
}

h3 {
    font-family: Montserrat-Light;
    color: #2E8B57;
    font-weight: 300;
    letter-spacing: 3px;
    margin-bottom: 20px;
    text-transform: uppercase;

}

h4 {
    font-family: Montserrat-Light;
    color: #2E8B57;
    font-weight: 300;
    margin-bottom: 20px;
}

p {
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    font-size: 1rem;
}

li {
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    font-size: 18px;
}

b {
    font-family: Montserrat-Bold;
    font-size:18px;
    color: #333;
}

textarea,
input,
select {
    resize: none;
    background-color: #32373c;
    border: 2px solid #2E8B57;
    padding: 12px 20px;
    box-sizing: border-box;
    border-radius: 4px;
    width: 90%;
    color: #bfac65;
    font-size: 18px;
}

textarea:focus,
input:focus,
select:focus {
    resize: none;
    background-color: #32373c;
    border: 2px solid #2E8B57;
    padding: 12px 20px;
    box-sizing: border-box;
    border-radius: 4px;
    width: 90%;
    outline: none !important;
}

.btn-green {
    font-family: Montserrat-Light;
    /*border: 2px solid #bfac65;*/
    border: 2px solid #2E8B57;
    background-color: transparent;
    font-size: 2vw;
    color: #bfac65;
    font-weight: 300;
    letter-spacing: 3px;
    width: 300px;
    height: 105px;
}

.btn-green:hover {
    font-family: Montserrat-Light;
    /*border: 2px solid #bfac65;*/
    border: 2px solid #2E8B57;
    background-color: #2E8B57;
    color: #ffffff;
}

.btn-green-sm {
    border: 2px solid #2E8B57;
    background-color: transparent;
    font-size: 25px;
    color: #2E8B57;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 3px;
    width: 200px;
    height: 50px;
}

.btn-green-sm:hover {
    border: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
}

.name-text-ansprechpartner {
    font-family: Montserrat-Light;
    font-size:18px;
    color: #fff;
}

.text-startseite {
    color: #333;
    line-height: 25px;
    font-weight: 200;
    font-size: 18px; 
}


a, a:active, a:link {
    color: #2E8B57;
    text-decoration: none;
}
.table tr td, .table th {
    color: #fff;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    font-family: Montserrat-Light;
    background-color: #333;
    width: 100%;
    color: #fff;
    font-size: 14px;
    overflow-x: hidden;
}

body.video-ended::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/Logo.svg') no-repeat center center;
    background-size: 200px;
    opacity: 0.05; /* low opacity */
    pointer-events: none; /* allow clicks through */
    z-index: -1;
}


.news-content {
    position: fixed;
    top: 350px;
    width: 400px;
    height:100%;
    left:20px;

}

video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 100px;
    left: 0;
    opacity: 1;
  }

  #bg-video {
    transition: opacity 2s ease; /* fade duration */
  }

  #bg-video.fade-out {
    opacity: 0;
    pointer-events: none;
}
  
#navbar {
    background-color: #333;
    font-family: Montserrat-Light;
    font-size: 10px;
    color: #2E8B57;
    position: fixed;
    top: 0px;
    width: 100%;
    display: block;
    transition: top 0.3s;
}


#navbar a {
    font-family: Montserrat-Light;
    float: left;
    display: block;
    font-size: 12px;
    color: #333;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-size: 14px;
}

#navbar a:hover{
    font-family: Montserrat-Light;
    color: #2E8B57;
}




.thumbnail img {
  border-radius: 8px;
}

footer {
    font-family: Montserrat-Light;
    background-color: #fff;
    color: #000;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
}

.footer-bottom {
    background-color: #32373c;
    color: #000;
}

.footer-text {    
    font-family: Montserrat-Light;
    font-size: 12px;
    color: #000000;
}

.footer-text a:active,
.footer-text a:link,
.footer-text a:visited {
    color: #000000;
}

.footer-text a:hover {
    color: #2E8B57;
    font-weight: bold;
}


.training-day {
    writing-mode: vertical-lr;
    text-orientation: upright;
    text-align:center;
}

thead th {
  position: sticky;
  top: 65px;
  padding: 10px 0 10px 0;

}


.index-btn {
  text-transform: uppercase; 
  margin-top: 35px; 
  background-color: #2E8B57;
  color: #fff; 
  width:170px; 
  padding: 10px 10px 10px 10px;
  text-align:center;
}

.index-btn:hover{
  text-transform: uppercase; 
  margin-top: 35px; 
  background-color: #333;
  border: 2px solid #2E8B57;
  color: #fff; 
  width:170px; 
  padding: 8px 10px 8px 10px;
  text-align:center;
}


.index-btn2 {
  text-transform: uppercase; 
  margin-top: 35px; 
  background-color: #333;
  border: 2px solid #2E8B57;
  color: #fff; 
  width:170px; 
  padding: 10px 10px 10px 10px;
  text-align:center;
  border-radius: 5px;
}

.index-btn2:hover{
  text-transform: uppercase; 
  margin-top: 35px; 
  background-color: #2E8B57;
  color: #fff; 
  width:170px; 
  padding: 10px 10px 10px 10px;
  text-align:center;
  border-radius: 5px;
}





.accordion {
  --bs-accordion-btn-bg: #fefefe;           /* Collapsed background */
  --bs-accordion-btn-color: #2E8B57;        /* Collapsed text */
  --bs-accordion-active-bg: #2E8B57;        /* Expanded background */
  --bs-accordion-active-color: #fefefe;     /* Expanded text */
}


.dropdown-menu {
    --bs-dropdown-link-active-bg: #ddd;
}

.mitglied-box {
     background-color: transparent;
     border-top:5px solid #2E8B57; 
     border-left: 2px solid #2E8B57;
    border-right: 2px solid #2E8B57;
     border-bottom: 2px solid #2E8B57;

}

.mitglied-box:hover{
-webkit-box-shadow: 0px 5px 10px 2px #2E8B57; 
box-shadow: 0px 5px 10px 2px #2E8B57;
}

.step-mitglied {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    border-left: 2px solid #2E8B57;
    background-color: #fff;


}

.social-media {
  font-size:26px;
  color:#fff;
}

.social-media:hover{
  font-size:26px;
  color:#2E8B57;
}

.staff-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 100%;
   /* background-color: #fff;*/
    padding: 20px 20px 20px 20px;
}

.staff-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    width: 100%;
    max-width: 1200px;
    place-content: center;
    margin: 0 auto;
}

.staff-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    border-radius:10px;
    padding: 0px 0px;

    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05);
}


.nav-tabs .nav-link.active {
    background-color: #2E8B57 !important;   /* Your color */
    color: #fff !important;
    border-color: #2E8B57 #2E8B57 #fff !important;
}



#body ul {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(50rem, 100%);
  margin-inline: auto;
}

/* line */
#body ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

/* columns*/

/* row gaps */
#body ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

/* card */
#body ul li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

/* date */
#body ul li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);

  text-align: center;
  background-color: var(--accent-color);

  color: white;
  font-size: 1.25rem;
  font-weight: 700;

  display: grid;
  place-content: center;
  position: relative;

  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

/* date flap */
#body ul li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--accent-color);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;

  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

/* circle */
#body ul li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--bgColor);
  border: 0.3rem solid var(--accent-color);
  border-radius: 50%;
  top: 50%;

  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

/* title descr */
#body ul li .title,
#body ul li .descr {
  background: var(--bgColor);
  position: relative;
  padding-inline: 1.5rem;
}
#body ul li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 500;
}
#body ul li .descr {
  padding-block-end: 1.5rem;
  font-weight: 300;
}

/* shadows */
#body ul li .title::before,
#body ul li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}
#body ul li .title::before {
  bottom: calc(100% + 0.125rem);
}

#body ul li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

@media (min-width: 40rem) {
  #body ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }
  #body  ul::before {
    grid-column: 2;
  }
  #body ul li:nth-child(odd) {
    grid-column: 1;
  }
  #body ul li:nth-child(even) {
    grid-column: 3;
  }

  /* start second card */
  #body ul li:nth-child(2) {
    grid-row: 2/4;
  }

  #body ul li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  #body ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }
  #body ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

.videolink {
position:absolute;
right: 10px;
top:140px;
z-index:999; 
background-color: #2E8B57;
}




.feature__card .feature__icon {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fefcfb;
    border-radius: 50%;
    width: fit-content;
    padding: 25px;
    border: 5px solid #2E8B57;
    margin: 0 auto;
    box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
    transition: all 0.5s 
ease;
}

.feature__card .feature__content {
    position: relative;
    z-index: 5;
    margin-top: -50px;
    padding: 74px 16px 64px;
    background-color: #fefcfb;
    box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
    text-align: center;
    box-shadow: 2px 1px 5px 0px rgba(2, 69, 122, 0.04), 9px 4px 10px 0px rgba(2, 69, 122, 0.03), 19px 10px 13px 0px rgba(2, 69, 122, 0.02), 35px 17px 15px 0px rgba(2, 69, 122, 0.01), 54px 27px 17px 0px rgba(2, 69, 122, 0);
    border-radius: 15px;
}


@media (min-width: 1200px) {
  .table-highres {
    display: block;
  }

  .mobile_mitglied {
        display: none;
  }

  .table-mobile {
    display: none;
  }

.step-wizard {
    background-color: #333;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step-wizard-list{
    background: #fff;
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
    color: #333;
    list-style-type: none;
    border-radius: 10px;
    display: flex;
    padding: 20px 10px;
    position: relative;
    z-index: 10;
}

.step-wizard-item{
    padding: 0 20px;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive:1;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    font-family: Montserrat-Light;
    flex-direction: column;
    text-align: center;
    min-width: 170px;
    position: relative;
}
.step-wizard-item + .step-wizard-item:after{
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    background: #2E8B57;
    width: 100%;
    height: 2px;
    transform: translateX(-50%);
    z-index: -10;
}
.progress-count{
    height: 40px;
    width:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    z-index:10;
    color: transparent;
}
.progress-count:after{
    content: "";
    height: 40px;
    width: 40px;
    background: #2E8B57;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -10;
}
.progress-count:before{
    content: "";
    height: 10px;
    width: 20px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%) rotate(-45deg);
    transform-origin: center center;
}
.progress-label{
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
}

.current-item ~ .step-wizard-item .progress-count:after{
    height:10px;
    width:10px;
}
.current-item ~ .step-wizard-item .progress-label{
    opacity: 0.5;
}
.current-item .progress-count:after{
    background: #fff;
    border: 2px solid #2E8B57;
}
.current-item .progress-count{
    color: #2E8B57;
}

.videolink {
position:absolute;
right: 100px;
top:180px;
z-index:999; 
background-color: #2E8B57;
}

.diagonal-bar {
    position: absolute;
    top: 0;
    left: -50px;
    width: 250px;
    height: 100%;
    background-color: #000;
    transform: skewX(-38deg);
    z-index: -1;
}

.logo-top {
height: 80px;
margin-left:21px;
}

}




@media (max-width: 500px) {
  .logo-top {
    height: 50px;
    margin-left:-60px;
    }

    .img-aktuelles {
      width:90%;
      border: 5px solid #fff;
    }

    .mobile-social {
      display: none;
    }

    .social-media {
      display: none;
    }


    .mobile-nav {
      display:block;
    }

  .hide-col {
    display: none;
  }


}

@media (min-width:501px)  { 
     .img-aktuelles {
      height:300px;
      border: 5px solid #fff;
    }

    .mobile-nav {
      display: none;
    }
    .hide-col-large {
      display: none;
    }
}

@media (max-width: 1199px) {
  .step-wizard {
    display: none;
  }

  .table-mobile {
    display: block;
  }
    .table-highres {
    display: none;
  }

.social-media {
  font-size:22px;
  color:#000;
}


.social-media:hover{
  font-size:22px;
  color:#2E8B57;
}


}