/* cmsms stylesheet: stylesheet_css modified: Sonntag, 26. Juli 2026 12:46:26 */
* {
	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; }
}
/* 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;
}
