<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{font-family:Oswald;font-style:normal;font-weight:400;src:url(fonts/oswald/oswald-v15-latin-regular.eot);src:local('Oswald Regular'),local('Oswald-Regular'),url(fonts/oswald/oswald-v15-latin-regular.eot?#iefix) format('embedded-opentype'),url(fonts/oswald/oswald-v15-latin-regular.woff) format('woff')}
@font-face{font-family:source-serif-pro;font-style:normal;font-weight:400;src:url(fonts/source-serif-proneI/XzD-0qpwxpaWvjeD0X88SAOeasasatS-qwqcsdrOPbQ.woff);src:local('source-serif-pro'),local('source-serif-pro'),url(fonts/oswald/oswald-v15-latin-regular.eot?#iefix) format('embedded-opentype'),url(fonts/source-serif-proneIXzD-0qpwxpaWvjeD0X88SAOeasasatS-qwqcsdrOPbQ.woff) format('woff')}
@font-face{font-family:poppins;font-style:normal;font-weight:400;src:url(fonts/source-serif-proneI/pxiByp8kv8JHgFVrLEj6Z11lE92JQEl8qw.woff);src:local('source-serif-pro'),local('source-serif-pro'),url(fonts/oswald/oswald-v15-latin-regular.eot?#iefix) format('embedded-opentype'),url(fonts/source-serif-proneI/pxiByp8kv8JHgFVrLEj6Z11lE92JQEl8qw.woff) format('woff')}
/* ************************* Global Styles ************************* */
body{font-family: serif;}
h1, h2, h3, h4 , h5, h6 {
	clear: both;
	color: #78448C;
	font-family: source-serif-pro;
	font-weight: 600;
	margin: 0.8em 0 0;
	text-align: center;
}
h1 {
	font-size: 3rem;
}
h2 {
	font-size: 1.7rem;
}
h3 {
	font-size: 2.4rem;
}
h4 {
	font-size: 1.1rem;
}
h5 {
	font-size: 1.8rem;
}
h6 {
	font-size: 1.5rem;
}

p {
	margin: 0.6em 0;
        padding: 10px;
        text-align: justify;
    font-family: serif;
    font-size: 20px;
}
.small, p.small, div.small, span.small {
	font-size: 10px;
}

strong, b {
	color: #c78532;
	font-weight: normal;
}

hr {
	background-color: #738FA5;
	border: 0;
	border-bottom: 1px dashed #CCC;
	margin: 5px 0 3px 0;
}

.important, p.important, div.important {
	background-color: #E6D2B1;
	border: 0px solid #ABABAB;
	border-radius: 6px;
	clear: both;
	margin: 1em 0;
	padding: 1em 2em;
}
.warning, p.warning, div.warning {
	background-color: #D4AA78;
	border: 0em solid #C0C0C0;
	border-radius: 6px;
	clear: both;
	color: #fff;
	font-weight: 900;
	margin: 1em 0;
	padding: 1em;
	text-align: center;
}
.warning a {
	color: #aaf;
}
.important p:first-child,
.warning p:first-child {
	margin-top: 0;
}
.important p, .warning p {
	margin: 1em 0 0;
}

.highlight, p.highlight, div.highlight, span.highlight {
	background-color: #dfd;
	font-weight: 900;
	letter-spacing: .06em;
}

a:link {
	border: 0;
	color: #c78532;
	text-decoration: none;
}
a:visited {
	border: 0;
	color: #c78532;
	text-decoration: none;
}
a:focus {
	border: 0;
	color: #424242;
	text-decoration: none;
}
a:hover {
	border: 0;
	color: #424242;
	text-decoration: none;
}
a:active {
	border: 0;
	color: #424242;
	text-decoration: none;
}

blockquote {
	background-color: transparent;
	border-bottom: 1px solid;
	border-top: 1px solid;
	margin: 2em 1em;
	padding: 1em;
	position: relative;
}
blockquote:before {
	background-color: #fafafa;
	color: #c78532;
	content: "\f10d";
	font: 1em FontAwesome;
	padding: 0 1em;
	position: absolute;
	left: 50%;
	top: -0.5em;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
blockquote:after {
	background-color: #fafafa;
	color: #c78532;
	content: "\f10e";
	font: 1em FontAwesome;
	padding: 0 1em;
	position: absolute;
	bottom: -0.5em;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

code {
	background-color: rgba(0, 0, 0, 0.1);
	font: 0.9em/normal Consolas, monospace;
	margin: 0;
	padding: 0.15em;
	letter-spacing: .05em;
}
.code, p.code, div.code {
	background-color: rgba(0, 0, 0, 0.1);
	color: inherit;
	display: block;
	font: .9em/normal Consolas, monospace;
	padding: .6em .8em;
}

.left_30, img.left_30, div.left_30,
.left_50, img.left_50, div.left_50 {
	clear: left;
	float: left;
	margin: .4em 1em .4em 0;
	text-align: left;
}
.left_30 {
	max-width: 30%;
}
.left_50 {
	max-width: 50%;
}
.right_30, img.right_30, div.right_30,
.right_50, img.right_50, div.right_50 {
	clear: right;
	float: right;
	margin: .4em 0 .4em 1em;
	text-align: right;
}
.right_30 {
	max-width: 30%;
}
.right_50 {
	max-width: 50%;
}
.left_30 p, .left_50 p,
.right_30 p, .right_50 p {
	color: #999;
	font-size: 0.7em;
	font-style: italic;
	margin: 0;
}
.caption, p.caption, div.caption {
	color: #999;
	font-size: 0.7em;
	font-style: italic;
	margin: 0 0 1rem;
}

/* ****************************** "Table" vertical-align middle */
div.lck_tbl-middle {
	display: table;
	padding: 1rem 0;
	width: 100%;
}
.lck_tbl-middle p {
	display: table-cell;
	padding: 0 1rem 0 0;
	text-align: left;
	vertical-align: middle;
}
.lck_tbl-middle p ~ p {
	display: table-cell;
	vertical-align: middle;
}

/* ************************* html + body ************************* */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	background-color: white;
	color: #6C6572;
	/*font-family: poppins, Sans-serif;*/
	font-size: 18px;
	font-weight: 300;
	line-height: normal;
}
#lck_body {
	background-color: white;
	font-weight: 300;
	overflow-x: hidden;
}
/* ************************* Print View ************************* */
body.print {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0 auto;
	max-width: 1170px;
	padding: 2em;
}

#TOP {
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

/* ************************* Header ************************* */
#lck_head {
	/*background: #2a2a2a!;*/
	/*background: url('images/du-1.jpg') 50% 0 no-repeat;*/
	-webkit-background-size: cover;
	background-size: cover;
	display: table;
	height: 33%;
	height: 15vh;
	margin: 0;
	/*min-height: 230px;*/
	padding: 0;
	width: 100%;
}
.lck_head {
	background-color: transparent; /* Optional - overlay-color */
	display: table-cell;
	height: 100%;
	position: relative;
	vertical-align: middle;
       /* z-index: -1!important;*/
}

/* ------------------------ Languagemenu, slidedown with jQuery ----------------------------- */
.lck_langmenu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: inherit;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	z-index: 900;
}
.languageselect {
	background-color: transparent;
	border: 0px solid #E0E0E0;
	color: #fff;
	cursor: pointer;
	display: table;
	font-size: 1rem;
	line-height: 60px;
	margin: 0 auto;
	outline: none;
	position: relative;
	padding: 0;
	text-align: center;
	width: 9rem;
	z-index: 900;
}
.languageselect &gt; span {
	display:inline-block;
	vertical-align: middle;
}
.languageselect &gt; span + span {
	display:inline-block;
	padding-left: .5rem;
}
.languagemenu {
	background-color: #c78532;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none; /* for jQuery hover function script */
	line-height: normal;
	padding: .4em;
	position: absolute;
	width: 9rem;
	z-index: 900;
}
.languagemenu a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	display: table;
	margin: 0 auto;
	padding: .4em;
	text-decoration: none;
	width: 100%;
}
.languagemenu a:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
.languageimg {
	display: table-cell;
	padding: 0 .5em 0 0;
	text-align: right;
	vertical-align: middle;
	width: 40%;
}
.languagetext {
	display: table-cell;
	font-size: .8rem;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	width: 60%;
}

/* ************************* Header - Logo/Sitename ************************* */
.lck_logo {
	/*height: 60px;*/
	position: absolute;
	bottom: inherit;
	left: 5%;
	z-index: 800;
}
.lck_logo * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.logocontent {
	display: table;
	margin: 0 auto;
	position: relative;
}
.lck_logo .logobox {
	/*background-color: #c78532;*/
	border: 0px solid rgba(0,0,0,.5);
	border-radius: 10px;
	font-size: 26px;
	font-style: italic;
	font-weight: 700;
	/*height: 60px;*/
	line-height: 60px;
	position: absolute;
	left: 0;
	text-align: center;
	width: 60px;
	z-index: 800;
}
.lck_logo .logobox a {
	color: #fff;
	display: block;
}
.lck_logo .logobox:after {
	background-color: #fff;
	content: "";
	display: block;
	height: 90%;
	margin: auto;
	position: absolute;
	bottom: 0;
	right: -10px;
	top: 0;
	width: 1px;
}
.lck_logo .logotext {
	color: #78448C;
	display: table-cell;
	font-size: 30px;
	font-weight: 400;
	height: 60px;
	padding-left: 80px;
	position: relative;
	vertical-align: middle;
}
@keyframes expandlogo {
	0% {height: 0;}
	40% {height: 0;}
	60% {height: 80%;}
}
@keyframes movebox {
	0% {
	-webkit-transform: scale(0); left: 39%;
	transform: scale(0); left: 39%;
	}
	40% {
	-webkit-transform: scale(1); left: 39%;
	transform: scale(1); left: 39%;
	}
	60% {
	-wekkit-transform: scale(1); left: 39%;
	transform: scale(1); left: 39%;
	}
	100% {left: 0%;}
}
@keyframes fadetext {
	0% {opacity: 0;}
	65% {opacity: 0; padding-left: 70px;}
	100% {opacity: 1; padding-left: 80px;}
}
@keyframes fadetext2 {
	0% {opacity: 0;}
	65% {opacity: 0;}
	100% {opacity: 1;}
}

.nb_slogan {
	display: none;
}

/* ************************* Searchbox ************************* */
.lck_search {
	border: 0px solid red;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	line-height: 3em;
	margin: 5rem 0;
	padding: 0;
	text-align: center;
	width: auto;
}
.lck_search form {
	margin-top: 0;
	position: relative;
	white-space: nowrap;
}
.lck_search form input {
	font-family: Roboto, Arial, sans-serif;
}
.lck_search input.text {
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid #E0E0E0;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	font-size: 0.6rem;
	height: 2rem;
	margin: auto 0;
	padding: 0 4.5rem 0 1rem;
	text-align: center;
	-webkit-transition: .5s;
	transition: .5s;
	vertical-align: middle;
        float: none;
}
.lck_search input.text:focus {
	background-color: #fff;
	color: #616161;
}
.lck_search input.text::-webkit-input-placeholder { /* Chrome */
	color: #888;
}
.lck_search input.text:-ms-input-placeholder { /* IE 10+ */
	color: #888;
}
.lck_search input.text::-moz-placeholder { /* Firefox 19+ */
	color: #888;
	opacity: 1;
}
.lck_search input.submit {
	background: url(images/fa-search.png) 50% 50% no-repeat;
	background-color: transparent;
	background-size: 30px;
	border: 0px solid #E0E0E0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: transparent;
	cursor: pointer;
	display: inline-block;
	font-size: 0px;
	height: 5rem;
	margin-left: -75px;
	outline: transparent none 0;
	padding: 0;
	position: relative;
	text-indent: -150px; /* for Dolphin Browser */
	vertical-align: middle;
	width: 70px;
}

/* ************************* Down-Arrow ************************* */
.lck_downarrow {
	-webkit-animation: bouncey 1.6s linear infinite;
	animation: bouncey 1.6s linear infinite;
	display: none;
	font-size: 5rem;
	margin: 3rem 0 3rem;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.lck_downarrow a {
	color: rgba(255,255,255,0.8);
	position: relative;
	z-index: 1;
}
@keyframes bouncey {
	0% {
	-webkit-transform: translateY(0);
			transform: translateY(0);
	}
	50% {
	-webkit-transform: translateY(4px);
			transform: translateY(4px);
	}
	100% {
	-webkit-transform: translateY(0);
			transform: translateY(0);
	}
}

/* ************************* Head-Navigation ************************* */
.nb_headnav {
	background-color: #c78532;
	font-size: 1rem;
	text-align: center;
	width: 100%;
}
.nb_headnav ul {
	list-style: none inside none;
	margin: 0;
	padding: 0.3em;
}
.nb_headnav li {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	margin-left: 0 !important;
	padding-right: 1em !important;
	vertical-align: middle;
}
.nb_headnav li:last-child {
	padding-right: 0 !important;
}
.nb_headnav li:before,
.nb_headnav a:after {
	content: none !important;
}
.nb_headnav a {
	color: #fafafa;
}

/* ************************* Content ************************* */
#lck_content_box {
	background-color: #ffffff;
	width: 70%;
        margin: 0px auto;
}
.lck_content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	margin: 0 auto;
	/*max-width: 1170px;*/
	 min-height: 60vh;  /* Optional - Prevents "jumping" of the page */
	padding: 0% 0% 0px 0%;
	width: 100%;
}
.lck_content ul,
#tinymce ul,
.cke_editable ul {
	list-style: none inside none;
	margin: 0 0 1rem;
	padding: 0;
}
.lck_content ul li,
#tinymce ul li,
.cke_editable ul li {
	list-style: none inside none;
	margin-left: 0.2em;
	padding: 4px 0;
}
.lck_content ul li:before,
#tinymce ul li:before,
.cke_editable ul li:before {
	/*content: "\f101";*/
  	list-style-type: disc!important;
	font: 1em FontAwesome;
	color: #c78532;
	padding: 0 .4em 0 0;
	position: relative;
	margin-left: -1em;
}
.lck_content ul ul li:before,
#tinymce ul ul li:before,
.cke_editable ul ul li:before {
	content: "\f101";
	font: 0.9em FontAwesome;
	top: -0.05em;
}
.lck_content ul ul ul li:before,
#tinymce ul ul ul li:before,
.cke_editable ul ul ul li:before {
	content: "\f101";
	font: 0.8em FontAwesome;
	top: -0.1em;
}
.lck_content ol {
	list-style-type: decimal;
	margin-left: 1em;
	padding: 0;
}
.lck_content ol ol {
	list-style-type: upper-alpha;
}
.lck_content ol ol ol {
	list-style-type: lower-alpha;
}
.lck_content ol li {
	padding: 6px 0;
}
.lck_content ol li a, .lck_content ol li{font-size:17px;    font-family: serif;color:#000;}

.lck_content_main {
	font-size: 1em;
	line-height: 1.4;
}
.lck_content_main a {
	text-decoration: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
/* Links extern (Attribute Selectors) */
.lck_content_main a[href^="http:"]:after,
.lck_content_main a[href^="https:"]:after,
.lck_content_main a[target="_blank"]:after,
.lck_news a[href^="http:"]:after,
.lck_news a[href^="https:"]:after,
.lck_news a[target="_blank"]:after,
.lck_footer a[href^="http:"]:after,
.lck_footer a[href^="https:"]:after,
.lck_footer a[target="_blank"]:after,
#tinymce a[href^="http:"]:after,
#tinymce a[href^="https:"]:after,
#tinymce a[target="_blank"]:after {
	/*content: "\f08e";*/
	font: 12px FontAwesome;
	padding-left: 0.3rem;
}
.lck_content_main a[href^="mailto:"]:before,
#tinymce a[href^="mailto:"]:before { 
	content: "\f003";
	font: 1em FontAwesome;
	padding-right: 0.3em;
}

/* ************************* Submenu ************************* */
.lck_submenu {
	font-size: 0.8em;
}
.lck_submenu span {
	border-top: 1px solid #FAFAFA;
	display: block;
	margin: 0 0 .4em 0;
	padding: .5em 0 0;
}
.lck_submenu ul li:before {
	content: "\f101";
}

/* ************************* Newsboxes (Newsbox-Slider) ************************* */
.lck_news {
	background-color: /*#c78532*/#78448C;
	margin: 0;
	padding: 10px;
}
.lck_news a {
	color: #FAFAFA;
	font-size: 0.8rem;
}
.lck_news input[type="radio"] {
	display: none;
}
.lck_news #button1:checked ~ .slides .slides-wrap {
	margin-left: 0;
}
.lck_news #button1:checked ~ .dots label:nth-child(1) {
	opacity: 0.5;
}
.lck_news #button2:checked ~ .slides .slides-wrap {
	-webkit-transform: translateX(-25%);
	transform: translateX(-25%);
}
.lck_news #button2:checked ~ .dots label:nth-child(2) {
	opacity: 0.5;
}
.lck_news #button3:checked ~ .slides .slides-wrap {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.lck_news #button3:checked ~ .dots label:nth-child(3) {
	opacity: 0.5;
}

