﻿
#newpage-button-80 {
	display: none;
}
#cms_root {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
}
#cont-57018::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, var(--overlay-opacity, 60%));
}
#text-57021 {
	text-align: center;
}
#text-57021 p {
	align-content: center;
	grid-template-areas: "";
}
#cont-3914 {
	align-items: var(--col-align-items,inherit);
	padding-top: var(--section-padding-top);
	padding-bottom: var(--section-padding-bottom);
	--section-padding-top: 50px;
	--section-padding-bottom: 50px;
}
#text-1368 {
	font-size: 2.5vw;
}
#col-1411 {
	background: var(--color-bg-card);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 40px;
	backdrop-filter: blur(10px);
}
#col-1411 .form-title {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 8px;
	color: var(--color-text-primary);
}
#col-1411 .form-subtitle {
	color: var(--color-text-secondary);
	margin-bottom: 32px;
}
#col-1411 .form-field {
	margin-bottom: 24px;
}
#col-1411 .form-field label {
	display: block;
	font-weight: 500;
	width: 100%;
	margin-bottom: 8px;
	color: var(--color-text-primary);
}
#col-1411 .form-field input , #col-1411 .form-field select , #col-1411 .form-field textarea {
	width: 100%;
	padding: 16px 20px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	color: var(--color-text-primary);
	font-size: 1rem;
	transition: all 0.3s ease;
}
#col-1411 .form-field select option {
	background: var(--color-bg-dark-2);
	color: var(--color-text-primary);
}
#col-1411 .form-field input:focus , #col-1411 .form-field select:focus , #col-1411 .form-field textarea:focus {
	outline: none;
	border-color: var(--color-primary-500);
	box-shadow: 0 0 0 3px rgba(166, 85, 247, 0.1);
	background: rgba(255, 255, 255, 0.08);
}
#col-1411 .form-field input::placeholder , #col-1411 .form-field textarea::placeholder {
	color: var(--color-text-muted);
}
#col-1411 .form-field .textarea {
	width: 100%;
	background: transparent;
	border: none !important;
	outline: none !important;
}
#col-1411 .form-field textarea {
	min-height: 120px;
	resize: vertical;
}
#col-1411 .form-field button {
	width: 100%;
	padding: 18px 24px;
	background: linear-gradient(135deg, var(--color-primary-600), var(--color-primary-700));
	color: var(--color-text-primary);
	border: none;
	border-radius: 12px;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}
#col-1411 .form-field button:hover {
	transform: translateY(-2px);
	box-shadow: 0 10px 30px rgba(166, 85, 247, 0.4);
}
#col-1411 .form-field button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s;
}
#col-1411 .form-field button:hover::before {
	left: 100%;
}
#form-field-1430 label {
	display: none !important;
}
#form-field-1428 {
	display: flex;
	gap: 12px;
	font-size: 14px;
}
#form-field-1428 label {
	color: var(--color-text-primary);
}
#html-1404 .contact-hero {
	padding: 120px 0 80px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
#html-1404 .hero-bg {
	position: absolute;
	top: -50%;
	left: -10%;
	width: 120%;
	height: 200%;
	background: radial-gradient(circle, rgba(166, 85, 247, 0.1) 0%, transparent 70%);
	z-index: 0;
}
#html-1404 .contact-container {
	max-width: 1200px;
	margin: 0 auto 50px;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
#html-1404 .hero-title {
	font-size: 3.5rem;
	font-weight: 700;
	margin-bottom: 20px;
	background: var(--gradient-text-light);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
#html-1404 .hero-subtitle {
	font-size: 1.1rem;
}
#html-1404 /* Quick Contact Options */ .quick-contact {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 24px;
	margin-bottom: 80px;
	max-width: 1200px;
	margin-inline: auto;
}
#html-1404 .contact-option {
	background: var(--color-bg-card);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 32px 24px;
	text-align: center;
	transition: all 0.3s ease;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
