.job-link {
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 20px;
  font-weight: 500 !important;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 5px;
  color: white;
}

header {
  max-width: 500px;
  width: 100%;
  height: 100vh;
  max-width: 360px;
  max-width: 100%;
  max-height: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  background: linear-gradient(135deg, #6ca93c, #dce44a, #ff7f50);
  transition: all 0.3s ease;
}
header.active {
  max-height: 590px;
  transition: all 0.3s ease;
}
.logo img {
  max-width: 140px;
}
.logo {
  opacity: 0;
}
.logo.active {
  opacity: 100%;
}
.menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  position: relative;
  z-index: 1000;
}
.menu-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 45px;
  height: 40px;
  background: var(--orange);
  z-index: -1;
  border-radius: 10px;
}
.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  color: white;
  padding-inline: 40px;
}
.menu-toggle .hamburger {
  width: 20px;
  height: 3px;
  background: #fff;
  transition: all 0.3s ease;
}
.hero-kontakt,.impress {
	background: url('https://ifl-acoustics.de/wp-content/uploads/2025/11/kontakt.jpg') !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	min-height:370px !important;
}
.menu-toggle.active .hamburger:nth-child(1) {
  transform: rotate(45deg) translate(7px, 6px);
}

.menu-toggle.active .hamburger:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active .hamburger:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.nav {
  display: none;
  flex-direction: column;
  position: absolute;
  top: 100px;
  left: 40px;
  max-width: 400px;
  z-index: 999;
  transition: all 0.3s ease;
}

.nav.active {
  display: flex;
  transition: all 0.3s ease;
}

.header li .nav__link {
  color: var(--darker-green);
  font-size: 16px;
  font-weight: bold;
}
.header .nav__item {
  margin-bottom: 20px;
}
.header .unter__list {
  margin-left: 24px;
}
.header .unter__list .unter__list__item {
  font-size: 16px;
}
.header .unter__list .unter__list__link {
  font-weight: 500;
  color: var(--darker-green);
}

/* Hero */
.hero-start {
  background: url("./imgs/hero-start-seite.jpg");
  max-height: 644px;
  height: 644px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-start .container {
  background-color: #0b4b0fad;
  padding: 53px;
}
.hero-start .container img {
  max-width: 220px;
  margin-bottom: 70px;
}


/* cards */
.hero-cards {
  margin-bottom: 30px;
  margin-top: 0;
}
.hero-cards .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 50px;
  flex-wrap: wrap;
}
.hero-cards .card {
  max-width: 300px;
  width: 100%;
  height: 400px;
  background-color: #67a32a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-block: 20px;
}
.hero-cards .card .title {
  margin-bottom: 20px;
}
.hero-cards .card .card-title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  padding-left: 20px;
}
.hero-cards .card h4 {
  margin-bottom: 50px !important;
}
.hero-cards .card h3 {
  font-size: 24px;
  font-weight: 100;
  margin-bottom: 50px !important;
}
.hero-cards .card h3 b {
  font-size: 24px;
  font-weight: 600;
}
.hero-cards .card-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-bottom: 30px;
}
.hero-cards .card-list li {
  font-size: 24px;
  font-weight: 100;
}
.hero-cards .card-list li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  margin-right: 10px;
  margin-left: -10px;
}

/* Partner section

*/
.partner {
  margin-bottom: 40px;
}

.partner .h-secondary {
  max-width: 1200px;
  margin-bottom: 40px;
}

