html {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  font-size: 20px;
  font-family: "PPAir", sans-serif;
  font-weight: 300;
}

strong {
  font-weight: bold;
}

body {
  line-height: 1.2;
}
:root {
  --evo-red: #f83e0b;
  --evo-grey: #7f7f7f;
  --evo-raster-grey: #acacac;
}

@font-face {
  font-family: "PPAir";
  font-weight: 400;
  font-style: normal;
  src: url("./fonts/ppair-regular.woff2") format("woff2");
}

@font-face {
  font-family: "PPAir";
  font-weight: 400;
  font-style: italic;
  src: url("./fonts/ppair-regular-italic.woff2") format("woff2");
}

@font-face {
  font-family: "PPAir";
  font-weight: 300;
  font-style: normal;
  src: url("./fonts/ppair-light.woff2") format("woff2");
}

h1,
h2,
h3 {
  font-family: "Hagrid", sans-serif;
}

.hagrid {
  font-family: "Hagrid", sans-serif;
  line-height: 1.4;
}

.ppair {
  font-family: "PPAir", sans-serif;
}

.italic {
  font-style: italic;
}

a {
  text-decoration: none;
  color: inherit;
}

.flex {
  display: flex;
}

.column {
  flex-direction: column;
}

.center {
  justify-content: center;
  align-items: center;
}
/* START News-Banner */
.news-banner-closed #news-banner-wrapper {
  display: none;
}

#news-banner-wrapper {
  display: none;
  border-top: 1px solid black;
}

.news-banner-active #news-banner-wrapper {
  display: flex;
}

#news-banner {
  max-width: 100%;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-family: "PPAir", sans-serif;
  text-transform: lowercase;
}

#news-banner strong {
  margin: 0 0.5em;
}

.news-banner-bold {
  color: var(--evo-red);
  font-weight: 900;
  font-family: "Hagrid", sans-serif;
  text-transform: uppercase;
  margin-right: 15px;
}

#news-banner .horizontal-scrolling-items__item {
  padding-right: 120px;
}

.news-banner-close {
  min-width: 30px;
  background: white;

  border-left: 1px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  cursor: pointer;
}

.news-banner-close svg {
  height: 100%;
}

/* END News-Banner */

.footer-rows > div {
  border-top: 1px solid black;
  width: 100%;

  display: flex;
  justify-content: center;
}

/* START Footer */
.contact-image {
  padding-top: 8vw;
  padding-bottom: 2vw;
}

.contact-image svg {
  width: clamp(150px, 20vw, 300px);
  height: auto;
}

.contact-text {
  font-size: 13vw;
  font-weight: 900;
  font-family: "Hagrid", sans-serif;
  line-height: 1.2;
}
.contact-text a {
	width: 100%;
	text-align: center;
	border-top: 1px solid #000;	/* EDIT MK */
	border-bottom: 1px solid #000;	/* EDIT MK */
}
.contact-text a:hover {
	border-top: 1px solid #fff;	/* EDIT MK */
	border-bottom: 1px solid #fff;	/* EDIT MK */
}

.footer-link-row {
  display: flex;
  justify-content: space-between !important;
  align-items: flex-start;
  padding: 10px 0;
  width: 100%;

  padding: 160px var(--p30) 15px var(--p30);
}

.social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  align-self: center;
}

.social-links a {
  display: flex;
}

.contact-address-phone {
  display: flex;
  flex-direction: column;
  justify-content: center;

  margin-left: 60px;
  font-size: var(--s38);
  font-style: italic;
  font-weight: 100;
  font-family: "Hagrid", sans-serif;
  line-height: 1;
  margin-right: auto;
}

.contact-address-phone a {
  text-decoration: none;
}

.linkedin,
.instagram {
  display: flex;
}

.linkedin {
  margin-right: 15px;
}

.linkedin img,
.instagram img {
  width: 110px;
}

.footer-house {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 18px;
  font-style: italic;
  align-self: center;
}

.footer-house img {
  width: 100px;
  margin-right: 25px;
}

.footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: black;
}

.legal-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-menu a {
  text-decoration: none;
  /* color: black; */
}

.footer-menu li {
  border: 1px solid;
  padding: 7px 12px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

#footer-banner {
  max-width: 100%;
  overflow: hidden;
  display: block !important;

  border-bottom: 1px solid black;
}

/* START Top-Section */
.top-section {
  width: 100%;
  /* border-top: 1px solid rgba(0, 0, 0, 0); */
  display: flex;
}
.top-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* END Top-Section */

/* END Footer */

.ph {
  padding-right: 30px;
  padding-left: 30px;
}

/* START Header */
#header {
  position: fixed;
  top: 0;
  z-index: 999;	/* Edit by MK; wegen mkCursor */
  background-color: white;
  width: 100%;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 30px var(--p30) 8px var(--p30);
  align-items: flex-end;
  transition: padding 0.2s ease;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

.scrolling .header {
  padding: 8px var(--p30) 8px var(--p30);
}

.menu-open .header {
  padding: 30px var(--p30) 8px var(--p30);
}

#header-logo {
  width: 80px;
  height: 30px;
}

.evo-logo {
}

/* END Header */

#container {
  /* margin-top: 100px; */
  /* transition: margin-top 0.1s ease; */
}

/* START MENU */

.burger-wrapper-mitarbeiter {
  position: relative;
  cursor: pointer;
  padding: 20px 0;
}

.burger-wrapper {
  position: relative;
  cursor: pointer;
  padding: 0px 0;
  height: 30px;
}

.menu-open .burger-wrapper {
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: -20px;
}

.burger-wrapper {
  z-index: 1001;
  /* transition: all 0.6s ease;
  top: 0; */
}

.burger-wrapper-mitarbeiter {
  z-index: 100;
  position: absolute;
  right: 0;
}

.burger-wrapper > div,
.burger-wrapper-mitarbeiter > div,
.burger-wrapper img {
}
.burger-wrapper img {
  width: 95px;
}

.burger-top {
  /* margin-top: 20px; */
  height: 0px;
  margin-bottom: 12px;
}
.burger-bottom {
  height: 0px;
}

.menu-open .burger-top {
  margin-bottom: 0px;
}

.menu-open body {
  overflow: hidden;
}

.mitarbeiter-close {
  position: absolute;
  right: 20px;
  top: 35px;
}

.menu-open .burger-top,
.burger-top-mitarbeiter {
  transform: translateY(0px) translateX(7px) rotate(32deg);
}

.menu-open .burger-bottom,
.burger-bottom-mitarbeiter {
  transform: translateY(0px) translateX(-7px) rotate(-32deg);
}

.burger-top,
.burger-bottom {
  position: relative;
  transition: transform 0.3s ease;
}

.main-menu-container {
  height: 100vh;
  width: 100%;
}

/* .menu-open .main-menu-container {
  position: fixed;
  background-color: white;
} */

.menu {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: top 0.5s ease;
  z-index: 1000;
  /* padding: 100px 0 0 0; */
  overflow: auto;
}