.lck_news #button4:checked ~ .slides .slides-wrap {
	-webkit-transform: translateX(-75%);
	transform: translateX(-75%);
}
.lck_news #button4:checked ~ .dots label:nth-child(4) {
	opacity: 0.5;
}
.lck_news .slides {
	background-color: /*#c78532*/ #78448C;
	color: #FAFAFA;
	font-size: .7em;
	margin: 0 auto;
	/*max-width: 600px;*/
	overflow: hidden;
	text-align: center;
}
.lck_news .slides .fa {
	font-size: 5rem;
}
.lck_news .slides-wrap {
	/* -webkit-animation: slideshow 25s infinite; */
	/* animation: slideshow 25s infinite; */ /* Optional - see hint @keyframes slideshow */
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 400%;
}
.lck_news .slide {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	width: calc(100% / 4);
}
.lck_news .slide img {
	vertical-align: bottom;
	width: 100%;
}
.lck_news h1, .lck_news h2, .lck_news, .lck_news h4, .lck_news h5, .lck_news h6 {
	color: #FAFAFA;
	margin: 0;
}
.lck_news .dots {
	margin: -50px 0 30px 0;
	padding: 0.8em 0 0;
	text-align: center;
}
.lck_news .dots label {
	background-color: #fafafa;
	border-radius: 10px;
	color: #757575;
	cursor: pointer;
	display: inline-block;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	margin: 1% 1% 0;
	position: relative;
	transition: all .1s ease-out;
	width: 50px;
}
.lck_news hr {
	background-color: transparent;
	border: 0;
	border-top: 2px solid #fff;
	margin: 1em auto;
	padding: 0;
	text-align: center;
	width: 90%;
}
/* Auto Play (*Newsbox-Buttons don't work when this is on though....) */
@keyframes slideshow {
0% {
	transform: translateX(0);
}
20% {
	transform: translateX(0);
}
25% {
	transform: translateX(-25%);
}
45% {
	transform: translateX(-25%);
}
50% {
	transform: translateX(-50%);
}
70% {
	transform: translateX(-50%);
}
75% {
	transform: translateX(-75%);
}
95% {
	transform: translateX(-75%);
}
100% {
	transform: translateX(0%);
}
}
.lck_news:after {
	clear: both;
	content: "";
	display: table;
}