/* akustische */
.akustische {
  padding: 40px 0;
  margin-bottom: 40px;
}
.akustische .cards {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
  place-content: center;
}
.akustische .card {
  max-width: 100%;
  width: 100%;
  padding: 45px;
  padding-bottom: 23px;
  padding-left: 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.akustische .card:nth-child(1) {
  background: url("./imgs/01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
.akustische .card:nth-child(2) {
  background: url("./imgs/02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
.akustische .card:nth-child(3) {
  background: url("./imgs/03.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
.akustische .card:nth-child(4) {
  background: url("./imgs/04.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.akustische .card .card-title {
  font-size: 30px;
  font-weight: 500;
}
.akustische .card .p {
  margin-bottom: 48px;
  font-size: 26px !important;
  font-weight: 100;
}
.akustische .card .card-title::after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  background-color: #fff;
  margin-bottom: 40px;
  margin-top: 40px;
}
.akustische .card .btn {
  justify-self: end;
  align-self: end;
}

.kontakt-akustisch {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
  margin-top: 50px;
}
.kontakt-akustisch a {
  padding-block: 20px !important;
  padding-inline: 45px !important;
  border-radius: 40px;
  font-size: 24px !important;
  font-weight: 500 !important;
}

.karriere {
  margin-bottom: 40px;
}
.karriere .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.85;
  z-index: 1;
}
.karriere .container {
  position: relative;
  background-size: cover;
  background-position: center 0; /* مهم جداً */
  padding: 20px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 60px;
  max-height: auto;
  overflow: hidden;
}
.karriere .container .left,
.karriere .container .right {
  position: relative;
  z-index: 2;
  flex: 1;
}
.karriere .container .right {
  display: none;
}
.karriere .container .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}
.karriere .container .left {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}
.karriere .container .left .h-secondary {
  font-weight: 400 !important;
  color: #09690f !important;
}
.karriere .container .left .subheading {
  font-weight: 600;
}
.karriere .container .left .btn {
  align-self: end;
  justify-self: end;
}

.footer {
  background-color: #0b4b0f;
  padding-block: 40px;
  position: relative;
  padding-left: 35px;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(135deg, #ff7f50, #dce44a, #6ca93c);
  opacity: 0.85;
  z-index: 2;
}
.footer a {
  transition: all 0.3s ease;
  color: #fff;
}
.footer a:hover {
  color: #ff7f50 !important;
}
.footer .flex {
  flex-direction: column;
}
/* Responsive  */

/* Uber uns  */

.hero {
  background: url("./imgs/hero-1.jpg");
  max-height: 370px;
  min-height: 370px;
  height: 100%;
  position: relative;
	background-position:center;

}
.hero-leistungen {
  background-image: url("./imgs/leist.jpg") !important;
	background-repeat:no-repeat;
    width: 100%;
    background-size: cover;
}
.hero-wiss {
  background-image: url("./imgs/wiss.jpg") !important;
	background-repeat:no-repeat;
	    width: 100%;
    background-size: cover;
}
.hero-karriere {
  background-image: url("./imgs/karr.jpg") !important;
	background-repeat:no-repeat;
	    width: 100%;
    background-size: cover;
	min-height:110px;
}
.logo-color {
  position: absolute;
  z-index: 1;
  width: 80%;
  top: 30px;
  left: 30px;
}

.hero::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(135deg, #ff7f50, #dce44a, #6ca93c);
  opacity: 0.85;
  z-index: 2;
}
.uberuns h2,
.team h2,
.ref h2 {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.ref h2 {
  color: #0b4b0f !important;
}
.uberuns h2::after,
.team h2::after,
.ref h2::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 200px;
  height: 4px;
  background-color: #67a32a;
}
.team h2::after {
  background-color: #fff;
  width: 200px;
}
.ref h2::after {
  background-color: #0b4b0f !important;
  width: 200px;
}
/* .uberuns .p,
.team .p {
  max-width: 1135px;
} */
.team {
  padding-block: 40px;
}
.cheff {
	position:relative;
	top:0;
}
.cheff .container {
  background-color: #106a31;
  padding: 40px;
  display: flex;
  gap: 45px;
  max-height: unset;
  margin-top: 0;
  position: relative;
  z-index: 2;
}
.cheff .left,
.cheff .right {
  flex: 1;
}
.cheff .right {
  display: none;
}
.cheff .right img {
  height: 440px;
  width: 100%;
  object-fit: cover;
}
.uberuns img {
  min-width: 214px;
  max-width: 215px;
}
.ref p {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0b4b0f !important;
}
.ref .container {
  padding-top: 40px;
}
.ref ul {
  padding-bottom: 40px;
}
.ref li {
  color: #0b4b0f !important;
  margin-left: 40px;
}
.team-cover {
  height: auto;
}
.team-cover img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transition: transform 0.2s linear;
}
.kurz {
  background: none;
}
.kurz .container {
  padding-block: 26px;
  padding-inline: 20px;
}
.kurz ul {
  margin-left: 60px;
  max-width: 588px;
}
.kurz ul li {
  font-size: 20px;
  font-weight: 400;
  color: #0b4b0f;
  line-height: 1.4;
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
}
.kurz ul li strong {
  font-weight: 600;
}
.kurz ul li::after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 2px;
  background-color: #0b4b0f;
  position: absolute;
  left: 0;
  bottom: 0;
}
.akus {
  margin-block: 40px;
}
.akus .h-secondary,
.gut .h-secondary {
  position: relative;
  padding-bottom: 40px;
}
.akus .h-secondary::after,
.gut .h-secondary::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 200px;
  height: 4px;
  background-color: #67a32a;
}
.gut .h-secondary::after {
  background-color: #0b4b0f !important;
}
.gut p,
.gut p strong {
  color: #09690f;
}
.gut p {
  font-weight: normal;
}
.gut .cards p,
.gut .cards li,
.gut .cards h3,
.gut .cards a {
  color: #fff !important;
}
.gut .cards strong {
  font-weight: 500 !important;
  color: #fff !important;
  font-size: 20px !important;
}
.gut .cards p {
  font-weight: 100 !important;
}
.gut .cards ul {
  margin-left: 30px;
  margin-bottom: 40px;
}
.gut .cards ul li {
  position: relative;
  padding-bottom: 20px;
}
.gut .cards {
  flex-direction: column;
}
.gut .cards ul li::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.akus .card {
  flex-direction: column !important;
  gap: 50px;
}

.gut ul {
  margin-left: 60px;
}
.ansprech {
  background: url("./imgs/ansprech.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  padding: 30px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  margin-left: -10px;
  margin-right: 30px;
}
.ansprech p {
  font-size: 24px !important;
  font-weight: 100 !important;
}
.ansprech p strong {
  color: #c5d452;
}
.mit .card {
  background: url(./imgs/mit.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-width: 858px;
  padding: 30px;
  position: relative;
  z-index: 2;
}
.mit .card .h-secondary {
  color: #c5d452 !important;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.mit .card .h-secondary::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 200px;
  height: 4px;
  background-color: #c5d452;
}
.mit {
  margin-top: 80px;
	padding-block:60px;
}

.mit .h-secondary {
  position: relative;
  padding-bottom: 20px;
}
.mit .h-secondary::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 20%;
  height: 4px;
  background-color: #67a32a;
}
.veroff .flex {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 50px;
}
.veroff .container {
  padding-left: 30px;
}
.veroff .h-secondary {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.veroff .h-secondary::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 200px;
  height: 4px;
  background-color: #67a32a;
}
.wpforms-field-label {
  display: flex !important;
  gap: 10px !important;
}
.wpforms-required-label {
  font-size: 20px !important;
}
@media (min-width: 576px) {
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cheff .container {
    max-height: 570px;
  }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .akustische .cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .karriere .container .right {
    display: block;
  }
  .cheff .right {
    display: block;
  }
  .akus .card {
    flex-direction: row !important;
	          align-items: start;
  }
  .gut .cards {
    flex-direction: row;
  }
  .ansprech {
    height: 480px;
  }
  .kontakt-akustisch {
    gap: 100px;
  }
  .veroff .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
  }
  .cheff .container {
    max-height: 460px;
  }
  .footer .flex {
    flex-direction: row;
  }
}
/* Extra Large devices (1200px and up) */
@media (min-width: 1200px) {
	.job-link {
  font-size: 26px;
}
header {
  max-width: 360px;
}
	.logo-color {
  width: 100%;
}
	.akustische .card .p {
  font-size: 30px !important;
}
	.cheff {

	top:-91px;
}
	.karriere .container {

  max-height: 720px;

}
	.hero-cards {
  margin-top: -74px;
}
	.hero-karriere {
	min-height:370px;
}
	.hero-start .container img {
  max-width: 320px;
}
  .uberuns .flex {
    flex-direction: row !important;
  }
  .kurz {
    background: url("./imgs/bg-cover.jpg");
    background-repeat: no-repeat;
	background-size:contain !important;
  }
  .kurz .container {
    background-color: #d6e698eb !important;
  }
}
/* Extra Large devices (1400px and up) */
@media (min-width: 1440px) {
}
/* 4K screens (1920px and up) */
@media (min-width: 1920px) {
}
