@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;700;900&display=swap');

:root {
	--color-dark: #292122;
	--color-light: #fff;
	--color-white: #FFFFFF;
	--color-primary: #F9424D;
	--borderradius: 40px;
}

html {
	scroll-behavior: smooth;
	scroll-padding-top: 40px;
	overflow-x: hidden;
  }

body {
	margin: 0px auto;
	font-family: 'Work Sans', sans-serif;
	transition: all 0.2s;
	overflow-x: hidden;
	line-height: 1.4;
	color: var(--color-dark);
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
	background-color: var(--color-light);
	position: relative;
}

* {
    box-sizing: border-box;
}

ol:not(article ol),
ul:not(article ul) {
    list-style: none;
}

ol,
ul {
    padding-left: 0;
}

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

img {
	width: 100%;
	vertical-align: middle;
}

.outerwrapper {
	box-sizing: border-box;
	margin-left: 20px;
	margin-right: 20px;
}

.wrapper {
	width: 88%;
	max-width: 1300px;
	margin: 0px auto;
}

.menubar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	padding: 32px 0px;
}

#logo {
	width: 200px;
}

header ul {
	display: flex;
}

header ul li {
	padding: 6px 16px;
}

header ul li a {
	transition: color 0.2s;
}

header ul li a:hover {
	color: var(--color-primary);
}

.menucta {
	font-weight: bold;
	font-size: 15px;
	padding: 8px 16px;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
	border-radius: 40px;
	transition: background-color 0.4s, color 0.4s;
}

.menucta:hover {
	background-color: var(--color-primary);
	color: var(--color-white);
}

.checklist {
	margin-top: 40px;
}

.checklist li {
	margin-bottom: 12px;
    padding-left: 32px;
    position: relative;
	font-size: 14px;
}

.checklist li::before {
	background: url(./img/checkmark-white.svg) no-repeat;
    background-position: 50%;
    content: "";
    height: 22px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 23px;
}

.hero {
	color: #fff;
	background-color: var(--color-dark);
	background-image: url("img/herobg.png");
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	border-radius: 32px 32px 0px 0px;
}

.solutions-hero {
	border-radius: 32px;
	margin-bottom: 80px;
}

.solutions-hero .herogrid {
	padding-bottom: 56px;
}

.herogrid {
	display: grid;
	grid-template-columns: 1fr 360px;
	column-gap: 40px;
	align-items: center;
	padding-top: 56px;
}

.herominitext span {
	color: #ffcd2d;
}

.routeline {
	min-width: 1200px;
    position: absolute;
    z-index: -1;
}


h2 {
	font-size: 80px;
}

h1 {
	font-size: 90px;
}

h1, h2, h3, h4 {
	margin: 0px auto;
	line-height: 100%;
	font-weight: 900;
	text-align: center;
}

.h1-subtitle {
  display: block;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.ctaprimary {
	font-size: 20px;
	font-weight: bold;
	color: var(--color-white);
	background-color: var(--color-primary);
	padding: 16px 24px;
	border-radius: 40px;
	display: inline-block;
	transition: background-color 0.2s, color 0.2s;
}

.ctaprimary:hover {
	background-color: #d5353f;
}

.herosubline {
	font-size: 26px;
	max-width: 630px;
	margin-top: 24px;
	margin-bottom: 40px;
}

.herobutton {
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
	border-radius: 40px;
	padding: 12px 20px;
	margin-right: 8px;
	margin-bottom: 12px;
	display: inline-flex;
	flex-direction: row;
	justify-self: center;
	align-items: center;
	cursor: pointer;
}

.herobutton img {
	width: 12px;
	margin-right: 8px;
}

.herobutton-primary {
	color: #fff;
	background-color: var(--color-primary);
}

.herobutton-secondary {
	color: #000;
	background-color: #fff;
}

.herominitext {
	font-size: 14px;
	max-width: 380px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.hero h1 {
	text-align: left;
}

.herologobar {
	max-width: 600px;
}

.subline {
	font-size: 20px;
	text-align: center;
}

.logobar {
	width: 100%;
	max-width: 640px;
	margin: 64px 0px;
}

#video {
	border-radius: var(--borderradius);
}

.playicon {
	width: 80px;
	height: 80px;
	border-radius: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0008;
	backdrop-filter: blur(12px);
	position: absolute;
	transition: transform 0.2s;
}

.trailercont {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.playicon:hover {
	transform: scale(1.1);
}

.playicon img {
	width: 40px;
}

.darksection {
	background-color: var(--color-dark);
	color: var(--color-white);	
	text-align: center;
	padding-bottom: 160px;
	margin-bottom: -40px;
}

.allinonewrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.appgrid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 32px;
	margin-top: 64px;
}

.appitem {
	transform: rotate(6deg);
}

.appitem video {
	width: 100%;
	border-radius: 48px;
	border: 12px solid #fff4;
    backdrop-filter: blur(8px);
	aspect-ratio: 1 / 2.1;
}

.appitemtopmargin  {
	margin-top: 80px;
}

.cardgrid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 24px;
	width: 100%;
	margin-top: 40px;
}

