.body {
    font-family: "Instrument Sans", Helvetica, Arial,-apple-system,BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 140%;
    max-width: 2000px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #0f1110;
    background-position: center center;
    background-repeat: no-repeat;
	background-attachment:fixed;
    background-image: url(images/hg02.jpg);
    background-size: 100% 100%;
	height: 100vh;
	width: 100vw;
}



.h1 {
    font-size: 9.5em;
    font-weight: 400;
    line-height: 105%;
    letter-spacing: -1px;
    background-attachment: fixed;
    text-transform: none;
}

.intro {
    font-size: 6.5em;
    line-height: 110%;
    background-attachment: fixed;
    font-weight: 400;
}

.h2 {
    font-size: 2.5em;
    font-weight: 300;
    line-height: 140%;
}


.h3 {
    font-size: 3.5em;
    font-weight: 400;
    line-height: 130%;
}


.h4 {
    font-size: 1.1em;
    line-height: 125%;
    font-weight: 400;
    letter-spacing: 0;
}

.h5 {
    font-size: 1.8em;
    line-height: 150%;
    font-weight: 300;
}

.h6 {
	font-family: 'IBM Plex Mono', monospace;
    font-size: 0.8em;
    Text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.2px;
}
.h7 {
    font-size: 2.5em;
    Text-decoration: none;
    font-weight: 300;
    text-transform: none;
    line-height: 140%;
}


.light {
		font-family: 'IBM Plex Mono', monospace;
    font-weight: 400;
    line-height: 180%;
}

.copy {
    font-size: 1.6em;
    font-weight: 200;
    line-height: 180%;
}

.bold {
    font-weight: 400;
}


.Link_Outline {
    Text-decoration: none;
    color: #ffffff;
    border-style: solid;
    border-width: medium;
    padding-bottom: 2px;
    padding: 6px 30px;
    border-radius: 80px;
    -webkit-transition: .3s cubic-bezier(.165, .84, .44, 1);
    transition: .3s cubic-bezier(.165, .84, .44, 1);
    text-align: center;
    white-space: pre;
    font-weight: 400;
}

.Link {
    text-decoration: underline;
    text-transform: none;
    color: #ffffff;
}
.nodeco {
    Text-decoration: none;
}


a:hover {
    color: #C3C3C3;
    text-decoration: none;
}

.p-bullet::before{
	content:'';
	display:inline-block;
	vertical-align:baseline;
	height:2.292vw;width:2.292vw;
	margin-right:3.125vw;
	border-radius:50%;
	background:var(--color,currentColor);
	-webkit-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	-webkit-transition:-webkit-transform 1s cubic-bezier(.16,1.08,.38,.98);
	transition:transform 1s cubic-bezier(.16,1.08,.38,.98);
	transition:transform 1s cubic-bezier(.16,1.08,.38,.98),
		-webkit-transform 1s cubic-bezier(.16,1.08,.38,.98)
}


.line {
    height: 4px;
    width: 100%;
    background-color: #ffffff;
    gin-left: auto;
    margin-right: auto;
    border: 0 none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer {
    align-items: left;
    width: 100%;
    align-self: left;
    max-width: 3500px;
    position: relative;
    bottom: 0;
    alignment-baseline: after-edge;
    align-content: flex-start;
    alignment-adjust: baseline;
    vertical-align: bottom;
  left: 0;
	}

.table {
    align-items: left;
    width: 100%;
    align-self: left;
    vertical-align: middle;
    text-align: center;
	}
		
.video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	background-color: #111111;
	}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.navigation {
    font-size: 3.5em;
    text-decoration-line: none;
    Text-decoration: none;
    line-height: 150%;
    color: #ffffff;
    font-weight: 400;
}



.active {
    color: #ffffff;
    text-decoration-thickness: 0.4rem;
    text-decoration: line-through;
}


.btn {
	border: 2px solid black;
	background-color: white;
	color: #edebe6;
	padding: 14px 28px;
	font-size: 16px;
	cursor: pointer;
}

.passive {
	color: #7D7D7D;
	Text-decoration: line-through;
	font-style: italic;
	font-variant: normal;
	line-height: 120%;
}


.Titel {
    font-size: 0.8em;
    font-weight: 500;
    line-height: 140%;
}

.meta {
    font-size: 1.5em;
    color: #B9BCBC;
    Text-decoration: none;
    font-weight: 500;
    text-transform: capitalize;
	letter-spacing: -1;
}

.marker {
	font-family: 'IBM Plex Mono', monospace;
    font-size: 0.8em;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    line-height: 150%;
}

.client {
    	font-family: 'IBM Plex Mono', monospace;
	font-size: 1.2em;
    line-height: 250%;
    font-weight: 100;
}

.clients {
    font-size: 2.5em;
    line-height: 180%;
    font-weight: 300;
}

.dotinthemiddle {
    font-size: 0.8em;
    font-weight: bolder;
    font-kerning: 150%;
    margin-left: 5px;
    margin-right: 5px;
    color: #D2D2D2;
}

.project {
    font-size: 6em;
    Text-decoration: none;
    font-weight: 300;
    line-height: 115%;
    text-transform: none;
}

.projectlink {
    font-size: 2.6em;
    Text-decoration: none;
    color: #ffffff;
    letter-spacing: 0;
    border-left: medium solid #ffffff;
    border-right: medium solid #ffffff;
    border-bottom-color: #ffffff;
    border-bottom-style: solid;
    border-top: medium solid #ffffff;
    padding: 10px 40px;
    border-radius: 80px;
    line-height: 200%;
    font-weight: 400;
    margin-top: 40px;
}
.projectlink_classic {
    font-size: 3.5em;
    color: #141310;
	border-bottom: 1px solid #141310;
    padding-bottom: 2px;
    font-weight: 600;
    Text-decoration: none;
    line-height: 100%;
	letter-spacing: -1;
}

.wins {
    font-size: 1em;
    color: #ffffff;
    font-weight: 600;
    font-variant: normal;
    font-style: normal;
    line-height: 140%;
}

.dot {
		font-family: 'IBM Plex Mono', monospace;
    font-size: 1.4em;
    color: #141415;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    height: 50px;
    width: 50px;
    background-color: #EFFF16;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    line-height: 230%;
    text-align: center;
}
.dotsilver {
			font-family: 'IBM Plex Mono', monospace;
    font-size: 1.4em;
    color: #141415;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    height: 50px;
    width: 50px;
    background-color: #B4C6CC;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    line-height: 230%;
    text-align: center;
}
.dotbronze {
			font-family: 'IBM Plex Mono', monospace;
    font-size: 1.4em;
    color: #141415;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    height: 50px;
    width: 50px;
    background-color: #A0998D;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    line-height: 230%;
    text-align: center;
}
.dotshortlist {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 1.4em;
    color: #141415;
    font-weight: 400;
    font-variant: normal;
    font-style: normal;
    height: 50px;
    width: 50px;
    background-color: #f0f0f0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    line-height: 230%;
    text-align: center;
}
