    :root {
      --main-green: #0e9f6e;
      --main-black: #111111;
      --main-white: #ffffff;
    }

    body {
      margin: 0;
      font-family: 'Poppins', sans-serif;
      background-color: var(--main-black);
      color: var(--main-white);
      scroll-behavior: smooth;
    }

/*-----------------------------HEADER---------------------------------------*/
 header {
  background-color: #F1F1F1;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  padding: 0.2rem 1rem;
}

header ul li a {
  color: black !important;
}

header ul li a:hover {
  background-color: #5ED64E;
  color: white !important;
  border-radius: 4px;
  transition: 0.3s;
}

#alslogo:hover {
  color: black;
}


.navbar-brand {
  font-weight: bold;
  color: var(--main-black);
}

.nav-link {
  color: var(--main-black) !important;
}
.navbar-toggler {
  width: 30px;
  height: 30px;
}

.navbar-toggler:focus,
.navbar-toggler:focus-visible {
  outline: none;
  box-shadow: none;
}


/* Mobile menu - override Bootstrap offcanvas */
.offcanvas {
  background-color: #F1F1F1;
}

/* Ikonat sociale */
.offcanvas-body i:hover {
  color: #5ED64E;
  transition: 0.3s;
}


    .cta-btn {
      background-color: var(--main-green);
      color: white;
      border: none;
      padding: 0.5rem 1rem;
      border-radius: 5px;
    }

    #calltob {
      background-color: #5ED64E;
      border: 1px solid transparent;
      transition: border-color 0.3s ease;
    }

    #calltob:hover {
      background-color: transparent;
      border: 1px solid black;

    }


    /*-----------------------------HERO---------------------------------------*/
      .hero {
      height: 100vh;
      background: url('hero-edited.jpg') center -50px /cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding-top: 70px;
      position: relative;
      color: white;
      
    }

     .hero::after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 50px;
      background: linear-gradient(to bottom, rgba(27, 153, 139, 0) 0%, #5ED64E 100%); 
      /*1b998b*/
    } 
    

    .hero h2 {
      font-size: 2.5rem;
      font-weight: bold !important;
      margin-bottom:0.5rem;
    }

    .hero .lead,
    .hero .location {
      font-size: 1.2rem;
      margin-top: 0.2rem;
    }

    .hero .btn {
      margin-top: 0.5rem;
      background-color: yellow;
      color: white;
      border: none;
    }

.hero .container-str {
  position: absolute;
  bottom: 2rem;
}


.container-str h2,
.container-str h3,
.container-str p {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  font-weight: 600;
  letter-spacing: 0.5px;
}



 /*.hero .container{
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  padding: 2rem;
  border-radius: 10px;
  backdrop-filter: blur(1px);
  color: white;
  position: absolute;
  bottom: 1px;
}
 */

 
   /* .hero .container {
      margin-top: 220px;
      background: rgba(0, 0, 0, 0.3);
      padding: 2rem;
      border-radius: 10px;
      max-width: 700px;
      margin: 0 1rem;
      position: absolute;
      bottom: 1px;
      height: auto;
      
    }
    */
 

    /* Offcanvas override */
    .offcanvas {
      background-color: var(--main-black);
    }

    .offcanvas .nav-link {
      font-size: 1.3rem;
      padding: 1rem;
    }

    /* Responsive rules */
    @media (max-width: 991.98px) {
      .cta-btn {
        display: none !important;
      }
       .hero {
       background-position: center 0px;
  }
      .hero h1 {
        font-size: 2rem;
      }
   

      .hero .lead,
      .hero .location {
        font-size: 1rem;
      }
    }

/* Hero Section për mobile – më pak se 768px */
@media (max-width: 768px) {
  .hero {
    background-position: calc(50% - 10px) center;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center; 
  }

  .hero h1 {
    font-size: 2.1rem;
  }

}



/*------------------ANGEBOTE--------------------- */
    #angebote {
  background: #ffffff;
  color: black;
  padding-top: 100px;
  overflow: hidden;
}

#angebote h2 {
  margin-top: 2rem;
}

@media (max-width: 576px) {
  #angebote p {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .angebote .card {
    width: 70%;
  }
}