.menu ul {
  padding: 0;
  margin-top: auto;
  position: absolute;
  bottom: 0;
  overflow: auto;
  /* max-height: calc(100vh - 163px); */
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.menu ul {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.menu li {
  list-style: none;
  border-bottom: 1px solid black;
  width: 100%;
}

.menu li:first-child {
  margin-top: auto;
}

.menu li .show-on-hover {
  color: white;
  display: inline-block;
  font-size: clamp(18px, 4vw, 40px);
  margin-left: 20px;
  font-weight: 900;
  font-family: "Hagrid", sans-serif;
}

.menu li:hover {
  background-color: black;
}
.menu li:hover a {
  color: white !important;
}

.menu li a {
  width: 100%;
  display: block;
  padding: 0px var(--p30);
  font-size: clamp(32px, 8vw, 120px);
  font-weight: 900;
  font-family: "Hagrid", sans-serif;
  line-height: 1.2;
}

.menu li a .hagrid {
  line-height: 1.2;
}

.menu li:hover span {
}

.menu-open .menu {
  top: 0px;
}

.white-box {
  background-color: rgb(255, 255, 255);
  padding: 20px;
  position: fixed;
  top: 0;
  right: 0;
  height: 150px;
  width: 170px;
  display: none;
}

.menu-open .white-box {
  /* display: block; */
}

/* END MENU */

/* START Mitarbeiter */

.row-3-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.row-3-col .col {
  height: calc(100vw / 3);
}

.mitarbeiter-container {
  gap: 1px;
  background: black;
  border-top: 1px solid black;
}

.mitarbeiter-placeholder {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mitarbeiter-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mitarbeiter-card {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: 40px var(--p30);
  color: #000000;
}

.mitarbeiter-card .cursor {
  margin-top: -15px;
  margin-left: 50px;
}

.mitarbeiter-card a {
  cursor: none;
}

.mitarbeiter-card .invertiert,
.mitarbeiter-card .hauptbild {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mitarbeiter-card .invertiert {
  display: block;
  z-index: 2;
}
.mitarbeiter-card .hauptbild {
  display: none;
  z-index: 0;
}

.mitarbeiter-card .invertiert img,
.mitarbeiter-card .hauptbild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mitarbeiter-card:hover {
  color: white;
}

.mitarbeiter-card:hover .invertiert {
  display: none;
}

.mitarbeiter-card:hover .hauptbild {
  display: block;
}

.mitarbeiter-info {
  /* background-color: rgba(0, 0, 0, 0.5); */
  width: 100%;
  z-index: 2;
  color: black;
  position: relative;
}

.mitarbeiter-card:hover .mitarbeiter-info {
  z-index: -1;
}

.vorname {
  font-size: clamp(45px, 5vw, 52px);
  font-weight: 100;
  text-transform: lowercase;
  font-style: italic;
  font-family: "Hagrid", sans-serif;
}

.nachname {
  font-size: clamp(45px, 5vw, 52px);
  font-weight: 900;
  text-transform: lowercase;
  font-family: "Hagrid", sans-serif;
}

.mitarbeiter-card .vorname {
  line-height: 1;
}

.mitarbeiter-card .nachname {
  line-height: 1;
}

.position {
  font-size: clamp(16px, 3vw, 18px);
  text-transform: uppercase;
  margin-top: 20px;
  font-family: "PPAir", sans-serif;
}

.plus-button {
  background-color: var(--color1);

  padding: 10px 35px;
  border-radius: 50%;
  position: absolute;
  top: 10%;
  right: 10%;
  color: black;
  display: none;
  border: 1px solid black;
}

.plus-button img {
  width: 30px;
  /* height: 30px; */
}

.mitarbeiter-card:hover .plus-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* END Mitarbeiter */

/* START Mitarbeiter-Single */

.mitarbeiter-closed .mitarbeiter-content {
  display: none;
}
.mitarbeiter-outer {
}

.transparent-overlay {
  width: 100%;

  position: absolute;
  top: 0;
  right: 0;

  z-index: 99;
}
.mitarbeiter-content {
  background-color: var(--color1);
  border: 1px solid black;
  position: absolute;
  overflow: hidden;
  top: 40px;
  height: 100vh;

  margin-bottom: 200px;
  top: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999999999;
  overflow: hidden;
}
.mitarbeiter-content::-webkit-scrollbar {
  display: none;
}
.static {
  position: absolute;
  width: 100%;
  height: 100%;
}

.mitarbeiter-content .images {
  overflow-y: scroll;
  position: relative;
  height: 100vh;
}

.mitarbeiter-content .images {
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 9;
}

.mitarbeiter-content .images img {
  width: 100%;
  height: auto;
}

.mitarbeiter-content .images::-webkit-scrollbar {
  display: none;
}
.mitarbeiter-content .text {
  width: 400px;
  position: fixed;
  left: 50%;
  top: 100px;
  z-index: 2;
  font-size: 25px;
  font-family: "PPAir", sans-serif;
  line-height: 1.2;
}

.mitarbeiter-content .vorname {
  font-size: clamp(45px, 20vw, 300px);
  font-weight: 900 !important;
  font-family: "Hagrid", sans-serif !important;
  text-transform: lowercase;
  position: fixed;
  left: 0%;
  bottom: 0;
  line-height: 1;
  width: max-content;
  z-index: 2;
  font-style: normal;
}

.mitarbeiter-content:before {
  content: "";
  width: 50%;
  height: 3000px;
  border-right: 1px solid black;
  display: block;
  position: absolute;
  z-index: 200;		/* edit by MK */
}

.mitarbeiter-content .bild,
.mitarbeiter-content .text {
  min-width: 200px;
}

.mitarbeiter-content .text {
  padding: 10px;
}

.mitarbeiter-grid {
  position: relative;
}

.mitarbeiter-grid .mitarbeiter-outer {
  position: absolute;

  width: 100vw;
}

/* END Mitarbeiter-Single */

/* START Mitarbeiter-Akkordeon */

.accordion {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.accordion > div {
  width: 100%;
  height: 50vw;
  overflow: hidden;
}

.accordion .right {
  display: flex;
  flex-direction: column;
  justify-content: baseline;
}

.accordion-image img,
.accordion-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.accordion-text {
  line-height: 1.4;
  padding: 0px var(--p20);
  font-size: 25px;
	/* EDIT MK */
  	/* max-height: 20vw; */
	max-height: 29vw;

  overflow-y: auto;
  height: 0;
  font-family: "PPAir", sans-serif;
  transition: all 0.3s ease-in-out;
}

/* .accordion-text-inner {
  min-height: 20vw;
  width: 100%;
} */

.accordion-item.active .accordion-text {
  display: block;
	/* EDIT MK */
	/* height: 20vw; */
	height: 29vw;
	
  padding: 50px var(--p20);
  border-bottom: 1px solid black;
}

.accordion-text::-webkit-scrollbar {
  display: none;
}

.accordion-item.active .accordion-title {
  background-color: black;
  color: white;
}

.accordion-image {
  display: none;
}

.accordion-title {
  font-weight: 100;
  font-family: "Hagrid", sans-serif;
  text-transform: lowercase;
  font-style: italic;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  
	/* EDIT MK */
  	/* font-size: clamp(30px, 4vw, 70px); */
	/* height: calc(15vw / 2); */
	
	font-size: clamp(30px, 2.5vw, 70px);
	height: 7vw;

  box-sizing: content-box;
  /* border-bottom: 1px solid black; */
  /* transition: background-color 0.3s; */
}

.accordion-title .hagrid {
  line-height: 1;
}

.accordion-item:not(:last-child) .accordion-title {
  border-bottom: 1px solid black;
}

.accordion-item.active .accordion-title {
  border-bottom: 1px solid black;
}

.accordion-title .arrow {
  /* width: 100px; */
  border-left: 1px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color1);
  aspect-ratio: 1 / 1;
}

.accordion-title .arrow svg {
  width: 40px;
}

.accordion-title .title {
  padding: var(--p35) var(--p30);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.left .accordion-image {
  display: block;
}

.accordion-item .left {
  display: none;
}

.accordion .right {
  border-left: 1px solid black;
}

.accordion-item.active {
  margin-bottom: auto;
}

.accordion-item.active svg {
  transform: rotate(180deg);
  color: black;
}

.accordion-item svg {
  /* transition: all 0.3s; */
}

.accordion-item.active .left {
  display: block;
}

.accordion-image .bilder {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.accordion-image .bilder img:nth-child(1) {
  height: 50%;
  width: 100%;
}

.accordion-image .bilder img:nth-child(2),
.accordion-image .bilder img:nth-child(3) {
  height: 50%;
  width: 50%;
}

.accordion-image .bilder img {
  height: 50%;
}

/* END Mitarbeiter-Akkordeon */

/* START Mitarbeiter-Animation */
.mitarbeiter-animation-top {
  height: var(--vw42);
}
.mitarbeiter-animation {
  width: 100%;
  height: var(--vw42);
}

.mitarbeiter-animation img {
  width: 100%;
  object-fit: cover;
}
/* END Mitarbeiter-Animation */

/* START Startseite  */

.raster {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      to right,
      var(--evo-raster-grey) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, var(--evo-raster-grey) 1px, transparent 1px);
  background-size: calc(100% / 30) calc(100vw / 30);
  background-attachment: fixed;
  background-position: 0 calc(100% - 1px);
}

.startseite-services {
  margin-top: 150px;
  border-top: 1px solid black;
  /* overflow: hidden; */
}

#content {
  overflow: hidden;
}

.slider-4 {
  position: relative;
}

.slider-4 .swiper-slide .top {
  height: calc(100vw / 4);
}

.slider-4 .top {
  background-color: var(--color1);
}

.slider-4 .top img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-4 .bottom {
  background-color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  border-top: 1px black solid;
  font-size: 22px;
  /* line-height: 0.6; */
	line-height: 1.2;	/* EDIT MK */
}

.slider-4 .swiper-container {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  overflow: hidden;		/* MK: War auskommentiert? Warum? Hab es wieder aktiviert */
  background-color: black;
  /* border-top: 1px black solid; */
  position: relative;
}

.slider-4 .title {
  font-size: var(--s90);
  font-weight: 900;
  font-family: "Hagrid", sans-serif;
  text-transform: lowercase;
  position: absolute;
  top: -0.83em;
  padding-left: var(--p30);
  z-index: 2;
}
.slider-4 .swiper-button-next::after,
.slider-4 .swiper-button-prev::after {
  content: "" !important;
}

.slider-4 .swiper-button-next,
.slider-4 .swiper-button-prev {
  color: black;
  /* top: 50%; */
  width: 130px;

  height: 130px;
  max-height: 9vw;
  max-width: 9vw;
  background-color: white;

  border: 1px solid black;
  top: 37% !important;
  border-top: none !important;
}

.slider-4 .swiper-button-next img,
.slider-4 .swiper-button-prev img {
  width: 35px;
  height: 35px;
}

.slider-4 .swiper-button-next {
  transform: rotate(90deg);
  right: 0px !important;
}

.slider-4 .swiper-button-prev {
  transform: rotate(-90deg);
  left: 0px !important;
}

.startseite-top {
  position: relative;
  min-height: var(--vw42);
  /* padding-bottom: calc(100vw / 30 * 3); */	/* EDIT MK */
  position: relative;
}

.startseite-top .image-top {
  position: absolute;
  top: 0;
  height: 16.5vw;
  width: 100%;
  object-fit: contain;
  border-bottom: 1px solid black;
	display: none;	/* EDIT MK: komplett ausgeblendet; kann ggf. wieder reaktiviert werden */
}
.startseite-top .image-bottom {
  position: absolute;
  top: 16.5vw;
  height: fill-available;
  height: calc(100% - 16.5vw);
  /* height: -webkit-fill-available; */
  width: 100%;
}

.startseite-top .image-top img {
  object-fit: contain;
}

/* .startseite-top-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
} */

.startseite-top-text {
  	
	/* EDIT MK */
	/* padding: 0px 20px 50px 20px; */
  	/* background-color: white; */		
  	/* margin-top: calc(100vw / 30 * 4); */
  	/* margin-left: 10vw; */
  	/* border: 1px solid black; */
  	/* width: calc(100% / 30 * 16); */
	
	padding: 30px;
	z-index: 998;
	width: 100%;

  font-size: var(--s55);
  font-weight: 900;
  font-family: "Hagrid", sans-serif;
   position: relative;
}

.startseite-top-text .text-inner {
  position: relative;
  z-index: 5;
}

.mkStartHeading {
	color: #000;
	text-transform: uppercase;
	padding-bottom: 2rem;
	font-size: 120px;
	line-height: 0.85;
}
.mkStartHeading img {
	height: 100px;
	width: auto;
}

.image-kasterl {
  width: 46vw;
	/* EDIT MK: dieser Container nun im Fluss NACH Text; keine absolute Positionierung mehr */
  	/* position: absolute; */
	/* bottom: -3.1vw; */
	/* right: -16.5vw; */
	/* z-index: 2; */
	margin: 0 auto;
}

.image-jack {
  width: 180px;
  position: absolute;
  bottom: 13%;
  z-index: 6;
  right: -9vw;
}

.image-jack img {
  transform: scaleX(-1);
}

.start-kunden {
  padding: 0 calc(100% / 30 * 2);
  padding-bottom: 200px;
}

/* NEW MK */
.page-id-65 .start-kunden {
	display: none;	/* WORKAROUND: für Startseite ausblenden */
}

.kunden-text {
  font-size: var(--s38);
  text-align: center;
  font-weight: 900;
  font-family: "Hagrid", sans-serif;
  margin-bottom: 50px;
  /* min-width: calc((100% / 30 * 13) ); */
}

.kunden-namen,
.workflow-text,
.kunden-text {
  background-color: white;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: var(--p35) var(--p30);
  border: 1px solid var(--evo-raster-grey);
}

.kunden-namen {
  font-size: var(--s60);
  font-weight: 300;
  font-family: "Hagrid", sans-serif;
  /* padding: 0 20px 150px 20px; */
  text-align: center;
  width: calc(100% - ((100% / 30 * 4)));
}

.workflow {
  padding: 200px calc(100% / 30 * 2);
}

/* NEW MK */
.page-id-65 .workflow {
	display: none;	/* WORKAROUND: für Startseite ausblenden */
}

.workflow-text {
  font-size: var(--s38);
  font-weight: 900;
  font-family: "Hagrid", sans-serif;
  text-align: center;
  margin-bottom: 100px;
}

.workflow-button {
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
  width: max-content;
  background-color: var(--color1) !important;
}

.workflow-button:hover {
  background-color: black !important;
}

.workflow-grafik-desktop {
  display: block;
}

.workflow-grafik-mobile {
  display: none;
}

.workflow-grafik-tablet {
  display: none;
}

#start-banner .dot-separator {
  display: inline-block;
  width: 0.5em;
  height: 0.3em;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  margin: 0 0.4em;
  position: relative;
}

/* START Work-with-us-Banner */

#start-banner {
  max-width: 100%;
  overflow: hidden;
  display: block !important;
  text-transform: lowercase;
  background-color: black;
  color: white;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.banner-text-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#start-banner .dot-separator:last-child {
  display: none;
}

/* END start-with-us-Banner */

.referenzen-items {
  display: grid;
  grid-template-columns: repeat(6, 2fr);
  grid-template-rows: repeat(11, 4fr);
  gap: 1px;
  background-color: black;
  width: 100%;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}

.referenz-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  position: relative;
}

.referenz-item a {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  position: relative;
}

.referenz-item-inner {
  /* padding: 40px var(--p30); */
	padding: 0;	/* EDIT MK */
}

.referenz-item {
  position: relative;
}

.referenz-item:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 1 / 4;
  min-height: calc(100vw / 3);
  /* height: 100%; */
  /* background-color: var(--color1); */
	background-color: var(--color2);	/* EDIT MK - alle Kacheln auf weiß */
}

