:root{
    --green:#28a745;
    --dark:#101010;
    --bg:#f7fbf8;
    --shadow:0 8px 30px rgba(16,24,32,.08);
  }

  html {
    scroll-behavior: smooth;
  }

  body{
    font-family:'Poppins',sans-serif;
    /*background: linear-gradient(135deg, #ffffff 0%, #f0f7f5 100%);*/
    background: linear-gradient(to bottom, #FFFFFF, #EAEAEA);
    /*background:
    radial-gradient(
      circle at top center,
      rgba(142,232,14,0.18),
      transparent 65%
    ),
    #ffffff;*/
    
  }

 /*-----------------------HEADER------------------------------*/
header {
  background:linear-gradient(to left, #E4E4E4, #FFFFFF) !important;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  padding: 0.2rem 1rem;
}

header ul li a {
  color: black !important;
}

header .navbar-nav .nav-link:hover {
  background-color: transparent;
  color: var(--green) !important;
  transition: 0.5s;
}

#alslogo:hover {
  color: black;
}

header img {
  margin-left: 2rem;
  margin-right: 0;
}

.navbar-brand {
  font-weight: bold;
  color: var(--main-black);
}

 .offcanvas .nav-link {
  font-size: 1.2rem;
  color: var(--main-black) !important;
  padding-left: 33px;
 }

 .offcanvas img {
  height: 50px;
  width: 50px;
 }


.navbar-toggler {
  width: 30px;
  height: 30px;
}

.navbar-toggler:focus,
.navbar-toggler:focus-visible {
  outline: none;
  box-shadow: none;
}

.navbar-left {
  flex-shrink: 0;
}

.navbar {
  justify-content: space-between;
}


/* 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:110vh;
    background: url('bilder/cpohero.jpg') center/cover no-repeat;
    position:relative;
    display:flex;
    align-items:center;
  }

  .hero::after{
    content:"";
    position:absolute;inset:0;
    /*background:linear-gradient(to right,rgba(0,0,0,.65),transparent);*/
  }

  .hero-content{
    position:relative;
    z-index:2;
    color:#fff;
    max-width:820px;
    padding-left:4rem;
    margin-top: 2rem;

  
  }

  .hero-line{
    width:85%;
    height:4px;
    background:var(--green);
    margin:1rem 0rem;
  }

  .hero .btn{
    padding:.8rem 2rem;
    background-color: var(--green) !important;
    transition: .6s;
  }

  .hero .btn:hover{
    background:transparent !important;
    color:#fff;v
  }

  .hero h4 {
    color: var(--green);
  }

  
  .hero p,
  .hero h1 {
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  }


  /*------------------------ SECTIONS--------------------------------- */
  section{padding:50px 0}
  h2,h3{font-weight:700; color: var(--green);}




  /*------------------------ WARUM ONLINE FEATURE CARDS -----------------------------*/
  .feature-card{
    background:#fff;
    border-radius:14px;
    padding:2rem;
    box-shadow:var(--shadow);
    transition:.3s;
  }

  .feature-card:hover{transform:translateY(-6px)}

  /* ABOUT TEXT */
  .about-text{
    max-width:900px;
    margin:auto;
    font-size:1.05rem;
    line-height:1.8;
  }

#why {
  scroll-margin-top: 50px;
}




/*---------------------------------ANGEBOTE-----------------------------------------*/
  #angebote {
    scroll-margin-top: 50px;
    
  }

.angebote-section {
  /*background-color: #fff;*/
}

.angebote-section h2 {
  color: var(--green);
  font-weight: 600;
}

.angebote-section p {
  max-width: 600px;
  margin: 0 auto;
  color: #555;
}

.angebot-card {
  border: none;
  border-radius: 14px;
  transition: transform 0.8s ease, box-shadow 0.6s ease, opacity 2s ease; /*++++ANIMATION++++*/
  opacity: 0;
  transform: translateY(180px);
  overflow: hidden;
  }

/* sichtbar */
.angebot-card.show {
  opacity: 1;
  transform: translateX(0);
}

.angebot-card:hover {
  transform: translateY(-12px);
}

.angebot-card img {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  object-fit: cover;
  /*height: 80%;*/

}

.angebot-card .card-title {
  color: #000;
  font-weight: 500;
}

.angebot-card .card-text {
  color: #555;
  font-size: 0.95rem;
}




/*-------------------------- UNTERRICHT --------------------------------*/
#unterricht {
  scroll-margin-top: 50px;
}

.unterricht-section {
  padding: 80px 0;
  /*background-color: #F8F8F8;*/
}

