/* //HC */

.hero-content-title-container {
	padding: 0 60px;
}

.hero {
	padding-top: 40px;
	padding-bottom: 100px;
	text-align: center;
	min-height: min(calc(100dvh - 2px), 920px);
	display: flex;
}

.hero-content {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	gap: 10px;
	height: 100%;
}

.hero-content h1 {
	font-size: 56px;
	line-height: 80px;
}

.hero-btn-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 20px;
}

.subtitle {
	font-size: 14px;
	line-height: 23px;
	color: var(--secondary-text-color);
}

.hero-content-image-container {
	background: url('/public/index/HeroBackground.jpg');
}

.image-background {
	width: 100%;
	height: min(500px, calc(100vh / 2));
	background: url('/public/index/HeroBackground.jpg') left 100%/cover no-repeat;
	border-radius: 20px;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	min-height: 315px;
}

.feature-card {
	position: relative;
	bottom: -170px;
	background: white;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 30px 40px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	width: 95%;
	max-width: 1000px;
	text-align: center;
}

.feature {
	flex: 1;
}

.feature i {
	font-size: 30px;
	margin-bottom: 10px;
	display: inline-block;
}

.feature h4 {
	margin: 10px 0 5px;
	font-size: 14px;
	font-weight: bold;
	color: var(--primary-color);
}

.feature p {
	margin: 0;
	font-size: 14px;
	color: #555;
}

.wv-kosten > h2 {
	font-size: 32px;
	position: relative;
	text-align: center;
}

.wv-kosten > p {
	/* font-size: 32px; */
	/* position: relative; */
	text-align: center;
}

.wv-kosten-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.wv-kosten-single-wrapper {
	width: 50%;
	padding: 8px;
	position: relative;
	padding-top: 15px;
}

.wv-kosten-single {
	border-radius: 20px;
	overflow: hidden;
	display: block;
	background-color: var(--background-color);
}

.wv-kosten-single .best-seller {
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	background-color: var(--secondary-color);
	color: white;
	padding: 5px 15px;
	border-radius: 10px;
	box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
	font-size: 14px;
}

.wv-kosten-single img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center center;
}

.wv-kosten-content{
	padding: 30px;
	padding-top: 20px;
}

.wv-kosten-content .eur {
	font-size: 32px;
	font-weight: 600;
}

.wv-kosten-content .notice {
	font-size: 13px;
	color: gray;
}

.dienstleistungen {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.dienstleistungen h2 {
	font-size: 40px;
	position: relative;
}

.dienstleistungen h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 64px;
	height: 4px;
	background-color: var(--secondary-color);
}

.dienstleistungen-boxes {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, auto);
	gap: 20px;
}

.dienstleistungen-box {
	background: var(--background-color);
	border-radius: 10px;
}

.dienstleistungen-box h3 {
	font-size: 24px;
	color: var(--primary-color);
	text-transform: uppercase;
}

.dienstleistungen-box p {
	font-size: 16px;
	color: var(--secondary-text-color);
	line-height: 23px;
}

.dienstleistungen-box a {
	display: inline-block;
	align-self: start;
}

.dienstleistungen-box img {
	border-bottom: 3px solid var(--secondary-color);
}

.dienstleistungen-box-text {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 25px;
}

.zaunarten {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.zaunarten-boxes-background {
	background: var(--background-color);
	position: relative;
}

.zaunarten-box {
	padding: 60px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	position: relative;
}

.zaunarten-boxes-background .zaunarten-box:nth-child(1)::after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 100vw;
	height: 1px;
	background-color: #00012d1c;
}

