@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Gloock&family=Yeseva+One&display=swap');





/* ibm-plex-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/ibm-plex-sans-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: url('fonts/ibm-plex-sans-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ibm-plex-sans-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ibm-plex-sans-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/ibm-plex-sans-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ibm-plex-sans-v14-latin-300.svg#IBMPlexSans') format('svg'); /* Legacy iOS */
}
/* ibm-plex-sans-400 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ibm-plex-sans-v14-latin-400.eot'); /* IE9 Compat Modes */
  src: url('fonts/ibm-plex-sans-v14-latin-400.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ibm-plex-sans-v14-latin-400.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ibm-plex-sans-v14-latin-400.woff') format('woff'), /* Modern Browsers */
       url('fonts/ibm-plex-sans-v14-latin-400.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ibm-plex-sans-v14-latin-400.svg#IBMPlexSans') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/ibm-plex-sans-v14-latin-500.eot'); /* IE9 Compat Modes */
  src: url('fonts/ibm-plex-sans-v14-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ibm-plex-sans-v14-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ibm-plex-sans-v14-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/ibm-plex-sans-v14-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ibm-plex-sans-v14-latin-500.svg#IBMPlexSans') format('svg'); /* Legacy iOS */
}
/* ibm-plex-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/ibm-plex-sans-v14-latin-600.eot'); /* IE9 Compat Modes */
  src: url('fonts/ibm-plex-sans-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ibm-plex-sans-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ibm-plex-sans-v14-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/ibm-plex-sans-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ibm-plex-sans-v14-latin-600.svg#IBMPlexSans') format('svg'); /* Legacy iOS */
}
/* ibm-plex-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/ibm-plex-sans-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: url('fonts/ibm-plex-sans-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/ibm-plex-sans-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/ibm-plex-sans-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/ibm-plex-sans-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/ibm-plex-sans-v14-latin-700.svg#IBMPlexSans') format('svg'); /* Legacy iOS */
}






:root {
	--bg-color: #191919;
	--color1: beige;
	--color2: antiquewhite;
	--colorcopy: beige;

	@media (max-width: 767px) {
		.container {
			--bs-gutter-x: 42px;
		}
	}
	
}

body.colorset1 {
		--color1: beige;
		--color2: blue;
		--colorcopy: beige;
}
body.colorset2 {
		--color1: beige;
		--color2: coral;
		--colorcopy: beige;
}
body.colorset3 {
		--color1: brown;
		--color2: cadetblue;
		--colorcopy: cadetblue;

		--bg-color: darkturquoise;
		--color1: lightskyblue;
		--color2: beige;
		--colorcopy: beige;
}
body.colorset4 {
		--bg-color: cadetblue;
		--color1: goldenrod;
		--color2: teal;
		--colorcopy: lightblue;
}
body.colorset5 {
		--color1: beige;
		--color2: cadetblue;
		--colorcopy: cadetblue;
}
body.colorset6 {
		--color1: crimson;
		--color2: palevioletred;
		--colorcopy: mediumpurple;
}
body.colorset7 {
		--bg-color: beige;
		--color1: ivory;
		--color2: darkseagreen;
		--colorcopy: darkseagreen;
}
body.colorset8 {
		--bg-color: beige;
		--color1: salmon;
		--color2: lightseagreen;
		--colorcopy: darksalmon;
}
body.colorset9 {
		--bg-color: papayawhip;
		--color1: crimson;
		--color2: palevioletred;
		--colorcopy: palevioletred;
}
body.colorset10 {
		--bg-color: seagreen;
		--color1: beige;
		--color2: darkkhaki;
		--colorcopy: beige;
}





html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	background: var(--bg-color);
	font-family: "IBM Plex Sans", "crimson_textroman", "Times New Roman", Times, serif;
	color: var(--colorcopy);
	vertical-align: middle;
	font-size: 18px;
	font-size: 21px;
	font-weight: 300;
	text-transform: uppercase;
}
@media screen and (max-width: 767px) {
	html, body {
		font-size: 20px;
	}
}

.largetypo-wrapper {
	display: block;
	max-width: 100vw;
	max-height: 100vh;
	overflow: hidden;
	margin-bottom: 100px;
}


