/* cmsms stylesheet: stylesheet_css modified: Sonntag, 2. August 2026 11:13:57 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/* Basis */
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
	margin: 0;
	padding: 24px 0 0 0;
	min-height: 100vh;
	color: #111;
	background-color: #071524;
	background-image: url(https://www.ulrichradig.de/home/uploads/images/theme/radig_bg.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

div {
	font-size: 1em;
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

a,
a:link,
a:active {
	text-decoration: none;
	background-color: inherit;
	color: #0F538A;
}

a:visited {
	text-decoration: none;
	background-color: inherit;
	color: #0F538A;
}

a:hover {
	text-decoration: underline;
	background-color: inherit;
	color: #0B2E4A;
}

/***************** Grundlayout *****************/

div#pagewrapper {
	margin: 0 auto;
	max-width: 1380px;
	min-width: 0;
	padding: 0;
	text-align: left;
	background-color: #FFFFFF;
	color: #111111;
	box-shadow: 0 14px 45px rgba(0, 0, 0, 0.30);
	border-radius: 18px;
	overflow: hidden;
}

/* alte Bereiche ausblenden */
div#header,
div#search,
div.crbk,
div.breadcrumbs,
div#sidebar,
div#sidebara,
div#sidebarb,
div.back,
div.back1,
div.back2,
div.back3 {
	display: none;
}

/***************** Topbar *****************/

div#topbar {
	background: #0d1319;
	border-bottom: 1px solid rgba(255,255,255,0.08);
}

div#topbar .topbar_inner {
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 28px;
	min-height: 54px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 20px;
}

div#topbar .topbar_brand a,
div#topbar .topbar_brand a:link,
div#topbar .topbar_brand a:visited {
	display: block;
	color: #ffffff;
	font-size: 1.18em;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-decoration: none;
}

/***************** Hauptnavigation oben *****************/

div#menu_horiz {
	margin: 0 0 0 50px;
	padding: 0;
}

div#menu_horiz ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 50px;
}

div#menu_horiz li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#menu_horiz a,
div#menu_horiz a:link,
div#menu_horiz a:active,
div#menu_horiz a:visited {
	display: block;
	color: #d5dde6;
	text-decoration: none;
	padding: 8px 14px;
	border-radius: 8px;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2em;
	white-space: nowrap;
	transition: background 0.2s ease, color 0.2s ease;
}

div#menu_horiz a:hover {
	background: rgba(255,255,255,0.06);
	color: #ffffff;
	text-decoration: none;
}

/***************** Hero *****************/

div#hero_main {
	position: relative;
	background:
		linear-gradient(90deg, rgba(16,24,33,0.93) 0%, rgba(16,24,33,0.82) 35%, rgba(16,24,33,0.62) 55%, rgba(16,24,33,0.78) 100%),
		url(https://www.ulrichradig.de/home/uploads/images/theme/logo_rhs_new.jpg) no-repeat center 46%;
	background-size: cover;
	color: #ffffff;
	border-bottom: 1px solid #233243;
	overflow: hidden;
}

div#hero_main:before {
	content: "";
	display: none;
}

div#hero_main .hero_inner {
	max-width: 1380px;
	margin: 0 auto;
	padding: 48px 42px 46px 42px;
	position: relative;
	z-index: 1;
}

div#hero_main .hero_kicker {
	color: #8fa2b6;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 0.95em;
	font-weight: bold;
	margin-bottom: 12px;
}

div#hero_main h1 {
	font-size: 3.7em;
	line-height: 1.12em;
	margin: 0 0 12px 0;
	color: #ffffff;
}

div#hero_main p {
	max-width: 900px;
	color: #d0d9e3;
	font-size: 1.35em;
	line-height: 1.7em;
	margin: 0 0 22px 0;
}

div#hero_main .hero_buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

div#hero_main .hero_btn,
div#hero_main .hero_btn:link,
div#hero_main .hero_btn:visited {
	display: inline-block;
	padding: 14px 20px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

div#hero_main .hero_btn_primary {
	background: #ffffff;
	color: #101820;
}

div#hero_main .hero_btn_primary:hover {
	background: #dff3ff;
	color: #101820;
	text-decoration: none;
}

div#hero_main .hero_btn_secondary {
	border: 1px solid rgba(255,255,255,0.42);
	color: #ffffff;
	background: transparent;
}

div#hero_main .hero_btn_secondary:hover {
	background: rgba(255,255,255,0.10);
	color: #ffffff;
	text-decoration: none;
}

/***************** Hauptkategorien unter Hero *****************/

div#sectionbar {
	background: #eef3f7;
	border-bottom: 1px solid #dce4ec;
}

div#sectionbar .sectionbar_inner {
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 28px;
}

div#sectionbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

div#sectionbar li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#sectionbar a,
div#sectionbar a:link,
div#sectionbar a:visited {
	display: block;
	color: #2a425c;
	text-decoration: none;
	padding: 15px 16px 13px 16px;
	font-weight: bold;
	font-size: 1em;
	border-bottom: 3px solid transparent;
}

div#sectionbar a:hover {
	color: #0B2E4A;
	background: #E7EEF5;
	border-bottom-color: #0F538A;
	text-decoration: none;
}

div#sectionbar a.active,
div#sectionbar li.currentpage > a,
div#sectionbar li.activeparent > a {
	color: #0B2E4A;
	background: #DBE6F0;
	border-bottom-color: #0F538A;
	text-decoration: none;
}

/***************** Overlay Navigation *****************/

.navtoggle {
	position: absolute;
	left: -9999px;
}

div#contentwrap {
	background: #ffffff;
}

.layout {
	position: relative;
	min-height: 760px;
	padding-left: 42px; /* Platz nur für den Pfeil */
}

/* Pfeil sichtbar, aber nicht auf dem Content */
.overlay_toggle {
	position: absolute;
	left: 0;
	top: 28px;
	width: 42px;
	height: 124px;
	background: #0F538A;
	color: #ffffff;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	box-shadow: none;
	z-index: 25;
	cursor: pointer;
	user-select: none;
}

.overlay_toggle span {
	display: inline-block;
	transition: transform 0.25s ease;
}

/* Nur das Menü überdeckt den Content */
.sidebar_overlay {
	position: absolute;
	left: 42px;
	top: 24px;
	width: 290px;
	z-index: 20;
	transform: translateX(calc(-100% - 42px));
	transition: transform 0.25s ease;
}

.sidebar_box {
	border: 2px solid #d7e0e8;
	background: #ffffff;
	border-radius: 0;
	padding: 18px;
	box-shadow: 0 18px 36px rgba(12,28,42,0.14);
}

.navtoggle:checked ~ #contentwrap .sidebar_overlay {
	transform: translateX(0);
}

.navtoggle:checked ~ #contentwrap .overlay_toggle span {
	transform: rotate(180deg);
}

.sidebar_box h3 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	color: #5F7386;
	margin: 0 0 12px 0;
}

/***************** Navigator vertikal *****************/

div#menu_vert ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 2px;
}

div#menu_vert li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#menu_vert a,
div#menu_vert a:link,
div#menu_vert a:visited {
	display: block;
	text-decoration: none;
	color: #1B2F42;
	font-size: 0.98em;
	font-weight: bold;
	padding: 10px 12px;
	border-radius: 0;
	background: #EEF2F6;
	border-left: 3px solid transparent;
	transition: none;
	box-shadow: none;
}

div#menu_vert ul ul a,
div#menu_vert ul ul a:link,
div#menu_vert ul ul a:visited {
	padding-left: 30px;
}

div#menu_vert a span {
	display: block;
	color: inherit;
	border-radius: 0;
}

div#menu_vert a:hover {
	background: #DBE6F0;
	color: #0B2E4A;
	text-decoration: none;
	border-left: 3px solid #0F538A;
	border-radius: 0;
	box-shadow: none;
}

div#menu_vert a:hover span {
	color: #0B2E4A;
}

div#menu_vert li.currentpage > a,
div#menu_vert li.activeparent > a {
	background: #DBE6F0;
	color: #0B2E4A;
	text-decoration: none;
	border-left: 3px solid #0F538A;
}

div#menu_vert li.currentpage > a span,
div#menu_vert li.activeparent > a span {
	color: #0B2E4A;
}

/***************** Content *****************/

div#content {
	display: block;
	padding: 0;
	background: #ffffff;
}

div#main {
	padding: 34px 40px 46px 40px;
	position: relative;
	z-index: 1;
}

/* optional etwas ruhigerer Lesebereich ohne Layoutverschiebung */
div#main > * {
	max-width: 1180px;
}

div#main img,
div#main table,
div#main pre,
div#main .fullwidth {
	max-width: 100%;
}

div#content h1 {
	font-size: 2.3em;
	line-height: 1.2em;
	margin: 0 0 0.5em 0;
	color: #0F538A;
}

div#content h2 {
	color: #0F538A;
	font-size: 2.1em;
	text-align: left;
	padding: 0 0 0.35em 0;
	border-bottom: 2px solid #0F538A;
	border-left: none;
	line-height: 1.3em;
	margin: 0 0 0.9em 0;
}

div#content h3 {
	color: #0F538A;
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 1.2em 0 0.5em 0;
}

div#content h4 {
	color: #0F538A;
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 1em 0 0.4em 0;
	border-bottom: 1px solid #0F538A;
	padding-bottom: 0.2em;
}

div#content h5 {
	color: #0F538A;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}

h6 {
	color: #0F538A;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0.25em 0;
}

p {
	font-size: 1.08em;
	margin: 0 0 1.4em 0;
	line-height: 1.7em;
	padding: 0;
}

blockquote {
	border-left: 10px solid #ddd;
	margin-left: 10px;
	padding-left: 12px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code, pre {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}

pre {
	border: 1px solid #000;
	background-color: #ddd;
	margin: 0 1em 1em 1em;
	padding: 0.5em;
	line-height: 1.5em;
	font-size: 90%;
}

div#main ul,
div#main ol,
div#main dl {
	font-size: 1.05em;
	line-height: 1.7em;
	margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
	margin: 0 0 0.35em 2em;
}

div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}

div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}

div#main dl dd {
	margin: 0 0 1em 1em;
}

/* Dateilinks */
#main a[href$='.zip'] {
	display: inline-block;
	padding-left: 22px;
	line-height: 18px;
	background: transparent url(https://www.ulrichradig.de/home/uploads/images/theme/icons/page_white_compressed.png) center left no-repeat;
}

#main a[href$='.pdf'] {
	display: inline-block;
	padding-left: 22px;
	line-height: 18px;
	background: transparent url(https://www.ulrichradig.de/home/uploads/images/theme/icons/page_white_acrobat.png) center left no-repeat;
}

#main a[href$='.doc'] {
	display: inline-block;
	padding-left: 22px;
	line-height: 18px;
	background: transparent url(https://www.ulrichradig.de/home/uploads/images/theme/icons/page_word.png) center left no-repeat;
}

#main a[href$='.docx'] {
	display: inline-block;
	padding-left: 22px;
	line-height: 18px;
	background: transparent url(https://www.ulrichradig.de/home/uploads/images/theme/icons/page_word.png) center left no-repeat;
}

#main a[href$='.h'] {
	display: inline-block;
	padding-left: 22px;
	line-height: 18px;
	background: transparent url(https://www.ulrichradig.de/home/uploads/images/theme/icons/page_white_h.png) center left no-repeat;
}

#main a[href$='.jar'] {
	display: inline-block;
	padding-left: 22px;
	line-height: 18px;
	background: transparent url(https://www.ulrichradig.de/home/uploads/images/theme/icons/page_white_cup.png) center left no-repeat;
}

/***************** Footer *****************/

div.footback {
	clear: both;
	padding: 0;
	background: none;
}

div#footer {
	background: #1A2430;
	color: #D9E2EB;
	padding: 26px 28px 18px 28px;
	border-top: 1px solid rgba(255,255,255,0.06);
}

.footer_grid {
	max-width: 1380px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 28px;
	align-items: start;
}

.footer_col {
	min-width: 0;
}

.footer_col h4 {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	margin-bottom: 12px;
	display: block;
}

.footer_col p {
	font-size: 14px;
	line-height: 1.7;
	color: #D9E2EB;
	margin-bottom: 6px;
}

.footer_col a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

.footer_col a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.footer_links {
	display: grid;
	gap: 8px;
}

.footer_col:nth-child(2) {
	padding-left: 120px;
}

.footer_col:nth-child(3) {
	padding-left: 170px;
}

.footer_bottom {
	max-width: 1380px;
	margin: 16px auto 0 auto;
	padding-top: 14px;
	border-top: 1px solid rgba(255,255,255,0.08);
	font-size: 13px;
	color: #AEBBC8;
}

/***************** Sonstiges *****************/

div.hr {
	height: 1px;
	padding: 1em;
	border-bottom: 1px dotted black;
	margin: 1em;
}

div.left49 {
	width: 70%;
}