.referenz-item:nth-child(2) {
  grid-column: 3 / 5;
  grid-row: 1 / 4;
  height: 100%;
  background-color: var(--color2);
}

.referenz-item:nth-child(3) {
  grid-column: 5 / 7;
  grid-row: 1 / 4;
  height: 100%;
  background-color: var(--color2);
}

.referenz-item:nth-child(4) {
  grid-column: 1 / 4;
  grid-row: 4 / 8;
  background-color: var(--color2);
}

.referenz-item:nth-child(5) {
  grid-column: 1 / 4;
  grid-row: 8 / 12;
  /* background-color: var(--color3); */
	background-color: var(--color2);	/* EDIT MK - alle Kacheln auf weiß */
}

.referenz-item:nth-child(6) {
  grid-column: 4 / 7;
  grid-row: 4 / 6;
  /* background-color: var(--color1); */
	background-color: var(--color2);	/* EDIT MK - alle Kacheln auf weiß */
}

.referenz-item:nth-child(7) {
  grid-column: 4 / 7;
  grid-row: 6 / 10;
  background-color: var(--color2);
}

.referenz-item:nth-child(8) {
  grid-column: 4 / 7;
  grid-row: 10 / 12;
  background-color: var(--color2);
}

.text .subtitle {
  font-size: clamp(25px, 3vw, 45px);
  font-weight: 100;
  font-family: "Hagrid", sans-serif;
  font-style: italic;
  line-height: 1.4;
}