.zaunarten-box-left {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.zaunarten-box-left-titles {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.zaunarten-box-left p:first-child {
	color: var(--secondary-color);
	font-size: 16px;
}

.zaunarten-box-left h3 {
	color: var(--primary-color);
	font-size: 40px;
	line-height: 1;
}

.zaunarten-box-right h3 {
	color: var(--primary-color);
	font-size: 40px;
	line-height: 1;
}

.zaunarten-box-left>p:nth-child(3) {
	color: var(--secondary-text-color);
	font-size: 16px;
	line-height: 23px;
}

.zaunarten-box-right {
	width: 50%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.zaunarten-title h2 {
	font-size: 40px;
	position: relative;
}

.zaunarten-title h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 64px;
	height: 4px;
	background-color: var(--secondary-color);
}

.zaunarten-btn-container {
	display: inline-flex;
	gap: 0;
}

.zaunarten-btn-container .btn:hover {
	background: var(--secondary-color);
}

.zaunarten-btn-container .btn-secondary:hover {
	background-color: var(--accent-color);
}

.zaunarten-btn-container .btn {
	border-radius: 5px 0 0 5px;
}

.zaunarten-btn-container .btn-secondary {
	border-radius: 0 5px 5px 0;
	color: var(--secondary-color);
}

.besondere-eigenschaften {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.besondere-eigenschaften h2 {
	font-size: 40px;
	position: relative;
}

.besondere-eigenschaften h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 64px;
	height: 4px;
	background-color: var(--secondary-color);
}

.besondere-eigenschaften-boxes {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.besondere-eigenschaften-top-box {
	background: var(--background-color);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}

.besondere-eigenschaften-top-box p {
	padding: 0 0 0 34px;
}

.besondere-eigenschaften-top-box-left {
	width: 50%;
	padding: 20px;
}

.besondere-eigenschaften-top-box-right {
	width: 50%;
	position: relative;
	height: 100%;
	min-height: 300px;
}

.besondere-eigenschaften-top-box-right img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.besondere-eigenschaften-bottom-boxes {
	display: flex;
	gap: 20px;
	align-items: stretch;
}

.besondere-eigenschaften-bottom-boxes p {
	padding: 0 0 0 34px;
}

.besondere-eigenschaften-bottom-boxes>div {
	padding-top: 40px;
}

.besondere-eigenschaften-bottom-box-left {
	background: var(--background-color);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.besondere-eigenschaften-bottom-box-right {
	background: var(--background-color);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.besondere-eigenschaften-title {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.besondere-eigenschaften-title h3 {
	line-height: 1;
	text-transform: uppercase;
	font-size: 24px;
	color: var(--secondary-color);
}

.besondere-eigenschaften-bottom-box-left-text {
	padding: 20px;
}

.besondere-eigenschaften-image-container {
	border-top: 3px solid var(--secondary-color);
}

@media (max-width: 767px) {
	.hero {
		padding-top: 20px;
		padding-bottom: 300px;
	}

	.hero-content h1 {
		font-size: 36px;
		line-height: 1.2;
	}

	.hero-content-title-container {
		padding: 0;
	}

	.image-background {
		display: flex;
		background-size:cover	;
		background-position: center;
		background-repeat: no-repeat;
		max-height: unset;
		height: auto;
		min-height: unset;
		height: 300px;
		background-image: url('/public/index/HeroBackground\ -\ Copy.jpg');
	}

	.feature-card {
		gap: 20px;
		padding: 20px 20px;
		width: 90%;
		flex-direction: column;
		bottom: -550px;
	}

	.wv-kosten {
		margin-top: 60px;
	}

	.wv-kosten-single-wrapper {
		width: 100%;
	}

	.dienstleistungen-boxes {
		grid-template-columns: repeat(1, 1fr);
		grid-template-rows: repeat(1, auto);
	}

	.zaunarten-boxes .zaunarten-box:nth-child(1) {
		flex-direction: column-reverse;
	}

	.zaunarten-boxes .zaunarten-box:nth-child(2) {
		flex-direction: column;
	}

	.zaunarten-box-left {
		width: 100%;
	}

	.zaunarten-box-right {
		width: 100%;
	}

	.besondere-eigenschaften-top-box {
		flex-direction: column;
	}

	.besondere-eigenschaften-top-box-left {
		width: 100%;
	}

	.besondere-eigenschaften-top-box-right {
		width: 100%;
	}

	.besondere-eigenschaften-top-box-right img {
		position: relative;
	}

	.besondere-eigenschaften-bottom-boxes {
		flex-direction: column;
	}
}

@media (max-width: 425px) {
	.hero-content {
		flex-direction: column;
		gap: 20px;
	}

	.hero-btn-container {
		flex-direction: column;
	}

	.besondere-eigenschaften h2::after {
		bottom: -10px;
	}

	.besondere-eigenschaften-top-box-right img {
		position: absolute;
	}
}

@media (max-width: 350px) {
	.hero {
		justify-content: center;
	}

	.dienstleistungen h2 {
		font-size: 32px;
	}

	.dienstleistungen {
		align-items: center;
	}

	.zaunarten-title h2 {
		font-size: 32px;
	}

	.zaunarten-box-left h3 {
		font-size: 32px;
	}

	.zaunarten-box-right h3 {
		font-size: 32px;
	}

	.besondere-eigenschaften h2 {
		font-size: 32px;
	}
}