.unterricht-section h2,
.unterricht-section h5 {
  color: #000;
  font-weight: 600;
}


.unterricht-section h2 {
  color: var(--green) !important;
}

.unterricht-block p {
  text-align: left;
  max-width: 900px; /* optional, damit der Text nicht zu breit wird */
  margin: 0 auto; /* zentriert den Block, aber Text bleibt links */
  line-height: 1.8;
  font-size: 1rem;
  color: #333;
}




  /* ------------------------ SONGWRITING / MUSIKPRODUKTION --------------------------- */
    #swriting {
      scroll-margin-top: 50px;
    }

   #mproduktion {
    scroll-margin-top: 50px;
   }

    .split{
      
      min-height:50vh;
      /*height: 65%;*/
      /*background-color: #F8F8F8;*/
    }

    .split img{
      width:100%;
      height:100%;
      object-fit:cover;
      border-radius: 10px;
    }

    .split-text{
      padding:20px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }

    .split h2 {
      margin-bottom: 1rem;
    }




/*+++++++++++++++++++++++++ANIMATION ++++++++++++++++++++++++*/
.split > div {
  opacity: 0;
  transform: translateX(80px);
  transition: all 0.8s ease;
}

/* Bild von links */
.split > div:first-child {
  transform: translateX(-80px);
}

/* Text von rechts + kleine Verzögerung */
.split > div:last-child {
  transition-delay: 0.2s;
}

/* sichtbar */
.split.show > div {
  opacity: 1;
  transform: translateX(0);
}




/* ------------------------------------VITA -----------------------------------------*/
  #vitapossi {
    scroll-margin-top: 50px;
    margin-top: 4rem;
    
  }


  .vita-img{
    width: 100%;
    height:70%;
    object-fit:cover;
    border-radius:12px;
    box-shadow:var(--shadow);
    object-position: top;
  }

  .probeanfrage {
    background-color: var(--green);
    transition: .6s;
    padding:.8rem 2rem;
  }

  .probeanfrage:hover {
    color: var(--green);
    background: transparent;
  }


/*--------------------------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: var(--green);
}

.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);
}

    /* About */
    .about-portrait{width:100%; max-width:380px; border-radius:12px; box-shadow:var(--card-shadow)}

    /* Testimonials */
    .testimonial{background:linear-gradient(180deg, rgba(255,255,255,1), rgba(250,255,250,1)); border-radius:12px; padding:20px; box-shadow:var(--card-shadow)};


    
/*--------------------------- KONTAKT -----------------------------*/
    .contact-box{background:white;
     padding:24px;
     border-radius:12px;
     box-shadow:var(--card-shadow)
   }

   .contact-box button {
    padding:0.5rem 2rem;
    background-color: transparent;
    color: var(--green);
   }
   
   .contact-box button:hover {
    color: black;
    background-color: transparent;
   }

   #contact {
    scroll-margin-top: 50px;

   }


/* --------------------------FOOTER --------------------------------------------*/
  .site-footer {
  background: linear-gradient(to bottom, #5ED64E, #467308);;
  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;
  transition: 0.5s;
}

.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;
}

 /* footer{
    background:var(--dark);
    color:#fff;
    
  }
  footer a{color:#fff;text-decoration:none}
  footer a:hover{color:var(--green)} */
  
/* ---------------- Responsive Footer für Handy & Tablet ---------------- */

@media (max-width: 778px) {
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;  /* alles in der Mitte */
    gap: 2rem;
    
  }

  /* Navigation vertikal, Container zentriert */
  .footer-nav ul {
    display: flex;
    flex-direction: column; /* vertikal */
    gap: 0.2rem;
    padding-left: 3rem;
    text-align: left;       /* <li> links ausgerichtet */
    
  }

  .footer-nav ul li a {
    font-size: 1.2rem;
    text-align: center;       /* linke Ausrichtung der Links */
  }

  /* Social Media horizontal zentriert */
  .footer-social {
    display: flex;
    /*flex-direction: row;*/    
    justify-content: center; /* Icons zentriert */
    gap: 0.8rem;
  }
}



  /* --------------- RESPONSIV --------------------- */


  /* Mobile */
@media (max-width: 767px) {
  .angebot-card {
    min-height: auto;
  }

  .angebot-card .card-body {
    padding: 1rem;
  }
}

/* Tablet */
@media (max-width: 991px) {
  .angebot-card {
    min-height: auto;
  }
}







  @media (max-width: 991px) {
  .vita-img {
    height: auto;
  }
}