.card {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  padding: 2rem 1rem;
  transition: box-shadow 0.6s ease;
  height: 100%;
  overflow: hidden;
  position: relative;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

#angebote .card:hover {
  border: 2px solid #5ED64E;
  box-shadow: 0 10px 25px #5ED64E;
}

.card-icon {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
  display: block;
  transition: transform 0.6s ease;
  transform-origin: center center;
}

.card:hover .card-icon {
  transform:rotate(90deg);
}

/*------------------Songwritting&Production--------------------- */
#songwriting {
  /*background: linear-gradient(to bottom, #5ED64E, #467308);*/
  background: linear-gradient(120deg, #5ED64E 0%, #3aa64f 50%, #2e6b0d 100%);
  position: relative;
  overflow: hidden;

}

.music-bg {
  background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/0/03/Music_notes_symbol.svg/1200px-Music_notes_symbol.svg.png');
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center;
  opacity: 0.05;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;

}

#songwriting .container {
  position: relative;
  z-index: 2;
}

#songwriting p {
  font-size: 1rem;
}
/* Wave Border Top */
.custom-shape-divider-top-1753271210 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 2;
}

.custom-shape-divider-top-1753271210 svg {
  position: relative;
  display: block;
  width:calc(107% + 1.3px);
  height: 53px;
}

.custom-shape-divider-top-1753271210 .shape-fill {
  fill: #ffffff;
}


/*------------------Vorwort--------------------- */

.vorwort-section {
  display: flex;
  flex-wrap: wrap;
  min-height: 75vh;
  width: 100%;

  
}

.image-side {
  width: 50%;
  background-image: url('B2_edited.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 70vh;
}

.text-side {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background-color: #E3E3E3;
  }

.text-content {
  max-width: 90%;
  text-align: center;
}

.text-content h2 {
  margin-bottom: 1.5rem;
  margin-top: 2px;
  color: black;
}

.text-content p {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: left;
}
#vorwort {
  scroll-margin-top: 100px;
}

/* Mobile (≤768px) */
@media (max-width: 768px) {
  .vorwort-section {
    flex-direction: column;
  }

  .image-side, .text-side {
    width: 100%;
    height: auto;
  }

  .image-side {
    min-height: 40vh;
  }
}

/* iPad view (769px – 991px) */
/* Mobile (≤768px) */
@media (max-width: 768px) {
  .vorwort-section {
    flex-direction: column;
  }

  .image-side, .text-side {
    width: 100%;
    height: auto;
  }

  .image-side {
    min-height: 40vh;
  }

  /* Padding wie Vita */
  .text-side {
    padding: 1.5rem;  /* statt 2rem */
  }

  .text-content {
    max-width: 800px;  /* wie Vita und Unterricht */
    margin-left: auto;
    margin-right: auto;
  }

  .text-content p {
    font-size: 1rem;   /* wie Vita */
    line-height: 1.8;
    color: #444;
    margin-bottom: 1.5rem;
  }
}

/*------------------Unterricht--------------------- */

.unterricht {
  background-color: #F3F3F3;
  color: black;
  font-family: "Poppins", sans-serif;
  width: 100%;
}

.unterricht .container-custom {
  max-width: 70%;      /* Desktop */
  margin-left: auto;
  margin-right: auto;
}

/* Überschrift */
.unterricht h2 {
  text-align: center;
  margin-bottom: 2rem;
}

/* Absätze */
.unterricht p {
  text-align: left;
  margin-bottom: 1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #444;
}

/* ---------------- Responsive ---------------- */

@media screen and (max-width: 768px) {
  .unterricht .container-custom {
    max-width: 100%;
    padding: 1.5rem;   /* wie Vita */
  }
  .unterricht h2 {
  margin-top:0.5rem}
}



/*------------------Vita--------------------- */

/* Sektion */
.who-am-i-section {
  background-color: #f9f9f9;
  color: #333;
  padding: 5rem 0;
}

/* Container zentriert Desktop */
.container-custom {
  width: 70%;       /* Desktop */
  margin: 0 auto;   /* zentriert */
}

/* Überschrift */
.uebermich {
  color: #222;
}

/* Text */
.who-am-i-section p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #444;
}