.text .title {
  font-size: clamp(25px, 3vw, 50px);
  font-weight: 900;
  font-family: "Hagrid", sans-serif;
  /* font-style: italic; */
  margin-bottom: 15px;
  line-height: 1;
}

.text .services ul {
  font-size: clamp(15px, 1.5vw, 20px);
  font-weight: 400;
  font-family: "PPAir", sans-serif;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  margin-top: 30px;
}

.services ul li:first-child .services-separator {
  display: none;
}

.services li {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.services-separator {
  width: 10px;
  height: 5px;
  background-color: black;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px 0.1em 10px;
}

.referenz-item .referenz-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;

  top: 0;
  left: 0;
}

.referenz-item .referenz-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;

  top: 0;
  left: 0;
}

.referenz-item .text {
	position: relative;
	
	/* NEW MK */
	opacity: 0;
	color: #fff;
	transition: opacity 0.25s ease-in-out;
	background: linear-gradient(0deg, rgba(0,0,0,0.66), transparent);
	padding: 80px var(--p30) 40px;
}
.referenz-item:hover .text {
	opacity: 1;	/* NEW MK */
}

.referenz-item .services-separator {
	background-color: #fff;	/* NEW MK */
}


	
.referenz-item.active .referenz-background,
.referenz-item.active {
  position: absolute;
}

.referenz-item.active .referenz-item-inner,
.referenz-item.active .referenz-background {
}

.referenz-item.active {
  z-index: 99;
  position: absolute;
}
.referenz-item:hover {
  position: relative;
}

.hover-icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 65px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  cursor: pointer;
	opacity: 0.5;	/* NEW MK - Wunsch von Alexey: Auge nicht so dominant */
}

.active .hover-icon {
  z-index: 100;
  fill: white;
}

.active .hover-icon svg {
  opacity: 0.2;
}



.referenz-overlay {
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  transition: background-color 0.9s;
}

.active .referenz-overlay {
  background-color: rgba(0, 0, 0, 0.98);
  width: 100vw;
  height: 100vh;
}

.referenz-overlay-image {
  display: none;
  position: fixed;
  z-index: 99;
}

.referenz-overlay-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.active .referenz-overlay-image {
  display: block;
  width: 50vw;
  max-height: 50vh;
  /* height: 300px; */

  top: 0;
  left: 0;

  /* transform: translate(-50%, -50%); */
}

/* END Startseite  */

/* START Animation-Bild */
.animation-bild {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  /* position: absolute; */
}

.animation-bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* overflow: visible; */

  /* position: absolute; */
}

.animation-bild .animation-inner {
  width: 40vw;
  height: 40vw;
  object-fit: unset;
}

.animation-bild .animation-inner img {
  object-fit: unset;
}

.animation-bild .image img,
.animation-bild .image {
  width: 100%;
  height: 100%;

  overflow: hidden;
  /* position: absolute; */
}

.animation-bild video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* END Animation-Bild */

/* START YES NO*/
.yes-no {
  font-size: clamp(40px, 17vw, 500px);
  display: flex;
  font-weight: 900;
  font-family: "Hagrid", sans-serif;
  /* height: 20vw; */
}

.yes-no .hagrid {
  line-height: 1 !important;
}

.yes-no .h {
  display: block;
}

.yes,
.no {
  padding: 0.08em 0 0.08em 0;
  border: 8px solid black;
  cursor: pointer;
  border-radius: 1000px;
  text-align: center;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yes-no.switch-order .yes {
  order: 2;
}

.yes-no.switch-order .no {
  order: 1;
}

.yes:hover {
  background-color: black;
}

.yes:hover a {
  color: white !important;
}

/* END Yes No */

/* START Services */

#services {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  /* height: 50vw; */
  gap: 1px;
  background-color: #000000;
  border-top: 1px solid black;
}

.services-referenzen {
  /* width: 100%; */
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 1px;
  background-color: #000000;
}
.services-referenzen div {
  position: relative;
}

