/* -------------------------------------------------------------------
** Name: project
** Source: static/project.css 
** Origin: https://talents.venicebeach-fitness.de/
**
** TOC
** ----------------------
** 1: general
** 2: hero-banner
** 3: main
** 4: marquee
** 5: accordion
** 6: form
** 7: jobs-grid
** 8: footer
** ------------------------------------------------------------------- */

/* -------------------------------------------------------------------
** 1: general
** Source: static/project/general.css
** Last update: 2026-03-24 16:37:48 by b.mandel
** ------------------------------------------------------------------- */

/*
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
*/

.container {
    max-width: 1096px;
}

h2 {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #727272;
}

p {
    color: #707070;
}
/* -------------------------------------------------------------------
** 2: hero-banner
** Source: static/project/hero-banner.css
** Last update: 2026-04-20 12:30:43 by b.mandel
** ------------------------------------------------------------------- */

/*
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
*/

.hero-banner {
  height: 80vh;
  background: url('https://talents.venicebeach-fitness.de/assets/tpl/img/hero-img-ppl-fst-2.png') no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  background-color: rgb(175, 122, 76);
}


@media (max-width: 576px) {
    .hero-banner {
        height: 60vh;
    }
}

.logobox-wrapper {
    position: relative;
}

.logo-box {
  position: absolute;
  top: 0;
  left:0;
  padding: 25px 15px;
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  _border: 1px solid rgba(255, 255, 255, 0.4);
  _box-shadow: inset 1px 1px 2px rgba(255, 255, 255, 0.6), 0 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
   .logo-box {
       padding: 6px;
   } 
   .logo-svg {
       width: 120px !important;
       height: auto;
   }
}

.logo-svg {
  width: 180px;
  height: auto;
  margin-bottom: 10px;
  filter: drop-shadow(0 2px 2px rgba(0,0,0,0.1));
}

.banner-content {
  position: absolute;
  bottom: 10%;      
  left: 0;
  right: 0;       
  text-align: center;
  color: #fff;    
  z-index: 10;
}

.date {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: -2px;
  margin: 0;
  background: #af7a4c;
  /* background: radial-gradient(circle at center, #ffffffd1 5%, #e8e7e7 60%, rgb(255 255 255) 100%); */
  background-size: 150% 150%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1; 
}

.subline {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 900;
  letter-spacing: -2px;
  margin: 0;
  background: #af7a4c;
  /* background: radial-gradient(circle at center, #ffffffd1 5%, #e8e7e7 60%, rgb(255 255 255) 100%); */
  background-size: 150% 150%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1; 
}
/*
.banner-content h1 {
  font-size: clamp(4rem, 15vw, 16rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin: 0;
  background: linear-gradient(to bottom, #ffffff 30%, #e0e0e0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.95;
}
*/