/* Responsive für Handys */
@media (max-width: 768px) {
  .container-custom {
    width: 100%;      /* Mobile volle Breite */
    padding: 1.5rem;
  }

  .who-am-i-section p {
    font-size: 1rem;
  }
}

/*------------------LINKS--------------------- */

#links {
  background-color: #f9f9f9;
  font-family: "Poppins", sans-serif;
  scroll-margin-top: 50px;
}
#links a{
  text-decoration: none;
}

.card {
  border: none;
  transition: transform 0.3s ease;
}

#links h2 {
  color: black;

}

.card-title {
  font-size: 0.95rem;
  color: #333;
}

iframe {
  border-radius: 6px;
}

.thumbnail-container {
  position: relative;
}

.play-icon {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
  z-index: 2;
  transition: background 0.3s ease;
}

.video-card:hover .play-icon {
  background: rgba(0, 0, 0, 0.8);
}



/*------------------KONTAKT--------------------- */
.kontakt-section {
  width: 100%;
  padding: 4rem 2rem;
  background-color: #f8f8f8;
  font-family: "Poppins", sans-serif;
  
}

.kontakt-title {
  text-align: center;
  margin-bottom: 1.5rem;
  color: #1b1b1b;
}

#kontakt h4 {
  color: black;
  text-align: center;
  margin-bottom: 2rem;

}

.kontakt-content {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.kontakt-info {
  width: 30%;
  font-size: 1.5rem;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.kontakt-info span {
  white-space: nowrap;
}

.kontakt-info a {
  color: #1a73e8;
  text-decoration: none;
}

.kontakt-info a:hover {
  text-decoration: underline;
}

.kontakt-map {
  width: 60%;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
  .kontakt-content {
    flex-direction: column;
  }

  .kontakt-info {
    width: 100%;
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }

  .kontakt-map {
    width: 100%;
    height: 250px;
  }
}



/*------------------FOOTER--------------------- */

.site-footer {
    /*background: linear-gradient(to bottom, #5ED64E, #467308);*/
  background: linear-gradient(120deg, #5ED64E 0%, #3aa64f 50%, #2e6b0d 100%);
  color: #f0f0f0;
  padding: 3rem 1rem;
  font-family: "Poppins", sans-serif;
  
}

.footer-content {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.footer-nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.footer-nav ul li a {
  color: #f0f0f0;
  text-decoration: none;
  font-weight: 500;
}

.footer-nav ul li a:hover {
  
  color: black;
}

.footer-social {
  margin-bottom: 1.5rem;
}

.footer-social a {
  color: #f0f0f0;
  margin: 0 0.5rem;
  font-size: 1.4rem;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: black;
}

.footer-bottom p {
  font-size: 0.9rem;
  margin: 0.2rem 0;
}

.footer-bottom a {
  color: #f0f0f0;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
  color: #ffc107;
}

/* ---------------- Responsive Footer für Handy & Tablet ---------------- */

@media (max-width: 778px) {
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;  /* alles in der Mitte */
    gap: 2rem;
    text-align: left;   /* Text zentriert */
  }

  /* Navigation vertikal, Container zentriert */
  .footer-nav ul {
    display: flex;
    flex-direction: column; /* vertikal */
    gap: 0.5rem;
    margin: 0; 
    padding: 0;
    text-align: left;       /* <li> links ausgerichtet */
  }

  .footer-nav ul li a {
    font-size: 1.2rem;
    text-align: left;       /* linke Ausrichtung der Links */
  }

  /* Social Media horizontal zentriert */
  .footer-social {
    display: flex;
    flex-direction: row;    /* horizontal */
    justify-content: center; /* Icons zentriert */
    gap: 0.5rem;
  }
}




/*-----------------IMPRESSUM-------------*/
/* Stilizo modal-in e Impressum */
#impressumModal .modal-content {
  background-color: #fff; /* background i bardhë */
  color: #000; /* tekst i zi */
  border-radius: 10px;
}

#impressumModal .modal-header,
#impressumModal .modal-footer {
  border: none;
  background-color: #f8f9fa;
}

#impressumModal .btn-close {
  filter: none;
}

#impressumModal .modal-title {
  font-weight: bold;
}

#impressumModal p {
  margin-bottom: 0.75rem;
}

.modal h5:hover {
  color: black;
  text-decoration: none;
}