@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');


body {
    font-family: 'Roboto', sans-serif;
    /* background-color: #f1efe7; */
    /* background-color: #FFF7EE; */
    background:white;
}


.container {
    max-width:1024px!important;
}

.mybookeo {
    position:relative;
}
.mycover {
    position:relative;
    width:100%;

}

h1,h2 {
    font-family: "League Spartan", sans-serif;
}


h2.hfachbereich {
    font-size:2rem!important;
    
}

.headline-hero {
    filter: brightness(1.5);
}

.cb_footer {
    display:none;
}

video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
    position:relative;
  top: 0;
  left: 0;
}

.aboutsection *{
    color:black!important;
}

.gradient-bg {
    /* background: linear-gradient(135deg, #f1efe7 0%, #c6ccc1 25%, #9baaa1 50%, #708a87 75%, #4b6970 100%); */
    background-image: url('../images/elygnbg.png');

    height:auto;
    max-height:400px;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
    background-position: center center;
}

.gradient-bg2 {
  /*  background: linear-gradient(135deg, #424242 0%, #AAAAAA 25%, #424242 50%, #AAAAAA 75%, #393937 100%); */
   background: #979797;
background: radial-gradient(circle,rgba(151, 151, 151, 1) 0%, rgba(57, 57, 55, 1) 100%);
   /*  background-image: url('../images/group\ people.jpg'); */
    /* background:#424242; */
   background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
    background-position: center center;
}

.hero-kursangebote {
   background: #424242;
   box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}


.course-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.testimonial-card {
    /* background: rgba(255,255,255,0.8); */
    background: #FFF7EE;
    backdrop-filter: blur(10px);
}

.header_logo {
    width:200px;
}


.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(160, 229, 224, 0.3); /* hellblau-grün mit Transparenz */
    pointer-events: none;
  }




  .filter-btn.active {
    font-weight: 700;
    border-bottom-width: 3px;
}
.digital {
    border-color: #3a7ca5;
    color: #3a7ca5;
}
.functional {
    border-color: #28a745;
    color: #28a745;
}
.aesthetic {
    border-color: #fd7e14;
    color: #fd7e14;
}
.category-badge.digital {
    background-color: rgba(0, 123, 255, 0.1);
    color: #3a7ca5;
}
.category-badge.functional {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
}
.category-badge.aesthetic {
    background-color: rgba(253, 126, 20, 0.1);
    color: #fd7e14;
}
.course-category {
    transition: opacity 0.3s ease;
}
.hidden-category {
    opacity: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}