/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 03 2024 | 09:58:05 */
/* CLEARFIX */
.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;}
body {
	margin: 0;
	padding: 0;
	font-family: 'Kanit', 'Red Hat Text', sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 200;
  	font-style: normal;
	font-size: calc(0.5vw + 15px);
	color: #f9f4e6;
	background-color: #1F1E1C;
	min-height: 100vh;}
pre {
	background: inherit;}
.header-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;}
.header-bg .image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(http://projekte.steffenillner.de/wp-content/uploads/2024/04/bg-wuerfel.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: -1;}
.header-bg .image-filtered {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(http://projekte.steffenillner.de/wp-content/uploads/2024/04/bg-wuerfel.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	z-index: -1;
	filter: grayscale(1) contrast(3) opacity(0.03) saturate(0) brightness(4.6) blur(2px);}
header .title {
	width: calc(96vw - 20px);
	margin: calc(2vw + 10px) auto;
	font-family: 'Kanit', sans-serif;
	font-size: calc(5vw + 20px);
	font-weight: 700;
	color: transparent;
	-webkit-text-stroke: 2px #1F1E1C;
    -webkit-text-fill-color: transparent;
	letter-spacing: 2px;
	line-height: 1;}
#primary {
	width: calc(96vw - 20px);
	margin: 0 auto;
	margin-top: 100vh;}

/* ABOUT */
.about {
	width: 900px;
  	max-width: 100%;
	margin: 0 auto;
	display: flex;}
.about .image {
	flex: 1 0 25%;
	float: left;
	line-height: 0;
	margin: 0 50px 0.9em 0;
	aspect-ratio: 1;}
.about .image img {
	border-radius: 10px;
	-o-object-fit: cover;
  	object-fit: cover;
  	object-position: center;
  	width: 100%;
  	height: auto;
	position: -webkit-sticky;
	position: sticky;
	top: 30px;}
.about .content {
	margin-top: 4vw;}
.about .content h2 {
	margin: 1em 0 0.25em 0;}
.about .content p {
	margin: 0 0 0.6em 0;}

/* PROJECT WRAPPER */
.project-wrapper {
	display: flex;
	margin-top: 30vh;}

/* CATEGORY FILTER */
.categories {
	flex: 0 0 20%;
	margin-bottom: 30px;
	position: -webkit-sticky;
	position: sticky;
	top: 25px;
	z-index: 200;}
.category {
	display: inline-block;
	margin: 0 10px 10px 0;
  	cursor: pointer;
  	padding: 0.4em 0.7em 0.2em 0.5em;
  	border-radius: 5px;
	background-color: #373633;
	color: #f9f4e6;
	user-select: none;
	transition: all 200ms ease-in-out;}
.category:hover {
	background-color: #52504e;}
.category.active {
	background-color: #fff;
	color: #1F1E1C;}
.category .count {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
 	top: -0.5em;
	left: 0.3em;}

/* PROJECTS */
.projects {
	flex: 0 0 80%;
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	margin-bottom: 30vh;}
.project {
	position: relative;
	flex: 0 1 calc(100% / 4 - 90px / 4);
	aspect-ratio: 1;
	cursor: pointer;
	transition: all 200ms ease-in-out;}
.project .thumb {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	border-radius: 10px;}
.project .thumb img {
	-o-object-fit: cover;
  	object-fit: cover;
	object-position: center;
  	width: 100%;
  	height: 100%;
	transition: filter 300ms ease-in-out;}
.project .title {
	position: absolute;
  	bottom: 0;
  	left: 0;
  	padding: 0.4em 0.7em;
	margin: 10px;
	background-color: #1F1E1C;
	color: #f9f4e6;
	font-size: 0.7em;
	border-radius: 5px;
	opacity: 0;}
.project:hover .title {
	opacity: 1;}
.project.hidden {
	opacity: 0.1;
	cursor: inherit;}
.project.hidden:hover .title {
	opacity: 0;}
.project.hidden:hover .thumb img {
	filter: none;}
.project.open {
	position: relative;
	z-index: 500;
	transform: translateY(0px);}
.project.open .thumb {
	border: 5px solid #fff;}
.project.open .title {
	opacity: 0;}
.project.open::after {
	position: absolute;
	bottom: -15px;
	left: calc(50% - 30px);
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 20px 0px 20px;
	border-color: #fff transparent transparent transparent;}
.project.nofocus .thumb img {
	filter: grayscale(1) brightness(0.7);}
.project.nofocus:hover .thumb img {
	filter: none;}
.project.nofocus.hidden:hover .thumb img {
	filter: grayscale(1) brightness(0.7);}

/* PROJECT INFO */
#project-info {
	position: relative;
	z-index: 400;
	flex: 0 0 auto;
	width: 100%;
	border-radius: 10px;
	display: none;
	background-color: #fff;
	color: #1F1E1C;}
#project-info .project-info {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	width: 1200px;
	max-width: 100%;
	margin: 3em auto;}
#project-info .text {
	flex: 1 1 40%;}
#project-info .text .container {
	position: -webkit-sticky;
	position: sticky;
	top: 25px;
	margin-bottom: 0.6em;}
#project-info .text p {
	margin: 0 0 0.6em 0;}
#project-info .title {
	font-size: 1.5em;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 1;
	margin: 0 0 0.9em 0;}
#project-info .images {
	flex: 1 1 60%;}
#project-info .images figure {
	margin: 0;}
#project-info .images img {
	border-radius: 10px;
	margin-bottom: 1em;}
#project-info .close svg {
	width: 30px;
	height: 30px;
	position: -webkit-sticky;
	position: sticky;
	top: 25px;
	cursor: pointer;
	margin-bottom: 0.9em;}

/* MEOW LIGHTBOX */
.mwl__slider__image__thumbnail img {
	border-radius: 10px;}