span.largetypoline {
    display: block;
    max-width: 100%;
	height: 75vh;
    overflow: hidden;
    font-size: 84vh;
    text-transform: uppercase;
    line-height: 80%;
    font-weight: 700;
    /*font-family: "Gloock", "IBM Plex Sans", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";*/
}
@media screen and (max-width: 767px) {
	span.largetypoline {
		height: 45vh;
		font-size: 54vh;
		height: 50vh;
		font-size: 60vh;
	}
}
span.largetypoline.coming {
	color: var(--color1);
}
span.largetypoline.soon {
	color: var(--color2);
}

span.largetypoline span {
    display: block;
	width: fit-content;
	/*position: fixed;*/
}


h1 {
	font-size: 1rem !important;
	font-weight: 700;
}


@media screen and (max-width: 767px) {
	.desktoponly {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	.mobileonly {
		display: none;
	}
}



.container {
	margin-bottom: 168px;
	margin-bottom: 237px;
	opacity: 0;
	transform: translateY(15vh);
	clip-path: inset(0 0 100% 0)
}
@media screen and (max-width: 767px) {
	.container {
		margin-bottom: 14vh;
	}
}

.container-with-bg {
	background: rgb(255, 215, 205, 0.1);
    padding: 60px;
}
@media screen and (max-width: 767px) {
	.container-with-bg {
		padding: 21px;
	}
}

.container-first {
	margin-bottom: 119px;
    margin-top: 60px;
    /*border-bottom: 1px dotted white;
    padding-bottom: 60px;*/
	
	transform: translateY(-200px);
}
@media screen and (max-width: 767px) {
	.container-first {
		margin-bottom: 17vh;
		margin-top: 2vh;
	}
}


.vertical-center {
	display: flex;
    flex-direction: column;
    justify-content: center;
}






.reload {
        display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
	width: 36px;
	height: 36px;
    right: 15px;
    top: 15px;
    cursor: pointer;
    background-color: var(--bg-color);
	text-align: center;
	border-radius: 999px;
}

.material-symbols-outlined {
	font-variation-settings:
	'FILL' 0,
	'wght' 300,
	'GRAD' 0,
	'opsz' 28
}







strong, b {
	font-weight: 700;
	/*color: #bc9d3e;*/
opacity: 0.5;
}


h2 {
	font-family: "Gloock", "IBM Plex Sans", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 3.24em;
	font-size: 7em;
	line-height: 100%;
    font-weight: 300;
    text-transform: uppercase;
	margin-bottom: 42px;
	margin-bottom: 60px;
	opacity: 0.5;
}
@media screen and (max-width: 767px) {
	h2 {
		font-size: 5em;
		margin-bottom: 3.24vh;
	}
}


big {
	font-size: 2em;
}

.heading {
	font-weight: 700;
	font-size: 1em;
}
@media screen and (max-width: 767px) {
	.heading {
		font-size: 1em;
	}
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	border: none;
	outline: none;
	color: inherit;
}

.logo {
	display: block;
	position: fixed;
	margin: 0;
	padding: 0;
	width: 103%;
	height: 100%;
	left: -2%;
	top: 0;
	background: url(gfx/emvy-kommunikationsdesign-logo.png) no-repeat center center;
	background-size: cover;
	background-size: 100% auto;
	opacity: 0.3;
	
	transform: translateY(100vh);
}
.logo h1 {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
img.bg_image {
	display: none;
}





img {
	max-width: 100%;
	height: auto;
}







.linklist {
	font-size: 1.414em;
}
@media screen and (max-width: 767px) {
	.linklist {
		font-size: 1em;
	}
}

.linklist .link {
	/*opacity: 0;*/
	/*clip-path: inset(0 100vw 0 0);*/
	/*transform: translateX(50px);*/
	margin-bottom: 6px;
	clip-path: inset(0 0 100% 0);
}

.linklist a {
	display: block;
	position: relative;
    z-index: 10;
	padding-left: 30px;
}
@media screen and (max-width: 767px) {
	.linklist a {
	padding-left: 21px;
}
}
.linklist .link a, .linklist .link a:visited, .linklist .link a:focus {
    color: #fff;
	transition: all 400ms;
}
.linklist .link a:hover {
	color: #555;
	transform: scale(1.0) translateX(6px);
}
.linklist .link a:before {
	content: "○";
	content: "_";
	display: block;
	position: absolute;
    width: 35px;
	height: 1.6em;
	left: 0;
	opacity: 0.5;
	/*color: #bc9d3e;*/
	font-weight: 700;
	/*background: url(gfx/arrow_right_alt_FILL0_wght600_GRAD0_opsz48.svg) no-repeat left 0px;
	background-size: contain; 
	z-index: -1;*/
	/*transition: all 300ms;*/
}



/*

.linklist {
    display: flex;
    position: relative;
    flex-direction: column;
	align-items: center;
    justify-content: center;
    height: 100%;
	padding: 100px;
    box-sizing: border-box;
    z-index: 10;
	overflow: auto;
}
@media screen and (max-width: 767px) {
	.linklist {
		padding-left: 30px;
		padding-right: 30px;
		max-width: 100;
		overflow: hidden;
		
	}
}
.linklist .link {
	display: flex;
    text-align: center;
	margin-bottom: 18px;
}

.linklist .link a, .linklist .link a:visited, .linklist .link a:focus {
	display: block;
	font-family: 'IBM Plex Sans';
	font-size: 1.6rem;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 700;
	transform: scale(1.0) translateX(0);
	transition: all 400ms;
}
@media screen and (max-width: 767px) {
	.linklist .link a, .linklist .link a:visited, .linklist .link a:focus {
		font-size: 18px;
	}
}
.linklist .link a:hover {
	color: #555;
	transform: scale(1.0) translateX(10px);
    
}

.linklist .link a:before {
	content: "";
	display: block;
	position: absolute;
    width: 35px;
	height: 1.6em;
	background: url(gfx/arrow_right_alt_FILL0_wght600_GRAD0_opsz48.svg) no-repeat left 0px;
	background-size: contain; 
	z-index: -1;
    transform: translateX(0px);
	opacity: 0;
	transition: all 300ms;
}
@media screen and (max-width: 767px) {
	.linklist .link a:before {
		background-position: left -3px;
}
}
.linklist .link a:hover:before {
	opacity: 1;
    transform: translateX(-40px);
}
*/










/* *** WIE *** */
.kenntnisse span {
	display: inline-block;
}





/* *** WER *** */
.wer {
	clipPath: inset(100% 0 0 0);
}
.wer big {
	font-size: 1.414em;
}
@media screen and (max-width: 767px) {
	.wer big {
		font-size: 1.23em;
	}
}

@media screen and (max-width: 767px) {
	.wer img {
		max-width: 61.8%;
	}
}




.kunden {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.kunden .kunde {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 25%;
	height: 34%;
	float: left;
	border-bottom: 1px solid #111;
	border-right: 1px solid #111;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	text-align: center;
}
.kunden .kunde:before {
	content: "";
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.3s linear 0s;
	-moz-transition: opacity 0.3s linear 0s;
	-o-transition: opacity 0.3s linear 0s;
	-ms-transform: opacity 0.3s linear 0s;
	transition: opacity 0.3s linear 0s;
}
.kunden .kunde:hover:before {
	opacity: 0.03;
	-webkit-transition: opacity 0.5s linear 0s;
	-moz-transition: opacity 0.5s linear 0s;
	-o-transition: opacity 0.5s linear 0s;
	-ms-transform: opacity 0.5s linear 0s;
	transition: opacity 0.5s linear 0s;*/
}
.kunden .kunde a {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	float: left;
}
.kunden .kunde .link {
	visibility: hidden;
	margin:0;
	padding: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.kunden .kunde a:after {
	content: "";
	display: block;
	position: relative;
	height: 100%;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.3;
	-webkit-transition: opacity 0.3s linear 0s;
	-moz-transition: opacity 0.3s linear 0s;
	-o-transition: opacity 0.3s linear 0s;
	-ms-transform: opacity 0.3s linear 0s;
	transition: opacity 0.3s linear 0s;
}
.kunden .kunde:hover a:after {
	opacity: 1;
	-webkit-transition: opacity 0.3s linear 0s;
	-moz-transition: opacity 0.3s linear 0s;
	-o-transition: opacity 0.3s linear 0s;
	-ms-transform: opacity 0.3s linear 0s;
	transition: opacity 0.3s linear 0s;
}
.kunden .kunde1 a:after {
	width: 56%;
	background: url(gfx/kunde-artes-advertising.png) center center no-repeat;
	background-size: contain;
}
.kunden .kunde2 a:after {
	width: 81%;
	background: url(gfx/kunde-ernesto-lechthaler.png) center center no-repeat;
	background-size: contain;
}
.kunden .kunde3 a:after {
	width: 52%;
	background: url(gfx/kunde-gc-digitaldruck.png) center center no-repeat;
	background-size: contain;
}
.kunden .kunde4 a:after {
	width: 54%;
	background: url(gfx/kunde-georg-von-stein.png) center center no-repeat;
	background-size: contain;
}
.kunden .kunde5 a:after {
	width: 67%;
	background: url(gfx/kunde-katrin-nagelmueller.png) center center no-repeat;
	background-size: contain;
}
.kunden .kunde6 a:after {
	width: 51%;
	background: url(gfx/kunde-marburger-bund.png) center center no-repeat;
	background-size: contain;
}
.kunden .kunde7 a:after {
	width: 42%;
	background: url(gfx/kunde-new-yorker.png) center center no-repeat;
	background-size: contain;
}
.kunden .kunde8 a:after {
	width: 22%;
	background: url(gfx/kunde-nima-ev.png) center center no-repeat;
	background-size: contain;
}
.kunden .kunde9 a:after {
	width: 59%;
	background: url(gfx/kunde-perspektiven.png) center center no-repeat;
	background-size: contain;
}
.kunden .kunde10 a:after {
	width: 46%;
	background: url(gfx/kunde-pura-comm.png) center center no-repeat;
	background-size: contain;
}
.kunden .kunde11 a:after {
	width: 55%;
	background: url(gfx/kunde-sony-music.png) center center no-repeat;
	background-size: contain;
}
.kunden .kunde12 a:after {
	width: 43%;
	background: url(gfx/kunde-the-list.png) center center no-repeat;
	background-size: contain;
}

.contacts {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 195px;
	bottom: -153px;
	-webkit-transition: bottom 0.3s ease-in-out 0s;
	-moz-transition: bottom 0.3s ease-in-out 0s;
	-o-transition: bottom 0.3s ease-in-out 0s;
	-ms-transform: bottom 0.3s ease-in-out 0s;
	transition: bottom 0.3s ease-in-out 0s;
	z-index: 11;
}
.contacts:hover {
	bottom: 0px;
	-webkit-transition: bottom 0.3s ease-in-out 0s;
	-moz-transition: bottom 0.3s ease-in-out 0s;
	-o-transition: bottom 0.3s ease-in-out 0s;
	-ms-transform: bottom 0.3s ease-in-out 0s;
	transition: bottom 0.3s ease-in-out 0s;
}
.contacts h2 {
	display: inline-block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: auto;
	height: 42px;
	height: 39px;
	font-size: 21px;
	font-family: "crimson_textitalic", "Times New Roman", Times, serif;
	font-weight: normal;
	/*padding-left: 36px;*/
	right: 50px;
	margin-top: 3px;
}
.contacts h2:hover {
	cursor: pointer;
}
.contacts h2:after {
	content: "";
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	width: 18px;
	height: 22px;
	background: url(gfx/pfeil.png) top right no-repeat;
	margin-left: 14px;
	top: 3px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.contacts:hover h2:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.contacts .text {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 153px;
	top: 42px;
	font-size: 17px;
	line-height: 19px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	padding-left: 36px;
	padding-right: 50px;
	padding-top: 25px;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out 0.1s;
	-moz-transition: opacity 0.3s ease-in-out 0.1s;
	-o-transition: opacity 0.3s ease-in-out 0.1s;
	-ms-transform: opacity 0.3s ease-in-out 0.1s;
	transition: opacity 0.3s ease-in-out 0.1s;
}
.contacts:hover .text {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out 0.1s;
	-moz-transition: opacity 0.3s ease-in-out 0.1s;
	-o-transition: opacity 0.3s ease-in-out 0.1s;
	-ms-transform: opacity 0.3s ease-in-out 0.1s;
	transition: opacity 0.3s ease-in-out 0.1s;
}
.contacts .text p {
	margin: 0;
	padding: 0;
	margin-bottom: 11px;
}