<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ----- DYNAMIC CMS 3 - LEISTE ----- */

#d3StartBar {	
    background-color: #1F9BDE;
	-webkit-box-shadow: 0 0 5px 1px #ADADAD;
	box-shadow: 0 0 5px 1px #ADADAD;
	position: fixed;
	width: 40px;
	z-index: 100;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	padding-bottom: 3px;
}

#d3StartBar_Logo {
	background-color: #FFFFFF;	
	width: 38px;
	height: 38px;
	float: left;
	clear: both;
	padding: 6px;
}

#d3StartBar_Grap {		
	width: 19px;
	height: 8px;
	float: left;
	clear: both;
	margin: 9px 0px 2px 10px;
	cursor: pointer;
}

.d3SBSpace {	
	width: 24px;
	height: 4px;
	float: left;
	clear: both;
	border-bottom-color: #177EB6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 1px 9px 5px 7px;
}

.d3SBItem {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

/* NEWS */

.d3SBNewsModul {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;	
	margin: 0px 7px 1px 5px;
	background-image: url(../../dynamic2/images/leiste/icon_news_aktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBNewsModulDisabled {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_news_inaktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBNewsModul:hover {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_news_mit.svg);
	background-color: #EC6C21;	
}

.d3SBNewsModulActive {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_news_mit.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

/* GALERIE */

.d3SBGalerieModul {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_galerie_aktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBGalerieModulDisabled {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_galerie_inaktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBGalerieModul:hover {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_galerie_mit.svg);
	background-color: #EC6C21;	
}

.d3SBGalerieModulActive {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_galerie_mit.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

/* SHOP */

.d3SBShopModul {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_shop_aktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBShopModulDisabled {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_shop_inaktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBShopModul:hover {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_shop_mit.svg);
	background-color: #EC6C21;	
}

.d3SBShopModulActive {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_shop_mit.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

/* TEASER */

.d3SBTeaserModul {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_teaser_aktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBTeaserModulDisabled {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_teaser_inaktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBTeaserModul:hover {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_teaser_mit.svg);
	background-color: #EC6C21;	
}

.d3SBTeaserModulActive {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_teaser_mit.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

/* SHARE */

.d3SBShareModul {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_share_aktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;	
}

.d3SBShareModulDisabled {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_share_inaktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBShareModul:hover {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_share_mit.svg);
	background-color: #EC6C21;	
}

.d3SBShareModulActive {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_share_mit.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

/* SOCIAL */

.d3SBSocialModul {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_social_aktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBSocialModulDisabled {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_social_inaktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBSocialModul:hover {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_social_mit.svg);
	background-color: #EC6C21;	
}

.d3SBSocialModulActive {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_social_mit.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

/* STYLES */

.d3SBStylesModul {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_styles_aktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBStylesModulDisabled {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_styles_inaktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBStylesModul:hover {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_styles_mit.svg);
	background-color: #EC6C21;	
}

.d3SBStylesModulActive {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_styles_mit.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

/* LAYOUTS */

.d3SBLayoutsModul {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_layouts_aktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBLayoutsModulDisabled {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_layouts_inaktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBLayoutsModul:hover {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_layouts_mit.svg);
	background-color: #EC6C21;	
}

.d3SBLayoutsModulActive {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_layouts_mit.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

/* CONTACT */

.d3SBContactModul {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_kontakt_aktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBContactModulDisabled {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_kontakt_inaktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBContactModul:hover {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_kontakt_mit.svg);
	background-color: #EC6C21;	
}

.d3SBContactModulActive {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_kontakt_mit.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

/* WEBUSER */

.d3SBWebuserModul {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_webuser_aktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBWebuserModulDisabled {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_webuser_inaktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBWebuserModul:hover {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_webuser_mit.svg);
	background-color: #EC6C21;	
}

.d3SBWebuserModulActive {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_webuser_mit.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

/* NEWSLETTER */

.d3SBNewsletterModul {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_letter_aktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBNewsletterModulDisabled {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_letter_inaktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBNewsletterModul:hover {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_letter_mit.svg);
	background-color: #EC6C21;
}

.d3SBNewsletterModulActive {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_letter_mit.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

/* PATCHNOTES */

.d3SBPatchnotesModul {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_version_aktiv.jpg);
}

.d3SBPatchnotesModulDisabled {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_version_inaktiv.jpg);
}

.d3SBPatchnotesModul:hover {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_version_mit.jpg);
}

.d3SBPatchnotesModulActive {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_version_mit.jpg);
}

/* LOGOUT */

.d3SBLogoutModul {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_logout_aktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBLogoutModulDisabled {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_logout_inaktiv.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}

.d3SBLogoutModul:hover {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_logout_mit.svg);
	background-color: #EC6C21;
}

.d3SBLogoutModulActive {
	width: 28px;
	height: 28px;
	float: left;
	clear: both;
	margin: 0px 7px 1px 5px;	
	background-image: url(../../dynamic2/images/leiste/icon_logout_mit.svg);
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}</pre></body></html>