.projekt {padding-top: 55vh;}
.projekt .container {max-width: 1200px;}
.projekt > img {
	position: absolute;
	top: 60px;
	left: 0;
	aspect-ratio: 16 / 5.5;
	object-fit: cover;
	display: block;
	height: auto;
	width: 100%;
}
.greenbox {
	background: #3da96d;
	padding: 30px 40px;
	border-radius: 0 0 20px 0;
	position: relative;
	color: #fff;
}
.greenbox h1 {
	color: #054254;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 48px;
	margin: 0;
}
.greenbox h2 {
	color: #fff;
	font-size: 28px;
}
.greenbox ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.greenbox ul li {
	position: relative;
	padding-left: 20px;
}
.greenbox ul li::before {
	position: absolute;
	content: "";
	border-right: solid 2px #054254;
	border-top: solid 2px #054254;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	left: 0;
	top: 7px;
}
.greenbox .col-md-6 {
	padding: 15px;
	border-right: solid 1px #fff;
}
.greenbox .col-md-6 + .col-md-6 {
	border-right: none;
	padding-left: 30px;
	padding-right: 0;
}
.projekt02 {padding: 60px 0 100px 0;}
.projekt0201 {
	position: relative;
	margin: 0 -30px 0 -15px;
}
.projekt0201::before {
	background: #3da96d;
	border-radius: 0 0 0 20px;
	position: absolute;
	content: "";
	right: -40px;
	bottom: -40px;
	width: 50%;
	height: 70%;
}
.projekt0201 > img {
	aspect-ratio: 16 / 11;
	object-fit: cover;
	display: block;
	height: auto;
	width: 100%;
	position: relative;
}
.projekt02 h3 {
	color: #054254;
	font-weight: 700;
	font-size: 30px;
	margin: 20px 0 10px 0;
}
.projekt02 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.projekt02 ul li {
	position: relative;
	padding-left: 20px;
}
.projekt02 ul li::before {
	position: absolute;
	content: "";
	border-right: solid 2px #3da96d;
	border-top: solid 2px #3da96d;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	left: 0;
	top: 7px;
}
.projekt02 hr {margin: 80px -30px 50px -35px;}
.projekt0202 {
	position: relative;
	margin: 0 0 0 -35px;
}
.projekt0202::before {
	background: #3da96d;
	border-radius: 0 0 20px 0;
	position: absolute;
	content: "";
	left: -40px;
	bottom: -40px;
	width: 50%;
	height: 70%;
}
.projekt0202 > img {
	aspect-ratio: 16 / 11;
	object-fit: cover;
	display: block;
	height: auto;
	width: 100%;
	position: relative;
}
.projekt-galerie {
	padding: 60px 0;
	background: #eaeaea;
}
.projekt-galerie h4 {
	color: #054254;
	font-weight: 700;
	font-size: 34px;
	margin: 0 0 20px 0;
}
.projekt-galerie .container + .container {max-width: 1224px;}
.projekt-galerie .row {margin: 0 -5px;}
.projekt-galerie .col-md-4 {padding: 5px;}
.projekt-galerie .col-md-4 a {
	display: block;
	position: relative;
	overflow: hidden;
}
.projekt-galerie .col-md-4 a::after {
	display: block;
	content: "";
	padding-bottom: 60%;
}
.projekt-galerie .col-md-4 a img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.projekt-galerie .col-md-4 a:hover img {transform: scale(1.15);}


/* tom 2025 ---------------------------- */