/* pixmen24 */
/* Template_XH >= 1.7.x */
/* www.gepixel.de 03/2024 */


/*** fonts ***/	
/*** Open Sans 300, 400, 600 ***/
*,
*::before,
*::after {
	box-sizing: borderbox;
}
*{
	marging: 0;
	padding: 0;
}

@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;src:local('Open Sans Light'),local('OpenSans-Light'),url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-300.woff2) format('woff2'),url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-300.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans Regular'),local('OpenSans-Regular'),url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-regular.woff2) format('woff2'),url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-regular.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;src:local('Open Sans Light Italic'),local('OpenSans-LightItalic'),url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-300italic.woff2) format('woff2'),url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-300italic.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;src:local('Open Sans Italic'),local('OpenSans-Italic'),url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-italic.woff2) format('woff2'),url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-italic.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans SemiBold'),local('OpenSans-SemiBold'),url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-600.woff2) format('woff2'),url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-600.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:600;src:local('Open Sans SemiBold Italic'),local('OpenSans-SemiBoldItalic'),url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-600italic.woff2) format('woff2'),url(fonts/opensans/open-sans-v16-cyrillic-ext_latin-ext-600italic.woff) format('woff')}
i, em {
	font-style: italic;
}
b, strong {
	font-weight: 600;
}
/*** grid ***/
*{margin:0;padding:0;border:0;box-sizing:border-box;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{height:100%}.clear,.row:after{clear:both}img{-ms-interpolation-mode:bicubic}table{border-collapse:collapse;border-spacing:0}a,h1,h2,h3,h4,h5,h6,li,p,span{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility}.row,.row-full-width,nav,section{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.row{position:relative;width:100%;margin:0 auto;max-width:980px}.row-full-width{position:relative;margin:0 auto;width:100%;max-width:100%}.row-full-width:after,.row-full-width:before,.row:after,.row:before{content:" ";display:table}.row .row,.row-full-width .row{width:auto}.c1,.c10,.c11,.c12,.c13,.c14,.c15,.c16,.c17,.c18,.c19,.c2,.c20,.c21,.c22,.c23,.c24 .third,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.fifth,.half,.quarter{position:relative;width:100%;float:left;display:block;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.c1{position:relative;width:4.164%}.c2{position:relative;width:8.332%}.c3{position:relative;width:12.49%}.c4{position:relative;width:16.65%}.c5{position:relative;width:20.83%}.c6{position:relative;width:24.97%}.c7{position:relative;width:29.16%}.c8{position:relative;width:33.332%}.c9{position:relative;width:37.492%}.c10{position:relative;width:41.662%}.c11{position:relative;width:45.832%}.c12{position:relative;width:49.968%}.c13{position:relative;width:54.16%}.c14{position:relative;width:58.33%}.c15{position:relative;width:62.49%}.c16{position:relative;width:66.662%}.c17{position:relative;width:70.83%}.c18{position:relative;width:74.99%}.c19{position:relative;width:79.16%}.c20{position:relative;width:83.33%}.c21{position:relative;width:87.49%}.c22{position:relative;width:91.66%}.c23{position:relative;width:95.83%}.c24{position:relative;width:100%}.full{position:relative;width:100%}.half{position:relative;width:50%}.third{position:relative;width:33.332%}.quarter{position:relative;width:25%}.fifth{position:relative;width:20%}.center{position:relative;margin-left:auto;margin-right:auto;float:none!important}
.row {
	width: 100%;
	max-width: 95%; /*** 1100px;***/
}
/** Video Overlay **/
.video-overlay {
 position:absolute;
  z-index:9999999999;
}

/*** generic styles ***/
.clear {
	clear: both;
}
ol {
	padding: 0 0 0 2em;
	list-style: decimal;
}
ol ol {
	margin: 0;
	padding: 0 0 0 1em;
	list-style: upper-alpha;
}
ol ol ol {
	margin: 0;
	padding: 0 0 0 1em;
	list-style: lower-alpha;
}
ol li {
	margin: 0;
	padding: 0;
}
ul.listUnordered {
	list-style: none;
	margin: 0 0 .75em 1em;
}
ul.listUnordered ul {
	margin: 0 0 0 1em;
	list-style: none;
}
ul.listUnordered li::before {
	content: '›';
	margin-left: -1em;
	width: 1em;
	display: inline-block;
}
ul.listUnordered ul li:before {
	content: '»';
	margin-left: -1em;
	width: 1em;
	display: inline-block;
}
ul.listUnordered ul ul li:before {
	content: '-';
	margin-left: -1em;
	width: 1em;
	display: inline-block;
}
/* tables responsive / horiz. scrollable */
table.respTable {
	font-family: inherit !important;
	line-height: normal;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	border-collapse: collapse;
	border-spacing: 0;
	margin: .5em 0;
	background: #fff;
}
.respTable {
	-webkit-overflow-scrolling: touch;
}
.respTable thead th {
	text-align: left;
	background: #555;
	color: #fff;
	font-weight: 600;
	font-size: 1em;
	vertical-align: bottom;
}
.respTable tbody th {
	text-align: left;
	background: #e0e0e0;
	color: #333;
	font-weight: 400;
	font-size: 1em;
	border: 1px solid #aaa;
}
.respTable th {
	padding: .25em .75em;
	border: 1px solid #fff;
	vertical-align: top;
}
.respTable td {
	padding: .25em .75em;
	border: 1px solid #ccc;
	vertical-align: top;
}
.respTable tr:nth-of-type(2n+1) {
	/* background: #f3f3f3; */
}
/* Image Hover gepixel */
*.scale {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(.98);
}
*.scale:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1);
}
/* TRANSITION */
*.transition {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;				
}

/* news box Startseite gepixel*/
#newsboxes {
	display: block;
}
#newsboxes2 {
	display: none;
	clear: both;
	padding: 3em 0 0 0;
}
#newsboxes2 .news {
	width: 48%;
	font-size: .9em;
	margin: 2px;
	border: 1px solid #581654;
	padding: .5em;
}
.newsin {
	font-size: 0.9em;
	margin: 0 0 .6em 0; /**	margin: 0 0 1em 0; 03.11.2023 ***/
	border: 1px solid #c4c1c4; /** #581654; 17.04.2024 ***/
	padding: .8em; /**	padding: .5em; 03.11.2023 ***/
	background: #045fee1a;
	border-radius: 0 15px  15px 15px;
}
} /**	
@media only screen and (max-width : 640px) {
#newsboxes2 {
	display: block;
}
#newsboxes2 .news {
	width: 100%;
	margin: 1em 0 0;
	background: #045fee1a;
	border-radius: 0 15px  15px 15px;
}
img.imgR,
img.imgL,
div.imgR,
div.imgL {
	max-width: 100%;
	float: none;
	margin: 1em 0;
}
article div.box-wrapper {
	width: 99%;
	display: flex;
	flex-wrap: wrap; /* alt. nowrap */
	justify-content: space-around;
	padding: 10px;
}
article div.box-wrapper div.box {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
article div.box-wrapper div.box:hover {
	z-index: 999;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
article div.box img {
	width: 100%;
	height: auto;
}
hr {
	border: 0;
	border-bottom: 1px solid #333;
	height: 0px;
	clear: both;
	margin: 1em 0;
}
hr.hrdot {
	border: 0;
	border-bottom: 1px dotted #333;
	height: 0px;
	clear: both;
	margin: 1em 0;
}
img {
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
img.imgR, img.imgL, div.imgR, div.imgL {
	max-width: 33%;
	font: italic 400 0.9em/normal 'Open Sans', sans-serif;
	color: #666;
}
img.imgR, div.imgR {
	margin: .25em 0 2em 2em;
	float: right;
	text-align: right;
}
img.imgL, div.imgL {
	margin: .25em 2em 2em 0;
	float: left;
	text-align: left;
}
div.imgR img, div.imgL img {
	margin: 0 0 .75em 0;
}
div.imgR p, div.imgL p {
	margin: 0 !important;
}
p.caption {
	font: italic 400 0.9em/normal 'Open Sans', sans-serif;
	color: #666;
}
p.noBr, span.noBr, td.noBr {
	white-space: nowrap;
}
p.smaller, span.smaller, div.smaller {
	font-size: .85em;
}
p.bigger, span.bigger, div.bigger {
	font-size: 1.25em;
	font-weight: 300;
}
p.subHeading {
	font-size: 1.25em;
	margin: .5em 0 .25em 0;
	font-weight: 600;
}
/* prices */
.pricingdiv {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: .5em;
}
.pricingdiv ul.priceDescr {
	list-style: none;
	margin: .5em .5em 1em .5em;
	padding: 0;
	display: flex;
	flex-direction: column;
	position: relative;
	width: 225px;
	max-width: 225px;
	transition: all .25s;
	border: 1px solid #FFC815;
}
.pricingdiv ul.priceDescr ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.pricingdiv ul.priceDescr:hover { /* when mouse hover over pricing table */
	transform: scale(1.05);
	transition: all .25s;
	box-shadow: 1px 1px 5px rgba(0,0,0,.25);
}
.pricingdiv ul.priceDescr li {
	margin: 0 1em;
	position: relative;
	font-size: 0.9em;
}
.pricingdiv ul.priceDescr li.title {
	margin: 0;
	text-transform: uppercase;
	padding: .25em 0;
	background: #FFC815;
}
.pricingdiv ul.priceDescr li:nth-child(2) {
	margin: 0 0 1em 0;
}
.pricingdiv ul.priceDescr li.title h2 {
	font-size: 1.5em;
	font-weight: 400;
	text-align: center;
	margin: 0;
	line-height: normal;
}
/* very last LI within each pricing UL */
.pricingdiv ul.priceDescr li:last-of-type {
	text-align: center;
	margin-top: auto; /* align last LI (price botton li) to the very bottom of UL */
}
.pricingdiv .pricebutton {
	margin: 2em auto 0 auto;
	text-align: right;
}
.pricebutton p {
	line-height: 1;
	margin: 0;
	text-align: right;
}
.pricebutton span.price2 {
	font-size: 2em;
	font-weight: 600;
	line-height: 1;
	color: #FFC815;
	text-shadow: 1px 1px 0px rgba(0,0,0,.75);
}
@media only screen and (max-width: 500px) {
.pricingdiv ul.priceDescr {
	border-radius: 0;
	width: 100%;
	margin-right: 0;
}
.pricingdiv ul.priceDescr:hover {
	transform: none;
	box-shadow: none;
}
.pricingdiv a.pricebutton {
	display: block;
}
}
/*** Layout ***/
body {
	height: 100%;
	background: #581654;
	color: #444;
	font: 400 normal 16px/1.5em 'Open Sans', sans-serif;
	padding-top: 80px;
	overflow-y: scroll;
}
body.menuOpen {
	height: calc(100vh + 1px);
	overflow-y: scroll;
}
.print {
	background: #fff !important;
}
.print a {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #999;
}
#header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #d6d6d6;
	border-bottom: 2px solid #3c3c3c;
	z-index: 100;
}
.headerInner {
	padding: 10px 30px;
}
#logo {
	background: url(../../userfiles/images/CMS/logoheader.png) no-repeat;
	background-size: cover;
	height: 90px;
	width: 250px;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	vertical-align: top;
}
body.menuOpen #logo {
	height: 90px !important;
	width: 300px !important;
}
#logoTxt {
	display: inline-block;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