/* ************************* Footer - LastUpdate + Copyright + Login ************************* */
.lck_footer {
	display: block;
	margin: 0;
	padding: 0;
	/*text-align: center;*/
}
.lck_footer .footercontainer {
	width: 100%;
}
.lck_footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lck_footer li {
	display: inline-block;
}
.lck_footer a {
	/*color: rgba(255, 255, 255, 0.7);*/
    color:white;
	display: inline-block;
	padding: .2rem 0;
	text-decoration: none;
}
.lck_footer a:hover {
	color: #fff;
}
.lck_footer .footerinfo {
	background-color: white;
	color: #757575;
	font-size: 1rem;
	padding: 10% 0;
}
.lck_footer .footerinfo li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 300px;
	padding: 0 1%;
	max-width: 100%;
	vertical-align: top;
	width: 30%;
}
.footerinfo .fa {
	color: #778899;
	font-size: 5rem;
}
.lck_footer .footerinfo a {
	color: #757575;
	font-size: .8rem;
	font-weight: normal;
}
.lck_footer .footernav {
	background-color: #78448C;
	color: #FAFAFA;
	padding: 0% 0 0;
}
.lck_footer .footernav li {
	border: 1px solid transparent;
	vertical-align: top;
	width: 100px;
}
.lck_footer .footernav li:hover {
	border: 1px solid #fff;
}
.lck_footer h1, .lck_footer h2, .lck_footer h3, .lck_footer h4, .lck_footer h5, .lck_footer h6 {
	color: #778899;
	margin: 0;
}
.lck_footer .footernav a {
	color: #FAFAFA;
	font-size: .9rem;
	font-weight: normal;
}
.lck_footer .footernav a:before {
	font: 1.6rem FontAwesome;
	display: block;
	padding-bottom: 0.4rem;
}
.lck_footer .footernav li:nth-child(1) a:before {
	content: "\f129";
}
.lck_footer .footernav li:nth-child(2) a:before {
	content: "\f023";
}
.lck_footer .footernav li:nth-child(3) a:before {
	content: "\f003";
}
.lck_footer .footernav li:nth-child(4) a:before {
	content: "\f0e8";
}
.lck_footer .footernav li:nth-child(5) a:before {
	content: "\f02f";
}
.lck_footer .footernav li:nth-child(6) a:before {
	content: "\f002";
}
.lck_footer .footercopyright {
	background-color: #4caf50;
	color: rgba(255, 255, 255, 0.7);
	font-size: .8rem;
	padding: 0 0 0%;
   
}
.lck_footer .footercopyright li:nth-child(1) {
	display: block;
	padding: 0rem 0 0;
}

