@charset "UTF-8";
/* CSS Document */

body {
  margin: 0;
  background-color: rgba(255,255,255,1.00);
  color: rgba(0,0,0,1);
  overscroll-behavior: none;
  padding: 0;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body.modal-open {
  overflow: hidden;
}

body,
button,
input,
textarea,
select {
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

a:hover,
a:focus {
  text-decoration: underline;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}

#wrapper,
#content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#wrapper::-webkit-scrollbar,
#content::-webkit-scrollbar {
  display: none;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

/*
@font-face {
  font-family: "MyFont";
  src: 
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*/




.whatsapp {
  width: fit-content;
  border-radius: 999px;
  background-color: rgba(30,215,121,0.6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: fixed;
  bottom: 50px;
  border-style: solid;
  border-color: rgba(30,215,121,0.7);
  border-width: 0.5px;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
	display: flex;
	column-gap: 15px;
	font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	text-decoration: none !important;
	padding: 15px 20px;
	align-items: center;
	cursor: pointer;
}

.whatsapp img {
	width: auto;
	height: 30px;
}


.socials {
	position: fixed;
	z-index: 4;
	top: 32px;
	left: 32px;
	display: flex;
	gap: 20px;
}

.socials img {
	height: 15px;
	width: auto;
}


.site-header {
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 4;
}

.site-navigation__list {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
}

.site-navigation__item {
  margin: 0;
}

.site-navigation__link {
  background: transparent;
  border: 0;
  padding: 0;
  color: rgba(0,0,0,1);
	font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease;
}

.site-navigation__link:focus,
.site-navigation__link:hover {
  opacity: 0.6;
  outline: none;
}



/* ZUM DEBUGGING GRID 
.images{
  position:relative;
}
.images::before{
  content:"";
  position:absolute; inset:0; pointer-events:none; opacity:.3;
  background-image:
    linear-gradient(to right, #fff 1px, transparent 1px),
    linear-gradient(to bottom, #fff 1px, transparent 1px);
  background-size: calc(100%/20) calc(100%/30);
}
*/

.home-headline-container {
  position: fixed;
  top: 50vh;
  text-align: center;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
  color: black;
}

.home-headline {
  position: relative;
  z-index: 1;
}

.home-headline-titel {
  font-family: "heimat-didone-12";
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.1em;
  font-size: 25px;
}

.home-headline-container h1 {
  font-family: "heimat-didone-12";
  text-transform: uppercase;
	font-weight: 300;
  letter-spacing: 0.03em;
  font-size: 70px;
}

.home-headline-subtitel {
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(0,0,0,1.00);
  font-family: "proxima-nova";
  font-weight: 900;
  letter-spacing: 0.3em;
  padding-top: 8px;
}


#wrapper {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#content {
  overflow: visible;
  width: 100%;
}

.images {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.images__spacer {
  height: 65vh;
  width: 100%;
  flex-shrink: 0;
}

.images__loop {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.images__group {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(20, 3.5%);
  grid-template-rows: auto;
  justify-content: center;
  justify-items: center;
  align-items: center;
  object-fit: cover;
}

.images__group--clone {
  margin-top: 0;
}

.content__slide-item {
  width: 100%;
  height: 100%;
  position: relative;
}

img {
  width: 100%;
  height: auto;
  /*object-fit: cover;*/
}

.menu-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 96px 64px 64px;
  background: rgba(255,255,255,0.6);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  z-index: 5;
	overflow: scroll;
}

.menu-modal--active {
  display: flex;
}

.menu-modal__inner {
  width: 100%;
  outline: none;
  position: relative;
}

.menu-modal__close {
  position: fixed;
  top: 30px;
  left: 30px;
  background: rgba(0,0,0,0.08);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  color: rgba(0,0,0,0.9);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease, color 0.3s ease;
	z-index: 999;
}

.menu-modal__close:hover,
.menu-modal__close:focus {
  background: rgba(0,0,0,0.12);
  color: rgba(0,0,0,1);
  outline: none;
	text-decoration: none;
}

.menu-modal__content {
  color: rgba(0,0,0,0.88);
	text-align: center;
  width: 100%;
	padding-top: 22vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 110px;
}

.menu-modal__content h2 {
  font-size: 27px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.2em;
  width: 50%;
	margin-bottom: 55px;
}

.menu-modal__content p {
  width: 75%;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
	padding-bottom: 20px;
}

.menu-modal__testimonial {
  margin: 0 0 24px;
}

.menu-modal__testimonial:last-of-type {
  margin-bottom: 0;
}

.menu-modal__testimonial blockquote {
  margin: 0 0 8px;
  font-style: italic;
}

.menu-modal__testimonial figcaption {
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

address {
  font-style: normal;
	text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



.images__group img:nth-child(1) {
  grid-area: 1/1/7/9;
}

.images__group img:nth-child(2) {
  grid-area: 2/12/8/19;
}

.images__group img:nth-child(3) {
  grid-area: 9/5/13/15;
}

.images__group img:nth-child(4) {
  grid-area: 14/1/18/8;
}

.images__group img:nth-child(5) {
  grid-area: 15/11/20/19;
}

.images__group img:nth-child(6) {
  grid-area: 20/2/25/9;
}

.images__group img:nth-child(7) {
  grid-area: 22/12/24/20;
}

.images__group img:nth-child(8) {
  grid-area: 26/5/30/15;
}

.images__group img:nth-child(9) {
  grid-area: 29/1/35/9;
}

.images__group img:nth-child(10) {
  grid-area: 30/12/36/19;
}

.images__group img:nth-child(11) {
  grid-area: 37/5/41/15;
}

.images__group img:nth-child(12) {
  grid-area: 42/1/46/8;
}

.images__group img:nth-child(13) {
  grid-area: 43/11/48/19;
}

.images__group img:nth-child(14) {
  grid-area: 48/2/53/9;
}

.images__group img:nth-child(15) {
  grid-area: 50/12/52/20;
}

.images__group img:nth-child(16) {
  grid-area: 54/5/58/15;
}

.images__group img:nth-child(17) {
  grid-area: 57/1/63/9;
}

.images__group img:nth-child(18) {
  grid-area: 58/12/64/19;
}

.images__group img:nth-child(19) {
  grid-area: 65/5/69/15;
}

.images__group img:nth-child(20) {
  grid-area: 70/1/74/8;
}

.images__group img:nth-child(21) {
  grid-area: 71/11/76/19;
}

.images__group img:nth-child(22) {
  grid-area: 76/2/81/9;
}

.images__group img:nth-child(23) {
  grid-area: 78/12/80/20;
}

.images__group img:nth-child(24) {
  grid-area: 82/5/86/15;
}

.images__group img:nth-child(25) {
  grid-area: 85/1/91/9;
}

.images__group img:nth-child(26) {
  grid-area: 86/12/92/19;
}

.images__group img:nth-child(27) {
  grid-area: 93/5/97/15;
}

.images__group img:nth-child(28) {
  grid-area: 98/1/102/8;
}

.images__group img:nth-child(29) {
  grid-area: 99/11/104/19;
}

.images__group img:nth-child(30) {
  grid-area: 104/2/109/9;
}


.home-kundenlogos-mobil-container {
  display: none;
}

.kundenlogos-mobil-container {
	display: none;
}

.container-kundenlogos {
  width: 85%;
  font-size: 0px;
  margin: 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.kundenlogos-marquee {
  display: none;
  overflow: hidden;
}

.kundenlogos-marquee__track {
  display: flex;
  align-items: center;
  gap: clamp(40px, 12vw, 96px);
  will-change: transform;
}

.kundenlogos-marquee__logo {
  flex: 0 0 auto;
  height: auto;
}

.kundenlogos {
        width: 14.214876033058%;
        display: flex;
        align-items: center;
        justify-content: center;
	height: 40px;
}

.kundenlogos-1 {
	animation: fadeinout-1;
	animation-duration: 10s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	opacity: 0;
	position: absolute;
}

.kundenlogos-2 {
	animation: fadeinout-2;
	animation-duration: 10s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	opacity: 0;
	position: absolute;
}

.kundenlogos-3 {
	animation: fadeinout-1;
	animation-duration: 10s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	opacity: 0;
	position: absolute;
}

.kundenlogos-4 {
	animation: fadeinout-2;
	animation-duration: 10s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	opacity: 0;
	position: absolute;
}

@-webkit-keyframes fadeinout-1 {
	0% { opacity: 0; visibility: hidden; }
	10% { opacity: 1; visibility: visible; }
	40% { opacity: 1; visibility: visible;}
	50% { opacity: 0; visibility: hidden; }
	100% { opacity: 0; visibility: hidden; }
}

@keyframes fadeinout-1 {
	0% { opacity: 0; visibility: hidden; }
	10% { opacity: 1; visibility: visible; }
	40% { opacity: 1; visibility: visible;}
	50% { opacity: 0; visibility: hidden; }
	100% { opacity: 0; visibility: hidden; }
}


@-webkit-keyframes fadeinout-2 {
	0% { opacity: 0; visibility: hidden; }
	50% { opacity: 0; visibility: hidden; }
	60% { opacity: 1; visibility: visible; }
	90% { opacity: 1; visibility: visible; }
	100% { opacity: 0; visibility: hidden; }
}

@keyframes fadeinout-2 {
	0% { opacity: 0; visibility: hidden; }
	50% { opacity: 0; visibility: hidden; }
	60% { opacity: 1; visibility: visible; }
	90% { opacity: 1; visibility: visible; }
	100% { opacity: 0; visibility: hidden; }
}


.kundenlogo-audi {
	height: 25px;
	width: auto;
}

.kundenlogo-arte {
	height: 20px;
	width: auto;
}

.kundenlogo-ard {
	height: 35px;
	width: auto;
}

.kundenlogo-bauerfeind {
	height: 25px;
	width: auto;
}

.kundenlogo-viu {
	height: 20px;
	width: auto;
}

.kundenlogo-deutschebank {
	height: 30px;
	width: auto;
}

.kundenlogo-sparkasse {
	height: 35px;
	width: auto;
}

.kundenlogo-meyedlich {
	height: 20px;
	width: auto;
}

.kundenlogo-ufa {
	height: 35px;
	width: auto;
}

.kundenlogo-fischer {
	height: 35px;
	width: auto;
}

.kundenlogo-astrazeneca {
	height: 35px;
	width: auto;
}

.kundenlogo-zdf {
	height: 35px;
	width: auto;
}



footer {
	position: fixed;
	z-index: 4;
  bottom: 32px;
  left: 32px;
  display: flex;
  gap: 20px;
	color: rgba(0,0,0,1);
  font-weight: 700;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}



.kundenlogos-mobil-container {
  display: none;
}


.unterseite-content {
	padding: 96px 64px 64px;
	text-align: center;
	padding-bottom: 100px;
}

.unterseite-content h1 {
	font-family: "heimat-didone-12";
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.03em;
  font-size: 34px;
	padding-bottom: 55px;
}

.unterseite-content h2 {
	font-size: 18px;
  text-transform: uppercase;
  color: rgba(0,0,0,1.00);
  font-family: "proxima-nova";
  font-weight: 900;
  letter-spacing: 0.3em;
	padding-bottom: 15px;
}

.unterseite-content p {
	width: 75%;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 60px;
	margin: 0 auto;
}

.unterseite-vanachibald-logo {
	width: 220px;
	margin: 20px 0;
}


/* MOBILE ---------------------------------------- */

@media only screen and (max-width: 766px) {
	
.site-header {
  right: 16px;
  width: calc(100% - 32px);
}	
	
.site-navigation__list {
  gap: 16px;
	justify-content: center;
}	
	
.site-navigation__link {
  letter-spacing: 0.12em;
}	
	
.socials {
  bottom: 21px;
  width: calc(100% - 64px);
  justify-content: space-between;
	top: auto;
}	
	
.whatsapp {
	letter-spacing: 0.12em;
	white-space: nowrap;
  bottom: 55px;
  column-gap: 10px;
  font-size: 12px;
  padding: 13px 15px;
}	
	
.whatsapp img {
	width: auto;
	height: 20px;
}	
	
.home-headline-container h1 {
  font-size: 10vw;
}
	
.home-headline-subtitel {
  font-size: 16px;
}
	
.home-headline-titel {
  font-size: 22px;
}	
	
.menu-modal__content {
  padding-top: 23 vh;	
}

.menu-modal {
  padding: 0 30px;
}	

.menu-modal__content h2 {
  font-size: 18px;
  line-height: 34px;
  width: 85%;
}	
	
        .container-kundenlogos {
        display: none;
}

  .kundenlogos-marquee {
    display: block;
    width: 100%;
    padding: 80px 5.5%;
  }

  .kundenlogos-marquee__track {
    gap: clamp(32px, 10vw, 72px);
  }
	
	
footer {
  bottom: 5px;
  gap: 5px;
  font-size: 9px;
  letter-spacing: 0;
}	
	
	
	
	
	
	
	
}

