/* Header */
.header {
  width: 100%;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  background-color: white;
  z-index: 100;
}

.header .logo img {
  min-width: 111px !important;
  min-height: 42px !important;
  max-width: 111px !important;
  max-height: 42px !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 100px;
  width: 100%;
}
.header .right {
  display: none;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  background-color: transparent;
}
.header .right.active {
  display: flex;
  background-color: white;
}
.header .list ul,
.header .icons ul {
  display: flex;
}
.header .list ul {
  flex-direction: column;
  align-items: center;
}
.header .list ul a {
  text-wrap: nowrap;
}
.header .list ul {
  gap: 50px;
}
.header .icons ul {
  gap: 12px;
}
.header .icons ul img {
  min-width: 30px;
  min-height: 30px;
}
.header a:hover {
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.header .icons img:hover {
  transform: scale(1.05);
}
.burger {
  display: block;
  cursor: pointer;
}
.burger div {
  width: 30px;
  height: 3px;
  background-color: var(--primary-color);
  margin: 5px 0;
  transition: all 0.3s ease;
}
.burger:hover div {
  background-color: var(--secondary-color);
  transform: scale(1.1);
}
.burger.active div:nth-child(1) {
  transform: rotate(45deg) translateY(10px);
}
.burger.active div:nth-child(2) {
  opacity: 0;
}
.burger.active div:nth-child(3) {
  transform: rotate(-45deg) translateY(-11px);
}
.hero {
  min-height: calc(100vh - 60px);
  padding-top: 120px;
}
.hero .container {
  display: flex;
  align-items: start;
  flex-direction: column;
}
.hero-bg {
  position: absolute;
  top: 150px;
  right: 0;
  z-index: -1;
  width: 222px;
  height: 257px;
}
.hero .container .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.benefits {
  margin-top: 20px;
}
.mehr .card {
  max-width: 100%;
  height: 100%;
}
.mehr .card p {
  font-size: 16px;
}
.bieten {
  background-color: var(--primary-color);
  padding: 50px 0;
  position: relative;
  padding-bottom: 320px;
  z-index: -1;
}

.bieten .cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
.bieten .cards .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bieten .cards .card img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  max-width: 112px;
  margin-bottom: 20px;
}
.bieten .cards .card .p {
  font-size: 14px !important;
  color: #fff;
  font-weight: 400 !important;
  font-family: Arial, sans-serif;
}
.logo-cus {
  position: absolute;
  right: 0;
  bottom: 40px;
  max-width: 200px;
}
.stellen .card:hover a,
.stellen .card:hover p,
.stellen .card:hover span {
  color: var(--primary-color);
  transition: all 0.3s ease;
}
.stellen .card .p {
  font-family: Arial, sans-serif;
  font-size: 20px !important;
  min-width: 120px;
  width: 200px !important;
}

@media (max-width: 768px) {
	.stellen .card .p {
	  font-size: 14px !important;
	}
	
	.justify-between {
		justify-content: center;
	}
	
	.gap-50{
		gap:20px !important;
	}
}

.stellen .card .link {
  text-align: right;
}
.stellen .card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.stellen .card:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e0e0e0;
  top: -10px;
  z-index: -1;
}
.stellen .card::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e0e0e0;
  bottom: -10px;
  z-index: -1;
}
.footer {
  margin-bottom: 100px;
  padding-top: 100px;
  border-top: 2px solid rgba(152, 152, 152, 0.392);
}
.footer p,
.footer a,
.footer li {
  font-size: 16px !important;
  font-family: Arial, sans-serif;
}
.footer .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
.footer .map iframe {
  width: 100%;
  height: 300px;
  border: none;
}
.job-single {
  padding-top: 100px;
  padding-bottom: 50px;
}

.page-cover {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.page-cover img:hover {
  transform: scale(1.05);
}
.wpforms-required-label {
  font-size: 24px !important;
}
.wpforms-field-label {
  display: flex !important;
  gap: 5px !important;
}

.footer a {
  color: var(--secondary-color);
  text-decoration: none;
}
.footer a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .bieten .cards {
    grid-template-columns: 1fr 1fr;
  }

  .page-cover {
    height: 250px;
    border-radius: 8px;
  }
}

/* Medium devices (tablets, 768px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .page-cover {
    height: 350px;
    border-radius: 15px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra Large devices (1200px and up) */
@media (min-width: 1200px) {
  .burger {
    display: none;
  }
  /* Header */
  .header {
    height: 150px;
  }
  .header .logo img {
    min-width: 142px !important;
    min-height: 54px !important;
    max-width: 142px !important;
    max-height: 54px !important;
  }
  .header .right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 120px;
    width: unset;
    height: unset;
    position: unset;
    left: unset;
    top: unset;
    transform: unset;
  }
  .header .list ul {
    flex-direction: row;
  }
  .hero {
    height: calc(100vh - 150px);
    padding-top: 200px;
  }
  .hero .container {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 100px;
  }
  .hero .container .left {
    max-width: 652px;
  }
  .hero .container .right {
    margin-right: -80px;
  }

  .hero .komm img {
    position: fixed;
    right: 0;
    bottom: 0;
	z-index:100;
  }
  .hero .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 523px;
    min-width: 437px;
  }
  .hero-bg {
    position: absolute;
    top: 170px;
    right: 0;
    z-index: -1;
    min-height: 600px;
    min-width: 750px;
    max-height: 600px;
  }
  .benefits {
    margin-top: 420px;
  }
  .mehr .card {
    max-width: 350px;
    height: 100%;
  }
  .bieten .cards {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 100px;
    max-width: 1200px;
  }
  .bieten .cards .card img {
    width: 185px;
    height: 100px;
    max-width: 181px;
    object-fit: contain;
  }
  .bieten .cards .card .p {
    font-size: 16px !important;
    color: #fff;
    font-weight: 400 !important;
    font-family: Arial, sans-serif;
  }
  .footer .container {
    grid-template-columns: 250px 400px 1fr;
    place-items: stretch;
    place-content: inherit;
    align-items: flex-end;
  }
  .footer .map iframe {
    width: 100%;
    height: 250px;
    border: none;
  }
  .job-single {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .page-cover {
    height: 400px;
    margin-bottom: 50px;
  }
}

/* Extra Extra Large devices (1440px and up) */
@media (min-width: 1440px) {
  .header .right {
    gap: 200px;
  }
  .logo-cus {
    max-width: 300px;
  }
  .bieten {
    padding-bottom: 100px;
  }

  .page-cover {
    height: 500px;
    border-radius: 20px;
    margin-bottom: 60px;
  }
}

.legal{
	padding-top: 120px;
	padding-bottom: 50px;
}

@media (min-width: 1200px) {
	.legal{
		padding-top: 200px;
		padding-bottom: 100px;
	}
}

.legal p{
	margin-bottom:15px !important;
}