#html-1404 .contact-option:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 40px rgba(166, 85, 247, 0.2);
	border-color: var(--color-primary-500);
}
#html-1404 .contact-option::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--color-primary-500), var(--color-secondary-500));
	transform: scaleX(0);
	transition: transform 0.3s ease;
}
#html-1404 .contact-option:hover::before {
	transform: scaleX(1);
}
#html-1404 .contact-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, var(--color-primary-600), var(--color-primary-700));
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	margin: 0 auto 20px;
}
#html-1404 .contact-option h3 {
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 8px;
	color: var(--color-text-primary);
}
#html-1404 .contact-option p {
	color: var(--color-text-secondary);
	margin-bottom: 16px;
}
#html-1404 .contact-value {
	color: var(--color-primary-400);
	font-weight: 600;
	font-size: 1.1rem;
}
#cont-1410 {
	max-width: 1200px;
	margin-inline: auto;
}
#html-1433 {
	margin: 0;
}
#html-1433 .contact-info {
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 500px;
	margin-inline: auto;
}
#html-1433 .info-card {
	background: var(--color-bg-card);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 16px;
	padding: 32px;
	backdrop-filter: blur(10px);
}
#html-1433 .info-card h3 {
	font-size: 1.4rem;
	font-weight: 600;
	margin-bottom: 16px;
	color: var(--color-text-primary);
	display: flex;
	align-items: center;
}
#html-1433 .info-card h3::before {
	content: '';
	width: 4px;
	height: 24px;
	background: var(--color-primary-500);
	border-radius: 2px;
	margin-right: 12px;
}
#html-1433 .info-list {
	list-style: none;
}
#html-1433 .info-list li {
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	display: flex;
	align-items: center;
	color: var(--color-text-secondary);
}
#html-1433 .info-list li:last-child {
	border-bottom: none;
}
#html-1433 .info-list li .icon {
	width: 20px;
	margin-right: 12px;
	text-align: center;
}
#html-1433 .faq-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#html-1433 .faq-item:last-child {
	border-bottom: none;
}
#html-1433 .faq-question {
	font-weight: 600;
	padding: 20px 0 8px;
	color: var(--color-text-primary);
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: color 0.3s ease;
}
#html-1433 .faq-question:hover {
	color: var(--color-primary-400);
}
#html-1433 .faq-answer {
	margin-bottom: 12px;
	color: var(--color-text-secondary);
	display: none;
	animation: slideDown 0.3s ease;
	line-height: 1.5;
}
#html-1433 .faq-item.active .faq-answer {
	display: block;
}
#html-1433 .faq-toggle {
	background: none;
	border: none;
	color: var(--color-primary-400);
	font-size: 1.2rem;
	transition: transform 0.3s ease;
	cursor: pointer;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#html-1433 .faq-item.active .faq-toggle {
	transform: rotate(45deg);
}
#html-1445 {
	margin: 0;
}
#html-1445 ul {
	margin: 0;
}
#html-1445 .technology-section {
	padding: 120px 0;
	position: relative;
	overflow: hidden;
}
#html-1445 .technology-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
#html-1445 .section-header {
	text-align: center;
	margin-bottom: 80px;
}
#html-1445 .section-badge {
	display: inline-block;
	padding: 8px 20px;
	background: rgba(166, 85, 247, 0.1);
	border: 1px solid rgba(166, 85, 247, 0.3);
	border-radius: 50px;
	color: var(--color-primary-300);
	font-size: 0.9rem;
	font-weight: 600;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
#html-1445 .section-title {
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 20px;
	background: var(--gradient-text-light);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 1.2;
}
#html-1445 .section-subtitle {
	font-size: 1.2rem;
	color: var(--color-text-secondary);
	max-width: 700px;
	margin: 0 auto;
	line-height: 1.6;
}
#html-1445 .tech-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	gap: 30px;
	margin-bottom: 100px;
}
#html-1445 .tech-card {
	background: var(--color-bg-card);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	padding: 40px 32px;
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease;
	backdrop-filter: blur(10px);
	cursor: pointer;
}
#html-1445 .tech-card:hover {
	transform: translateY(-8px);
	border-color: var(--color-primary-500);
	box-shadow: 0 20px 60px rgba(166, 85, 247, 0.2);
}
#html-1445 .tech-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, var(--color-primary-500), var(--color-secondary-500));
	transform: scaleX(0);
	transition: transform 0.4s ease;
}
#html-1445 .tech-card:hover::before {
	transform: scaleX(1);
}
#html-1445 .tech-header {
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}
#html-1445 .tech-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, var(--color-primary-600), var(--color-primary-700));
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	margin-right: 20px;
	box-shadow: 0 8px 25px rgba(166, 85, 247, 0.3);
}
#html-1445 .tech-title {
	font-size: 1.4rem;
	font-weight: 700;
	color: var(--color-text-primary);
	margin-bottom: 4px;
}
#html-1445 .tech-subtitle {
	font-size: 0.9rem;
	color: var(--color-text-muted);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