.services-referenzen div::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.services-referenzen div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.services-referenzen div:nth-child(1) {
  /* background-color: var(--color1); */
	background-color: var(--color2);	/* EDIT MK - alle Kacheln auf weiß */
}
.services-referenzen div:nth-child(2) {
  background-color: var(--color2);
}
.services-referenzen div:nth-child(3) {
  /* background-color: var(--color3); */
	background-color: var(--color2);	/* EDIT MK - alle Kacheln auf weiß */
}
.services-referenzen div:nth-child(4) {
  background-color: var(--color2);
}
.services-referenzen div:nth-child(5) {
  /* background-color: var(--color1); */
	background-color: var(--color2);	/* EDIT MK - alle Kacheln auf weiß */
}
.services-referenzen div:nth-child(6) {
  background-color: var(--color2);
}
.services-referenzen div:nth-child(7) {
  /* background-color: var(--color3); */
	background-color: var(--color2);	/* EDIT MK - alle Kacheln auf weiß */
}
.services-referenzen div:nth-child(8) {
  background-color: var(--color2);
}
.services-referenzen div:nth-child(9) {
  /* background-color: var(--color1); */
	background-color: var(--color2);	/* EDIT MK - alle Kacheln auf weiß */
}

.services-tags {
  padding: 20px var(--p30);
  background-color: white;
}

.services-tags .title {
  font-size: var(--s90);
  font-family: "Hagrid", sans-serif;
  font-weight: 900;
  text-transform: lowercase;
  margin-bottom: 50px;
}

/* .services-tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
} */

.services-tags li {
  cursor: pointer;
}

.services-tags .active {
  background-color: black;
  color: white;
}

/* END Services */

/*  */

/* START Work */
.work-top {
  position: relative;
}

.work-top-inner {
  width: 100%;
  /* border-top: 1px solid black; */
  /* border-bottom: 1px solid black; */
}

.work-top .swiper-container {
  height: var(--vw42);
  overflow: hidden;
}

.work-top .swiper-slide {
  width: 100%;
}
.work-top .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work-top .text {
  position: absolute;
  bottom: 80px;
  left: 30px;
  border: 1px solid black;
  z-index: 99;
  padding: 42px 15vw 42px 34px;
  margin-right: 20px;
  background-color: #ffffff66;
}

.work-top .swiper-container {
  position: relative;
}

.work-top .swiper-pagination,
.referenz-oben .swiper-pagination {
  position: absolute;
  bottom: 75px !important;
  top: unset !important;
  right: 25vw !important;
  left: unset !important;
  width: max-content !important;
}

.swiper-pagination-bullet {
  background-color: white !important;
  border: 1px solid black !important;
  width: 30px !important;
  height: 20px !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background-color: black !important;
  border: 1px solid white !important;
}

.work-top .swiper-button-next,
.work-top .swiper-button-prev {
  display: none !important;
}

.cursor {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  border-radius: 50%;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  margin-top: -65px;
  margin-left: -60px;
  display: none;

  /* mix-blend-mode: difference;
  background-color: rgba(0, 0, 0, 0.432); */
}

.cursor.sound-cursor {
  margin-top: -23px;
}

.hide-arrow .cursor {
  opacity: 0 !important;
  /* display: none !important; */
}

.cursor-container:hover .cursor {
  opacity: 1;
  display: block;
}

.cursor svg,
.cursor svg path {
  height: 150px;
  width: 75px;
}

.cursor svg {
  /* mix-blend-mode: difference; */
}
.cursor svg path {
  /* fill: rgba(0, 0, 0, 0.459); */
}

.cursor-container.on-left .cursor svg {
  transform: rotate(90deg);
}

.cursor-container.on-right .cursor svg {
  transform: rotate(-90deg);
}

.cursor-container .cursor svg {
  transition: opacity 0.5s;
  transition: transform 0.3s;
  /* transform: rotate(-90deg); */
}

.cursor-container {
  cursor: none;
}

/* END Work */

/* START Referenz-Single */
.referenz-oben {
  position: relative;
}

.referenz-oben video {
  width: 100%;
  height: var(--vw42);
  object-fit: cover;
}

.referenz-oben .sound-on,
.referenz-oben .sound-off {
  background-color: var(--color1);
  border: 1px solid black;
  padding: 10px;
  border-radius: 50%;
  width: 110px;
  height: 55px;
  display: flex;
  justify-content: center;
}

.referenz-oben .sound-on svg,
.referenz-oben .sound-off svg {
  width: 37px;
  height: auto;
}

.referenz-oben .sound-off {
  display: none;
}

.referenz-oben.sound-is-on .sound-on {
  display: none;
}

.referenz-oben.sound-is-on .sound-off {
  display: flex;
}

.referenz-oben-description {
  padding: 35px var(--p30);
  font-size: var(--s38);
  line-height: 1.4;
  font-family: "Hagrid", sans-serif;
  font-weight: 500;
}

/* START Referenz oben gallery */

.referenz-oben .referenz-gallery {
  width: 100%;
  /* border-top: 1px solid black; */
  border-bottom: 1px solid black;
}

.referenz-oben video {
  /* border-top: 1px solid black; */
  border-bottom: 1px solid black;
}

.referenz-oben .swiper-container {
  width: 100%;
  height: var(--vw42);
  overflow: hidden;
}
.referenz-oben .swiper-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.transparent-outline-text {
  color: transparent !important;
  position: absolute;
  top: 6vw;
  z-index: 9;
  width: 100%;
  overflow: hidden;
}

/* END Referenz oben gallery */

/* START Referenz-single-banner */

#referenz-banner {
  max-width: 100%;
  overflow: hidden;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  display: block !important;
  background-color: var(--color1);
  margin-top: 100px;
}

/* END referenz-Banner */

/* START Referenz Grid */

.referenz-grid .swiper-container {
  width: 100%;
  height: 100%;
  max-width: 100vw;
  overflow: hidden;
  background-color: black;
  position: relative;
  overflow: hidden;
}

.referenz-grid {
  overflow: hidden;
}

.referenz-grid .swiper-slide {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.referenz-grid .swiper-pagination {
  bottom: -50px !important;
  left: var(--p30) !important;
  right: unset !important;
  width: max-content !important;
}

.referenz-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 1px;
  background-color: black;
  width: 100%;
}

.referenz-grid > div {
  display: none;
  background-color: white;
}

/* START Layout1 */

.layout1.referenz-grid > div:nth-child(1) {
  display: flex;
  grid-column: 1 / 5;
  grid-row: 1/3;
  height: calc(100vw / 3);
}
.layout1.referenz-grid > div:nth-child(2) {
  display: flex;
  grid-column: 5 / 7;
  grid-row: 1/3;
  height: calc(100vw / 3);
  /* overflow: auto; */
}
.layout1.referenz-grid > div:nth-child(3) {
  display: flex;
  grid-column: 1 / 4;
  grid-row: 3/4;
  height: calc(100vw / 4);
  align-items: end;
}

.layout1.referenz-grid > div:nth-child(4) {
  display: flex;
  grid-column: 4 / 7;
  grid-row: 3/4;
  height: calc(100vw / 4);
}

