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

html, body {
	font-family: ff-enzo-web, sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: 1.4;
	font-size: 1rem;
	color: rgba(0,0,0,0.666);
	background-color: rgba(0,0,0,.00666);
	height: 100vh;
	width: 100vw;
	vertical-align: baseline;
  	text-rendering: optimizeSpeed;
  	-moz-osx-font-smoothing: grayscale;
  	-webkit-font-smoothing: antialiased;
  	-webkit-tap-highlight-color: transparent;
}

.my-navi {
	background-color: rgba(0,0,0,0.85);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	z-index: 997;
}

.my-navi ul  {
	list-style: none;
	margin: 0;
	padding: 0;
}

.my-navi ul li {
	display: inline-block;
}

.my-navi ul li a {
	text-transform: uppercase;
	line-height: 1;
	color: rgba(255,255,255,.666);
}

.my-navi ul li a:hover {
	color: rgba(255,255,255,.999);
}

.my-navi ul li a img {
	opacity: 0.666;
    -webkit-tap-highlight-color: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=66)";
    filter: alpha(opacity=66);
    -moz-opacity: 0.666;
    -khtml-opacity: 0.666;
}

.my-navi ul li a:hover img {
	opacity: .999;
    -webkit-tap-highlight-color: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
    -moz-opacity: 0.999;
    -khtml-opacity: 0.999;
}

.my-navi ul li a.start img {width: 11px;height: 10px;}
.my-navi ul li a.contact img {width: 18px;height: 13px;}


section.dark {
	background-color: rgba(0,0,0,.888);
}

a {
	outline: none;
	-webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
}

h1, h2, h3 {
	font-weight: 300;
}

p {
	margin-bottom: 0;
}

.text a {
	color: rgba(0,0,0,0.666);
	letter-spacing: .05rem;
	text-decoration: none;
	border-bottom: 2px solid rgba(0,0,0,0.1);
}

section.websites .text {
	line-height: 2.5;
}
.text span {
	color: rgba(0,0,0,.333);
	font-size: .8rem;
	letter-spacing: .2rem;
	text-transform: uppercase;
	text-decoration: none!important;
	margin-left: .6rem;
}

.text a:hover {
	color: rgba(0,0,0,.888);
	border-bottom: 2px solid rgba(0,0,0,0.666);
	
}

p.cr span {
	font-size: 20px!important;
}

p.cr {
	color: rgba(0,0,0,.333);
	font-size: 1.2rem!important;
	margin-top: 10vh;
}

p.cr a {
	color: rgba(0,0,0,.333);
}

p.cr a:hover {
	color: rgba(0,0,0,.666);
}


.section {
	padding-top: 15vh;
	padding-bottom: 15vh;

}
section.dark .text {
	color: rgba(255,255,255,.777);
}

section.dark .text span {
	color: rgba(255,255,255,.444);
	font-size: .8rem;
	letter-spacing: .2rem;
	text-transform: uppercase;
	text-decoration: none!important;
	margin-left: .6rem;
}

 section.dark .text a {
	color: rgba(255,255,255,0.777);
	letter-spacing: .05rem;
	text-decoration: none;
	border-bottom: 2px solid rgba(255,255,255,0.0888);
}

 section.dark .divore {
	height: 5px;
	width: 150px;
	background-color: rgba(255,255,255,0.35);
	margin-top: 2rem;
	margin-bottom: 6rem;
}

section.dark h2 {
	color: rgba(255,255,255,0.777);
}

section.hello, section.kontakt, section.websites, section.logos, section.clients {
	min-height: 100vh;
}


.impressum p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 40px;
}


.impressum p span {
	font-size: 12px;
	color: rgba(0,0,0,0.333);
}

.impressum h2 {
	font-weight: 300;
	font-size: 33px;
}

.impressum h3 {
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-size: .95rem;
	line-height: 1.4!important;
	text-transform: uppercase;
	letter-spacing: .0555rem;
}

.divore {
	height: 5px;
	width: 150px;
	background-color: rgba(0,0,0,0.0666);
	margin-top: 2rem;
	margin-bottom: 6rem;
}

.logos img {
	opacity: .444;
}

.imprint {
	margin-top: 6rem;
	font-size: .75rem;
}




@media (min-width: 576px) {
	.my-navi {padding: .222em 0;}
	
	.square {top: 8rem;right: 3rem;}
	.square a .icon {width: 2rem;height: 2rem;}
}


@media (min-width: 768px) {
	.my-navi {padding: .444em 0;}
	.square {top: 8rem;right: 6rem;}
	.square a .icon {width: 2.2rem;height: 2.2rem;}
}

@media (min-width: 992px) {
	.my-navi {padding: .666em 0;}
	.square {top: 8rem;right: 8rem;}
}

@media (min-width: 1200px) {
}