.card {
	background-color: #fff1;
	border-radius: 16px;
	padding: 20px;
	text-align: left;
	transition: background-color 0.2s;
}

.card:hover {
	background-color: #fff2;
}


.card .cardheadline {
	font-weight: bold;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 12px;
}


.card p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
}

.card span {
	font-weight: 900;
	font-size: 90px;
	line-height: 1;
}

.cardbtn {
	font-weight: bold;
	/*border-bottom: 2px solid #fff7;*/
	background-color: #fff;
	color: #000;
	padding: 8px 16px;
	border-radius: 40px;
	display: flex;
	width: fit-content;
	align-items: center;
	margin-top: 20px!important;
}

.cardbtn img {
	width: 20px;
	margin-left: 4px;
	transition: margin-left 0.2s;
}

.card:hover .cardbtn img {
	margin-left: 8px;
}


.appitem .cardheadline {
	font-size: 20px;
	margin-top: 24px;
	font-weight: bold;
}

.appitem .cardtext {
	font-size: 14px;
	line-height: 1.6;
	margin: 0px;
}

.marquee {
	margin-bottom: 24px;
}

.marquee span {
	background-color: #fff2;
	padding: 16px 28px;
	border-radius: 40px;
	font-size: 28px;
	display: inline-block;
	margin: 8px 6px;
	transition: background-color 0.4s, transform 0.4s;
	cursor: default;
}

.marquee span:hover {
	background-color: #fff3;
	transform: rotate(-4deg) scale(1.1);
}

.marqueesection {
	margin-top: 56px;
}

.ctasection {
	background-color: var(--color-primary);
	color: var(--color-white);
	border-radius: var(--borderradius);
	padding: 48px 0px;
	position: relative;
	z-index: 2;
	text-align: left;
}

.ctasection .ctagrid {
	display: flex;
	align-items: center;
}

.ctagrid img {
	width: 50%;
}

.ctagrid h2 {
	font-weight: normal;
	font-size: 40px;
	margin-bottom: 24px;
	text-align: left;
    line-height: 1.2;
}

.ctaprimarydark {
	background-color: var(--color-dark);
}

.ctaprimarydark:hover {
	background-color: var(--color-light);
	color: var(--color-dark);
}

.ctaprimaryoutline {
	color: var(--color-dark);
	border: 2px solid var(--color-dark);
	background-color: transparent;
}

.ctaprimaryoutline:hover {
	background-color: var(--color-dark);
	color: var(--color-white);
}

.minitext {
	font-size: 14px;
}

.trailcardimg {
	max-width: 1000px;
	margin-bottom: 24px;
}

.projectthumbnail {
	height: 360px;
	width: 100%;
	object-fit: cover;
}

.referenzcard {
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
	background-color: var(--color-white);
	flex: 0 0 auto;
	border: 2px solid #eee;
	border-bottom: 4px solid #eee;
	position: relative;
}

.referenzcardbottom {
	display: flex;
	padding: 24px;
	align-items: center;
	font-size: 12px;
}

.projecttext {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	font-size: 14px;
	max-width: 320px;
}

.projecttext p {
	margin-top: 0px;
	margin-bottom: 0px;
}

.projectbutton {
	font-weight: bold;
	background-color: #000;
	color: #fff;
	padding: 8px 16px;
	border-radius: 40px;
	display: flex;
	width: fit-content;
	align-items: center;
	margin-top: 20px;
}

.projectbutton img {
	width: 20px;
	margin-left: 4px;
	transition: margin-left 0.2s;
}

.projectbutton:hover img {
	margin-left: 8px;
}

.referenzcardwrapper {
	display: grid;
	grid-template-columns:  1fr 1fr;
	gap: 24px;
	margin-top: 56px;
}


#section-referenzen {
	padding: 100px 0px;
}

.awardscontainer {
	margin-top: 100px;
	/*padding: 40px;
	background-color: #f5f5f5;
	border-radius: 24px;*/
}

.awardscontainer h3 {
	font-weight: normal;
	line-height: 140%;
}

.awardsbar {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 40px;
}