.layout1.referenz-grid > div:nth-child(5) {
  display: flex;
  grid-column: 1 / 7;
  grid-row: 4/5;
  height: 50vw;
}

/* END Layout1 */

/* START Layout2 */

/* 9 rows */

.layout2.referenz-grid > div:nth-child(1) {
  /* Gallery */
  display: flex;
  grid-column: 1 / 4;
  grid-row: 4/8;
  height: calc(100vw / 2);
  order: 1;
}
.layout2.referenz-grid > div:nth-child(2) {
  display: flex;
  grid-column: 1 / 3;
  grid-row: 1/3;
  height: calc(100vw / 3);
  order: 3;
  /* overflow: auto; */
}
.layout2.referenz-grid > div:nth-child(3) {
  display: flex;
  grid-column: 3 / 7;
  grid-row: 1/3;
  height: calc(100vw / 3);
  order: 4;
  /* align-items: end; */
}

.layout2.referenz-grid > div:nth-child(4) {
  /* Text */
  display: flex;
  grid-column: 1 / 4;
  /* grid-row: 8/10; */
	grid-row: 6/10;	/* EDIT MK */
  /* height: calc(100vw / 5); */
	height: 100%;
  align-items: end;
  order: 2;
}

.layout2.referenz-grid > div:nth-child(5) {
  display: flex;
  grid-column: 4 / 7;
  grid-row: 4/10;
  order: 6;
  /* height: 100vw; */
}

/* END Layout2 */

/* START Layout3 */

/* 9 rows */

.layout3.referenz-grid > div:nth-child(1) {
  /* Gallery */
  display: flex;
  grid-column: 1 / 4;
  grid-row: 1/3;
  height: calc(100vw / 2);
  order: 1;
}
.layout3.referenz-grid > div:nth-child(2) {
  display: flex;
  grid-column: 4 / 7;
  grid-row: 1/3;
  height: calc(100vw / 2);
  /* overflow: auto; */
  order: 3;
}
.layout3.referenz-grid > div:nth-child(3) {
  display: flex;
  grid-column: 1 / 4;
  grid-row: 3/5;
  height: calc(100vw / 4);	/* War auskommentiert. Warum? Habe es wieder aktiviert (MK) */
  align-items: end;
  order: 2;
}

.layout3.referenz-grid > div:nth-child(4) {
  display: flex;
  grid-column: 4 / 7;
  grid-row: 3/5;
  height: calc(100vw / 4);
  order: 4;
}

.layout3.referenz-grid > div:nth-child(5) {
  display: flex;
  grid-column: 1 /3;
  grid-row: 5/ 9;
  height: calc(100vw / 3);
  order: 5;
}
.layout3.referenz-grid > div:nth-child(6) {
  display: flex;
  grid-column: 3 / 5;
  grid-row: 5/ 9;
  height: calc(100vw / 3);
  order: 6;
}
.layout3.referenz-grid > div:nth-child(7) {
  display: flex;
  grid-column: 5 / 8;
  grid-row: 5/9;
  height: calc(100vw / 3);

  order: 7;
}

/* END Layout3 */

.acf-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.referenz-grid .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.referenz-grid .empty {
  height: 100%;
  width: 100%;
}

.referenz-grid .text-content {
  padding: 55px 35px;
  font-size: 25px;
  font-family: "PPAir", sans-serif;
  overflow: auto;
  max-height: 100%;
}

.cursor-container {
  position: relative;
}

.referenz-grid video {
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  object-fit: cover;
}

.referenz-grid video::backdrop {
  object-fit: contain;
}

.referenz-grid .swiper-slide {
  height: auto !important;
  display: flex !important;
}

/* END Referenz Grid */

/* START Referenz client-creatives */
.client-text,
.creatives-text,
.spacing {
  height: 270px;
  display: flex;
  align-items: end;
  padding: var(--p35) var(--p30);
  font-family: "Hagrid", sans-serif;
  font-weight: 100;
  font-style: italic;
  font-size: var(--s60);
  justify-items: center;
  border-bottom: 1px solid black;
}

.creatives {
  display: flex;
  gap: 1px;
  flex-direction: column;
  border-bottom: 1px solid black;
  /* border-top: 1px solid black; */
  /* background: black; */
}

.client-creatives {
  width: 100%;
  overflow: hidden;
}

.client-creatives .oval {
  margin-top: 0.2em;
  margin-right: 0.5em;
}

.client-name {
  font-size: var(--s60);
  font-weight: 900;
  padding: var(--p20) var(--p30);
  font-family: "Hagrid", sans-serif;
  border-bottom: 1px solid black;
  min-height: 150px;
  display: flex;
  align-items: center;
}

