/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 17 2023 | 10:01:28 */
/** Projekte BEGIN **/
@media screen and (min-width: 600px){
	/* Sticky nav for cards */
	.project-cards .el-nav {
		position: -webkit-sticky;
		position: sticky;
		top: 15vh;
		z-index: 10;
	}
}


@media screen and (max-width: 600px){
	.project-cards img{
		height: 270px;
		object-fit: cover;
	}
}


.project-cards .uk-position-center{
	top: 50%!important;
	left: 50%!important;
}

.project-cards .el-title{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.02rem;
}

.project-cards .uk-nav-default > li a{
	color: #000;
	background: transparent;
	border: 3px solid #000;
	padding: 3px 13px 0;
	line-height: 38px;
   text-align: center!important;
	font-size: 0.75rem;
	transition: all 0.2s;
	text-decoration: none;
}
.project-cards .uk-nav-default > li a:hover{
	color: #fff;
	background: #000;
	transition: all 0.2s;
}

.project-cards .uk-nav-default > li.uk-active a{
	color: #fff;
	background: #000;
	border: 3px solid #000;
}

.project-cards .uk-nav-default{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.project-cards .uk-nav-default > li a,
.project-cards .uk-subnav>li a{
	display: inline-block;
}

	
.project-cards a.uk-link-toggle:hover .uk-overlay-primary{
	background: rgba(105 194 148 / 0.55);
	transition: all 0.2s;
}
.project-cards a.uk-link-toggle:hover img{
	transition: all 0.2s;
}

.project-cards a.uk-link-toggle:hover img{
	transform: scale3d(1.1, 1.1, 1.1);
	filter:grayscale(100%);
	transition: all 0.2s;
}

.grayscale-grid img{
	filter:grayscale(100%);
}


/*mobil */
@media screen and (max-width: 600px){
	#gallery .project-cards .el-nav.uk-subnav{
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
		margin-right: -15px;
	}

	#gallery  .project-cards .el-nav.uk-subnav li.uk-active a{
		-webkit-appearance: none;
		color: #fff;
		background: #000;
		border: 3px solid #000;
	}
	.project-cards .uk-subnav li{
		padding-left: 0;
	}

	.project-cards .uk-subnav li a{
		color: #000;
		background: transparent;
		border: 2px solid #000;
		padding: 1px 8px 0;
		line-height: 27px;
	  text-align: center!important;
		font-size: 0.72rem;
		transition: all 0.2s;
		box-sizing: border-box;
		text-decoration: none;
	}
	.project-cards .uk-subnav li a:hover{
		color: #fff;
		background: #000;
		transition: all 0.2s;
	}
}

/** Projekte END**/