.awardbox {
	max-width: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.awardbox img {
	max-width: 40px;
	margin-bottom: 16px;
}

.awardbox p {
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
}

.vorteilwrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin-top: 80px;
}

.vorteilbox {
	background-color: var(--color-white);
	padding: 32px;
	padding-top: 0px;
	border-radius: 24px;
	border: 2px solid #eee;
	box-shadow: 0px 2px 0px #eee;
	text-align: center;
}

.splide__slide .vorteilbox {
	max-width: 320px;
	margin-right: 16px;
}

#splide-team {
	margin-top: 64px;
}

.vorteilbox h3 {
	font-weight: normal;
	font-size: 32px;
	line-height: 1.2;
	margin-top: 32px;
}

.vorteilbox p {
	font-size: 14px;
}

#section-vorteile {
	padding-top: 40px;
	padding-bottom: 120px;
}
.vorteilebtnsection {
	text-align: center;
	margin-top: 80px;
}

.vorteilebtnsection p {
	margin-bottom: 32px;
}

.lowimpactheadline {
	font-size: 120px;
	margin-bottom: 40px;
	line-height: 80%;
}

#section-zeroimpact {
	padding: 100px 0px;
	background-color: #778d6e;
	background-image: url("img/nachhaltigkeit.png");
	background-size: cover;
	background-position: center;
	border-radius: var(--borderradius);
	color: var(--color-white);
	text-align: center;
}

.nachhaltigkeitsbar {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
}

.nachhaltigkeitbox {
	max-width: 220px;
	font-size: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.nachhaltigkeitbox img {
	width: 80px;
}

.nachhaltigkeitwrapper {
	max-width: 800px;
}

.nachhaltigkeitwrapper h1 {
	margin: 40px 0px;
}

#section-erfolgemessbar {
	padding: 100px 0px;
	padding-bottom: 0px;
}

#section-erfolgemessbar img {
	margin: 48px 0px;
}

.erfolgemessbargrid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 32px;
	text-align: center;
}

.erfolgemessbarbox h2 {
	font-weight: normal;
	font-size: 28px;
	line-height: 1.2;
}

.erfolgemessbarbox p {
	font-size: 12px;
}

.paketewrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 24px;
	margin: 80px 0px;
}

.paketectabox {
	background-color: var(--color-white);
	border-radius: 24px;
	padding: 40px 32px;
}

.paketectabox h3 {
	font-size: 32px;
	font-weight: normal;
	margin: 16px 0px;
}

.paketectabox p {
	font-size: 14px;
	margin: 0px auto;
}

.paketectabox .ctaprimary {
	margin-top: 40px;
}

.paketevorteile {
	padding-left: 48px;
	padding-top: 32px;
	font-size: 14px;
}

.paketevorteile li {
	margin-bottom: 12px;
	position: relative;
}

.paketevorteile li::before {
	content: "";
	background: url("img/checkmark.svg");
	width: 20px;
	height: 20px;
	background-size: cover;
	position: absolute;
	left: -28px;
}

#section-team {
	padding-top: 24px;
	padding-bottom: 100px;
	text-align: center;
	padding-bottom: 160px;
}

.teamtext {
	max-width: 780px;
	margin: 0pc auto;
	margin-top: 40px;
}

.teamwrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 12px;
	row-gap: 16px;
	margin-top: 80px;
}

.teamcard {
	border-radius: 24px;
	width: 320px;
	aspect-ratio: 0.8;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: flex-end;
	padding: 20px;
	position: relative;
	color: var(--color-white);
	overflow: hidden;
	z-index: 2;
	margin: 0px 12px;
	isolation: isolate; 
	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
}

.teamcard .teamvideo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
	transform: translateZ(0);
  	will-change: transform;
  	opacity: 0.999;
	
}

.teamcard > div {
	z-index: 4;
	position: relative;
	transform: translateZ(0);
  	will-change: transform;
}

.teamcard .teamname {
	font-weight: bold;
	font-size: 16px;
}

.teamcard::before {
	content: '';
	width: 100%;
	height: 80px;
	position: absolute;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);	
	bottom: 0px;
	left: 0px;
	z-index: 3;
	padding-top: 40px;
	/* Safari “don’t drop me” combo */
	transform: translateZ(0);
  will-change: opacity, transform;
  opacity: 0.999;
  backface-visibility: hidden;
  contain: paint;
}

.teamcard p {
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 2;
	font-size: 14px;
	text-align: left;
}

footer {
	background-color: var(--color-dark);
	color: var(--color-white);
	padding: 120px 0px;
	margin-top: -40px;
	z-index: 1;
	margin-bottom: 20px;
	border-radius: 0px 0px 32px 32px;
}