/* ************************* CMSimple_XH Mailform - xh_captcha_input + xh_captcha_code-Button ************************* */
#xh_mailform {
	margin-top: 1em;
}
.xh_captcha_input {
	height: 24px;
}	
.xh_captcha_code {
	background-color: #778899;
	font-size: initial;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

/* ************************* Sitemap ************************* */
ul[class="sitemaplevel1"] {
	font-size: .8em;
	list-style: none;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	width: 800px;
}
ul[class="sitemaplevel1"] &gt; li {
	border: 2px solid #eee;
	border-radius: 6px; 
	margin: 0 0 1em 0;
	padding: 0;
}
ul[class="sitemaplevel1"] li:before {
	content: none !important;
}
ul[class="sitemaplevel1"] &gt; li:hover {
	/* border: 2px solid rgba(153,178,183,1); */ /* Optional */
}
ul[class="sitemaplevel1"] &gt; li &gt; a:link,
ul[class="sitemaplevel1"] &gt; li &gt; a:visited {
	background-color: #eee;
	border-radius: 5px 5px 0 0;
	display: block;
	font-weight: normal;
	padding: 0.75em 1em;
	text-decoration: none;
}
ul[class="sitemaplevel1"] &gt; li:hover &gt; a:link,
ul[class="sitemaplevel1"] &gt; li:hover &gt; a:visited {
	/* background-color: rgba(153,178,183,0.5); */ /* Optional */
}
ul[class="sitemaplevel1"] ul {
	line-height: 1;
	list-style: none;
	margin: 1em 0 1em 0;
	padding: 0;

}
ul[class="sitemaplevel1"] ul li {
	padding: 0;
	line-height: 1.5;
	margin: 0 0 0.5em 0;
}
ul[class="sitemaplevel1"] ul ul {
	margin: 0 0 0 0.5em;
}
ul[class="sitemaplevel1"] ul a:link,
ul[class="sitemaplevel1"] ul a:visited {
	padding: 0 0 0 1em;
	text-decoration: none;
}
ul[class="sitemaplevel1"] ul a:hover {
	/* color: #01579B; */ /* Optional */
}
ul[class="sitemaplevel1"] ul ul a:link:before,
ul[class="sitemaplevel1"] ul ul a:visited:before {
	content: "\f105";
	font: 1em FontAwesome;
	padding: 0 .4em 0 0;
	position: relative;
	margin: 0;
}
.sldr{margin-top:180px;}

/* ************************* Media Queries - RESPONSIVE STYLE ************************* */
@media only screen and (max-width: 1219px) {
.lck_logo, .lck_langmenu, .lck_subnav {
	margin-top: 1rem;
}
    .sldr{margin-top:260px;}
}

@media only screen and (max-width: 1023px) {
.lck_logo .logobox:after, .lck_logo .logotext, .languageselect &gt; span + span {
	display: none;
}
}

@media only screen and (min-width: 801px) and (max-width: 1024px) {
.lck_header {
	font-size: 1.1em;
	margin: 0 auto 1rem;
}
    .sldr{margin-top:260px;}
}

@media only screen and (max-width: 800px) {
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
h1 {font-size: 2.2rem;}
h2 {font-size: 2rem;}
h3 {font-size: 1.8rem;}
h4 {font-size: 1.6rem;}
h5 {font-size: 1.4rem;}
h6 {font-size: 1.2rem;}
#lck_head {
	/*background: url(images/bg_mobil.jpg) 100% no-repeat;*/
	-webkit-background-size: cover;
	background-size: cover;
}
#lck_head {
	background-color: rgba(0, 0, 0, 0);
	height: 400px;
	min-height:270px;
}
.lck_logo, .lck_langmenu, .lck_subnav {
	margin-top: 0;
}
.lck_logo .logobox {
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
.lck_content {
	word-wrap: break-word;
}
.lck_content_main,
.lck_submenu {
	font-size: .8em;
	line-height: normal;
}
    .lck_head {
    background-color: transparent;
    display: table-cell;
    /*height: 680px;*/
    position: relative;
    vertical-align: middle;
}
    .sldr{margin-top:320px;}
    .tabs{
    	    flex-wrap:wrap;
	    flex-direction:column;
    }
    
}

@media only screen and (max-width: 600px) {
.lck_news .dots label {
	height: 40px;
	line-height: 40px;
	width: 40px;
}
.lck_news .slides .fa,
.lck_footer .footerinfo .fa {
	font-size: 2rem;
}
.lck_footer .footerinfo li {
	width: 100%;
}
    #lck_head {
	height: 40px;
	min-height: 0px;
}
    .sldr{margin-top:320px;}
    .tabs{
    	    flex-wrap:wrap;
	    flex-direction:column;
    }
}


@media only screen and (max-width: 499px) {
#lck_head {
	height: 350px;
	min-height: 275px;
}
    #lck_content_box {
	background-color: #ffffff;
	width: 100%;
        margin-top: -37px;
}
.languageselect {
	width: 4rem;	
}
.languagemenu {
	margin-left: -2.5rem;
}
.lck_header h1 {
	font-size: 130%;
}
.lck_content {
	padding: 1rem .5rem;
}
.lck_content_main,
.lck_submenu {
	font-size: .7em;
	line-height: normal;
}
.left_30, img.left_30, div.left_30,
.left_50, img.left_50, div.left_50,
.right_30, img.right_30, div.right_30,
.right_50, img.right_50, div.right_50 {
	float: none;
	margin: 1em 0;
	max-width: 100%;
	text-align: center;
}
.lck_tbl-middle {
	padding: 0;
}
.lck_tbl-middle p, .lck_tbl-middle p ~ p {
	display: block;
	padding: 0;
	width: 100% !important;
}
div.lck_tbl-middle p &gt; img {
	display: block;
	margin: 0 auto;
}
.column30{
    width:100%!important;
}    
    .column40{
    width:100%!important;
}  
            .column60{
	    width:100%!important;
    }    
        .column70{
	    width:100%!important;
    }    
      .column1{
	    width:100%!important;
    } 
      .column3{
	    width:100%!important;
    }   
      .column{
	    width:100%!important;
    }   
    .tabs{
    	    flex-wrap:wrap;
	    flex-direction:column;
    }
    .sldr{margin-top:330px;}
    .example1 p{
	font-size:13px!important;
	line-height:50px!important;
	padding:0px;
    }
}
@media only screen and (max-width: 480px) {
.example1 {
 height: 46px;
    }
  .example1 p{
      line-height:23px;
    }
    .footer1{
     flex-wrap:wrap;
	flex-direction: column;
    }    
    .footerabout1{
    width:100%!important;
    padding:10px!important;}
    
    .footerabout{
    color:white;
    text-align:justify;
    padding-right:2%!important;}
    
    .footerabout1 h5{
    text-align:center!important;}
    
    .footerabout1 ul{
    padding:10px!important;
    }
    
    .mt230 {
    margin-top: 6px!important;
}
    #lck_content_box {
    /*margin-top: -100px;*/
}
}