#html-1445 /* Card Content */ .tech-description {
	color: var(--color-text-secondary);
	margin-bottom: 30px;
	line-height: 1.6;
}
#html-1445 /* Feature List */ .tech-features {
	list-style: none;
	margin-bottom: 30px;
}
#html-1445 .tech-features li {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	color: var(--color-text-secondary);
	font-size: 0.95rem;
}
#html-1445 .tech-features li::before {
	content: '✓';
	color: var(--color-success);
	font-weight: bold;
	margin-right: 12px;
	width: 16px;
}
#html-1445 /* Code Block */ .code-block {
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 12px;
	padding: 20px;
	margin: 20px 0;
	font-family: 'Courier New', monospace;
	font-size: 0.85rem;
	overflow-x: auto;
	position: relative;
}
#html-1445 .code-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#html-1445 .code-lang {
	color: var(--color-primary-300);
	font-size: 0.8rem;
	font-weight: 600;
}
#html-1445 .code-copy {
	background: var(--color-primary-600);
	color: white;
	border: none;
	border-radius: 6px;
	padding: 4px 12px;
	font-size: 0.75rem;
	cursor: pointer;
	transition: background 0.3s ease;
}
#html-1445 .code-copy:hover {
	background: var(--color-primary-700);
}
#html-1445 .code-content {
	color: var(--color-text-secondary);
	line-height: 1.5;
}
#html-1445 /* Status Indicators */ .status-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 16px;
	margin: 20px 0;
}
#html-1445 .status-item {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	padding: 16px 12px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
#html-1445 .status-value {
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--color-success);
	display: block;
	margin-bottom: 4px;
}
#html-1445 .status-label {
	font-size: 0.8rem;
	color: var(--color-text-muted);
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
#html-1445 /* Metrics Chart */ .metrics-chart {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 12px;
	padding: 20px;
	margin: 20px 0;
	border: 1px solid rgba(255, 255, 255, 0.1);
}
#html-1445 .chart-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
#html-1445 .chart-title {
	color: var(--color-text-primary);
	font-weight: 600;
}
#html-1445 .chart-value {
	color: var(--color-success);
	font-weight: 700;
	font-size: 1.2rem;
}
#html-1445 .chart-bars {
	display: flex;
	align-items: end;
	gap: 8px;
	height: 60px;
}
#html-1445 .chart-bar {
	background: linear-gradient(to top, var(--color-primary-600), var(--color-primary-400));
	border-radius: 4px 4px 0 0;
	min-width: 12px;
	opacity: 0.8;
	transition: opacity 0.3s ease;
}
#html-1445 .chart-bar:hover {
	opacity: 1;
}
#html-1445 /* Background decoration */ .tech-bg-element {
	position: absolute;
	opacity: 0.03;
	z-index: 1;
}
#html-1445 .tech-bg-1 {
	width: 400px;
	height: 400px;
	background: var(--color-primary-600);
	border-radius: 50%;
	top: 10%;
	right: -100px;
	filter: blur(100px);
}
#html-1445 .tech-bg-2 {
	width: 300px;
	height: 300px;
	background: var(--color-secondary-600);
	border-radius: 50%;
	bottom: 20%;
	left: -80px;
	filter: blur(80px);
}
#html-3911 {
	margin: 0;
}
#cont-3907 {
	align-items: var(--col-align-items,inherit);
	padding-top: var(--section-padding-top);
	padding-bottom: var(--section-padding-bottom);
}
#cont-3907 .hero-sec .hero {
	position: relative;
	min-height: 60vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(135deg, var(--bgcolor2) 0%, var(--bgcolor) 100%);
	overflow: hidden;
	padding: 80px 0 80px;
	mask: linear-gradient(to bottom, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%);
}
#cont-3907 .hero-sec .hero::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('/MEDIA/funktionen-herobgImg.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: 1;
}
#cont-3907 .hero-sec .hero::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, var(--bgcolor2) 0%, var(--bgcolor) 100%);
	opacity: 0.8;
	z-index: 2;
}
#cont-3907 .hero-sec .hero-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 10;
}
#cont-3907 .hero-sec .hero-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}
#cont-3907 .hero-sec .hero-text {
	width: 100%;
}
#cont-3907 .hero-sec .hero-badge {
	display: inline-flex;
	align-items: center;
	padding: 8px 20px;
	background: rgba(166, 85, 247, 0.1);
	border: 1px solid rgba(166, 85, 247, 0.3);
	border-radius: 50px;
	color: var(--hicolor);
	font-size: 0.9rem;
	font-weight: 500;
	margin-bottom: 24px;
}
#cont-3907 .hero-sec .hero-title {
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.1;
	margin-block: 0 24px;
	background: var(--hicolor);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}