.oval {
  background-color: rgb(0, 0, 0) !important;
  border: 1px solid black !important;
  width: 30px !important;
  height: 20px !important;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.items-center {
  display: flex;

  align-items: center;
}

.creative {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: var(--p20) var(--p30);
  /* border-bottom: 1px solid black; */
  position: relative;
  cursor: crosshair;
  max-width: 100%;
  min-height: 150px;
}

.creative .icon-name {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.creative .name-title {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.creative .icon-hover {
  display: none;
}

.creative:hover .icon {
  display: none;
}

.creative:hover .icon-hover {
  display: block;
}

.creative .icon {
  width: 110px;
  height: 110px;
  object-fit: contain;
  margin-right: 30px;
}

.creative .icon img {
  width: 100%;
  height: 100%;
}

.creative .name {
  font-size: var(--s60);
  font-weight: 900;
  font-family: "Hagrid", sans-serif;
  margin-right: 20px;
  text-transform: lowercase;
}

.creative .title {
  font-family: "PPAir", sans-serif;
  font-weight: 400;
  font-size: 25px;
  position: relative;
  border-left: 2px solid black;
  padding-left: 7px;
  top: 16px;
  line-height: 1;
}

.creative .tags {
  margin-left: auto;
}

.creative .tags li {
  cursor: default;
}
/* .creative .tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
} */

.creative .invert-image {
  opacity: 0;
  position: absolute;
  top: -300px;
  /* left: 20%; */
  width: 0px;
  height: 0px;
  object-fit: cover;
  object-position: center;
  transform: rotate(-8deg);
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
}

.creative img {
  transition: transform 0.5s ease;
}

.creative.to-right .invert-image img {
  transform: rotate(15deg);
}
.creative.to-left .invert-image img {
  transform: rotate(-15deg);
}

.creative:hover .invert-image {
  opacity: 1;
  width: 550px;
  height: 550px;
}

.creative:hover .title,
.creative:hover .name {
  z-index: 2;
}

.creative:hover .title {
  border-left: 2px solid white;
}

.creative .invert-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* END Referenz client-creatives */

/* END Referenz-Single */

/* START All Swiper Sliders */

/* END All Swiper Sliders */

/*  */

/* START Tags */
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tags li {
  border: 1px solid black;
  border-radius: 50px;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 20px;
  cursor: pointer;
  font-family: "PPAir", sans-serif;
  font-weight: 400;

  background-color: white;
  color: black;
}

/* END Tags */

/* START Jobs */
.page-jobs .animation-bild {
  height: var(--vw42);
}

/* START job-Banner */

.job-banner {
  max-width: 100%;
  overflow: hidden;
  padding: 1px 0 1px 0;
  display: block !important;
  background: black;
  color: white;
}

.job-banner span {
  display: inline-block;
}

.job-banner img {
  height: 0.8em;
  object-fit: contain;
  padding: 0 0;
}
/* END job-Banner */

.page-job strong {
  font-weight: 800;
}

.job-outer {
  position: relative;
  border-bottom: 1px solid #202020;
  height: calc(100vw / 30 * 10);
}

/* .job-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(30, 1fr);
  background-color: #202020;
} */

.job-grid {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      to right,
      var(--evo-raster-grey) 1px,
      transparent 1px
    ),
    linear-gradient(to bottom, var(--evo-raster-grey) 1px, transparent 1px);
  background-size: calc(100% / 30) calc(100vw / 30);
  background-attachment: fixed;
  background-position: top left;
  /* aspect-ratio: 1 / 1; */
}

.job-single .job-grid {
  background-color: #e7e7e7;
}

.job-grid .gi {
  background-color: #ffffff;
  width: 100%; /* Ensure the width fills the parent */
  padding-top: 100%; /* This makes the height equal to the width */
  position: relative; /* Needed for content inside .gi if you want to use absolute positioning */
}

.job-outer:hover .job-grid {
  background-color: #e7e7e7;
}

.job {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid black;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* padding: 2em; */
}

.job .title {
  font-size: clamp(40px, 7vw, 120px);
  font-family: "Hagrid", sans-serif;
  font-weight: 100;
  text-transform: lowercase;
  font-style: italic;
  text-align: center;
}

.job .gender {
  font-size: clamp(20px, 2.5vw, 55px);
  font-family: "Hagrid", sans-serif;
  font-weight: 100;
  text-transform: lowercase;
  font-style: italic;
  text-align: center;
}

/* END Jobs */

/* START Job Single */

.job-single {
  /* border-top: 1px solid black; */
}

.job-single .job {
  background-color: unset;
  overflow: hidden;
}

.job-single.job-outer {
  background-color: white;
  height: unset;
  width: 100%;
  aspect-ratio: 30/10;
}

.job-single .job-grid {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-position: 0% 0%;
}

.job-single .title-gender-wrapper {
  background-color: white;
  position: absolute;
  z-index: 2;
  width: calc(100% / 30 * 18 + 2px);
  height: calc(100vw / 30 * 4);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid black;
  line-height: 1.2;
  margin-top: 2px;
}

.job-single .title-gender {
  /* background-color: white; */
  position: relative;
  z-index: 3;
}

.job-single .job-grid .gi {
  background-color: #e7e7e7;
  width: 100%; /* Ensure the width fills the parent */
  padding-top: 100%; /* This makes the height equal to the width */
  position: relative; /* Needed for content inside .gi if you want to use absolute positioning */
}

.job-single.job-outer {
  border-bottom: 1px solid black !important;
}

.job-single.job-outer:hover .job-grid .gi {
  background-color: #e7e7e7;
}

.titel-icon-row {
  display: flex;
  flex-direction: row;
  /* justify-content: ; */
  align-items: center;
  /* height: 130px; */
  background-color: var(--color1);
  border-bottom: 1px solid black;
  align-items: stretch;
}

.titel-icon-row .titel {
  font-size: clamp(40px, 5vw, 84px);
  font-family: "Hagrid", sans-serif;
  font-weight: 100;
  text-transform: lowercase;
  font-style: italic;
  line-height: 1;
  width: 100%;
  padding: 0.25em 55px;
  display: flex;

  align-items: center;
}

.titel-icon-row .icon {
  border-left: 1px solid black;
  display: flex;
  flex-shrink: 0;
  background-color: #e7e7e7;
}

.titel-icon-row .icon img {
  height: 100%;
  width: 126px;
  object-fit: cover;
}

.liste-freitext {
  padding: 65px 55px 110px 55px;
  border-bottom: 1px solid black;
  font-size: var(--s44);
}

.liste-freitext ul {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.liste-freitext li {
  list-style-type: none;
  position: relative;
  padding-left: 0;
}

.liste-freitext li::before {
  content: "";
  background-color: rgb(0, 0, 0);
  border: 1px solid black;
  width: 25px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  left: 0;
  top: 0;
  margin-right: 30px;
  margin-bottom: 0.1em;
}

.liste-freitext li p {
  margin-left: 30px; /* Adjust based on the size of the symbol */
}

.liste-freitext .freitext {
}

.liste-freitext .freitext p {
  margin-bottom: 1em;
}

.liste-freitext .freitext a[href^="mailto:"] {
  font-style: italic;
  text-decoration: underline;
}

.last-sentence {
  font-size: var(--s60);
  font-style: italic;
  font-family: "Hagrid", sans-serif;
  margin-top: 75px;
}

/* END Job Single */

/* START Contact-area */
.contact-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background-color: black;
  min-height: 85vh;
}

.contact-area-footer {
  display: none;
}

.contact-area-footer {
  border-top: 1px solid black;
}

.contact-area > div {
  /* width: 50%; */
  padding: var(--p30) var(--p30) 15px var(--p30);
}

.contact-area-left {
  border: none;
  /* background-color: rgb(255, 255, 255); */
  /* width: 50%; */
  position: relative;
  display: flex;
  height: 100%;
  align-items: flex-end;
  border-top: none !important;
}

.contact-area-left .animation {
  position: absolute;
  top: 0;
  left: 0;
  /* padding: 2vw 4.5vw 7.5vw 4.5vw; */
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding-top: 3vw;
}

.contact-area-left .animation img {
  animation: rotate 10s linear infinite;
}

.contact-area-left .links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.contact-area-right {
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);

  min-height: 50vw;
  height: 100%;
  justify-content: space-between !important;
  overflow: hidden;
  gap: 20px;
  border-top: none !important;
}

.contact-area-right .house-logo {
}

.contact-area-right .house-logo img {
  width: 100px;
}

.banner-footer {
  border-top: 1px solid black;
}

.animation-bild-contact {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: white;
}

.contact-area-left .legal-menu,
.contact-area-left .social-links {
  position: realtive;
  z-index: 1;
}

.contact-area-right .top {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
}

.contact-area-right .nes {
  border: 1px solid black;
  font-size: 90px;
  font-family: "Hagrid", sans-serif;
  border-radius: 50%;
  padding: 0.4em 0.5em;
  font-weight: 100;
}

.contact-area-right .contact-address-phone {
  margin-left: 0;
}

.contact-area-right .footer-house {
  align-self: end;
}

.contact-form textarea,
.contact-form .wpcf7-email {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  border: 1px solid black;
}

.contact-form textarea {
  height: 18vw;
}

.contact-form .invalid textarea {
  height: 14vw;
}

.contact-form .wpcf7-email {
  margin-top: 10px;
}

.contact-form .wpcf7-submit {
  margin-top: 30px;
}

.contact-form .invalid .wpcf7-submit {
  margin-top: 0px;
}

.contact-form .wpcf7-submit:hover {
  background-color: white;
  color: black;
  cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
  margin: 12px 0;
}

/* END Contact-area */

/* START CTA Button */

.cta {
  font-family: "Hagrid", sans-serif;
  font-size: var(--s60);
  border: 1px solid black;
  border-radius: 200px !important;
  padding: 25px 25px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  text-transform: lowercase;
  background-color: white;
  color: black;
}

.cta:hover {
  background-color: black;
  color: white;
}

.cta.dark {
  background-color: black;
  color: white;
}

.cta.dark:hover {
  background-color: white;
  color: black;
}

/* END CTA */

.page-content {
  padding: var(--p50) var(--p30);
  border-top: 1px solid black;
  font-size: 25px;
}

.page-content h1 {
  font-size: var(--s60);
  margin-bottom: 1em;
}

.page-content h2 {
  font-size: var(--s44);
  margin-bottom: 1em;
}

.page-content h3 {
  font-size: var(--s38);
  margin-bottom: 1em;
}

.page-content p {
  margin-bottom: 1em;
}

.page-content a {
  text-decoration: underline;
}

/* START Cookies */

:root {
  --cookie-width: calc(100vw / 30 * 6 - 2px);
  --cookie-min-width: 300px;
}

#cmplz-cookiebanner-container {
  position: relative !important;
  top: 0 !important;
  left: unset !important;
}