div.right49 {
	float: right;
	width: 29%;
	text-align: right;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.accessibility,
hr.accessibility {
	position: absolute;
	left: -999em;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/***************** Responsive *****************/

@media (max-width: 1100px) {
	div#topbar .topbar_inner,
	div#hero_main .hero_inner,
	div#sectionbar .sectionbar_inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	div#hero_main:before {
		display: none;
	}

	div#hero_main h1 {
		font-size: 2.8em;
	}

	.footer_grid {
		grid-template-columns: 1fr;
	}

	.footer_col:nth-child(2),
	.footer_col:nth-child(3) {
		padding-left: 0;
	}

	.sidebar_overlay {
		position: relative;
		left: 0;
		top: 0;
		width: auto;
		transform: none;
		padding: 18px;
	}

	.sidebar_box {
		border-radius: 16px;
	}

	.overlay_toggle {
		display: none;
	}

	.layout {
		padding-left: 0;
	}

	div#main > * {
		max-width: none;
	}
}

@media (max-width: 720px) {
	.hide_mobile {
		display: none;
	}
}

@media (max-width: 720px) {
	body {
		padding: 10px;
	}

	div#topbar .topbar_inner {
		display: block;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	div#menu_horiz ul {
		margin-top: 12px;
	}

	div#hero_main .hero_inner,
	div#main,
	div#sectionbar .sectionbar_inner {
		padding-left: 16px;
		padding-right: 16px;
	}

	div#hero_main:before {
		display: none;
	}

	div#hero_main h1 {
		font-size: 2.2em;
	}

	div#hero_main p {
		font-size: 1.1em;
	}

	div#footer {
		padding-left: 18px;
		padding-right: 18px;
	}
}

/* ------------------------------------------------------------------------- */
/* Startseite Intro / Profilblock */
/* ------------------------------------------------------------------------- */

@media (max-width: 720px) {
	.home-profile-inline {
		display: block !important;
	}

	.home-profile-inline-image {
		margin: 0 0 18px 0 !important;
	}
}