#cont-3907 .hero-sec .hero-subtitle {
	font-size: 1.3rem;
	color: var(--locolor);
	line-height: 1.5;
	margin-bottom: 40px;
}
#cont-3907 .hero-sec .hero-cta {
	display: flex;
	justify-content: center;
}
#bhv-database2-62211 {
	ll need for the blog functionality */ --success-color: #10b981;
	--warning-color: #f59e0a;
	--error-color: #ef4444;
	--info-color: #3b82f6;
	--transparent-overlay: rgba(15, 15, 15, 0.8);
	--card-bg: rgba(38, 38, 38, 0.6);
	--border-color: var(--color4);
}
#bhv-database2-62211 .search-filters {
	display: flex;
	gap: 1rem;
	margin-bottom: 3rem;
	flex-wrap: wrap;
	align-items: center;
}
#bhv-database2-62211 .search-box {
	flex: 1;
	min-width: 300px;
	max-width: 650px;
	position: relative;
}
#bhv-database2-62211 .search-input {
	width: 100%;
	padding: 0.75rem 1rem;
	background: var(--color3);
	border: 1px solid var(--color4);
	border-radius: 8px;
	color: var(--color);
	font-size: 1rem;
}
#bhv-database2-62211 .search-input::placeholder {
	color: var(--locolor);
}
#bhv-database2-62211 .filter-checkbox {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 1rem;
	background: var(--color4);
	color: var(--locolor);
	border-radius: 20px;
	font-size: 0.875rem;
	cursor: pointer;
	width: auto;
	transition: all 0.3s ease;
	margin: 0.25rem;
	border: 1px solid transparent;
	user-select: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}