@media only screen and (max-width: 320px) {
.lck_footer .footerinfo li {
	min-width: initial;
}
}

/* ************************* Media Queries for mobile devices ************************* */
@media only screen and (min-device-width: 300px) and (max-device-width: 1023px) and (orientation: portrait) {
#lck_head {
	height: 230px;
}
}

/* ************************* Responsive Image */
img {
	height: auto;
	max-width:100%;
	vertical-align: middle;
}

/* ************************* Responsive Video, iframe */
/* Example: insert in content-page: &lt;div class="responsive-video-wrapper"&gt;&lt;div class="responsive-video"&gt;&lt;iframe ...&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;/div&gt; */
div.responsive-video-wrapper {
	max-width: 100%;
	width: 600px;
}
div.responsive-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 15px;
	position: relative;	
}
.responsive-video iframe {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

/* ************************* Responsive Table */
.rsptable {
color: #616161;
display: table;
margin: 0 0 1em 0;
width: 100%;
}
.rsptable .row {
background-color: #f6f6f6;
display: table-row;
}
.rsptable .row:nth-of-type(odd) {
background-color: #e0e0e0;
}
.rsptable .row.header {
color: #fff;
background-color: #616161;
font-weight: 700;
}
.rsptable .cell {
display: table-cell;
padding: 6px 12px;
}
@media screen and (max-width: 599px) {
.rsptable {
display: block;
}
.rsptable .row {
display: block;
padding: 8px 0;
}
.rsptable .cell {
display: block;
padding: 2px 12px;
}
}

/* ************************* BACKEND Style ************************* */
/* Login-Page */
body.xh_login {
	background-color: #2a2a2a;
	background: url(images/du-1.jpg) 50% 100% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	position: relative;
	text-align: center;
}
body.xh_login div.xh_login {
	background-color: rgba(9, 39, 60, 0.85);
	border: 2px solid #9E9E9E;
	border-radius: 10px;
	margin: 0;
	padding: 1rem;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: auto;
}
body.xh_login h1 {
	margin: 0;
}
body.xh_login form {
	margin-bottom: 1rem;
}
body.xh_login input#passwd,
body.xh_login input[type="text"] {
	border: 0 none transparent;
	height: 24px;
	line-height: 24px;
	padding: 1px 5px;
}
body.xh_login input#submit,
body.xh_login input.submit {
	padding: 0 2rem;
	line-height: 26px;
	height: 26px;
	border: none 0 transparent;
	margin-left: 0.4rem;
}
body.xh_login div.xh_login a {
	color: #FFC107;
	display: inline;
	font-weight: bold;
	margin-top: 0.8rem;
}
/* Password forgotten Page */
body.xh_login &gt; h1,
body.xh_login &gt; h1 ~ * {
	position: relative;
	top: 38%;
}

/* Menu */
body.adminview .lck_nav,
body.adminedit .lck_nav {
	padding-top: 3rem !important;
}
/* Optional - Menu absolute */
/* body.adminedit .lck_nav {
	padding: 0 !important;
	position: absolute;
} */

/* Admin-Menu */
#xh_adminmenu {
	line-height: normal;
}

/* Optional - Debug-Warnings */
/* .xh_debug_warnings {
	position: absolute;
	left: 2%;
	top: 15%;
	width: 95%;
	z-index: 997;
} */

/* Filebrowser */
#xhFilebrowserMenu li:before,
#xhFilebrowser li:before {
	content: none;
}
#xhFilebrowser .folder input[type="image"],
#xhFilebrowser input[type="image"]:not(:first-child) {
	margin: 0 1rem;
}

/* Plugins */
.lck_content_main table.edit ~ * + * {
	font-size: 1rem;
}
.upd_list li:before {
	content: none !important;
}

/* Pagemanager */
#pagemanager {
	color: #222;
	font: 14px/normal Arial, sans-serif;
}
#pagemanager ul {
	margin: 0;
	padding-left: 0;
}
#pagemanager li {
	line-height: 1.4;
	padding: inherit;
}
#pagemanager li:before {
	content: none;
}
/* Pagemanager Theme */
#pagemanager.jstree-default {
	background-color: #fff;
	color: #222;
}
/* Pagemanager contextmenu */
.vakata-context {
	font: 12px/normal Arial, sans-serif;
}

/* Settings */
#xh_config_form .xh_label {
	font: 14px/normal Arial, sans-serif;
}
#xh_system_check li {
	padding-left: 2rem;
}
#xh_system_check li:before {
	content: none;
}

/* Settings - Template + Stylesheet */
textarea.xh_file_edit {
	margin-top: 1em;
}
.CodeMirror {
	font: 14px/normal Arial, sans-serif;
}

/* Edit-Mode - Side-Tabs */
#xh_pdtabs,
#xh_pdviews {
	font: 14px/normal Arial, sans-serif;
}