.banner-content h1 {
  font-size: clamp(4rem, 15vw, 16rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -2px;
  margin: 0;
  background: radial-gradient(circle at center, #ffffffd1 5%, #d0c8bb 60%, rgb(255 255 255) 100%);
  background-size: 150% 150%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1; 
  font-style: italic;
}
/* -------------------------------------------------------------------
** 3: main
** Source: static/project/main.css
** Last update: 2026-04-20 12:45:29 by b.mandel
** ------------------------------------------------------------------- */

/*
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
*/

.intro-text {
        padding: 20px 0px 95px 0px;    
    }

@media (min-width: 991px) {
    .intro-text {
            padding: 40px 0px 135px 0px;    
        }
    
    .jobs-section {
        padding: 100px 0px 135px 0px;
    }
}

.why-freestyle-section {
  position: relative;
  background-color: #fff;
  overflow: hidden;
}

/* 
@media (max-width: 992px) {
    .why-freestyle-section {
     padding-left: 0vw;
    }
}

@media (max-width: 1400px) {
    .why-freestyle-section {
     padding-left: 3vw;
    }
}

@media (max-width: 1999px) {
    .why-freestyle-section {
     padding-left: 11vw;
    }
}
*/

.z-index-10 { 
  z-index: 10; 
}

.orange-title {
  color: #af7a4c; /* #FF9233 */
  font-style: italic;
  font-weight: 900;
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.glass-card {
  background: rgba(238, 234, 229, 0.5);
  backdrop-filter: blur(41px);
  -webkit-backdrop-filter: blur(41px);
  padding: 3rem;
  box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.no-glass-card {
    padding: 2rem;
  }
  


@media (min-width: 991px) {  
    .no-glass-card p {
        padding-right: 30%;
    }
    .glass-card p {
        padding-right: 30%;
    }
}
.hantel-bg-image {
  position: absolute;
  top: 245px;
  right: 0;
  width: 36%;
  height: 798px;
  z-index: 1;
}

.hantel-bg-image img {
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  width: 100%;
}

.timeline-beam {
  position: absolute;
  top: 0;
  left: -73px;
  width: 2px;
  height: 100%;
  background-color: #707070;
  z-index: 5;
}

.timeline-beam::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 9px;
  height: 9px;
  background-color: #707070;
  border-radius: 50%;
}


.why-block {
  position: relative;
  z-index: 10;

}

.block-you {
  margin-bottom: 120px;
  max-width: 95%;
  padding-top: 52px;
}

.block-us {
  max-width: 85%;
}

@media (max-width: 1300px) {
    .timeline-beam {
        left: 20px;
        z-index: 11;
      }    
}

@media (max-width: 991px) {
  .orange-title {
    font-size: 2.5rem;
  }
  
  .glass-card {
    padding: 2rem;
  }
  
  .no-glass-card {
    padding: 2rem;
  }
  
  .hantel-bg-image {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 3rem;
  }
  
  .timeline-beam {
    left: 10px;
  }
  
  .why-block {
    margin-left: 20px;
    max-width: 100%;
  }
  .block-us {
      margin-left: 20px;
      max-width: 100%;
    }
  .block-you {
      margin-bottom: 35px;
    }
}
/* -------------------------------------------------------------------
** 4: marquee
** Source: static/project/marquee.css
** Last update: 2026-04-20 12:07:20 by b.mandel
** ------------------------------------------------------------------- */

/*
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
*/

.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  padding-bottom: 100px;
}

.marquee-content {
  display: flex;
  white-space: nowrap;
  animation: scroll 45s linear infinite;
  will-change: transform; 
}

@keyframes scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.marquee-wrapper:active .marquee-content {
  animation-play-state: paused;
}


.outline-text-2 {
  font-size: clamp(4rem, 12vw, 8rem);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1.1;
  color: #fff;
  text-shadow: 
    -2px -2px 0 #af7a4c,  
     2px -2px 0 #af7a4c,
    -2px  2px 0 #af7a4c,
     2px  2px 0 #af7a4c,
     0px -2px 0 #af7a4c,
     0px  2px 0 #af7a4c,
    -2px  0px 0 #af7a4c,
     2px  0px 0 #af7a4c;
  text-align: center;
}

@media (max-width: 768px) {
  .outline-text-2 {
    text-align: left;
    text-shadow: 
    -2px -2px 0 #af7a4c,  
     2px -2px 0 #af7a4c,
    -2px  2px 0 #af7a4c,
     2px  2px 0 #af7a4c,
     0px -2px 0 #af7a4c,
     0px  2px 0 #af7a4c,
    -2px  0px 0 #af7a4c,
     2px  0px 0 #af7a4c;
  }
}

@media (max-width: 576px) {
  .outline-text-2 {
    font-size: 2.5rem;
    text-align: left;
    text-shadow: 
      -1px -1px 0 #af7a4c,  
       1px -1px 0 #af7a4c,
      -1px  1px 0 #af7a4c,
       1px  1px 0 #af7a4c;
  }
  .marquee-wrapper {
      padding: 48px 0;
    }
}


/* -------------------------------------------------------------------
** 5: accordion
** Source: static/project/accordion.css
** Last update: 2026-04-20 12:07:48 by b.mandel
** ------------------------------------------------------------------- */

/*
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
*/

.faq-section {
  padding: 80px 0;
}

.faq-title {
  font-weight: 700;
  font-size: 2rem;
  color: #727272;
  margin-bottom: 3rem;
  text-transform: uppercase;
}

.accordion-custom {
  border-top: 1px solid #ccc;
}

.accordion-custom .accordion-item {
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
}

.accordion-custom .accordion-button {
  background: transparent;
  color: #af7a4c;
  font-weight: 600;
  font-size: 1.25rem;
  padding: 1.5rem 0;
  box-shadow: none;
  border: none;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.accordion-custom .accordion-button::after {
  display: none;
}

.accordion-custom .accordion-button .icon-indicator {
  font-size: 0.8rem;
  transition: transform 0.3s ease;
  color: #af7a4c;
}

.accordion-custom .accordion-button:not(.collapsed) .icon-indicator {
  transform: rotate(180deg);
}

.accordion-custom .accordion-button:not(.collapsed) {
  background: transparent;
  color: #af7a4c;
  box-shadow: none;
}

.accordion-custom .accordion-body {
  padding: 0 0 1.5rem 0;
  color: #666;
  line-height: 1.6;
  max-width: 850px;
}
/* -------------------------------------------------------------------
** 6: form
** Source: static/project/form.css
** Last update: 2026-04-20 12:09:05 by b.mandel
** ------------------------------------------------------------------- */

/*
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
*/

.form-section {
  background-color: #EEEAE5;
}

.form-title {
  font-weight: 700;
  font-size: 2rem;
  color: #727272;
  margin-bottom: 3rem;
  text-transform: uppercase;
}

.custom-form input.form-control, 
.custom-form select.form-select {
  border: none;
  border-radius: 0;
  padding: 12px 15px;
  background-color: #fff;
  color: #999;
  font-weight: 700;
  text-transform: uppercase;
}

.custom-form input::placeholder {
  color: #999;
}

.custom-form select.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.btn-outline-orange {
  border: 2px solid #af7a4c;
  color: #af7a4c;
  background: transparent;
  border-radius: 50px;
  padding: 10px 40px;
  font-weight: 800;
  transition: all 0.3s ease;
}

.btn-outline-orange:hover {
  background-color: #af7a4c;
  color: #fff;
}

.form-check-input:checked {
  background-color: #af7a4c;
  border-color: #af7a4c;
}

.form-link {
        color: #af7a4c !important;
}
/* -------------------------------------------------------------------
** 7: jobs-grid
** Source: static/project/jobs-grid.css
** Last update: 2026-04-20 12:09:25 by b.mandel
** ------------------------------------------------------------------- */

/*
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
*/

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.job-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding: 40px;
  border-right: 1px solid #ccc;
  min-height: 250px;
}

.job-item:nth-child(3n) {
  border-right: none;
}

/* Erzeugt die Trennlinie zwischen Reihe 1 und Reihe 2 */
.job-item:nth-child(n+4) {
  border-top: 1px solid #ccc;
}

.job-category-title {
  color: #af7a4c;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.job-list {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}

.job-list li {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 5px;
}

@media (max-width: 992px) {
  .jobs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .job-item {
    border-right: 1px solid #ccc;
    border-top: none;
  }

  .job-item:nth-child(2n) {
    border-right: none;
  }

  /* Trennlinie für 2er-Grid (ab dem 3. Element) */
  .job-item:nth-child(n+3) {
    border-top: 1px solid #ccc;
  }
}

@media (max-width: 576px) {
  .jobs-grid {
    grid-template-columns: 1fr;
  }

  .job-item {
    border-right: none;
    border-top: 1px solid #ccc;
    padding: 30px 0;
    min-height: auto;
  }

  .job-item:first-child {
    border-top: none;
  }
}
/* -------------------------------------------------------------------
** 8: footer
** Source: static/project/footer.css
** Last update: 2026-04-20 12:10:16 by b.mandel
** ------------------------------------------------------------------- */

/*
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
*/

.footer-section {
  width: 100%;
  height: 45vh;
  position: relative;
  overflow: hidden;
  border-bottom: 100px solid #af7a4c;
}

.footer-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.footer-text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.footer-quote {
  color: #fff;
  font-size: clamp(2rem, 6vw, 4rem);
  font-weight: 800;
  font-style: italic;
  text-align: center;
  margin: 0;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .footer-section {
    height: 50vh;
  }
}

.footer-legal {
  background-color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 1px;
}

.copyright {
  color: #707070;
  text-transform: uppercase;
}

.social-links a {
  color: #707070;
  font-size: 1.2rem;
  transition: color 0.3s ease;
  text-decoration: none;
}

.social-links a:hover {
  color: #af7a4c;
}

.footer-nav a {
  color: #707070;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-nav a:hover {
  color: #af7a4c;
}

@media (max-width: 768px) {
  .footer-nav a {
    display: inline-block;
    margin: 5px 10px;
  }
}