#bhv-database2-62211 .filter-checkbox:active {
	transform: scale(0.98);
	background: var(--hovercolor);
}
#bhv-database2-62211 .filter-checkbox input[type='checkbox'] {
	margin: 0;
	width: 0;
	height: 0;
	outline: none;
}
#bhv-database2-62211 .filter-checkbox .filter-label {
	white-space: nowrap;
}
#bhv-database2-62211 .filter-checkbox input[type='checkbox']:checked + .filter-label {
	font-weight: 500;
}
#bhv-database2-62211 .filter-checkbox:has(input:checked) {
	background: var(--hicolor);
	color: var(--color2);
	border-color: var(--hovercolor);
}
#bhv-database2-62211 .filters {
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem;
	align-items: center;
	width: 60%;
}
#bhv-database2-62211 .active-filters-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	margin: 1.5rem 0;
	padding: 1rem 1.5rem;
	background: linear-gradient(135deg, var(--color3) 0%, rgba(255, 247, 0, 0.1) 100%);
	border: 1px solid var(--hicolor);
	border-radius: 12px;
	font-size: 0.875rem;
	color: var(--color);
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 15px rgba(255, 247, 0, 0.15);
	backdrop-filter: blur(10px);
}
#bhv-database2-62211 .active-filters-info::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background: linear-gradient(90deg, var(--hicolor), var(--hovercolor));
}
#bhv-database2-62211 .active-filters-info span {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 500;
	line-height: 1.4;
}
#bhv-database2-62211 .active-filters-info span::before {
	content: '🔍';
	font-size: 1rem;
	opacity: 0.8;
	flex-shrink: 0;
}
#bhv-database2-62211 .clear-filters-btn {
	background: linear-gradient(135deg, var(--hicolor), var(--hovercolor));
	color: var(--color2);
	border: none;
	padding: 0.6rem 1.2rem;
	border-radius: 8px;
	font-size: 0.8rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 0.5rem;
	box-shadow: 0 2px 8px rgba(255, 247, 0, 0.3);
}
#bhv-database2-62211 .clear-filters-btn::after {
	content: '✕';
	font-size: 0.9rem;
	opacity: 0.8;
}
#bhv-database2-62211 .clear-filters-btn:hover {
	background: linear-gradient(135deg, var(--hovercolor), var(--color8));
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(255, 247, 0, 0.4);
}
#bhv-database2-62211 .clear-filters-btn:active {
	transform: translateY(0);
	box-shadow: 0 2px 6px rgba(255, 247, 0, 0.3);
}
#bhv-database2-62211 .featured-section {
	margin-bottom: 4rem;
}
#bhv-database2-62211 .featured-article {
	background: var(--color3);
	border-radius: 12px;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2rem;
	border: 1px solid var(--color4);
}
#bhv-database2-62211 .featured-image {
	position: relative;
	overflow: hidden;
}
#bhv-database2-62211 .featured-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform-origin: center;
	transition: transform 0.3s ease;
}
#bhv-database2-62211 .featured-article:hover .featured-image img {
	transform: scale(1.05);
}
#bhv-database2-62211 .featured-content {
	padding: 2rem;
	display: flex;
	flex-direction: column;
}
#bhv-database2-62211 .featured-tag {
	display: inline-block;
	background: var(--hicolor);
	color: var(--color2);
	padding: 0.25rem 0.75rem;
	border-radius: 20px;
	font-size: 0.75rem;
	font-weight: 500;
	margin-bottom: 1rem;
	width: fit-content;
}
#bhv-database2-62211 .featured-title {
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 1rem;
	line-height: 1.3;
	color: var(--color);
}
#bhv-database2-62211 .featured-excerpt {
	color: var(--locolor);
	margin-bottom: 1.5rem;
	line-height: 1.6;
}
#bhv-database2-62211 .featured-meta {
	display: flex;
	align-items: center;
	gap: 1rem;
	color: var(--locolor);
	font-size: 0.875rem;
	margin-block-start: auto;
}
#bhv-database2-62211 .read-more {
	color: var(--hicolor);
	text-decoration: none;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
}
#bhv-database2-62211 .read-more:hover {
	color: var(--hovercolor);
}
#bhv-database2-62211 .articles-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 2rem;
}
#bhv-database2-62211 .article-card , #bhv-database2-62211 .article-card-link {
	background: var(--color3);
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid var(--color4);
	transition: all 0.3s ease;
	cursor: pointer;
	height: 100%;
	display: flex;
	flex-direction: column;
	max-width: 450px;
}
#bhv-database2-62211 .article-card:hover {
	transform: translateY(-4px);
	border-color: var(--hicolor);
	box-shadow: 0 10px 25px rgba(255, 247, 0, 0.1);
}
#bhv-database2-62211 .article-image {
	position: relative;
	width: 100%;
	height: 100%;
}
#bhv-database2-62211 .article-image img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	transition: transform 0.3s ease;
}
#bhv-database2-62211 .article-card:hover .article-image img {
	transform: scale(1.05);
}
#bhv-database2-62211 .article-tag {
	position: absolute;
	top: 1rem;
	left: 1rem;
	background: var(--hicolor);
	color: var(--color2);
	padding: 0.25rem 0.75rem;
	border-radius: 20px;
	font-size: 0.75rem;
	font-weight: 500;
}
#bhv-database2-62211 .article-content {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	height: 100%;
}
#bhv-database2-62211 .article-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-block: 0 0.75rem;
	line-height: 1.4;
	color: var(--color);
}
#bhv-database2-62211 .article-excerpt {
	color: var(--locolor);
	margin-bottom: 1rem;
	font-size: 0.925rem;
	line-height: 1.5;
}
#bhv-database2-62211 .article-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--locolor);
	font-size: 0.875rem;
	margin-block-start: auto;
}
#bhv-database2-62211 .article-date {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
#bhv-database2-62211 .read-time {
	color: var(--hicolor);
}
#bhv-database2-62211 /* Load More */ .load-more {
	text-align: center;
	margin-top: 3rem;
}
#bhv-database2-62211 .load-more-btn {
	background: var(--color4);
	color: var(--color);
	border: 1px solid var(--color5);
	padding: 0.75rem 2rem;
	border-radius: 8px;
	font-size: 1rem;
	cursor: pointer;
	transition: all 0.3s ease;
}
#bhv-database2-62211 .load-more-btn:hover {
	background: var(--hicolor);
	color: var(--color2);
	border-color: var(--hicolor);
}
@keyframes fadeout {
	0% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		opacity: 0;
		visibility: hidden;
	}
}