.cmplz-cookiebanner {
  position: relative !important;
  top: 0 !important;

  right: 0 !important;
  left: unset;
  width: var(--cookie-width) !important;
  height: var(--cookie-width) !important;
  min-width: var(--cookie-min-width) !important;
  min-height: var(--cookie-min-width) !important;
  border-radius: 50%;

  display: flex !important;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  gap: 0 !important;
  background: #ffffff !important;
}

.cmplz-cookiebanner.cmplz-dismissed {
  display: none !important;
}

.cookie-wrapper {
  position: absolute;
  right: calc(100vw / 30 * 1) !important;
  bottom: 14% !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.cookie-settings {
  font-size: 20px;
  font-family: "PPAir";
  font-weight: 400;
}

.cmplz-accept,
.cmplz-deny {
  width: fit-content !important;
  font-family: "Hagrid" !important;
  font-size: 40px !important;
  font-weight: 900 !important;
  width: 120px !important;
  height: 55px !important;
  border-radius: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

.cmplz-accept,
.cmplz-deny:hover {
  background-color: black !important;
  color: white !important;
  border: 1px solid black !important;
}

.cmplz-accept:hover,
.cmplz-deny {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0) !important;
  border: 1px solid black !important;
}

.cmplz-view-preferences,
.cmplz-save-preferences {
  padding: 5px 20px !important;
  width: var(--cookie-width) !important;
  min-width: var(--cookie-min-width) !important;
  background-color: var(--color1) !important;
  font-size: 20px !important;
  font-family: "PPAIR" !important;
  border: 1px solid black !important;
  box-shadow: none;
  margin-top: 20px;
  position: absolute;
  bottom: -60px !important;
  border-radius: 0 !important;
  letter-spacing: 0.15em;
}

.cmplz-categories {
  position: absolute;
  bottom: -16px !important;
  left: -1px !important;
  height: auto !important;
  width: var(--cookie-width) !important;
  min-width: var(--cookie-min-width) !important;
  background-color: white !important;
  border: 1px solid black !important;
  /* font-family: "Hagrid"; */
  padding: 10px 0 20px 0 !important;
}

.cmplz-category {
  background-color: white !important;
}

.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-banner-checkbox
  input.cmplz-consent-checkbox:focus
  + .cmplz-label:before,
.cmplz-cookiebanner
  .cmplz-categories
  .cmplz-category
  .cmplz-banner-checkbox
  input.cmplz-consent-checkbox
  + .cmplz-label:before {
  box-shadow: 0 0 0 1px #000000 !important;
}

.cmplz-cookiebanner .cmplz-buttons {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center;
  align-items: center;
}

.cmplz-description {
  font-size: 16px !important;
  padding: 10px 20px !important;
}

.cmplz-category-header {
  padding: 15px 20px !important;
}

.cmplz-category-title {
  font-size: 22px !important;
  font-family: "PPAir" !important;
  font-weight: 400 !important;
}

.cmplz-cookiebanner .cmplz-title {
  display: none !important;
}

.cmplz-message {
  display: none !important;
}

.cmplz-documents {
  display: none !important;
}

.image-kasterl-barking {
  display: none;
}

.cookie-banner-active .image-kasterl-barking {
  display: block;
}

.image-kasterl-no-barking {
  display: block;
}

.cookie-banner-active .image-kasterl-no-barking {
  display: none;
}

.arrow-wrapper {
  display: none;
}

.cmplz-icon {
  display: flex !important;
}

.cmplz-always-active {
  font-size: 20px !important;

  color: #cab0d5 !important;
}

.cookie-wrapper-not-home {
  position: fixed;
  bottom: 100px;
  right: 30px;
  z-index: 999;
}

/* END Cookies */

/* START 404 */
.page-not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* END 404 */

/*START Banner NEW */

@keyframes banner-loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.footer-banner-container {
  width: 100%;
  overflow-x: hidden;
  /* height: 100px; */
  display: flex;
  flex-direction: row;
}
.horizontal-scrolling-items {
  display: flex;
  /* font-size: 40px; */
  /* font-size: 60px; */

  animation-name: banner-loop;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.horizontal-scrolling-items__item {
  white-space: nowrap;
  display: flex;
  flex-direction: row;
}

.banner-separator {
  display: flex;
  flex-direction: row;
  width: 3.7em;
  height: 1.25em;
  margin: 0 60px;
}
@-moz-document url-prefix() {
  .banner-item .banner-separator {
    min-width: 3.7em;
  }
}
#footer-banner-wrapper {
  /* width: unset !important; */		/* die width stand auf: unset!important ... warum? */
  display: block;
  border-bottom: 1px solid black;
  /* font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif; */
}
/* END Banner New */

/* START Banner common */
.banner-yellow {
  max-width: 100%;
  overflow: hidden;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  display: block !important;
  background-color: var(--color1);
}

.banner-big {
  font-size: var(--s60);
  font-weight: 900;
  font-family: "Hagrid", sans-serif;
  line-height: 1.2;
}

.banner-text {
  padding: 1px 0;
  display: flex;
  align-items: center;
}

/* END Banner common */

#work-banner .horizontal-scrolling-items {
  animation-name: banner-loop;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.jobs-banner-separator {
  margin: 0 20px;
}

.job-banner .horizontal-scrolling-items {
  animation-name: banner-loop;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#referenz-banner-transparent .horizontal-scrolling-items {
  animation-name: banner-loop;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#referenz-banner-transparent .horizontal-scrolling-items__item {
  padding-right: 1em;
}

#referenz-banner .horizontal-scrolling-items {
  animation-name: banner-loop;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#start-banner .horizontal-scrolling-items {
  animation-name: banner-loop;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#news-banner .horizontal-scrolling-items {
  animation-name: banner-loop;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