/* Editors - body */
.adminedit .lck_content {
	max-width: 1198px; /* e.g.: 1170px(max-width content) + margin(Textarea TinYMCE) + Scrollbar(Textarea TinyMCE) = (1170px+12px+16px) */
}
#tinymce, .cke_editable {
	margin: 0.5% auto;
	width: 99%;
}
body &gt; h1, body &gt; h2, body &gt; h3, body &gt; h4, body &gt; h5, body &gt; h6 {
	/* color: #555; */ /* optional, if background-color e,g, #fff */
}
/* ************************* Template by lck 11/2017 (RIP Simon) ************************* */
* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width:23%;
  padding: 0px;
  height: 100%; /* Should be removed. Only for demonstration */
    background: #FFFFFF;
    /*border:1px solid #C88736;*/
    color: #78448C;
}
.column1 {
  float: left;
  width: 52%;
  padding: 0px;
  height: 100%; /* Should be removed. Only for demonstration */
    background: #FFFFFF;
    /*border:1px solid #C88736;*/
    color: #78448C;
}
.column3 {
  float: left;
  width: 33.33%;
  padding: 0px;
  height: 100%; /* Should be removed. Only for demonstration */
    background: #FFFFFF;
    /*border:1px solid #C88736;*/
    /*color: #78448C;*/
}
.column30 {
  float: left;
  width: 30%;
  padding: 30px;
  height: 100%; /* Should be removed. Only for demonstration */
    background: #FFFFFF;
    /*border:1px solid #C88736;*/
    /*color: #78448C;*/
    position: relative;
    text-align: center;
   /* box-shadow: inset 0em 0em 0em 1em #78448C;*/

}
.column40 {
  float: left;
  width: 40%;
  padding: 30px 30px 30px 0px;
  height: 100%; /* Should be removed. Only for demonstration */
    background: #FFFFFF;
    /*border:1px solid #C88736;*/
    /*color: #78448C;*/
    position: relative;
    text-align: center;
   /* box-shadow: inset 0em 0em 0em 1em #78448C;*/

}
.column60 {
  float: left;
  width: 60%;
  padding: 0px;
  height: 100%; /* Should be removed. Only for demonstration */
    background: #FFFFFF;
    /*border:1px solid #C88736;*/
    /*color: #78448C;*/
    position: relative;

}
.column70 {
  float: left;
  width: 70%;
  padding: 0px;
  height: 100%; /* Should be removed. Only for demonstration */
    background: #FFFFFF;
    /*border:1px solid #C88736;*/
    /*color: #78448C;*/
    position: relative;

}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
      background: #FFFFFF;
    /*border:1px solid #C88736;*/
    color: #78448C;  
}
/*.marquee {
    position: relative;
    overflow: hidden;
    --offset: 20vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
    width:100%;
        background: #78448C;
    color: white;
}
*/
.marquee__inner {
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial), 0, 0);
    animation: marquee 15s linear infinite;
    animation-play-state: running;
    width:100%;
}

.marquee span {
    font-size: 20px;
        padding: 10px 0px 0px 0px;
}

.marquee:hover .marquee__inner {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}

/*marquee new code*/
.marquee {
  height: 25px;
  width: 100%;

  overflow: hidden;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px;

  position: absolute;
  overflow: hidden;
onmousever: stop;
  animation: marquee 10s linear infinite;
}

.marquee span {
  float: left;
  width: 50%;
}

@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}
/*code end*/
.tabbed {
	overflow-y: scroll; /* so we could easily hide the radio inputs */
	margin: 32px 0;
	padding-bottom: 16px;
	border-bottom: 1px solid #ccc;
    background:aliceblue;
   
}

.tabbed [type="radio"] {
	/* hiding the inputs */
	display: none;
}

.tabs {
	display: flex;
	align-items: stretch;
	list-style: none;
	padding: 0;
	border-bottom: 1px solid #ccc;
    justify-content: center!important;
    position: sticky;
    top: 0px;
    background: #F0F8FF;
}
.tab &gt; label {
	display: block;
	margin-bottom: -1px;
	padding: 12px 15px;
	border: 1px solid #ccc;
	background: #78448C;
	color: #ffffff;
	font-size: 12px; 
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;	
	transition: all 0.3s;
    border-radius:7px;
}
.tab:hover label {
	border-top-color: #333;
	color: #333;
}