@media (max-width: 768px) {
	#html-1404 .hero-title {
		font-size: 2.5rem;
	}
	#html-1404 .hero-subtitle {
		font-size: 1.1rem;
	}
	#html-1404 .quick-contact {
		grid-template-columns: 1fr;
	}
	#html-1433 .contact-info {
		max-width: 100%;
	}
	#html-1433 .info-card {
		padding: 24px;
	}
	#html-1445 .technology-section {
		padding: 80px 0;
	}
	#html-1445 .section-header {
		margin-bottom: 60px;
	}
	#html-1445 .section-title {
		font-size: 2rem;
	}
	#html-1445 .tech-card {
		padding: 32px 24px;
	}
	#html-1445 .tech-header {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	#html-1445 .tech-icon {
		margin-right: 0;
		margin-bottom: 16px;
	}
	#cont-3907 .hero-sec .hero {
		padding: 100px 0 60px;
		min-height: auto;
	}
	#cont-3907 .hero-sec .hero-title {
		font-size: 2.5rem;
	}
	#cont-3907 .hero-sec .hero-subtitle {
		font-size: 1.1rem;
	}
	#bhv-database2-62211 .active-filters-info {
		flex-direction: column;
		align-items: stretch;
		gap: 0.75rem;
		padding: 1rem;
		margin: 1rem 0;
	}
	#bhv-database2-62211 .active-filters-info span {
		text-align: center;
		justify-content: center;
	}
	#bhv-database2-62211 .clear-filters-btn {
		align-self: center;
		min-width: 150px;
		justify-content: center;
	}
	#bhv-database2-62211 .featured-content {
		padding: 0 1rem 1rem;
	}
	#bhv-database2-62211 .featured-title {
		margin-top: 0px;
	}
	#bhv-database2-62211 .featured-article {
		grid-template-columns: 1fr;
	}
	#bhv-database2-62211 .featured-image {
		order: -1;
	}
	#bhv-database2-62211 .articles-grid {
		grid-template-columns: 1fr;
	}
	#bhv-database2-62211 .search-filters {
		flex-direction: column;
		align-items: stretch;
	}
	#bhv-database2-62211 .search-box {
		min-width: auto;
	}
	#bhv-database2-62211 .nav-links {
		display: none;
	}
	#bhv-database2-62211 .filters {
		width: 100%;
	}
	#bhv-database2-62211 .filter-checkbox {
		justify-content: flex-start;
		margin: 0.125rem 0;
	}
}

@media (max-width: 480px) {
	#html-1404 .contact-hero {
		padding: 80px 0 60px;
	}
	#html-1404 .hero-title {
		font-size: 2rem;
	}
	#html-1445 .section-title {
		font-size: 1.8rem;
	}
	#html-1445 .tech-card {
		padding: 24px 20px;
	}
	#html-1445 .status-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	#cont-3907 .hero-sec .hero-title {
		font-size: 2rem;
	}
}

@media (max-width: 1024px) {
	#html-1445 .tech-grid {
		grid-template-columns: 1fr;
		gap: 25px;
	}
	#html-1445 .section-title {
		font-size: 2.5rem;
	}
	#cont-3907 .hero-sec .hero-title {
		font-size: 3rem;
	}
}

@media (hover: hover) and (pointer: fine) {
	#bhv-database2-62211 .filter-checkbox:hover {
		background: var(--hicolor);
		color: var(--color2);
	}
}