#logoTxt a {
	color: #666;
	margin: 0;
	text-decoration: none;
	margin: 0;
}
body.menuOpen #logoTxt {
}
#logoTxt h1 {
	font-size: 44px;
	line-height: 88px;
	margin: 0 !important;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	padding-left: 1em;
	color: #00000;
/***	text-shadow: 1px 1px 0px rgba(0,0,0,.75); ***/
	font-style: italic;
	font-weight: 600;
}
body.menuOpen #logoTxt h1 {
	font-size: 44px !important;
	line-height: 88px !important;
}
/*** aside tools / search & langs ***/
.tools {
	margin: 0 0 .5em 0;
	padding: 0;
	display: content; /*** STandar ist: display: flex; ***/
	justify-content: space-between;
	font-size: 1em !important;
	line-height: normal !important;
}
.searchForm {
}
/*** search original ***/ /*
#searchbox input {
	border: 1px solid #581654;
	padding: 0 5px;
	height: 24px;
	font: inherit;
	font-size: .85em;
	margin: 0;
}
#searchbox input[type="submit"] {
	border: 1px solid #581654;
	padding: 0 5px;
	height: 24px;
	font: inherit;
	font-size: .85em;
	margin: 0;
	background: #bbcfef;
}
/*** search end ***/
/*** search gepixel ***/
#search1 {
	margin: .35em 0 1.5em 0;
}
#searchbox input[name="search"] {
	margin: 0;
	padding: .25em .5em !important;
	width: 75%;
	border-color: #581654;
	border-right: 0;
	float: left;
	color: #333;
	border-radius: 12px ;
}
#searchbox input[type="submit"] {
	margin: 0;
	padding: .25em .5em !important;
	width: 25%;
	border-color: #581654;
	background: #581654;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	border-radius: 12px ;
}
#searchbox input[type="submit"]:hover,
#searchbox input[type="submit"]:focus {
	border-color: #581654;
	background: #fff;
	color: #f30;
	text-shadow: none;
}
.nav-buttonNoJS {
	width: auto !important;
}
.nav-buttonNoJS a {
	color: #333;
}
.burger {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 21;
	width: 45px;
	height: 35px;
	line-height: 24px;
	cursor: pointer;
	font-size: 24px;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	background: transparent;
}
body.menuOpen .burger {
	top: 50px !important;
}
.burger span {
	width:100%;
	float:left;
	margin-bottom:5px;
	height:3px;
	background:#444;
	position:relative;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.burger.cmenu span {
	/* background:#FFC815; */
}
.burger.cmenu .nbs {
	opacity:0;
}
.burger.cmenu .nos {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom:0;
	top:9px;
}
.burger.cmenu .ncs {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-bottom:0;
	top:6px;
}
/*** menu ***/
.vismen {
	visibility: visible;
	height: 100%;
	opacity:1;
}
.menuContainer {
	clear: both;
	/* background-color: #f3f3f3; */
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
	height: calc(55vh - 116px);
	margin-top: 10px !important;
}
.menulevel1 {
	overflow-y: auto;
	overflow-x: hidden;
}
.menuContainer .row > ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.menuContainer .row ul {
	margin: 0;
	padding: 0;
	clear: both;
}
.menuContainer .row li {
	-webkit-flex: 1 1 300px;
	-moz-flex: 1 1 300px;
	-ms-flex: 1 1 300px;
	flex: 1 1 300px;
	list-style: none;
}
.menuContainer .row li a {
	color: #333;
	text-decoration: none;
	padding: 5px 20px;
	display: block;
	margin: 1px 0;
	background: #fff;
	border: 1px solid #ccc;
}
.menuContainer .row li a:hover {
	background: #fff9e7; 
}
.menuContainer .row li a.bwCurrent {
	/* color: #FFC815; */
	font-weight: 600;
	background: #bbcfef;
	border-color: #581654;
	border-radius: 0 15px 15px 15px;
}
.menuContainer .row ul ul ul li a {
	padding-left: 40px;
}
.menuContainer .row ul ul ul ul li a {
	padding-left: 60px;
}
.menuContainer .row ul ul ul ul ul li a {
	padding-left: 80px;
}
.menuContainer .row > ul > li {
	padding: 0;
	border: 1px solid transparent;
}
.menuContainer .row li .bwCategory {
	font-size: 1.1em;
	padding: 5px 20px;
	display: block;
	font-weight: 600;
	background: #555;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #555;
	margin: 0;
}
.menuContainer .row li .bwCategory a {
	padding: 0;
	display: block;
	font-weight: 600;
	background: #555;
	color: #fff;
	border: 0;
	margin: 0;
}
.menuContainer .row li .bwDescription {
	display: flex;
	flex-direction: column;
	justify-content:center;
	font-size: 0.9em;
	padding: 5px 20px;
	height: 2.25em;
	width: 100%;
	overflow: hidden;
	background: #e3e3e3;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #ccc;
	border-top: 0;
	margin: 0 0 1px 0;
	font-style: italic;
}
ul.sitemaplevel1 li {
	list-style: none;
}
ul.sitemaplevel1 li a {
	padding: .25em .5em;
	border: 0;
	display: block;
}
ul.sitemaplevel1 > li > a, .bwSitemapCategory {
	font-size: 1.1em;
	font-weight: 600;
	background: #555;
	color: #fff !important;
	text-transform: uppercase;
}
.bwSitemapCategory {
	padding: .25em .5em;
	border: 0;
	display: block;
}
ul.sitemaplevel1 > li > a:hover {
	background: #555 !important;
}
ul.sitemaplevel3 li a {
	padding-left: 30px;
}
ul.sitemaplevel4 li a {
	padding-left: 60px;
}

.maincont {
}
.maincont article {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	padding: 3em 20px 5em 20px;
}
#wrapper {
	min-height: 100vh;
}
#topLink {
	z-index: 99;
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: rgba(255,255,255,.5);
	width: 40px;
	height: 40px;
	line-height: normal;
	text-align: center;
}
a#topLink {
	color: rgba(0,0,0,.5);
}
code {
	background-color: #f3f3f3;
	margin: 0;
	padding: .1em .2em;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	font: .95em/normal Consolas, monospace;
	white-space: nowrap;
}
.code {
	background-color: #f3f3f3;
	color: #666;
	border: 1px solid #ccc;
	padding: 10px 12px;
	font: .95em/normal Consolas, monospace;
	display: block;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	white-space: nowrap;
}
.xh_code {
	background-color: #f3f3f3;
	color: #666;
	border: 1px solid #ccc;
	padding: 10px 12px;
	font: .9em/normal Consolas, monospace;
	display: block;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
blockquote {
	padding: .5em .75em .5em 3em;
	position: relative;
	color: #222;
	border-top: 1px solid #FFC815;
	border-bottom: 1px solid #FFC815;
	border-left: 0;
	margin: 1em 0 .75em;
	font-style: italic;
	font-size: inherit;
}
blockquote::before {
	color: #FFC815;
	content: "\f10e" !important;
	display: block;
	font-family: "FontAwesome";
	font-size: 1.25em;
	position: absolute;
	left: .75em;
	top: .5em;
}
p.blockAuth {
	text-align: right;
	font-style: normal;
}
blockquote p {
	margin: 0 !important;
}
blockquote cite {
	font-style: normal;
}
.submenDiv {
	font-size: 0.9em;
	color: #666;
	margin: 3em 0;
	padding: .5em 0;
	border-top: 1px dotted #999;
}
.submenDiv:empty {
	display: none !important;
}
.submenDiv span {
	float: left;
}
.submenDiv ul {
	list-style: none;
	margin: 0 0 .75em .75em;
	padding: 0;
	float: left;
	border-left: 1px dotted #999;
}
.submenDiv ul li {
	margin-left: 1em;
	padding: 0 0 .25em 0;
}
.submenDiv ul li a {
	border: 0;
}
.content {
	background-color: #fff;
	min-height: 50em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Arial', sans-serif;
	color: #222;
	font-weight: 300;
	margin: 1em 0 .25em 0;
	word-wrap: break-word;
	line-height: normal;
	font-style: normal;
}
h1 {
	margin-top: 0 !important;
	font-size: 2.75em;
}
h2 {
	font-size: 2.75em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.3em;
}
h6 {
	font-size: 1.1em;
}
.maincont p, .news p {
	margin: 0 0 .75em 0;
}
.maincont a:not(.jstree-anchor), .maincont ul a:not(.jstree-anchor), #tinymce a, #newsboxes a, div.xh_login a {
	text-decoration: none; 
	color: #666;
	border-bottom: 0px dotted #999;
}
.maincont a:hover:not(.jstree-anchor), .maincont ul a:hover:not(.jstree-anchor), #tinymce a:hover, #newsboxes a:hover {
/*	geändert 08.04.24 	background: rgba(255,200,21,.25); /*	geändert 08.04.24 */
text-decoration: underline; 
}
a[target="_blank"]::after {
/*	content: "\00a0\f08e"; 	
	font: 0.5em FontAwesome; Externe Links geändert 08.04.24 */
} 
abbr {
   text-decoration: none;
	border: 0;
}
/*** Footer ***/
#footer {
	background: #b9b9b9;
	border-top: 2px solid #5e5b5b;
	padding: 2em 0 5em 0;
	bottom: 0px;
	font: 400 0.9em/normal 'Open Sans', sans-serif;
	text-align: center;
}
.copyright {
}
#footer p {
	margin: 0 0 1em 0;
}
#footer .ftLinks {
	text-transform: uppercase;
}
#footer a {
	color: #555;
	padding: .5em .25em;
	text-decoration: none;
}
#footer a:hover {
	background: #d8d8d8; /* background: rgba(255,200,21,.25); geändert 08.04.24 */
}
/*** others ***/
.mce-content-body {
	padding: 1em;
}
.mce-branding-powered-by {
	display: none;
}
/* XH mailform original 
form.xh_mailform {
}
form.xh_mailform input, form.xh_mailform textarea, form.xh_mailform select {
	border: 1px solid rgba(255,200,21,1);
	padding: .25em .5em;
	font: 400 1em/normal 'Open Sans', sans-serif !important;
	width: 75%;
}
form.xh_mailform select {
	padding: 0.15em 0.25em;
}
form.xh_mailform input[type=submit], form.xh_mailform button {
	cursor: pointer;
	font: 400 1em/normal 'Open Sans', sans-serif !important;
	padding: .25em 1.5em;
	color: #222;
	background: #FFC815;
	border: 1px solid rgba(255,200,21,1);
	font-size: .9em;
	width: auto;
	margin: 1em 0 0 0;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
form.xh_mailform input[type=submit]:hover, form.xh_mailform button:hover, form.xh_mailform input[type=submit]:active, form.xh_mailform button:active, form.xh_mailform input[type=submit]:focus, form.xh_mailform button:focus {
	color: #FFC815;
	background: #222;
	cursor: pointer;
	border: 1px solid #222;
}
form.xh_mailform textarea {
	background: url(images/write-mail.jpg) no-repeat right bottom;
	background-size: contain;
}
form.xh_mailform div {
	margin: .5em 0 0 0;
}
form.xh_mailform label {
	font-size: .9em;
}
form.xh_mailform p {
	margin: 1em 0 0 0;
}
/* forms gepixel */
input,
textarea,
select {
	border: 1px solid #ccc;
	padding: .25em .5em !important;
	font: normal 1em/normal 'Open Sans', sans-serif !important;
	box-sizing: border-box !important;
	border-radius: 12px 12px 12px 12px; /* 30.01.2024 */
}
select {
	padding: 0.15em 0.25em;
}
input[type=image] {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
input[type=submit] {
	cursor: pointer;
	background: #581654;
	color: #fff;
	margin: .25em .25em .25em 0;
	border: 1px solid #581654;
}
input[type=submit]:hover,
input[type=submit]:focus {
	background: #fff;
	color: #581654;
	border: 1px solid #581654;
}
button {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 1em !important;
	padding: .25em .5em;
	background: #581654;
	color: #fff;
	/* border: 1px solid; */
}
button:hover:not([disabled]),
button:focus:not([disabled]) {
	cursor: pointer;
	background: #fff;
	color: #581654;
}
input[type="reset"] {
	display: none;
}
input[type="file"] {
	padding: 0 !important;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
/* Form End */
.xh_captcha_code {
	float: left;
	width: auto;
	color: #222;
	background: rgba(255,200,21,.5);
	border: 1px solid rgba(255,200,21,1);
	padding: .25em .5em;
	font: 400 1em/normal 'Open Sans', sans-serif !important;
	margin: 0 0 0 .25em;
	box-sizing: border-box;
	width: 5em;
	text-align: center;
}
form.xh_mailform .xh_captcha_input {
	width: 5em;
	margin: 0;
}
.noScript {
	color: #fff;
	background: #f60;
	padding: 0.5em;
}
.noScript a {
	color: #fff !important;
	text-transform: uppercase;
}
body.xh_login {
	background: rgba(0, 0, 0, 0.1) url(../../userfiles/images/CMS/Login_bg.png) no-repeat fixed center center;
	background-size: contain;
	display: table;
	height: 100vh;
	width: 100%;
	margin: 0 !important;
}
div.xh_login {
	display: table-cell;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}

/*** responsive part ***/
@media only screen and (max-width : 970px) {
body {
}
#header {
}
#logo {
}
div.maincont {
	width: 100% !important;
	padding: 2em;
}
#footer {
	padding: 1em 2em 3em 2em;
}
.copyright {
	margin: 0;
}
#footer ul li:last-child a {
	padding: 0;
}
.fullWidht {
	padding: 0;
}
.quarter {
	width: 50%;
}
.quarter.leer {
	display: none
}
.nav_horizontal {
	position: absolute;
	z-index: 220;
	max-width: 100%;
	background-color: #666;
}
.nav_row {
	height: auto;
	border: 0px solid #fff;
}
.nav_row:after {
	clear: both;
}
#newsboxes {
	display: none;
}
#newsboxes2 {
	display: block;
}
}
@media only screen and (max-width : 780px) {
#logoTxt {
	display: none;
}
}
@media only screen and (max-width : 640px) {
#newsboxes2 .news {
	width: 100%;
	margin: 1em 0 0;
	float: none;
}
img.imgR, img.imgL, div.imgR, div.imgL {
	max-width: 100%;
	float: none;
	margin: 1em 0;
}
form.xh_mailform input, form.xh_mailform textarea, form.xh_mailform select {
	width: 100%;
}
}
@media only screen and (max-width : 480px) {
body {
	font-size: .85em;
}
#footer ul {
	float: none;
	margin: 0;
}
#logo {
}
#image .bild {
}
}