.footeralt {
	border-radius: 32px;
	margin-top: 0px;
}

.footerlogo {
	width: 48px;
}

.footertextwrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 24px;
}

.slogan {
	margin: 0px;
	font-size: 32px;
    max-width: 280px;
	line-height: 1.2;
}

footer ul {
	margin: 0px;
}

footer ul li {
	margin-bottom: 12px;
}

.footerlinkbox {
	display: grid;
	grid-template-columns: 1fr 1fr;
} 

.footersmalltextwrapper {
	font-size: 11px;
	color: #fff8;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 80px;
}

.footersmalltextwrapper img {
	width: 16px;
	display: inline-block;
}

.footersmalltextwrapper p {
	margin: 0px;
}

.footersmalltextwrapper a {
	margin-right: 12px;
}


/* PROJECTS */

.projecthero {
	padding: 100px 0px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.projecthero img {
	margin-bottom: 32px;
	max-width: 200px;
}

.projecthero h1 {
	margin-bottom: 16px;
	font-size: 80px;
}

.projecthero .subline {
	max-width: 800px;
}

.projecttextsection {
	padding: 120px 0px;
}

.projectpagetext {
	max-width: 720px;
	line-height: 160%;
	text-align: left;
}

.projectpagetext h2 {
	font-size: 32px;
	text-align: left;
}

.nextprojectsection {
	color: #fff;
	background-color: var(--color-dark);
	border-radius: var(--borderradius);
	margin-bottom: 32px;
	margin-top: 32px;
	padding: 56px 0px;
	display: block;
    
}

.nextprojectsectionwrapper {
display: flex;
	justify-content: space-between;
}

.nextprojectsection img {
	    width: 48px;
		transition: transform 0.2s;
}

.nextprojectsection p {
	margin: 0px auto;
	opacity: 0.7;
}

.nextprojectsection strong {
	font-weight: 900;
	font-size: 40px;
	line-height: 120%;
    margin-top: 12px;
    display: block;
}

.nextprojectsection:hover img {
	transform: translateX(20px);
}

.projectmedia img,
.projectmedia video {
  width: 100%;
  display: block;
}

.video-wrapper {
	position: relative;
	display: block;
	cursor: pointer;
}

.project-video-play-btn {
	position: absolute;
	bottom: 24px;
	right: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	border-radius: 40px;
	padding: 12px 20px;
	margin-right: 8px;
	margin-bottom: 12px;
	display: inline-flex;
	flex-direction: row;
	justify-self: center;
	align-items: center;
	pointer-events: none;
	cursor: pointer;
	
}

.project-video-play-btn img {
	width: 12px;
	margin-right: 8px;
}



.herobutton-secondary {
	
}

/* TRAILER */

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
  backdrop-filter: blur(8px);
  align-items: center;
  justify-content: center;
}

.modal-content {
  margin: auto;
  padding: 0;
  border: none;
  width: 90%;
  max-width: 1400px;
  position: relative;
}

.modal-content video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}

.close-btn {
  color: white;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.close-btn img {
	width: 40px;
}

/* SOLUTIONS */

.twocolumn {
	line-height: 160%;
	text-align: left;
	display: flex;
	flex-direction: row;
	gap: 40px;
	align-items: center;
	margin-bottom: 40px;
	margin-top: 40px;
}

.twocolumn img {
	width: 50%;
}

.twocolumnreverse {
	flex-direction: row-reverse;
}

.twocolumn h2 {
	font-size: 48px;
	text-align: left;
	margin-bottom: 32px;
}

.testimonialcontainer {
	border-radius: var(--borderradius);
	background-color: var(--color-dark);
	color: #fff;
	margin-top: 80px;
	margin-bottom: 80px;
}

.testimonial {
	width: 88%;
	max-width: 900px;
	margin: 0px auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 80px 0px;
}

.testimonialstars {
	max-width: 140px;
}

.testimonialtext {
	text-align: center;
	font-size: 32px;
}

.testimonialimage {
	width: 100px;
	border-radius: 100px;
	margin-right: 24px;
}

.testimonialpersonbox {
	display: flex;
	align-items: center;
}

.testimonialpersonbox p {
	margin: unset;
	font-size: 14px;
}

.testimonialpersonbox b {
	font-size: 18px;
}

.texttemplate h2 {
	font-size: 22px;
	text-align: left;
	margin-top: 24px;
}

.texttemplate h3 {
	font-size: 16px;
	text-align: left;
	margin-top: 16px;
}

.projectthumbnail,
.appitem > video {
  pointer-events: none;
}