/* LEDExtreme CMSMS integration */
.ledx-page{color:#30343b;line-height:1.55}.ledx-page h3{color:#07518d}.ledx-lead{padding:1.2em 1.35em;border-left:4px solid #df6c24;background:#f7f8f9}.ledx-kicker{margin:0 0 .35em;color:#c95716;font-size:.82em;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.ledx-intro{max-width:720px;margin:0;font-size:1.15em}.ledx-actions{margin:1em 0 0}.ledx-actions a{display:inline-block;margin:.2em .7em .2em 0}a.ledx-button{padding:.68em 1em!important;border:0!important;border-radius:4px!important;background:#d9621d!important;color:#fff!important;font-weight:700!important;text-decoration:none!important}a.ledx-button:hover,a.ledx-button:focus{background:#a9430e!important}a.ledx-textlink{padding:.62em .1em;color:#07518d!important;font-weight:700;text-decoration:none}a.ledx-textlink:hover,a.ledx-textlink:focus{text-decoration:underline}.ledx-figure{margin:1.25em 0;text-align:center}.ledx-main-image,.ledx-show-image{display:inline-block;box-sizing:border-box;width:auto;height:auto;border:1px solid #cbd3da;border-radius:5px}.ledx-main-image{max-width:min(100%,720px);max-height:620px}.ledx-show-image{max-width:min(100%,520px);max-height:390px}.ledx-facts{display:grid;grid-template-columns:repeat(4,1fr);max-width:820px;margin:1.2em auto 1.8em;border:1px solid #d3d9df;border-radius:5px}.ledx-facts div{padding:.75em .4em;border-right:1px solid #dfe3e7;text-align:center}.ledx-facts div:last-child{border-right:0}.ledx-facts strong{display:block;color:#d9621d;font-size:1.45em;line-height:1}.ledx-facts span{display:block;margin-top:.25em;font-size:.88em}.ledx-section-title{margin:0 0 .65em!important}.ledx-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1em}.ledx-card,.ledx-panel{padding:1em;border:1px solid #d3d9df;border-radius:5px;background:#fff}.ledx-card h3,.ledx-panel h3{margin:0 0 .5em;font-size:1.08em}.ledx-card ul,.ledx-panel ul{margin:0;padding-left:1.2em}.ledx-card li,.ledx-panel li{margin:.3em 0}.ledx-workflow{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(360px,1.15fr);align-items:center;gap:1.5em;margin:1.8em 0}.ledx-workflow h3{margin-top:0}.ledx-steps{margin:0;padding:0;list-style:none;counter-reset:step}.ledx-steps li{position:relative;min-height:2.3em;margin:.7em 0;padding-left:2.8em;counter-increment:step}.ledx-steps li:before{position:absolute;left:0;top:0;width:2em;height:2em;border-radius:50%;background:#d9621d;color:#fff;content:counter(step);font-weight:700;line-height:2em;text-align:center}.ledx-steps strong,.ledx-steps span{display:block}.ledx-steps span{color:#59616a}.ledx-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1em;margin:1.4em 0}.ledx-download{margin-top:1.6em;padding:1.2em 1.35em;border-top:4px solid #d9621d;background:#f0f2f4}.ledx-download h3{margin:.1em 0 .35em}.ledx-download p{margin:.5em 0}.ledx-note{color:#505b64;font-size:.92em}.ledx-checksum{padding-top:.65em;border-top:1px solid #d2d7dc}.ledx-checksum strong,.ledx-checksum code{display:block}.ledx-checksum code{margin-top:.25em;overflow-wrap:anywhere;word-break:break-word;font-size:.82em}
@media(max-width:760px){.ledx-grid,.ledx-workflow,.ledx-info-grid{grid-template-columns:1fr}.ledx-main-image{max-height:none}.ledx-workflow{gap:.5em}}
@media(max-width:520px){.ledx-facts{grid-template-columns:1fr 1fr}.ledx-facts div:nth-child(2){border-right:0}.ledx-facts div:nth-child(-n+2){border-bottom:1px solid #dfe3e7}.ledx-actions a{display:block;margin:.45em 0;text-align:center}}

/* Navigation and updates redesign 2026-07-26 */
body{padding-top:14px}div#pagewrapper{max-width:1280px;border-radius:12px}div#topbar .topbar_inner{min-height:46px;padding:0 24px}div#menu_horiz{margin-left:24px}div#menu_horiz ul{gap:18px}div#hero_main .hero_inner{padding:28px 34px 30px}div#hero_main h1{font-size:2.75em;margin-bottom:8px}div#hero_main p{font-size:1.14em;line-height:1.5;margin-bottom:14px}div#hero_main .hero_btn{padding:10px 15px;border-radius:6px}
#sectionbar{position:relative;z-index:40}.mainnavtoggle{position:absolute;left:-9999px}.mainnav_button{display:none}.sectionbar_inner>ul{display:flex;flex-wrap:nowrap;align-items:stretch;gap:0!important}.sectionbar_inner li{position:relative}.sectionbar_inner>ul>li>a{display:flex!important;align-items:center;gap:7px;padding:14px 14px 12px!important;white-space:nowrap}.nav_arrow{font-size:.82em}.sectionbar_inner ul ul{position:absolute;left:0;top:100%;display:none!important;min-width:250px;padding:8px!important;background:#fff;border:1px solid #d6e0e8;box-shadow:0 14px 32px rgba(9,30,48,.18)}.sectionbar_inner li:hover>ul,.sectionbar_inner li:focus-within>ul{display:block!important}.sectionbar_inner ul ul li{display:block;width:100%}.sectionbar_inner ul ul a{display:block!important;padding:10px 13px!important;border:0!important;color:#203a51!important;font-weight:normal!important;line-height:1.35}.sectionbar_inner ul ul a:hover,.sectionbar_inner ul ul li.currentpage>a{background:#e8f0f6!important;color:#0b4776!important}.sectionbar_inner ul ul .nav_arrow{display:none}
#contentwrap{background:#fff}#contentwrap .layout,.overlay_toggle,.sidebar_overlay,.navtoggle{display:none!important}div#main{max-width:1120px;margin:0 auto;padding:30px 34px 40px}div#main>*{max-width:none}div#content h2{font-size:1.85em;margin-bottom:.75em}.page_meta{margin-top:34px;padding-top:12px;border-top:1px solid #dce3e9;color:#647789;font-size:.9em}.page_navigation{display:flex;justify-content:space-between;gap:20px;margin-top:15px}.page_navigation p{margin:0}
.home_quicklinks,.latest_updates{margin:24px 0 30px}.home_section_head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:14px}.home_section_head h3{margin:2px 0 0!important;font-size:1.5em!important}.home_section_head p{max-width:430px;margin:0;color:#5d7183;font-size:.96em}.home_eyebrow{color:#d45c17;font-size:.76em;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.quicklinks_grid,.updates_grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.quicklinks_grid a,.update_card{display:block;padding:15px 16px;border:1px solid #d5dfe7;border-radius:6px;background:#f7f9fb;color:#193b58!important;text-decoration:none!important}.quicklinks_grid a:hover,.update_card:hover{border-color:#0f538a;background:#edf4f9;transform:translateY(-1px)}.quicklinks_grid strong,.quicklinks_grid span,.update_card strong,.update_card span,.update_card time{display:block}.quicklinks_grid strong{margin-bottom:5px;font-size:1.05em}.quicklinks_grid span{color:#607486;font-size:.9em;line-height:1.4}.updates_grid{grid-template-columns:repeat(3,minmax(0,1fr))}.update_card time{margin-bottom:7px;color:#d45c17;font-size:.8em;font-weight:bold}.update_card strong{min-height:2.6em;line-height:1.3}.update_card span{margin-top:10px;color:#557087;font-size:.86em}
@media(max-width:1000px){.sectionbar_inner>ul{overflow-x:auto}.sectionbar_inner>ul>li>a{padding-left:11px!important;padding-right:11px!important}.quicklinks_grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){body{padding:0}div#pagewrapper{border-radius:0}div#hero_main .hero_inner{padding:22px 18px}div#hero_main h1{font-size:2em}.mainnav_button{display:flex;align-items:center;justify-content:space-between;padding:13px 18px;color:#173b59;font-weight:bold;cursor:pointer}.mainnav_button b{font-size:1.3em}.sectionbar_inner{display:none;padding:0 12px 12px!important}.mainnavtoggle:checked~.sectionbar_inner{display:block}.sectionbar_inner>ul{display:block;overflow:visible}.sectionbar_inner>ul>li>a{padding:11px 8px!important;border-bottom:1px solid #dbe3ea!important}.sectionbar_inner ul ul{position:static;display:block!important;min-width:0;padding:0 0 7px 14px!important;border:0;box-shadow:none;background:transparent}.sectionbar_inner ul ul a{padding:8px 10px!important}.nav_arrow{display:none}div#main{padding:24px 18px}.home_section_head{display:block}.home_section_head p{margin-top:6px}.quicklinks_grid,.updates_grid{grid-template-columns:1fr}.update_card strong{min-height:0}.page_navigation{display:block}}

/* Home text and wide light menu refinement 2026-07-26 */
.home-intro-compact{max-width:850px;margin:0 0 28px}.home-intro-compact p{margin:0 0 10px;font-size:1.04em;line-height:1.65;color:#354a5c}.home-intro-compact .home-intro-lead{font-size:1.17em;line-height:1.55;color:#142f46}.sectionbar_inner>ul>li:first-child>ul{width:590px;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:8px}.sectionbar_inner>ul>li:first-child:hover>ul,.sectionbar_inner>ul>li:first-child:focus-within>ul{display:grid!important}.sectionbar_inner>ul>li:first-child>ul a{height:100%}
@media(max-width:720px){.sectionbar_inner>ul>li:first-child>ul{display:block!important;width:auto}.home-intro-compact{margin-bottom:22px}}

/* Grouped mega menu 2026-07-26 */
.sectionbar_inner .mega_menu{position:absolute;left:0;top:100%;display:none;padding:14px;background:#fff;border:1px solid #d4dee7;border-radius:0 0 7px 7px;box-shadow:0 18px 38px rgba(8,29,47,.2);z-index:60}.sectionbar_inner li.haschildren:hover>.mega_menu,.sectionbar_inner li.haschildren:focus-within>.mega_menu{display:grid}.sectionbar_inner .mega_cols3{width:920px;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.sectionbar_inner .mega_cols2{width:600px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.sectionbar_inner .mega_cols1{width:320px;grid-template-columns:1fr}.sectionbar_inner>ul>li:nth-last-child(-n+2)>.mega_menu,.sectionbar_inner .mega_align_right{left:auto;right:0}.sectionbar_inner .mega_group{min-width:0}.sectionbar_inner .mega_heading{display:block;margin:0 0 8px;padding:0 4px 7px;border-bottom:2px solid #0f538a;color:#0f538a;font-size:.78em;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.sectionbar_inner .mega_group ul{position:static!important;display:grid!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;gap:5px!important}.sectionbar_inner .mega_group li{display:flex!important;width:100%;min-width:0}.sectionbar_inner .mega_group a{display:flex!important;align-items:center;width:100%;min-height:42px;padding:8px 10px!important;border:1px solid #dce4ea!important;border-radius:5px!important;background:#f7f9fb!important;color:#203b52!important;font-size:.91em!important;font-weight:normal!important;line-height:1.3!important}.sectionbar_inner .mega_group a:hover,.sectionbar_inner .mega_group li.currentpage>a{border-color:#0f538a!important;background:#e8f1f7!important;color:#073f6c!important;text-decoration:none!important}.sectionbar_inner .mega_group a span{display:block}
@media(min-width:721px) and (max-width:1100px){.sectionbar_inner .mega_cols3{width:720px;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.sectionbar_inner .mega_cols2{width:520px}.sectionbar_inner .mega_group a{font-size:.86em!important;padding:7px 8px!important}}
@media(max-width:720px){.sectionbar_inner .mega_menu,.sectionbar_inner li.haschildren>.mega_menu{position:static;display:block!important;width:auto!important;padding:6px 0 10px 14px;border:0;border-radius:0;background:transparent;box-shadow:none}.sectionbar_inner .mega_cols3,.sectionbar_inner .mega_cols2,.sectionbar_inner .mega_cols1{grid-template-columns:1fr}.sectionbar_inner .mega_group{margin-top:9px}.sectionbar_inner .mega_heading{margin-bottom:5px;padding-bottom:5px}.sectionbar_inner .mega_group ul{gap:3px!important}.sectionbar_inner .mega_group a{min-height:0;padding:8px 9px!important}}

/* Software mega menu edge correction */
.sectionbar_inner>ul>li:nth-last-child(2)>.mega_menu{right:-24px}

/* Responsive mega menu interaction fix */
.sectionbar_inner li.haschildren.menu_open>.mega_menu{display:grid}
@media(min-width:721px) and (max-width:1100px){.sectionbar_inner>ul{overflow:visible!important;flex-wrap:wrap!important}.sectionbar_inner li.haschildren.menu_open>.mega_menu{display:grid!important}}
@media(max-width:720px){.sectionbar_inner li.haschildren.menu_open>.mega_menu{display:block!important}}


/* Global visual system and downloads 2026-07-26 */
:root {
  --ur-ink: #17344d;
  --ur-heading: #0f4f82;
  --ur-blue: #17679f;
  --ur-blue-light: #eaf3f9;
  --ur-orange: #d95f18;
  --ur-orange-dark: #b9470d;
  --ur-orange-light: #fff3e9;
  --ur-surface: #f5f8fa;
  --ur-border: #d6e1e9;
}

#main { color: var(--ur-ink); line-height: 1.65; }
#main h1, #main h2, #main h3, #main h4 { color: var(--ur-heading); line-height: 1.22; }
#main h1 { margin-bottom: .8em; }
#main h2 { margin-top: 1.65em; padding-bottom: .12em; border-bottom: 0; }
#main h3 { margin-top: 1.35em; }
#main a { color: #075d98; text-decoration-thickness: 1px; text-underline-offset: 3px; }
#main a:hover { color: var(--ur-orange-dark); }
#main hr { border: 0; border-top: 1px solid var(--ur-border); margin: 2rem 0; }
#main blockquote { margin: 1.5rem 0; padding: 1rem 1.25rem; border-left: 4px solid var(--ur-blue); background: var(--ur-blue-light); }
#main pre, #main code { border-radius: 4px; background: #eef2f5; }
#main pre { padding: 1rem; overflow: auto; border: 1px solid var(--ur-border); }
#main table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
#main th { color: #fff; background: var(--ur-heading); text-align: left; }
#main th, #main td { padding: .65rem .8rem; border: 1px solid var(--ur-border); }
#main tbody tr:nth-child(even) { background: var(--ur-surface); }
#main input[type='text'], #main input[type='email'], #main input[type='number'], #main select, #main textarea {
  max-width: 100%; padding: .58rem .7rem; border: 1px solid #aebfcb; border-radius: 4px; background: #fff;
}
#main button, #main input[type='submit'] {
  padding: .62rem 1rem; border: 0; border-radius: 4px; color: #fff; background: var(--ur-blue); font-weight: 700; cursor: pointer;
}
#main button:hover, #main input[type='submit']:hover { background: var(--ur-heading); }
#main :focus-visible { outline: 3px solid rgba(217,95,24,.45); outline-offset: 2px; }

/* Archive und ausführbare Downloads: auffälliger Aktionsknopf */
#main a[href$='.zip' i]:not(:has(img)),
#main a[href$='.rar' i]:not(:has(img)),
#main a[href$='.7z' i]:not(:has(img)),
#main a[href$='.exe' i]:not(:has(img)),
#main a[href$='.msi' i]:not(:has(img)),
#main a[href$='.hex' i]:not(:has(img)),
#main a[href$='.bin' i]:not(:has(img)) {
  display: inline-flex; align-items: center; gap: .55rem; min-height: 42px;
  margin: .25rem .35rem .25rem 0; padding: .62rem .9rem;
  border: 1px solid var(--ur-orange-dark); border-radius: 5px;
  color: #fff !important; background: var(--ur-orange) !important;
  background-image: none !important; font-weight: 700; line-height: 1.2; text-decoration: none;
  box-shadow: 0 2px 5px rgba(77,36,11,.14);
}
#main a[href$='.zip' i]:not(:has(img))::before,
#main a[href$='.rar' i]:not(:has(img))::before,
#main a[href$='.7z' i]:not(:has(img))::before,
#main a[href$='.exe' i]:not(:has(img))::before,
#main a[href$='.msi' i]:not(:has(img))::before,
#main a[href$='.hex' i]:not(:has(img))::before,
#main a[href$='.bin' i]:not(:has(img))::before { content: '\2193'; font-size: 1.25em; line-height: 1; }
#main a[href$='.zip' i]:not(:has(img)):hover,
#main a[href$='.rar' i]:not(:has(img)):hover,
#main a[href$='.7z' i]:not(:has(img)):hover,
#main a[href$='.exe' i]:not(:has(img)):hover,
#main a[href$='.msi' i]:not(:has(img)):hover,
#main a[href$='.hex' i]:not(:has(img)):hover,
#main a[href$='.bin' i]:not(:has(img)):hover { background: var(--ur-orange-dark) !important; transform: translateY(-1px); }

/* Handbücher und Dokumente: ruhiger Sekundärknopf */
#main a[href$='.pdf' i]:not(:has(img)),
#main a[href$='.doc' i]:not(:has(img)),
#main a[href$='.docx' i]:not(:has(img)) {
  display: inline-flex; align-items: center; gap: .5rem; min-height: 40px;
  margin: .25rem .35rem .25rem 0; padding: .55rem .82rem;
  border: 1px solid var(--ur-blue); border-radius: 5px;
  color: var(--ur-heading) !important; background: var(--ur-blue-light) !important;
  background-image: none !important; font-weight: 700; line-height: 1.2; text-decoration: none;
}
#main a[href$='.pdf' i]:not(:has(img))::before { content: 'PDF'; color: var(--ur-orange-dark); font-size: .72em; font-weight: 800; }
#main a[href$='.doc' i]:not(:has(img))::before,
#main a[href$='.docx' i]:not(:has(img))::before { content: 'DOC'; color: var(--ur-orange-dark); font-size: .72em; font-weight: 800; }
#main a[href$='.pdf' i]:not(:has(img)):hover,
#main a[href$='.doc' i]:not(:has(img)):hover,
#main a[href$='.docx' i]:not(:has(img)):hover { color: #fff !important; background: var(--ur-blue) !important; }

@media (max-width: 720px) {
  #main { line-height: 1.55; }
  #main h2 { margin-top: 1.35em; }
  #main table { display: block; overflow-x: auto; }
}

/* Datenblaetter page redesign 2026-07-26 */
.docs-page{max-width:1180px;margin:0 auto}.docs-intro{margin-bottom:2rem;padding:1.6rem 1.75rem;border-left:5px solid var(--ur-orange);border-radius:0 7px 7px 0;background:linear-gradient(135deg,var(--ur-surface),#fff)}
.docs-intro .docs-kicker{margin:0 0 .15rem;color:var(--ur-orange-dark);font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.docs-intro h2{margin:0 0 .65rem!important;padding:0!important;border:0!important}.docs-intro p{max-width:900px;margin:.45rem 0}.docs-intro .docs-note{margin-top:.85rem;color:#587084;font-size:.94rem}
.docs-section{margin:2.1rem 0 2.6rem}.docs-section-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:.85rem;padding-bottom:.65rem;border-bottom:2px solid var(--ur-blue)}.docs-section-head>div{display:flex;align-items:center;gap:.7rem}.docs-section-head h3{margin:0!important}.docs-section-head p{margin:0;color:#657b8d;font-size:.9rem}.docs-number{display:inline-grid;place-items:center;width:2rem;height:2rem;border-radius:50%;color:#fff;background:var(--ur-orange);font-size:.75rem;font-weight:800}
.docs-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}.docs-item{display:flex;align-items:center;justify-content:space-between;gap:.85rem;min-height:68px;padding:.7rem .8rem .7rem 1rem;border:1px solid var(--ur-border);border-radius:6px;background:#fff;box-shadow:0 2px 8px rgba(18,55,82,.05)}.docs-item>span{color:var(--ur-ink);font-weight:700}.docs-item>div{display:flex;flex:0 0 auto;gap:.35rem}.docs-item a[href$='.pdf' i]:not(:has(img)),.docs-item a[href$='.doc' i]:not(:has(img)),.docs-item a[href$='.docx' i]:not(:has(img)){min-height:34px!important;margin:0!important;padding:.42rem .58rem!important;font-size:.82rem;white-space:nowrap}
@media(max-width:900px){.docs-list{grid-template-columns:1fr}}@media(max-width:620px){.docs-intro{padding:1.2rem}.docs-section-head{display:block}.docs-section-head p{margin:.45rem 0 0 2.7rem}.docs-item{display:block}.docs-item>div{margin-top:.65rem}}
/* Automatic project download panels 2026-07-26 */
#main p:not(.ledx-actions):not(.docs-note):has(a[href$='.zip' i]),
#main p:not(.ledx-actions):not(.docs-note):has(a[href$='.rar' i]),
#main p:not(.ledx-actions):not(.docs-note):has(a[href$='.7z' i]),
#main p:not(.ledx-actions):not(.docs-note):has(a[href$='.exe' i]),
#main p:not(.ledx-actions):not(.docs-note):has(a[href$='.msi' i]),
#main p:not(.ledx-actions):not(.docs-note):has(a[href$='.hex' i]),
#main p:not(.ledx-actions):not(.docs-note):has(a[href$='.bin' i]),
#main p:not(.ledx-actions):not(.docs-note):has(a[href$='.gz' i]),
#main p:not(.ledx-actions):not(.docs-note):has(a[href$='.tar' i]) {
  position: relative; margin: 1.5rem 0; padding: 3.15rem 1.35rem 1.25rem;
  border: 1px solid #d9e0e5; border-top: 5px solid var(--ur-orange);
  border-radius: 0; background: #f1f3f5; color: var(--ur-ink);
  box-shadow: 0 3px 12px rgba(18,55,82,.05);
}
#main p:not(.ledx-actions):has(a[href$='.zip' i])::before,
#main p:not(.ledx-actions):has(a[href$='.rar' i])::before,
#main p:not(.ledx-actions):has(a[href$='.7z' i])::before,
#main p:not(.ledx-actions):has(a[href$='.exe' i])::before,
#main p:not(.ledx-actions):has(a[href$='.msi' i])::before,
#main p:not(.ledx-actions):has(a[href$='.hex' i])::before,
#main p:not(.ledx-actions):has(a[href$='.bin' i])::before,
#main p:not(.ledx-actions):has(a[href$='.gz' i])::before,
#main p:not(.ledx-actions):has(a[href$='.tar' i])::before {
  content: 'DOWNLOAD'; position: absolute; top: 1.15rem; left: 1.35rem;
  color: var(--ur-orange-dark); font-size: .76rem; font-weight: 800;
  letter-spacing: .12em;
}
#main .docs-item p:has(a), #main .docs-page p:has(a[href$='.zip' i]) { all: revert; }
@media(max-width:620px){
  #main p:not(.ledx-actions):has(a[href$='.zip' i]),
  #main p:not(.ledx-actions):has(a[href$='.exe' i]),
  #main p:not(.ledx-actions):has(a[href$='.bin' i]) { padding: 3rem 1rem 1rem; }
}

/* Design pass 1: hierarchy and reading width */
body.is-subpage #hero_main{min-height:210px}
body.is-subpage #hero_main .hero_inner{padding-top:42px;padding-bottom:38px}
body.is-subpage #hero_main .hero_kicker{font-size:.72rem;letter-spacing:.16em}
body.is-subpage #hero_main h1{font-size:clamp(2rem,3.4vw,3.15rem);margin:.25rem 0 .35rem}
body.is-subpage #hero_main p{margin:.2rem 0 .85rem;font-size:1.05rem}
body.is-subpage #hero_main .hero_buttons{margin-top:.8rem}
#main>p,#main>ul,#main>ol,#main>blockquote{max-width:940px}
#main p{margin-top:.55rem;margin-bottom:1rem}
#main h2{font-size:clamp(1.65rem,2.5vw,2.25rem)}
#main h3{font-size:clamp(1.22rem,1.8vw,1.55rem)}
#main h4{font-size:1.08rem;color:var(--ur-heading)}
@media(max-width:720px){body.is-subpage #hero_main{min-height:0}body.is-subpage #hero_main .hero_inner{padding-top:28px;padding-bottom:28px}body.is-subpage #hero_main .hero_buttons{display:none}}


/* Design pass 2: project identity */
.project_header{margin:0 0 1.8rem;padding:0 0 1.15rem;border-bottom:1px solid var(--ur-border)}
.project_header .project_kicker{margin:0 0 .25rem;color:var(--ur-orange-dark);font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}
.project_header h2{margin:.1rem 0 .75rem!important;padding:0!important;border:0!important}
.project_meta{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem 1rem;color:#657b8d;font-size:.86rem}
.project_status{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .55rem;border-radius:999px;color:#14557f;background:var(--ur-blue-light);font-weight:700}
.project_status:before{content:'';width:.48rem;height:.48rem;border-radius:50%;background:#2c8b5d}


/* Design pass 3: media and content surfaces */
#main img{max-width:100%;height:auto}
#main>p>img,#main>div:not(.ledx-page):not(.docs-page) img{border-radius:6px;box-shadow:0 5px 18px rgba(16,48,72,.12)}
#main figure{max-width:100%;margin:1.7rem auto}
#main figcaption{padding:.45rem .2rem;color:#667b8b;font-size:.86rem;text-align:center}
#main table{border-radius:6px;overflow:hidden;box-shadow:0 2px 10px rgba(18,55,82,.05)}
#main ul,#main ol{padding-left:1.35rem}
#main li{margin:.28rem 0}
#main .contentText1{font:inherit;color:inherit}
#main p:empty{display:none}
#main p:has(>br:only-child){display:none}
@media(max-width:720px){#main>p>img{display:block;margin-left:auto;margin-right:auto}#main table{font-size:.92rem}}


/* Design pass 4: navigation polish */
.sectionbar_inner>ul>li>a{position:relative}
.sectionbar_inner>ul>li>a:after{content:'';position:absolute;left:18%;right:18%;bottom:0;height:3px;background:var(--ur-orange);transform:scaleX(0);transition:transform .18s ease}
.sectionbar_inner>ul>li:hover>a:after,.sectionbar_inner>ul>li.menuactive>a:after,.sectionbar_inner>ul>li.menu_open>a:after{transform:scaleX(1)}
.mega_menu{border-top:3px solid var(--ur-blue);box-shadow:0 14px 32px rgba(8,31,48,.2)}
.mega_group_title{color:var(--ur-heading)}
.mega_menu a{transition:background .15s ease,border-color .15s ease,transform .15s ease}
.mega_menu a:hover{border-color:#b9cfdd;background:#fff;transform:translateY(-1px)}
.page_navigation{margin-top:2.8rem;padding-top:1rem;border-top:1px solid var(--ur-border)}
.footback{margin-top:0}
@media(max-width:1100px){.sectionbar_inner>ul>li>a:after{display:none}.mega_menu a:hover{transform:none}}

/* Project status variants 2026-07-26 */
.project_status.is-archive{color:#6b5860;background:#f1ecee}.project_status.is-archive:before{background:#8a727b}
.project_status.is-complete{color:#5e6170;background:#f0f1f4}.project_status.is-complete:before{background:#7b8090}
/* Homepage LEDExtreme feature 2026-07-26 */
.home-featured-product{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.9fr);gap:2rem;align-items:center;margin:1.6rem 0 2.3rem;padding:2rem;border:1px solid #cad9e3;border-top:5px solid var(--ur-orange);background:linear-gradient(135deg,#f3f7fa 0%,#fff 70%);box-shadow:0 8px 24px rgba(16,48,72,.08)}
.home-featured-kicker{margin:0 0 .25rem!important;color:var(--ur-orange-dark);font-size:.76rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.home-featured-product h2{margin:.1rem 0 .65rem!important;padding:0!important;border:0!important;font-size:clamp(2rem,3vw,2.7rem)!important}.home-featured-lead{font-size:1.12rem}.home-featured-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin:1.25rem 0 .85rem}.home-featured-actions a{display:inline-flex;align-items:center;min-height:44px;padding:.68rem 1rem;border-radius:5px;font-weight:800;text-decoration:none!important}.home-featured-primary{color:#fff!important;background:var(--ur-orange)}.home-featured-primary:hover{background:var(--ur-orange-dark)!important}.home-featured-secondary{border:1px solid var(--ur-blue);color:var(--ur-heading)!important;background:var(--ur-blue-light)}.home-featured-tags{margin:.7rem 0 0!important;color:#5d7384;font-size:.9rem}.home-featured-image{display:block;overflow:hidden;border:1px solid #aebdca;border-radius:7px;background:#28282b;box-shadow:0 10px 25px rgba(7,28,44,.2)}.home-featured-image img{display:block;width:100%;height:auto;border:0!important;border-radius:0!important;box-shadow:none!important}
@media(max-width:980px){.home-featured-product{grid-template-columns:1fr}.home-featured-image{order:-1;max-height:340px}.home-featured-image img{object-fit:cover;object-position:top}}
@media(max-width:620px){.home-featured-product{padding:1.2rem;gap:1.2rem}.home-featured-actions a{width:100%;justify-content:center}}
/* Compact homepage LEDExtreme feature 2026-07-26 */
.home-featured-product{grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:1.4rem;margin:1.2rem 0 2rem;padding:1.35rem 1.5rem}
.home-featured-product h2{font-size:clamp(1.65rem,2.4vw,2.15rem)!important;margin-bottom:.45rem!important}
.home-featured-product p{margin-top:.35rem!important;margin-bottom:.65rem!important}.home-featured-lead{font-size:1.04rem}.home-featured-actions{margin:.9rem 0 .55rem}.home-featured-actions a{min-height:40px;padding:.55rem .82rem}.home-featured-image{max-height:245px}.home-featured-image img{height:245px;object-fit:cover;object-position:top}
@media(max-width:980px){.home-featured-product{grid-template-columns:1fr}.home-featured-image{max-height:280px}.home-featured-image img{height:auto;max-height:280px;object-fit:cover}}
/* Homepage feature button contrast 2026-07-26 */
#main .home-featured-actions .home-featured-primary{border:1px solid var(--ur-orange-dark)!important;color:#fff!important;background:var(--ur-orange)!important;box-shadow:0 3px 8px rgba(113,47,9,.2)}
#main .home-featured-actions .home-featured-primary:hover{color:#fff!important;background:var(--ur-orange-dark)!important}
/* LEDExtreme download counter 2026-07-26 */
.download_count,.update_download_count{display:inline-flex;align-items:center;gap:.3rem;color:var(--ur-orange-dark);font-size:.85rem;font-weight:800}.ledx-download-stat{margin:.8rem 0!important}.update_download_count{margin-top:.2rem}.update_card .update_download_count+span{margin-top:.5rem}
/* Compact subpage hero 2026-07-26 */
@media (min-width:721px) {
  body.is-subpage #hero_main { min-height: 0; }
  body.is-subpage #hero_main .hero_inner { padding-top: 28px; padding-bottom: 30px; }
  body.is-subpage #hero_main h1 { font-size: 2.75em; margin: 0 0 8px; }
  body.is-subpage #hero_main p { margin: 0 0 14px; font-size: 1.14em; line-height: 1.5; }
  body.is-subpage #hero_main .hero_buttons { margin-top: 0; }
}

/* Third-level mega-menu pages 2026-07-26 */
.sectionbar_inner .mega_group li.mega_subpage{margin-top:-2px}
.sectionbar_inner .mega_group li.mega_subpage a{min-height:34px!important;margin-left:12px;padding:6px 9px!important;border-left:3px solid var(--ur-orange)!important;background:#eef4f8!important;color:#36566f!important;font-size:.82em!important}
.sectionbar_inner .mega_group li.mega_subpage a:before{content:"↳";margin-right:.45em;color:var(--ur-orange-dark);font-weight:800}
@media(max-width:720px){.sectionbar_inner .mega_group li.mega_subpage a{margin-left:8px}}

/* Modernisierte Praxis-Tipps 2026-07-26 */
.tip-page{max-width:1180px;margin:0 auto}.tip-intro{margin:0 0 26px;padding:22px 25px;background:#f4f8fb;border:1px solid #d4e0e9;border-left:5px solid #0f538a}.tip-kicker{margin:0 0 6px;color:#d35400;font-size:.78em;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.tip-intro h2{margin:0 0 10px;color:#0f538a;font-size:1.7em;line-height:1.2}.tip-intro p{margin:0;line-height:1.65}.tip-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin:18px 0 0}.tip-tool{padding:11px 13px;background:#fff;border:1px solid #d4e0e9;font-weight:700}.tip-notice{margin:20px 0;padding:16px 20px;background:#fff7e8;border-left:5px solid #e66a12;line-height:1.6}.tip-notice strong{color:#a83f00}.tip-steps{display:grid;gap:18px}.tip-step{display:grid;grid-template-columns:minmax(220px,34%) 1fr;gap:24px;align-items:center;padding:18px;background:#f7f9fb;border:1px solid #d8e1e9;border-radius:4px}.tip-step.reverse{grid-template-columns:1fr minmax(220px,34%)}.tip-step.reverse .tip-photo{order:2}.tip-photo img{display:block;width:100%;height:auto;max-height:430px;object-fit:contain;background:#fff;border:1px solid #cbd7e1}.tip-step-copy{min-width:0}.tip-number{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;margin:0 0 9px;border-radius:50%;background:#e65f0d;color:#fff;font-weight:800}.tip-step h3{margin:0 0 8px;color:#0f538a;font-size:1.25em}.tip-step p{margin:0 0 9px;line-height:1.65}.tip-caption{display:block;margin-top:7px;color:#61758a;font-size:.88em}.tip-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:15px;margin:20px 0}.tip-gallery figure{margin:0;padding:10px;background:#f7f9fb;border:1px solid #d8e1e9}.tip-gallery img{display:block;width:100%;height:210px;object-fit:contain;background:#fff}.tip-gallery figcaption{padding:9px 2px 2px;color:#52697d;font-size:.9em}.tip-nav{display:flex;justify-content:space-between;gap:12px;margin:30px 0 5px;padding-top:20px;border-top:1px solid #d6e0e8}.tip-nav a{display:inline-block;padding:10px 15px;background:#0f538a;color:#fff!important;text-decoration:none!important;font-weight:700;border-radius:3px}.tip-nav a:hover{background:#e65f0d}@media(max-width:720px){.tip-step,.tip-step.reverse{grid-template-columns:1fr}.tip-step.reverse .tip-photo{order:0}.tip-intro{padding:18px}.tip-step{padding:13px}.tip-gallery img{height:auto}.tip-nav{flex-direction:column}.tip-nav a{text-align:center}}
/* Product family and homepage refresh 2026-08-02 */
:root{--product-teal:#00a9bd;--product-teal-dark:#007f91;--product-ink:#101923;--product-slate:#40515e;--product-night:#10202b;--product-border:#dbe5ea;--product-pale:#f4fafb}
.product-page{max-width:1100px;margin:0 auto;color:#17212b;line-height:1.55}.product-page h2,.rdc-page h2,.ledx-page h3{color:var(--product-ink)}
.product-kicker,.rdc-kicker,.ledx-kicker{margin:0 0 10px!important;color:var(--product-teal-dark)!important;font-size:13px!important;font-weight:800!important;letter-spacing:.09em!important;text-transform:uppercase}
.product-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:38px;align-items:center;padding:20px 0 44px;border-bottom:1px solid var(--product-border)}.product-hero h2{margin:0 0 18px!important;font-size:clamp(34px,5vw,58px)!important;line-height:1.05!important}.product-lead{margin:0 0 24px;font-size:20px;color:var(--product-slate)}.product-hero-image img{display:block;width:100%;max-height:520px;object-fit:contain;border:0!important;border-radius:10px;box-shadow:0 18px 35px rgba(15,35,45,.16)!important}.product-actions{display:flex;flex-wrap:wrap;gap:12px;margin:22px 0}.product-button{display:inline-flex!important;align-items:center;justify-content:center;padding:13px 22px!important;border:1px solid var(--product-teal)!important;border-radius:7px!important;background:var(--product-teal)!important;color:#fff!important;font-weight:800!important;text-decoration:none!important}.product-button:hover{background:var(--product-teal-dark)!important}.product-button-ghost{background:#fff!important;color:var(--product-teal-dark)!important}.product-button-ghost:hover{background:#eaf9fb!important;color:var(--product-teal-dark)!important}.product-facts{display:flex;flex-wrap:wrap;gap:14px 28px;margin-top:24px}.product-facts span{color:#52636f;font-size:13px;text-transform:uppercase}.product-facts strong{display:block;color:var(--product-teal-dark);font-size:24px;line-height:1.1;text-transform:none}.product-intro{padding:44px 0 22px}.product-section-heading{max-width:780px;margin:0 auto 28px;text-align:center}.product-section-heading h2{margin:0 0 12px!important;font-size:34px!important}.product-section-heading>p:last-child{font-size:18px;color:#52636f}.product-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product-card-grid article{padding:24px;border:1px solid var(--product-border);border-radius:10px;background:#f8fbfc}.product-card-grid h3{margin:0 0 9px;color:var(--product-teal-dark)}.product-card-grid p{margin:0}.product-dark-section{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center;margin:26px 0 42px;padding:32px;border-radius:12px;background:var(--product-night);color:#fff}.product-dark-section h2{margin:0 0 18px!important;color:#fff!important;font-size:32px!important}.product-dark-section .product-kicker{color:#79d8e4!important}.product-dark-section>img{width:100%;max-height:430px;object-fit:contain;border-radius:9px;box-shadow:none!important}.product-feature-list{display:grid;gap:9px;margin:0;padding-left:21px}.product-download{margin:10px 0 34px;padding:34px;border-radius:12px;background:linear-gradient(135deg,#eaf9fb,#f7fcfd);text-align:center}.product-download h2{margin:0 0 10px!important;font-size:31px!important}.product-download .product-actions{justify-content:center}.product-trademark{display:flex;align-items:center;gap:9px;color:#60717d;font-size:13px}.product-trademark img{width:42px;height:auto;box-shadow:none!important}

/* Radig DMX Control in the shared teal/dark product language */
.rdc-page{max-width:1100px;margin:0 auto;color:#17212b;line-height:1.55}.rdc-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,1fr);gap:36px;align-items:center;padding:20px 0 42px;border-bottom:1px solid var(--product-border)}.rdc-hero h2{margin:0 0 18px!important;font-size:clamp(34px,5vw,58px)!important;line-height:1.05!important}.rdc-lead{font-size:20px;color:var(--product-slate)}.rdc-actions{display:flex;flex-wrap:wrap;gap:12px;margin:22px 0}.rdc-button{display:inline-flex;padding:12px 22px!important;border:1px solid var(--product-teal)!important;border-radius:7px!important;color:var(--product-teal-dark)!important;background:#fff!important;font-weight:800;text-decoration:none!important}.rdc-primary{color:#fff!important;background:var(--product-teal)!important}.rdc-facts{display:flex;gap:24px;color:#52636f;font-size:13px}.rdc-facts strong{margin-right:4px;color:var(--product-teal-dark);font-size:22px}.rdc-console{display:block;width:100%;border:0!important;border-radius:10px;box-shadow:0 18px 35px rgba(15,35,45,.18)!important}.rdc-protocols{display:flex;flex-wrap:wrap;gap:9px;margin:25px 0;color:var(--product-teal-dark);font-size:13px;font-weight:800;word-spacing:16px}.rdc-section{padding:38px 0}.rdc-section>h2{margin:0 0 25px!important;font-size:34px!important}.rdc-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.rdc-grid article{padding:22px;border:1px solid var(--product-border);border-radius:10px;background:#f8fbfc}.rdc-grid article>strong{color:var(--product-teal);font-size:28px}.rdc-grid h3{margin:7px 0;color:var(--product-teal-dark)}.rdc-workflow{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:center}.rdc-shots{display:grid;grid-template-columns:1fr 1fr;gap:12px}.rdc-shots figure{margin:0!important}.rdc-shots img{width:100%;border-radius:7px}.rdc-shots figcaption{padding:7px;color:#52636f;font-size:13px}.rdc-workflow ol{padding-left:22px}.rdc-workflow li{margin:10px 0}.rdc-workflow li strong{display:block;color:var(--product-teal-dark)}.rdc-specs{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;padding:30px!important;border-radius:12px;background:var(--product-night);color:#fff}.rdc-specs>.rdc-kicker,.rdc-specs>h2{grid-column:1/-1;color:#fff!important}.rdc-specs>div{padding:13px;border:1px solid #33505e;border-radius:7px;background:#172c38}.rdc-download{margin:34px 0;padding:34px;border-radius:12px;background:linear-gradient(135deg,#eaf9fb,#f7fcfd);text-align:center}.rdc-download h2{font-size:31px!important}.rdc-download-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}.rdc-download-grid a{display:block;padding:18px;border:1px solid var(--product-teal);border-radius:8px;background:#fff;color:var(--product-teal-dark)!important;text-decoration:none!important}.rdc-download-grid small,.rdc-download-grid strong{display:block}.rdc-download-grid strong{margin:4px 0;color:var(--product-ink);font-size:17px}

/* LEDExtreme aligned with the shared product palette */
.ledx-page{max-width:1100px;margin:0 auto;color:#17212b}.ledx-lead{padding:28px 30px!important;border-left:0!important;border-radius:12px;background:linear-gradient(135deg,#eaf9fb,#f7fcfd)!important}.ledx-intro{font-size:20px!important;color:var(--product-slate)}a.ledx-button{border-radius:7px!important;background:var(--product-teal)!important}a.ledx-button:hover{background:var(--product-teal-dark)!important}a.ledx-textlink{color:var(--product-teal-dark)!important}.ledx-main-image,.ledx-show-image{border-radius:10px!important;box-shadow:0 18px 35px rgba(15,35,45,.16)!important}.ledx-facts{border-color:var(--product-border)!important;border-radius:10px!important}.ledx-facts strong{color:var(--product-teal-dark)!important}.ledx-card,.ledx-panel{padding:22px!important;border-color:var(--product-border)!important;border-radius:10px!important;background:#f8fbfc!important}.ledx-page h3{color:var(--product-teal-dark)!important}.ledx-steps li:before{background:var(--product-teal)!important}.ledx-download{padding:30px!important;border-top:0!important;border-radius:12px!important;background:var(--product-night)!important;color:#fff}.ledx-download h3,.ledx-download .ledx-kicker{color:#fff!important}.ledx-download a.ledx-textlink{color:#79d8e4!important}.ledx-download .ledx-note{color:#c4d4db}.ledx-download .ledx-checksum{border-color:#33505e}

/* Homepage product stage */
.home-showcase{max-width:1100px;margin:0 auto}.home-showcase-hero{display:grid;grid-template-columns:1fr minmax(360px,.9fr);gap:38px;align-items:center;padding:18px 0 46px;border-bottom:1px solid var(--product-border)}.home-showcase-copy h2{margin:0 0 18px!important;font-size:clamp(36px,5vw,60px)!important;line-height:1.04!important;color:var(--product-ink)!important}.home-showcase-copy>p:not(.product-kicker){font-size:20px;color:var(--product-slate)}.home-showcase-image img{display:block;width:100%;filter:drop-shadow(0 20px 22px rgba(15,35,45,.17));box-shadow:none!important}.home-products{padding:46px 0}.home-product-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.home-product-card{display:grid;grid-template-columns:42% 1fr;min-height:245px;overflow:hidden;border:1px solid var(--product-border);border-radius:11px;background:#fff;color:inherit!important;text-decoration:none!important;transition:.18s ease}.home-product-card:hover{transform:translateY(-3px);border-color:var(--product-teal);box-shadow:0 14px 28px rgba(15,35,45,.11)}.home-product-media{display:flex;align-items:center;justify-content:center;padding:14px;background:#f1f7f8}.home-product-media-dark{background:#18242d}.home-product-media img{width:100%;height:190px;object-fit:contain;box-shadow:none!important}.home-product-copy{display:flex;flex-direction:column;padding:24px}.home-product-copy small{color:var(--product-teal-dark);font-weight:800;letter-spacing:.06em}.home-product-copy>strong{margin:8px 0;font-size:23px;color:var(--product-ink)}.home-product-copy>span{color:#52636f}.home-product-copy b{margin-top:auto;padding-top:16px;color:var(--product-teal-dark)}.home-capabilities{display:grid;grid-template-columns:1fr 220px;gap:40px;align-items:center;margin:0 0 42px;padding:32px;border-radius:12px;background:var(--product-night);color:#fff}.home-capabilities h2{margin:0 0 14px!important;color:#fff!important;font-size:32px!important}.home-capabilities p:not(.product-kicker){font-size:17px;color:#d9e8ed}.home-capabilities .product-kicker{color:#79d8e4!important}.home-flyer img{display:block;width:100%;max-height:285px;object-fit:contain;box-shadow:0 12px 22px rgba(0,0,0,.3)!important}.home-showcase .latest_updates{margin:32px 0 38px;padding-top:4px}.home-showcase .updates_grid{grid-template-columns:repeat(4,1fr);gap:10px}.home-showcase .update_card{min-height:0;padding:14px}.home-showcase .update_card strong{min-height:0}.home-showcase .home-profile-inline{display:flex;align-items:flex-start;gap:26px;margin:12px 0 28px;padding:18px;background:#eef3f7;border:1px solid #d7e0e8;border-left:4px solid #0f538a}.home-showcase .home-profile-inline-image{flex:0 0 165px}.home-showcase .home-profile-inline img{display:block;width:165px;border:1px solid #cfd8e1;border-radius:6px;box-shadow:0 6px 18px rgba(0,0,0,.1)}.home-showcase .home-profile-inline h3{margin:0 0 12px;color:#0f538a;font-size:1.42em}.home-showcase .home-profile-inline p{margin:0 0 14px;line-height:1.6}.home-profile-quote{color:#4f657b;font-style:italic;letter-spacing:.01em}
@media(max-width:900px){.product-hero,.rdc-hero,.home-showcase-hero{grid-template-columns:1fr}.product-hero-image,.rdc-console,.home-showcase-image{order:-1}.product-card-grid,.rdc-grid{grid-template-columns:1fr 1fr}.product-dark-section,.rdc-workflow{grid-template-columns:1fr}.home-product-card{grid-template-columns:1fr}.home-product-media img{height:220px}.home-capabilities{grid-template-columns:1fr 170px}.home-showcase .updates_grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.product-card-grid,.rdc-grid,.rdc-download-grid,.rdc-specs,.home-product-grid,.home-showcase .updates_grid{grid-template-columns:1fr}.product-hero h2,.rdc-hero h2,.home-showcase-copy h2{font-size:36px!important}.product-dark-section,.product-download,.rdc-download,.home-capabilities{padding:22px}.rdc-shots{grid-template-columns:1fr}.home-capabilities{grid-template-columns:1fr}.home-flyer{display:none}.home-product-card{min-height:0}.home-showcase .home-profile-inline{display:block}.home-showcase .home-profile-inline-image{margin-bottom:18px}}
/* Compact homepage hero correction 2026-08-02 */
.home-showcase-hero{grid-template-columns:minmax(0,1.15fr) minmax(280px,.65fr);gap:30px;min-height:0;padding:6px 0 30px}
.home-showcase-copy h2{max-width:690px;margin:0 0 12px!important;font-size:clamp(31px,3.65vw,46px)!important;line-height:1.08!important}
.home-showcase-copy>p:not(.product-kicker){max-width:680px;margin:0 0 14px;font-size:17px;line-height:1.55}
.home-showcase-copy .product-kicker{margin-bottom:7px!important;font-size:11px!important}
.home-showcase-copy .product-actions{margin:16px 0 0}
.home-showcase-copy .product-button{padding:10px 16px!important;font-size:14px}
.home-showcase-image{display:flex;align-items:center;justify-content:center;max-height:310px;overflow:hidden;border-radius:10px;background:#f7f9fa}
.home-showcase-image img{width:100%;max-width:390px;max-height:300px;object-fit:contain;filter:drop-shadow(0 12px 14px rgba(15,35,45,.14))}
.home-products{padding:32px 0 40px}
@media(max-width:900px){.home-showcase-hero{grid-template-columns:1fr}.home-showcase-image{order:0;max-height:250px}.home-showcase-image img{max-height:240px}.home-showcase-copy h2{font-size:36px!important}}
@media(max-width:620px){.home-showcase-hero{padding-top:0}.home-showcase-copy h2{font-size:31px!important}.home-showcase-copy>p:not(.product-kicker){font-size:16px}.home-showcase-copy .product-actions{display:grid}.home-showcase-image{max-height:220px}.home-showcase-image img{max-height:210px}.home-products{padding-top:26px}}
/* Personal homepage foreword 2026-08-02 */
.home-foreword{margin:0;padding:12px 0 30px;border-bottom:1px solid var(--product-border)}
.home-foreword-layout{display:grid;grid-template-columns:minmax(250px,.72fr) minmax(0,1.45fr);gap:38px;align-items:start}
.home-foreword h2{margin:0!important;font-size:clamp(24px,2.8vw,34px)!important;line-height:1.18!important;color:var(--product-ink)!important}
.home-foreword-text{padding-left:22px;border-left:4px solid var(--product-teal)}
.home-foreword-text p{margin:0 0 10px;color:#40515e;font-size:15.5px;line-height:1.68}.home-foreword-text p:last-child{margin-bottom:0}
.home-foreword+.home-products{padding-top:34px}
@media(max-width:760px){.home-foreword{padding:6px 0 25px}.home-foreword-layout{grid-template-columns:1fr;gap:18px}.home-foreword-text{padding-left:17px}.home-foreword h2{font-size:26px!important}}
/* Compact latest-updates cards 2026-08-02 */
.home-showcase .update_card>span:last-child{display:none}
.home-showcase .update_card{padding:11px 14px;min-height:0}
.home-showcase .update_card time{margin-bottom:5px}
.home-showcase .update_card strong{margin:0;line-height:1.25}
.home-showcase .update_card .update_download_count{margin-top:7px}
.home-showcase .latest_updates{margin-top:26px;margin-bottom:32px}
/* Latest-updates color refinement 2026-08-02 */
.home-showcase .latest_updates .home_eyebrow{color:var(--product-teal-dark)}
.home-showcase .latest_updates .home_section_head h3{color:var(--product-ink)!important}
.home-showcase .update_card{border:1px solid #c9e3e7;border-top:3px solid var(--product-teal);background:linear-gradient(180deg,#f2fafb 0%,#fff 100%);color:var(--product-ink)!important;box-shadow:0 3px 9px rgba(16,48,72,.045)}
.home-showcase .update_card:hover{border-color:var(--product-teal);background:#edf9fa;box-shadow:0 7px 16px rgba(0,127,145,.1)}
.home-showcase .update_card time{color:var(--product-teal-dark)}
.home-showcase .update_card strong{color:var(--product-ink)}
.home-showcase .update_card .update_download_count{color:var(--product-teal-dark)}
/* Remove legacy PDF icon from linked flyer image 2026-08-02 */
#main .home-flyer[href$='.pdf']{display:block;padding-left:0!important;line-height:normal!important;background:none!important}
#main .home-flyer[href$='.pdf']::before{content:none!important;display:none!important}
/* Radig DMX Control layout correction 2026-08-02 */
.rdc-protocols{display:flex;flex-wrap:wrap;gap:8px;margin:24px 0;padding:13px 16px;border:1px solid #cce3e7;border-radius:8px;background:#eef8fa;word-spacing:normal}
.rdc-protocols span{display:inline-flex;padding:5px 10px;border-radius:999px;background:#fff;color:var(--product-teal-dark);font-size:12px;font-weight:800;letter-spacing:.045em}
.rdc-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:22px}
.rdc-facts span{display:grid;grid-template-columns:auto 1fr;gap:7px;align-items:end;padding:10px 12px;border-left:3px solid var(--product-teal);background:#f3fafb;color:#52636f}
.rdc-facts strong{margin:0!important;color:var(--product-teal-dark);font-size:25px;line-height:1}
.rdc-workflow{grid-template-columns:1fr;gap:28px}
.rdc-workflow>div:last-child{width:100%}
.rdc-workflow ol{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:22px 0 0!important;padding:0!important;list-style:none;counter-reset:rdc-step}
.rdc-workflow ol li{position:relative;min-width:0;margin:0!important;padding:18px 18px 18px 55px;border:1px solid var(--product-border);border-radius:9px;background:#f8fbfc;line-height:1.5;counter-increment:rdc-step}
.rdc-workflow ol li::before{position:absolute;top:17px;left:16px;content:'0' counter(rdc-step);color:var(--product-teal-dark);font-weight:800}
.rdc-workflow ol li strong{margin-bottom:5px;color:var(--product-teal-dark)}
.rdc-download{border-top:4px solid var(--product-teal)!important;background:linear-gradient(135deg,#eaf9fb,#f7fcfd)!important}
#main .rdc-download-grid a[href$='.zip' i],#main .rdc-download-grid a[href$='.pdf' i]{display:block!important;padding:18px!important;border:1px solid var(--product-teal)!important;border-radius:8px!important;background:#fff!important;background-image:none!important;color:var(--product-teal-dark)!important;box-shadow:0 4px 10px rgba(0,127,145,.07)!important;line-height:1.35!important}
#main .rdc-download-grid a[href$='.zip' i]::before,#main .rdc-download-grid a[href$='.pdf' i]::before{content:none!important;display:none!important}
#main .rdc-download-grid a:hover{background:#eaf9fb!important;color:var(--product-teal-dark)!important}
.rdc-download-grid small{color:var(--product-teal-dark)!important}.rdc-download-grid strong{color:var(--product-ink)!important}
@media(max-width:760px){.rdc-facts,.rdc-workflow ol{grid-template-columns:1fr}.rdc-facts span{grid-template-columns:70px 1fr}.rdc-protocols{gap:6px}.rdc-protocols span{font-size:11px}.rdc-workflow ol li{padding-left:52px}}
/* Radig DMX Control step text correction 2026-08-02 */
.rdc-workflow ol li{display:block!important;white-space:normal!important;overflow-wrap:normal!important;word-break:normal!important}
.rdc-workflow ol li strong{display:block!important;margin:0 0 6px!important;line-height:1.3!important}
.rdc-workflow ol li .rdc-step-text{display:block!important;color:#17212b;line-height:1.5!important}
/* LEDExtreme workflow presentation correction 2026-08-02 */
.ledx-workflow{grid-template-columns:minmax(280px,.78fr) minmax(420px,1.22fr)!important;align-items:start!important;gap:32px!important;margin:30px 0!important;padding:30px!important;border-radius:12px;background:var(--product-night)!important;color:#fff}
.ledx-workflow>div{padding-top:4px}
.ledx-workflow h3{margin:0 0 20px!important;color:#fff!important;font-size:29px!important}
.ledx-workflow .ledx-steps{display:grid;gap:11px;margin:0!important}
.ledx-workflow .ledx-steps li{min-height:0;margin:0!important;padding:11px 12px 11px 52px;border:1px solid #33505e;border-radius:8px;background:#172c38;color:#d9e8ed;line-height:1.45}
.ledx-workflow .ledx-steps li::before{top:11px;left:12px;width:28px;height:28px;background:var(--product-teal)!important;line-height:28px}
.ledx-workflow .ledx-steps strong{margin-bottom:3px;color:#79d8e4}
.ledx-workflow .ledx-figure{margin:0!important}
.ledx-workflow .ledx-show-image{display:block;width:100%;max-width:none!important;max-height:390px;object-fit:contain;border:1px solid #405865!important;border-radius:9px!important;background:#28282b;box-shadow:0 14px 25px rgba(0,0,0,.25)!important}
.ledx-workflow+.ledx-info-grid{margin-top:18px}
@media(max-width:900px){.ledx-workflow{grid-template-columns:1fr!important}.ledx-workflow .ledx-show-image{max-height:none}}
@media(max-width:620px){.ledx-workflow{padding:20px!important;gap:22px!important}.ledx-workflow h3{font-size:25px!important}}
/* LEDExtreme download contrast correction 2026-08-02 */
.ledx-download .ledx-download-stat,.ledx-download .download_count{color:#79d8e4!important}
.ledx-download .ledx-download-stat::first-letter{color:#79d8e4}
.ledx-download .ledx-checksum{margin-top:16px!important;padding-top:13px!important;border-top:1px solid #33505e!important}
.ledx-download .ledx-checksum strong{margin-bottom:7px;color:#fff!important}
.ledx-download .ledx-checksum code{display:block!important;padding:11px 13px!important;border:1px solid #405865;border-radius:6px;background:#172c38!important;color:#d9e8ed!important;font-family:Consolas,'Courier New',monospace;font-size:12px!important;line-height:1.45;letter-spacing:.015em;overflow-wrap:anywhere}
.ledx-download .ledx-checksum:has(code:empty){display:none}
#main .ledx-download a[href$='.pdf' i]::before{color:var(--product-teal-dark)!important}
/* EWMS 2030 product page refresh 2026-08-02 */
.ewms-page{max-width:1100px}.ewms-hero .product-hero-image img{max-height:470px;object-fit:cover}.ewms-applications{padding:46px 0 28px}.ewms-card-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.ewms-card-grid article{grid-column:span 2;padding:22px;border:1px solid var(--product-border);border-radius:10px;background:#f8fbfc}.ewms-card-grid article:nth-child(4){grid-column:2/span 2}.ewms-card-grid article:nth-child(5){grid-column:4/span 2}.ewms-card-grid article>span{color:var(--product-teal);font-size:24px;font-weight:800}.ewms-card-grid h3{margin:7px 0;color:var(--product-teal-dark)}.ewms-card-grid p{margin:0;color:#52636f}.ewms-functions{display:grid;grid-template-columns:.75fr 1.25fr;gap:34px;align-items:start;margin:24px 0 42px;padding:32px;border-radius:12px;background:var(--product-night);color:#fff}.ewms-functions h2{margin:0 0 14px!important;color:#fff!important;font-size:32px!important}.ewms-functions>div>p:last-child{color:#c9dbe2}.ewms-functions .product-kicker{color:#79d8e4!important}.ewms-functions ul{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0!important;padding:0!important;list-style:none}.ewms-functions li{margin:0!important;padding:14px;border:1px solid #33505e;border-radius:8px;background:#172c38}.ewms-functions li strong,.ewms-functions li span{display:block}.ewms-functions li strong{margin-bottom:3px;color:#79d8e4}.ewms-functions li span{color:#d9e8ed;font-size:14px}.ewms-usecase{display:grid;grid-template-columns:.8fr 1.2fr;gap:36px;align-items:start;margin:0 0 42px;padding:30px;border-left:5px solid var(--product-teal);background:#eef8fa}.ewms-usecase h2{margin:0!important;font-size:30px!important}.ewms-usecase>p{margin:0;font-size:17px;line-height:1.7;color:#40515e}.ewms-details{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:34px}.ewms-details article{padding:28px;border:1px solid var(--product-border);border-radius:11px;background:#fff}.ewms-details h2{margin:0 0 14px!important;font-size:29px!important}.ewms-specs{background:#f8fbfc!important}.ewms-specs dl{display:grid;grid-template-columns:minmax(125px,.8fr) 1.2fr;gap:9px 16px;margin:0}.ewms-specs dt{color:var(--product-teal-dark);font-weight:800}.ewms-specs dd{margin:0}.ewms-cta{margin:0 0 34px;padding:34px;border-radius:12px;background:linear-gradient(135deg,#eaf9fb,#f7fcfd);text-align:center}.ewms-cta h2{margin:0 0 10px!important;font-size:31px!important}.ewms-cta>p:not(.product-kicker){max-width:760px;margin:0 auto;color:#4d606c;font-size:17px}.ewms-cta .product-actions{justify-content:center}.ewms-page .product-button[href$='.zip']{background-image:none!important}.ewms-page .product-button[href$='.zip']::before{content:none!important}
@media(max-width:900px){.ewms-card-grid{grid-template-columns:1fr 1fr}.ewms-card-grid article,.ewms-card-grid article:nth-child(4),.ewms-card-grid article:nth-child(5){grid-column:auto}.ewms-functions,.ewms-usecase{grid-template-columns:1fr}}
@media(max-width:650px){.ewms-card-grid,.ewms-functions ul,.ewms-details{grid-template-columns:1fr}.ewms-applications{padding-top:34px}.ewms-functions,.ewms-usecase,.ewms-details article,.ewms-cta{padding:22px}.ewms-specs dl{grid-template-columns:1fr}.ewms-specs dd{margin-bottom:7px}}
/* LED hardware product family refresh 2026-08-02 */
.ledhw-page{max-width:1100px}.ledhw-page .product-hero-image img{max-height:510px;object-fit:contain;background:#f5f8f9}.range-page .product-hero-image img{object-fit:cover}.ledhw-intro{padding:46px 0 28px}.ledhw-variants{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:18px 0 36px}.ledhw-variants article{display:grid;grid-template-columns:45% 1fr;overflow:hidden;border:1px solid var(--product-border);border-radius:11px;background:#fff}.ledhw-variants img{width:100%;height:100%;min-height:250px;object-fit:contain;background:#eef5f7}.ledhw-variants article>div{padding:24px}.ledhw-variants h2{margin:0 0 10px!important;font-size:26px!important}.ledhw-dark{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;align-items:center;margin:30px 0 40px;padding:32px;border-radius:12px;background:var(--product-night);color:#fff}.ledhw-dark h2{margin:0 0 14px!important;color:#fff!important;font-size:32px!important}.ledhw-dark .product-kicker{color:#79d8e4!important}.ledhw-dark p{color:#d9e8ed}.ledhw-image-pair{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ledhw-image-pair img{display:block;width:100%;height:230px;object-fit:contain;border-radius:8px;background:#fff;box-shadow:none!important}.ledhw-media{margin:34px 0;text-align:center}.ledhw-media h2{margin:0 0 20px!important;font-size:31px!important}.ledhw-media video{display:block;width:100%;max-width:850px;max-height:480px;margin:0 auto;border-radius:10px;background:#101923;box-shadow:0 12px 28px rgba(15,35,45,.16)}.ledhw-cta{margin:34px 0;padding:34px;border-radius:12px;background:linear-gradient(135deg,#eaf9fb,#f7fcfd);text-align:center}.ledhw-cta h2{margin:0 0 10px!important;font-size:31px!important}.ledhw-cta>p:not(.product-kicker){max-width:720px;margin:0 auto 20px;color:#4d606c;font-size:17px}.ledhw-page .product-button[href$='.zip'],.ledhw-page .product-button[href$='.pdf']{background-image:none!important}.ledhw-page .product-button[href$='.zip']::before,.ledhw-page .product-button[href$='.pdf']::before{content:none!important}.ledhw-specs{align-items:start}.ledhw-specs ul{display:grid;gap:7px;margin:0;padding-left:20px}.ledhw-spec-card{padding:25px;border:1px solid #33505e;border-radius:10px;background:#172c38}.ledhw-spec-card h3{margin:0 0 13px;color:#79d8e4}.ledhw-spec-card h3:not(:first-child){margin-top:24px}.ledhw-spec-card dl{display:grid;grid-template-columns:115px 1fr;gap:8px 14px;margin:0}.ledhw-spec-card dt{color:#79d8e4;font-weight:800}.ledhw-spec-card dd{margin:0}.ledhw-spec-card a{color:#79d8e4!important}.ledhw-usecases{padding:10px 0 34px}.ledhw-usecases>div:last-child{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.ledhw-usecases span{padding:10px 15px;border:1px solid #c9e3e7;border-radius:999px;background:#f2fafb;color:var(--product-teal-dark);font-weight:800}.ledhw-range,.ledhw-project{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;margin:36px 0}.ledhw-range{padding:28px;border:1px solid var(--product-border);border-radius:12px;background:#f8fbfc}.ledhw-range h2,.ledhw-project h2{margin:0 0 12px!important;font-size:31px!important}.ledhw-project{padding:30px;border-left:5px solid var(--product-teal);background:#eef8fa}.ledhw-project img{display:block;width:100%;border-radius:8px;box-shadow:none!important}
@media(max-width:900px){.ledhw-variants,.ledhw-dark,.ledhw-range,.ledhw-project{grid-template-columns:1fr}.ledhw-variants article{grid-template-columns:38% 1fr}.ledhw-range .ledhw-image-pair{order:2}}
@media(max-width:620px){.ledhw-variants article{grid-template-columns:1fr}.ledhw-variants img{min-height:210px}.ledhw-dark,.ledhw-cta,.ledhw-range,.ledhw-project{padding:22px}.ledhw-image-pair{grid-template-columns:1fr}.ledhw-image-pair img{height:auto}.ledhw-spec-card dl{grid-template-columns:1fr}.ledhw-spec-card dd{margin-bottom:7px}}
/* LED hardware technical corrections 2026-08-02 */
#main .ledhw-spec-card h3{color:#79d8e4!important}
#main .ledhw-dark .ledhw-spec-card h3{color:#79d8e4!important}
/* Global surface color balance 2026-08-02 */
body{background-color:#132536!important;background-image:linear-gradient(rgba(12,29,44,.76),rgba(18,39,56,.82)),url(https://www.ulrichradig.de/home/uploads/images/theme/radig_bg.svg)!important;background-position:center top!important;background-size:cover!important;background-attachment:fixed!important}
div#pagewrapper{box-shadow:0 18px 55px rgba(2,12,21,.32)}
div#footer{background:#243544!important;color:#dbe7ed!important;border-top:4px solid #315166}
.footer_col h4{color:#9fe5ed!important}.footer_col a{color:#fff!important}.footer_bottom{border-top-color:#3c5262!important;color:#c9d7de}
.home-product-media-dark{background:#e8f1f3!important}
.home-product-media-dark img{padding:8px;border:1px solid #c8d8de!important;border-radius:6px;background:#202c35;box-sizing:border-box}
#main .ledhw-page a.product-button[href$='.zip' i],#main .ledhw-page a.product-button[href$='.pdf' i]{border-color:var(--product-teal)!important;background:var(--product-teal)!important;background-image:none!important;color:#fff!important;box-shadow:0 4px 10px rgba(0,127,145,.16)!important}
#main .ledhw-page a.product-button[href$='.zip' i]::before,#main .ledhw-page a.product-button[href$='.pdf' i]::before{content:none!important;display:none!important}
#main .ledhw-page a.product-button[href$='.zip' i]:hover,#main .ledhw-page a.product-button[href$='.pdf' i]:hover{background:var(--product-teal-dark)!important;color:#fff!important}
@media(max-width:720px){body{background:#132536!important}}
/* Lighter outer page background 2026-08-02 */
body{background-color:#1a3448!important;background-image:linear-gradient(rgba(19,43,61,.62),rgba(24,50,69,.70)),url(https://www.ulrichradig.de/home/uploads/images/theme/radig_bg.svg)!important}
@media(max-width:720px){body{background:#1a3448!important}}
/* HMI NDJSON product page refresh 2026-08-02 */
.hmi-page{max-width:1100px}.hmi-hero .product-hero-image img{max-height:480px;object-fit:cover}.hmi-architecture{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;margin:36px 0;padding:32px;border-radius:12px;background:var(--product-night);color:#fff}.hmi-architecture h2{margin:0 0 14px!important;color:#fff!important;font-size:32px!important}.hmi-architecture .product-kicker{color:#79d8e4!important}.hmi-architecture>div:first-child p:last-child{color:#d9e8ed}.hmi-flow{display:grid;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center}.hmi-flow span{padding:20px;border:1px solid #33505e;border-radius:9px;background:#172c38;text-align:center;color:#d9e8ed}.hmi-flow strong{display:block;margin-bottom:5px;color:#79d8e4;font-size:18px}.hmi-flow b{color:#79d8e4;text-align:center;line-height:1.6}.hmi-architecture ul{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:0!important;padding:0!important;list-style:none}.hmi-architecture li{margin:0!important;padding:11px;border:1px solid #33505e;border-radius:7px;background:#172c38;text-align:center}.hmi-hardware{padding:18px 0 38px}.hmi-hardware-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.hmi-hardware-grid article{padding:23px;border:1px solid var(--product-border);border-radius:10px;background:#f8fbfc}.hmi-hardware-grid article>strong{color:var(--product-teal);font-size:25px}.hmi-hardware-grid h3{margin:8px 0;color:var(--product-teal-dark)}.hmi-hardware-grid p{margin:0;color:#52636f}.hmi-features{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;align-items:center;margin:12px 0 38px;padding:28px;border-left:5px solid var(--product-teal);background:#eef8fa}.hmi-features h2{margin:0 0 12px!important;font-size:31px!important}.hmi-feature-grid{display:flex;flex-wrap:wrap;gap:9px}.hmi-feature-grid span{padding:9px 13px;border:1px solid #c9e3e7;border-radius:999px;background:#fff;color:var(--product-teal-dark);font-weight:800}.hmi-license{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:38px}.hmi-license article{padding:27px;border:1px solid var(--product-border);border-radius:11px;background:#fff}.hmi-license article:last-child{background:#f8fbfc}.hmi-license h2{margin:0 0 13px!important;font-size:28px!important}.hmi-license li{margin-bottom:7px!important}.hmi-flash{margin:30px 0;padding:34px;border-radius:12px;background:var(--product-night);color:#fff;text-align:center}.hmi-flash .product-kicker{color:#79d8e4!important}.hmi-flash h2{margin:0 0 10px!important;color:#fff!important;font-size:31px!important}.hmi-flash>p:not(.product-kicker){color:#d9e8ed}.hmi-flash-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:24px}.hmi-flash-grid a{display:block;padding:20px;border:1px solid #3c6170;border-radius:9px;background:#172c38;color:#fff!important;text-align:left;text-decoration:none!important}.hmi-flash-grid a:hover{border-color:var(--product-teal);background:#1d3744}.hmi-flash-grid small,.hmi-flash-grid strong,.hmi-flash-grid span{display:block}.hmi-flash-grid small{color:#79d8e4;font-weight:800}.hmi-flash-grid strong{margin:7px 0;font-size:18px}.hmi-flash-grid span{color:#a9c9d2}.hmi-docs{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:center;margin:30px 0 34px;padding:30px;border-radius:12px;background:linear-gradient(135deg,#eaf9fb,#f7fcfd)}.hmi-docs h2{margin:0 0 10px!important;font-size:30px!important}.hmi-docs p:last-child{margin-bottom:0;color:#4d606c}.hmi-docs .product-actions{justify-content:flex-end}.hmi-page .product-button[href$='.pdf'],.hmi-page .product-button[href$='.md']{background-image:none!important}.hmi-page .product-button[href$='.pdf']::before,.hmi-page .product-button[href$='.md']::before{content:none!important}
@media(max-width:900px){.hmi-architecture,.hmi-features,.hmi-docs{grid-template-columns:1fr}.hmi-architecture ul{grid-template-columns:1fr 1fr}.hmi-docs .product-actions{justify-content:flex-start}}
@media(max-width:650px){.hmi-flow,.hmi-hardware-grid,.hmi-license,.hmi-flash-grid{grid-template-columns:1fr}.hmi-flow b{transform:rotate(90deg);padding:4px}.hmi-architecture ul{grid-template-columns:1fr}.hmi-architecture,.hmi-features,.hmi-flash,.hmi-docs{padding:22px}}
/* StatusLight product page refresh 2026-08-02 */
.statuslight-page{max-width:1100px}.statuslight-hero .product-hero-image img{max-height:470px;object-fit:cover}.status-modes{padding:46px 0 30px}.status-mode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.status-mode-grid article{display:grid;grid-template-columns:auto 1fr auto;gap:3px 12px;align-items:center;padding:17px;border:1px solid var(--product-border);border-radius:9px;background:#f8fbfc}.status-mode-grid i{grid-row:1/3;width:18px;height:44px;border-radius:999px;background:#aaa;box-shadow:0 0 12px currentColor}.status-mode-grid strong{font-size:17px}.status-mode-grid span{color:#52636f}.status-mode-grid code{grid-column:3;grid-row:1/3;padding:5px 8px;border-radius:5px;background:#e7eef1}.is-free i{color:#2fc96e;background:#2fc96e}.is-busy i,.is-call i{color:#f04f4f;background:#f04f4f}.is-away i{color:#ffb52e;background:#ffb52e}.is-alarm i{color:#3d8fff;background:#3d8fff}.is-effects i{color:#b65cff;background:linear-gradient(#ff5c7a,#ffcf4a,#4bd48b,#4e8cff,#bd5cff)}.status-software{display:grid;grid-template-columns:1fr 330px;gap:40px;align-items:center;margin:22px 0 38px;padding:32px;border-radius:12px;background:var(--product-night);color:#fff}.status-software h2{margin:0 0 14px!important;color:#fff!important;font-size:32px!important}.status-software .product-kicker{color:#79d8e4!important}.status-software p{color:#d9e8ed}.status-software li{margin-bottom:7px!important}.status-software img{display:block;width:100%;max-height:470px;object-fit:contain;border-radius:8px;background:#fff;box-shadow:none!important}.status-graph{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;align-items:center;margin:30px 0;padding:29px;border-left:5px solid var(--product-teal);background:#eef8fa}.status-graph h2{margin:0 0 12px!important;font-size:30px!important}.status-graph-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.status-graph-grid span{padding:12px;border:1px solid #c9e3e7;border-radius:7px;background:#fff;color:#52636f}.status-graph-grid strong{display:block;color:var(--product-teal-dark)}.status-interface{display:grid;grid-template-columns:1fr .85fr;gap:34px;align-items:center;margin:36px 0}.status-interface h2{margin:0 0 12px!important;font-size:31px!important}.status-tags{display:flex;flex-wrap:wrap;gap:8px}.status-tags span{padding:8px 11px;border-radius:999px;background:#eaf9fb;color:var(--product-teal-dark);font-weight:800}.status-interface pre{margin:0!important;padding:24px!important;border:1px solid #33505e;border-radius:10px;background:var(--product-night)!important;color:#79d8e4!important;line-height:1.55}.status-interface code{color:inherit!important}.status-build{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;margin:36px 0;padding:28px;border:1px solid var(--product-border);border-radius:12px;background:#f8fbfc}.status-build img{display:block;width:100%;border-radius:9px;box-shadow:none!important}.status-build h2{margin:0 0 12px!important;font-size:30px!important}.status-build dl{display:grid;grid-template-columns:120px 1fr;gap:8px 14px;margin:20px 0}.status-build dt{color:var(--product-teal-dark);font-weight:800}.status-build dd{margin:0}.status-download{margin:34px 0;padding:34px;border-radius:12px;background:linear-gradient(135deg,#eaf9fb,#f7fcfd);text-align:center}.status-download h2{margin:0 0 10px!important;font-size:31px!important}.status-download>p:not(.product-kicker){max-width:780px;margin:0 auto;color:#4d606c}.status-download .product-actions{justify-content:center}.status-terms{display:grid;grid-template-columns:.8fr 1.2fr;gap:28px;margin:34px 0;padding:30px;border-radius:12px;background:#f6f7f8}.status-terms h2{margin:0 0 10px!important;font-size:28px!important}.status-terms ul{margin-bottom:0}.status-warning{grid-column:1/-1;margin:0!important;padding:14px 17px;border-left:5px solid #d46a20;background:#fff5e9}.status-disclaimer{margin:0 0 34px;padding:15px;border:1px solid var(--product-border);border-radius:7px;color:#60717d;font-size:13px}.statuslight-page .product-button[href$='.zip']{background-image:none!important}.statuslight-page .product-button[href$='.zip']::before{content:none!important}
@media(max-width:900px){.status-software,.status-graph,.status-interface,.status-build,.status-terms{grid-template-columns:1fr}.status-software img{max-height:380px}.status-warning{grid-column:auto}}
@media(max-width:650px){.status-mode-grid,.status-graph-grid{grid-template-columns:1fr}.status-software,.status-graph,.status-build,.status-download,.status-terms{padding:22px}.status-build dl{grid-template-columns:1fr}.status-build dd{margin-bottom:6px}}
/* StatusLight command console correction 2026-08-02 */
#main .status-interface pre code{display:block!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;color:#79d8e4!important;white-space:pre!important;font-family:Consolas,'Courier New',monospace!important;line-height:1.55!important}
/* DMX batch 1 and preserved editorial text 2026-08-02 */
.dmx-overview-page{max-width:1100px}.dmx-overview-hero{display:grid;grid-template-columns:1.2fr .8fr;gap:38px;align-items:center;padding:18px 0 40px;border-bottom:1px solid var(--product-border)}.dmx-overview-hero h2{margin:0 0 17px!important;font-size:clamp(36px,5vw,54px)!important;line-height:1.06!important}.dmx-overview-hero p:not(.product-kicker){font-size:16px;line-height:1.7;color:#40515e}.dmx-overview-hero img{display:block;width:100%;max-height:390px;object-fit:contain;border-radius:10px;box-shadow:none!important}.dmx-overview-products{padding:44px 0}.dmx-overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.dmx-overview-grid a{display:block;padding:22px;border:1px solid var(--product-border);border-radius:9px;background:#f8fbfc;color:inherit!important;text-decoration:none!important}.dmx-overview-grid a:hover{border-color:var(--product-teal);background:#eef9fa}.dmx-overview-grid strong,.dmx-overview-grid span{display:block}.dmx-overview-grid strong{margin-bottom:7px;color:var(--product-teal-dark);font-size:17px}.dmx-overview-grid span{color:#52636f}.dmx-overview-areas{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;align-items:center;padding:28px;border-left:5px solid var(--product-teal);background:#eef8fa}.dmx-overview-areas h2{margin:0!important;font-size:29px!important}.dmx-overview-areas>div:last-child{display:flex;flex-wrap:wrap;gap:9px}.dmx-overview-areas span{padding:9px 13px;border-radius:999px;background:#fff;color:var(--product-teal-dark);font-weight:800}.legacy-story{margin:28px 0;padding:25px 28px;border-left:5px solid var(--product-teal);background:#f4fafb}.legacy-story .product-kicker{margin-bottom:8px!important}.legacy-story p{margin:0 0 12px;color:#40515e;font-size:16px;line-height:1.75}.legacy-story p:last-child{margin-bottom:0}.dmx-legacy-page .product-button[href$='.zip']{background-image:none!important}.dmx-legacy-page .product-button[href$='.zip']::before{content:none!important}
@media(max-width:900px){.dmx-overview-hero,.dmx-overview-areas{grid-template-columns:1fr}.dmx-overview-grid{grid-template-columns:1fr 1fr}.dmx-overview-hero img{order:-1;max-height:300px}}
@media(max-width:620px){.dmx-overview-grid{grid-template-columns:1fr}.dmx-overview-hero h2{font-size:36px!important}.legacy-story{padding:20px}.dmx-overview-areas{padding:22px}}


/* Art-Net product batch 2 - personal editorial text preserved 2026-08-02 */
.artnet-legacy-refresh{--an-blue:#07588f;--an-cyan:#0089a1;--an-orange:#d9580b;color:#102b3d}
.artnet-legacy-refresh .an-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);gap:34px;align-items:center;padding:34px 38px;margin:0 0 30px;border:1px solid #cbdde7;border-top:5px solid var(--an-blue);border-radius:0 0 14px 14px;background:linear-gradient(135deg,#fff 0%,#edf7fa 100%)}
.artnet-legacy-refresh .an-kicker{margin:0 0 10px;color:var(--an-cyan);font-size:.86rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.artnet-legacy-refresh .an-hero h1{margin:0 0 14px;color:var(--an-blue);font-size:clamp(2rem,4vw,3.5rem);line-height:1.04}
.artnet-legacy-refresh .an-lead{margin:0;font-size:1.12rem;line-height:1.65;color:#29485c}
.artnet-legacy-refresh .an-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.artnet-legacy-refresh .an-fact{padding:15px;border:1px solid #c8dce7;border-radius:10px;background:#fff}
.artnet-legacy-refresh .an-fact strong{display:block;color:var(--an-cyan);font-size:1.35rem;line-height:1.1}
.artnet-legacy-refresh .an-fact span{display:block;margin-top:5px;color:#456175;font-size:.8rem}
.artnet-legacy-refresh .an-original{padding:0 38px 30px}
.artnet-legacy-refresh .an-original:before{content:"Beschreibung, Entwicklung und Erfahrungen";display:block;margin:0 0 22px;color:var(--an-blue);font-size:clamp(1.55rem,3vw,2.15rem);font-weight:800;line-height:1.2}
.artnet-legacy-refresh .an-original p{max-width:970px;margin:0 auto 18px;line-height:1.72;text-align:left!important}
.artnet-legacy-refresh .an-original>p:first-child:empty,.artnet-legacy-refresh .an-original>p:first-child{margin-top:0}
.artnet-legacy-refresh .an-original img{display:block;max-width:100%;height:auto!important;margin:22px auto;border-radius:10px;box-shadow:0 12px 30px rgba(12,42,59,.12)}
.artnet-legacy-refresh .an-original ul{max-width:970px;margin:12px auto 26px;padding:22px 28px 22px 48px;border:1px solid #cfdee7;border-radius:12px;background:#f5fafc;columns:2;column-gap:42px}
.artnet-legacy-refresh .an-original li{margin:0 0 8px;break-inside:avoid;line-height:1.45}
.artnet-legacy-refresh .an-original h4{max-width:970px;margin:38px auto 14px;padding:17px 20px;border-top:4px solid var(--an-orange);border-radius:8px;background:#eef7fa;color:var(--an-blue);font-size:1.35rem}
.artnet-legacy-refresh .an-original h5{max-width:970px;margin:25px auto 8px;color:var(--an-cyan);font-size:1.06rem}
.artnet-legacy-refresh .an-original a{color:#006c86;font-weight:700;text-underline-offset:3px}
.artnet-legacy-refresh .an-original video{display:block;width:100%;max-width:970px;height:auto;margin:24px auto;border-radius:10px;background:#102531}
@media(max-width:760px){.artnet-legacy-refresh .an-hero{grid-template-columns:1fr;padding:26px 22px}.artnet-legacy-refresh .an-original{padding:0 20px 25px}.artnet-legacy-refresh .an-original ul{columns:1;padding-left:40px}}
@media(max-width:440px){.artnet-legacy-refresh .an-facts{grid-template-columns:1fr}}


/* Art-Net fact card wrapping fix 2026-08-02 */
.artnet-legacy-refresh .an-hero {
  grid-template-columns: minmax(0, 1.3fr) minmax(360px, .7fr);
}
.artnet-legacy-refresh .an-fact {
  min-width: 0;
  overflow: hidden;
}
.artnet-legacy-refresh .an-fact strong,
.artnet-legacy-refresh .an-fact span {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: normal;
}
.artnet-legacy-refresh .an-fact span {
  font-size: .78rem;
  line-height: 1.35;
}
@media (max-width: 900px) {
  .artnet-legacy-refresh .an-hero {
    grid-template-columns: 1fr;
  }
}


/* Art-Net inline image gallery fix 2026-08-02 */
.artnet-legacy-refresh .an-original p:has(> img + img) {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: center;
  max-width: 820px;
  margin: 26px auto 38px;
}
.artnet-legacy-refresh .an-original p:has(> img + img) img {
  width: 100%;
  max-width: 390px;
  max-height: 330px;
  object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 650px) {
  .artnet-legacy-refresh .an-original p:has(> img + img) {
    grid-template-columns: 1fr;
    max-width: 390px;
  }
}


/* Category overview pages aligned with DMX overview 2026-08-02 */
.category-overview-page .dmx-overview-hero>div>p:not(.product-kicker){margin:0 0 14px}
.category-overview-page .dmx-overview-products{padding-bottom:38px}
.category-overview-page .dmx-overview-grid a{min-width:0}
.category-overview-page .dmx-overview-grid strong{overflow-wrap:anywhere}
.category-overview-page .dmx-overview-grid span{font-size:.92rem;line-height:1.45}
.category-overview-page .ledhw-cta{margin-top:38px}
.category-info_datas .dmx-overview-hero img{max-height:330px}
@media(min-width:901px){.category-avr .dmx-overview-grid,.category-projekte .dmx-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
/* cmsms stylesheet: Module News 3 modified: Dienstag, 9. Oktober 2018 17:47:35 */
div#news {
/* margin for the entire div surrounding the news items */
	margin: 2em 0 1em 1em;
/* border set here */
	border: 1px solid #0F538A;
/* sets it off from surroundings */
	background: #FFFFFF;
}
div#news h2 {
	line-height: 2em;
/* you can set your own image here */
	/*background: url(https://www.ulrichradig.de/home/uploads/designs/Left-simple-navigation-1-column-2/darknav.png) repeat-x left center; */
	color: #0F538A;
        background: #cadceb;
	border: none
}
.NewsSummary {
/* padding for the news article summary */
	padding: 0.5em 0.5em 1em;
/* margin to the bottom of the news article summary */
	margin: 0 0.5em 1em 0.5em;
	border-bottom: 1px solid #ccc;
}
.NewsSummaryPostdate {
/* smaller than default text size */
	font-size: 90%;
/* bold to set it off from text */
	font-weight: bold;
}
.NewsSummaryLink {
/* bold to set it off from text */
	font-weight: bold;
/* little more room at top */
	padding-top: 0.2em;
}
.NewsSummaryCategory {
/* italic to set it off from text */
	font-style: italic;
	margin: 5px 0;
}
.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#NewsPostDetailDate {
/* smaller text */
	font-size: 90%;
	margin-bottom: 5px;
/* bold to set it off from text */
	font-weight: bold;
}
#NewsPostDetailSummary {
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailCategory {
/* italic to set it off from text */
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
}
#NewsPostDetailContent {
	margin-bottom: 15px;
/* larger than default text */
	line-height: 150%;
}
#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
/* italic to set it off from text */
	font-style: italic;
}
/* more divs, left unstyled, just so you know the IDs of them */ 
#NewsPostDetailTitle {
}
#NewsPostDetailHorizRule {
}
#NewsPostDetailPrintLink {
}
#NewsPostDetailReturnLink {
}
div#news ul li {
	padding: 2px 2px 2px 5px;
	margin-left: 20px;
}
/* cmsms stylesheet: Accessibility and cross-browser tools 4 modified: Dienstag, 9. Oktober 2018 12:27:29 */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	/*background: url(https://www.ulrichradig.de/home/uploads/designs/Left-simple-navigation-1-column-2/external.gif) no-repeat 100%
-100px; */
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	/*background: url(https://www.ulrichradig.de/home/uploads/designs/Left-simple-navigation-1-column-2/external.gif) no-repeat 100% -100px; */
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(https://www.ulrichradig.de/home/uploads/designs/Left-simple-navigation-1-column-2/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}




/* end clearing */
/* cmsms stylesheet: Navigation FatFootMenu 3 modified: Dienstag, 9. Oktober 2018 12:29:53 */
#footer ul {
/* some margin is set in the footer padding */
   margin: 0px;
/* calling a specific side, left in this case */
   margin-left: 5px;
   padding: 0px;
/* remove any default bullets, image used in li call */
   list-style: none;
}
#footer ul li {
/* remove any default bullets, image used for consistency */
   list-style: none;
/* float left to set first level li items across the top */
   float:left;
/* a little margin at top */
   margin: 5px 0px 0px;
/* padding all the way around */
   padding: 5px;
/* you can set your own image here, used for consistency */
/*   background: url(https://www.ulrichradig.de/home/uploads/designs/Left-simple-navigation-1-column-2/dot.gif) no-repeat left 10px;*/
}
#footer ul li a {
/* this will make the "a" link a solid shape */
   display:block;
   margin: 2px 0px 4px;
   padding: 0px 5px 5px 5px;
}
/* set h3 to look like "a" */
#footer li h3 {
   font-weight:normal;
   font-size:100%;
   margin: 2px 0px 2px 0px;
   padding: 0px 5px 5px 5px;
}
/* set h3 to look like "a", less margin at this level */
#footer li li h3 {
   font-weight:normal;
   font-size:100%;
   margin: 0px;
   padding: 0px 5px 5px 5px;
}
#footer ul li li {
/* remove any default bullets, image used for consistency */
   list-style: none;
/* remove float so they line up under top li */
   float:none;
/* less margin/padding */
   margin: 0px;
   padding: 0px 0px 0px 5px;
/* you can set your own image here, used for consistency */
/*   background: url(https://www.ulrichradig.de/home/uploads/designs/Left-simple-navigation-1-column-2/dot.gif) no-repeat left 3px; */
}
/* fix for IE6 */
* html #footer ul li a {
   margin: 2px 0px 0px;
   padding: 0px 5px 5px 5px;
}
* html #footer ul li li a {
   margin: 0px 0px 0px;
   padding: 0px 5px 0px 5px;
}
/* End fix for IE6 */
#footer ul ul {
/* remove float so they line up under top li */
   float:none;
/* a little margin to offset it */
   margin: 0px 0px 0px 8px;
   padding: 0;
}
#footer ul ul ul {
/* remove float so they line up under li above it */
   float:none;
/* a little margin to offset it */
   margin: 0px 0px 0px 8px;
   padding: 0;
}