.tab-content {
	display: none;
	color: #777;
    margin-top:0px;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
	border-bottom-color: #B721FF;
	border-top-color: #fff;
	background: #E0C17B;
	color: #222;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4), 
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tab-content:nth-of-type(5) {
	display: block;
}
.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.button1 {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
}
/**marquee using css**/
.example1 {
 height: 44px;	
 overflow: hidden;
 position: relative;
 background:#78448C;   
 box-shadow: 2px 4px 3px 3px; 
 margin-top: -58px;
}
.example1 p {
 position: absolute;
 color: #ffffff;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 25px;
    font-size:18px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: example1 15s linear infinite;
 -webkit-animation: example1 15s linear infinite;
 animation: example1 15s linear infinite;
    margin-top:0px;
    
}
/* Move it (define the animation) */
@-moz-keyframes example1 {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes example1 {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes example1 {
 0%   { 
 -moz-transform: translateX(100%); /* Firefox bug fix */
 -webkit-transform: translateX(100%); /* Firefox bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Firefox bug fix */
 -webkit-transform: translateX(-100%); /* Firefox bug fix */
 transform: translateX(-100%); 
 }
}
.example1 p:hover {
 -moz-animation-play-state: paused;
 -webkit-animation-play-state: paused;
 animation-play-state: paused;
 }
/**end of marquee using css**/
.btn_gallery {
    padding: 8px 15px;
    border: 1px solid #ccc;
    background: #652B7C;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 7px;
    margin-top: 5px;
    margin: 20px;
    
}
/** click on zoom**/

.column3 img{
    box-shadow: 10px 5px 5px #c4c4c4;
}
/*.wrap{
width:33.33%;
    display:flex;
    flex-direction:column;
}*/
.footer1{
display:flex;
justify-content:center;}

.footerabout{
    color:white;
    padding-right:30%;
text-align:justify;
    font-size:15px;
    line-height:20px;
}

.footerabout1{
width:33.33%;
    margin-top:20px;}
.mt230{margin-top: 141px;}

/*@media only screen and (max-width: 800px) {
    .mt230{margin-top:0px!important;}
}*/

/*@media (min-width: 481px) and (max-width: 800px) {
   footerabout1{
    width:100%!important;
       padding: 10px!important;
    }
    .footer1{
     flex-wrap:wrap;
	flex-direction: column;
    }    
}*/


@media only screen and (max-width: 800px) {
.example1 { height: 46px;   }
  .example1 p{  line-height:23px;    }
    .footer1{   flex-wrap:wrap;flex-direction: column;    }    
    .footerabout1{   width:100%!important;   padding:10px!important;}
    .footerabout{   color:white;   text-align:justify;   padding-right:2%!important;}
    .footerabout1 h5{   text-align:center!important;}
    .footerabout1 ul{   padding:10px!important;  }
}
@media (min-width: 481px) and (max-width: 500px){
    .mt230 {   margin-top: 3px;}
 
}    

@media (min-width: 501px) and (max-width: 708px){
.mt230 {    margin-top: -67px;}      
}    

@media (min-width: 709px) and (max-width: 800px){
.mt230 {   margin-top: 0px;}
  
}    

@media (min-width: 800px) and (max-width: 1099px){
      .mt230  {   margin-top: 147px;}
}
  
@media only screen and (min-width: 980px) and (max-width:1420px){
   .column3 img{
       margin:10px;
       padding:10px;
}


.column3 img{   width:300px!important;   height:200px!important;  object-fit: cover;}


}
@media only screen and (max-width: 800px){
    .column3{   width:48%!important;}
        .column50 {   float: left;   width: 100%!important;   }
    .column25 {    float: left;    width: 100%!important;   }

}
@media only screen and (max-width: 499px){
    .column3{   width:100%!important;}
    .column50 {   float: left;   width: 100%!important;   }
    .column25 {   float: left;  width: 96%!important;margin: 15px 5px 8px 8px!important;   }
}


.column50 {
    float: left;
    width: 49%;
    padding: 0px;
    height: 100%;
    background: #FFFFFF;
    /* border: 1px solid #C88736; */
    /* color: #78448C; */
    box-shadow:5px 5px 1px #c4c4c4;
    margin:5px;
}
.column25 {
    float: left;
    width: 22%;
    padding: 15px;
    height: 115px;
    background: #fff;
    box-shadow:0px 0px 8px #c4c4c4;
    margin:30px 22px 25px 22px;
    overflow-wrap: anywhere;
    border-radius:6px;
    text-align:center;
}
::-webkit-scrollbar {
    display: none;
}
.flexslider {
   /* margin: 0 0 60px;*/
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
/**new.css**/
/* Entry div. */
.news-entry {
	margin: 0em auto 0em;
  display: table;
  width: 100%;
}
/* Entry's title div. */
.news-entry-title {
	font-weight: bold;
	font-size: 12pt;
	padding: 5px 0;
	margin-bottom: .5em;
	border-bottom: 1px solid #777;
}
.newsXH-link {
  color: blue;
  cursor: pointer;
}
/* Entry's date span (in title). */
.news-entry-title-date {
	float: right;
	font-style: italic;
	font-weight: normal;
	font-size: 10pt;
    display: none;
}
/* Entry's short description div. */
.news-entry-short p{
 margin:0px; padding:0px 10px;	
}
.news-entry-short ul{margin-bottom:0px;}
.news-entry-short ul li{padding:0px;}
/* Entry's description div. */
.news-entry-description {
	
}
/* Entry's link div. */
.news-entry-link {
	display: block;
}

/* News archive div. */
.news-archive {
	width: 100%;
	padding: 0px 0;
}
/* News archive header. */
.news-archive-header {
	font-size: 16pt;
	margin-bottom: 1em;
	font-weight: bold;
    display: none;
}

.news-archive-navi {
  background: #eee;
  font-size: 11pt;
  margin-bottom: 1em;
  text-align: center;
  padding: 4px 0;
    display: none!important;
    display: linline-block;
}

.news-archive-navi &gt; span {
    background: #ffffff;
    border: 1px solid #999;
    display: none!important;
}

/* News archive footer. */
table.news-archive-footer {
	width: 100%;
}

/**
 * 	Newsticker.
 */
.newsticker {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.newsticker &gt; figure {
  box-sizing: border-box;
  background: #eee;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  padding: 5px 10px;
  position: absolute;
  width:100%;
  height:auto;
  z-index:-1;
}
.newsticker-entry-date {
  display: block;
  padding: 0px 0px 5px 0;
}

/* Newsslider driver. */
/* Main window containing the ul (not the controls and pager). */
.bx-window {
	
}

/* Main li with entry content. */
.newsslider li::before {content: inherit !important;}
.newsslider-entry, .bx-window li {
	padding: 10px;
}

.newsslider-entry-title {
	font-weight: bold;
	font-size: 12pt;
}

.newsslider-entry-title-date {
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	margin-left: 2em;
}

.newsslider-entry-description {
	
}

.newsslider-entry-date {
	
}

/**
 * 	Blockquotes.
 */
.newsblock-entry {
  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;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
	background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  margin: 0 0 1.2em;
  overflow: hidden;
  text-align: left;
}
.newsblock-flexin {
  padding: 5px 20px;
}
.newsblock-flexin:nth-child(1) {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.newsblock-flexin:nth-child(2) {
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.newsblock-flexin .newsblockbtn {
  background-color: #0094de;
  cursor: pointer;
  border: medium none;
  border-radius: 5px;
  padding: 10px 20px;
  color: white;
  display: block;
  font-size: 1.2em;
  margin: 0 auto;
  max-width: 280px;
  text-align: center;
  text-transform: uppercase;
}
.newsblock-flexin .newsblockbtn:hover {
    background-color: red;
    color: white;
}
.newsblock-entry-short {
	margin: 0;
}
.newsblock-entry-title {
  color: #0094de;
  font-size: 14pt;
}
.newsblock-entry-short p {
	font-size: 12px;
}
.newsblock-entry-date {
  float: right;
	font-style: italic;
	font-weight: normal;
	font-size: 10pt;
  padding: 0 0 0 10px;
}

/**
 * Newsscroller.
 */
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.newsscroller {
  overflow: hidden;
  width: 100%;
}
.newsscroller-wrap {
  box-sizing: content-box;
  margin: 0; 
  padding: 0;
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
}
.newsscroller-wrapin {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
}
.newsscroller_item {
  display: inline-block;
  padding: 0 2rem;
  font-size: 1.2rem;
}
.newsscroller-wrapin:hover { animation-play-state: paused }

/*
 * Backend style.
 * No changes needed.
 */

.news-head {
	margin-bottom: .5em;
}
.news-submit {
  font: normal 14px/normal system-ui, sans-serif;
  margin: 5px 2px;
  padding: 5px 20px;
  text-transform: none;
  color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  height: auto;
  cursor: pointer;
  height: auto;
  box-sizing: border-box;
  background : #7B7D82;
  background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7B7D82), color-stop(100%,#00060a));
  background : -moz-linear-gradient(top, #7B7D82 0%, #00060a 100%);
  background : -webkit-linear-gradient(top, #7B7D82 0%, #00060a 100%);
  background : -o-linear-gradient(top, #7B7D82 0%, #00060a 100%);
  background : -ms-linear-gradient(top, #7B7D82 0%, #00060a 100%);
  background : linear-gradient(top, #7B7D82 0%, #00060a 100%);
}
.news-submit:hover {
  background: #999;
  background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00060a), color-stop(100%,#7B7D82));
  background : -moz-linear-gradient(top, #00060a 0%, #7B7D82 100%);
  background : -webkit-linear-gradient(top, #00060a 0%, #7B7D82 100%);
  background : -o-linear-gradient(top, #00060a 0%, #7B7D82 100%);
  background : -ms-linear-gradient(top, #00060a 0%, #7B7D82 100%);
  background : linear-gradient(top, #00060a 0%, #7B7D82 100%);
}
.news-submit:active {
	position:relative;
	top:1px;
}
.news-small {
	font-size: 80%;
}
.news-error, .news-success, .news-help, .news-notice {
	padding: .8em .8em .8em 2.6em;
	margin-top: .5em;
	margin-bottom: .5em;
	border: 2px solid #ddd;
}
.news-error {
	color:#8a1f11;
	border-color:#FBC2C4;
	background: #FBE3E4 url('../images/error.png') scroll no-repeat .8em .8em;
}
.news-success {
	color:#264409;
	border-color:#C6D880;
	background: #E6EFC2 url('../images/success.png') scroll no-repeat .8em .8em;
}
.news-help {
	color: #3E6DB1;
	border-color: #3E6DB1;
	background: #BDCDE3 url('../images/help.png') scroll no-repeat .8em .8em;
}
.news-notice {
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
table.news-help {
	color: #3E6DB1;
	border-color: #3E6DB1;
	background-image: none;
}
.news-select {
	width: 30%;
	min-width: 80px;
}
.news-editor-short {
	max-height: 120px;
}
.news-collapsed {
	background-image: url(../images/collapsed.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.news-shown {
	background-image: url(../images/shown.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.news-input-title {
	max-width: 90%;
	width: 90%;
}
.newscase-entry {
	/*line-height: 10px;*/
	margin: 8px 0 0;
	padding: 5px 10px;
}
.newscase-entry-title {
	
}
.newscase-entry-title-date {
	float: right;
}
.newscase-entry-short {
	font-size: 10px;
}
.newscase-entry-short p {
	margin: 3px 0;
}
table.news-table {
  font-family: arial, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  border: 1px solid;
  margin: 2px 0;
  border-spacing: 0;
}
table.news-table td {
  padding: 4px 6px;
}
table.news-table textarea, table.news-table input, table.news-table select {
  padding: 0.2em 0.3em;
}
table.news-table textarea {
  min-width: 90%;
  height: auto;
}

#searchbox{margin-top: 30px; opacity:1 !important;text-align: right;}
#searchbox .text{ padding: 8px; width: 225px;}
#searchbox .submit{padding: 8px; }
.mid-section{width:100%; margin:0 auto;}
.logo a img{    height: 100px;  margin: 1px 0px;  object-fit: fill;  width: 100%;}
.mid-section.galleryHome{margin-top:144px;}
.du_gallery .column3 img{width:100%; height:260px;}
.du_gallery .column3 {  float: left;  width: 33.33%;  padding:15px;}
.flexslider .slides img{height:auto!important}
.galleryHome .column3 img{width:100%; height:270px;box-shadow: 0px 0px 10px #c4c4c4; transform: scale(1); transition: all 0.3s;}
.galleryHome .column3{padding:15px; overflow: hidden; position: relative;}
.galleryHome .column3:hover img {  transform: scale(1.04);}

.footercopyright{   background: #4caf50;   margin: 0px;  padding: 10px 0px;  color: #fff; list-style: none;}
.footercopyright a{color:#fff;}
.teanS{width:32%; margin-right:10px; float:left; text-align:center; margin-bottom: 40px;}
.teanS .teap{text-align:center;}
.teanS .teap p{font-size: 16px;  padding: 0px;  text-align: center;}
.clearfixed{clear:both;}

.galleryPage{margin-top:20px;}
.galleryPage .galley_w{ width:48%;float: left; text-align: center;  margin:0px 10px;  padding-bottom: 20px;  color: #fff;}
.galleryPage .galley_w img{border: 5px solid #8bc34a; min-height: 500px;}
.galleryPage .galley_w p {  margin: 0em 0;  padding: 4px 10px;  font-family: serif; font-size: 20px;  color: #000;}
#minicounter{    text-align: center;  padding: 0; margin: 0;}
 ul.footercopyright li{margin-bottom:15px;}


.contact-address{ background-image: linear-gradient(180deg,rgba(252,252,252,.23) 0%,#2f7538 100%);}



/* accordion css start here  */
.accordion-container{
  position: relative;
  width: 100%;
  height: auto;
  margin: 10px auto;
    border: 1px solid #ccc;
}
.accordion-container &gt; h2{
  text-align: center;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.set{
  position: relative;
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
}
.set &gt; a{
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #555;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
}
.set &gt; a i{
  float: right;
  margin-top: 2px;
}
.set &gt; a.active{
  background-color:#4caf50;
  color: #fff;
}
.content{
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  display:none;
  padding: 15px 0px;
}
.content p{
  padding: 5px 15px;
  margin: 0;
  color: #333;
}

/* accordion css end here  */

.loadcount{background-image: url("../../userfiles/images/footer-bg.jpg");}
.loadcount{ font-size: 60px; font-weight: 700;  margin-bottom: 20px;}
.loadcount .col{ width: 32%; text-align: center; display: inline-block;color:#8bf90b;font-weight: 900; font-size: 80px; line-height: 50px;}
.bgColor{ background-color: #4caf50b5; padding: 125px 0px;}
.loadcount .col p{ text-align: center;color:#fff;padding:0px;margin:0px;}


@media (min-width: 1550px) and (max-width: 1850px){
    .column25{margin:0px 18px;}
}
@media (min-width: 1100px) and (max-width: 1600px){
    
      #lck_content_box {   margin-top: 10px; width: 92%;}
    .galleryPage .galley_w img {min-height: auto;}
}  
@media (min-width: 801px) and (max-width: 1099px){
    
.mt230 {    margin-top: 307px;}
    #lck_content_box {  margin-top: -0px;width: 98%;}
    .galleryPage .galley_w {   width: 47%;    float: left;}
    
}
@media (min-width: 340px) and (max-width: 499px)
{
    .mt230{ margin-top: -123px!important;}
}
@media (min-width: 500px) and (max-width: 625px)
{
    .mt230{ margin-top: -123px!important;}
}
@media (min-width: 1200px) and (max-width: 800px){
 .column25{margin:0px 12px;  width: 21%;}
}
@media (min-width: 1000px) and (max-width: 1550px)
{
    .mt230{ margin-top: -38px!important;}
    .mid-section {  width: 100%;  margin: 0 auto;}
    .flexslider .slides img { height: auto;}
    .column1 {  width: 30%;}
    .column {width: 35%;padding-left: 15px;}
     .column25{margin:0px 12px;  width: 22%;}
}
@media (min-width: 768px) and (max-width: 1000px){
.mid-section { width: 100%;  margin: 0 auto;}
    .column1 {  width: 5%;}
    .column {width: 46%;padding-left: 15px;}
    #lck_content_box {  width: 90%;}
    .teanS {  width: 48%;}
    
}
.lck_subnav{display: none!important;}
@media only screen and (max-width: 800px){
    .mt230{ margin-top: -3px;}
}

@media  (min-width: 320px) and (max-width: 800px){
#lck_head {  height: 58px;  min-height: 0px;}
}

@media(max-width:768px){
.mid-section {   width: 100%;  margin: 0 auto;}
 .flexslider .slides img{height:auto!important}
  body .flexslider ul.slides li img {  margin: 0; object-fit: contain;  margin-top: 0px!important;  margin-bottom: 0px!important;}
 .galleryHome .column3 img{ height:200px;}
 .galleryHome .column3 {  padding: 15px 15px 0px 15px;}
 .column60 .page-content{height:auto!important;}  
    .column60 .page-content .tabbed{height:auto!important;}  
    .du_gallery .column3 img {  width: 100%;    height: auto;}
    #searchbox {margin-top: 0px;}
    .lck_search {  margin: 0 0 0rem!important;}
    .lck_content {  padding: 4.1rem 0.5rem;}
    #searchbox .text {  width: 300px;  height: 40px;}
    .lck_search input.submit{background-size: 20px;margin-left: -63px;}
    #lck_content_box{    width: 100%;}
    .mid-section.galleryHome {  margin-top: 135px;}
    .lck_nav_mobil img{width:320px;}
    .teanS {   width: 100%;    float: none;}
    .galleryPage .galley_w img {  min-height: auto;}
    .galleryPage .galley_w {  width: 100%;    float: none;}
    .accordion-container {  width: 100%;}
    
}


</pre></body></html>