@font-face{font-family:Oswald;font-style:normal;font-weight:300;src:url(fonts/oswald/oswald-v29-latin-300.eot);src:local('Oswald Light'),url(fonts/oswald/oswald-v29-latin-300.eot?#iefix) format('embedded-opentype'),url(fonts/oswald/oswald-v29-latin-300.woff) format('woff')}@font-face{font-family:Oswald;font-style:normal;font-weight:400;src:url(fonts/oswald/oswald-v29-latin-regular.eot);src:local('Oswald Regular'),url(fonts/oswald/oswald-v29-latin-regular.eot?#iefix) format('embedded-opentype'),url(fonts/oswald/oswald-v29-latin-regular.woff) format('woff')}
@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;src:url(fonts/open-sans/open-sans-v17-latin-300.eot);src:local('Open Sans Light'),local('OpenSans-Light'),url(fonts/open-sans/open-sans-v17-latin-300.eot?#iefix) format('embedded-opentype'),url(fonts/open-sans/open-sans-v17-latin-300.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:url(fonts/open-sans/open-sans-v17-latin-regular.eot);src:local('Open Sans Regular'),local('OpenSans-Regular'),url(fonts/open-sans/open-sans-v17-latin-regular.eot?#iefix) format('embedded-opentype'),url(fonts/open-sans/open-sans-v17-latin-regular.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;src:url(fonts/open-sans/open-sans-v17-latin-italic.eot);src:local('Open Sans Italic'),local('OpenSans-Italic'),url(fonts/open-sans/open-sans-v17-latin-italic.eot?#iefix) format('embedded-opentype'),url(fonts/open-sans/open-sans-v17-latin-italic.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;src:url(fonts/open-sans/open-sans-v17-latin-300italic.eot);src:local('Open Sans Light Italic'),local('OpenSans-LightItalic'),url(fonts/open-sans/open-sans-v17-latin-300italic.eot?#iefix) format('embedded-opentype'),url(fonts/open-sans/open-sans-v17-latin-300italic.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;src:url(fonts/open-sans/open-sans-v17-latin-700.eot);src:local('Open Sans Bold'),local('OpenSans-Bold'),url(fonts/open-sans/open-sans-v17-latin-700.eot?#iefix) format('embedded-opentype'),url(fonts/open-sans/open-sans-v17-latin-700.woff) format('woff')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:700;src:url(fonts/open-sans/open-sans-v17-latin-700italic.eot);src:local('Open Sans Bold Italic'),local('OpenSans-BoldItalic'),url(fonts/open-sans/open-sans-v17-latin-700italic.eot?#iefix) format('embedded-opentype'),url(fonts/open-sans/open-sans-v17-latin-700italic.woff) format('woff')}

/* ************************* Global Styles ************************* */
/* Main colors & width */
:root {
	--main-color: #333333;
	--main-bg-color: #FFFFFF;
	--nav-mobil-bg-color: #424242; /* Menu Viewport < 1025 px */
	--content-color: #fff;
	--content-bg-color: #598A89;
	--text-color: #FFFFFF; /* Normal text color */
	--link-main-color: #44c380; /* Link + visited + focus */
	--link-second-color: #FFFFFF; /* Link hover + active, body color */
	--highlight-color: #FFFFFF; /* h1, strong, b, .dots label, rsptable */
	--heading-color: #FFFFFF; /* h2-h6, content_modal, blockquote, scrollbar */
	--left-side-width: 50%; /* #lck_head (e.g. 33.333333%) */
	--right-side-width: 50%; /* .lck_content (e.g. 66.66667%)*/
} 

h1, h2, h3, h4 , h5, h6 {
	clear: both;
	color: #FFFFFF;
	color: var(--heading-color);
	font-family: Oswald, sans-serif;
	font-weight: normal;
	margin: 0.8rem 0 0;
	position: relative;
}
h1 {
	color: #FFFFFF;
	color: var(--highlight-color);
	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;
}

p {
	margin: 0.6em 0;
	color: var(--text-color);
}
.small, p.small, div.small, span.small {
	font-size: 10px;
}

strong, b {
	color: #FFFFFF;
	color: var(--highlight-color);
	font-weight: 700;
}

hr {
	background-color: #738FA5;
	border: 0;
	border-bottom: 1px dashed #CCC;
	margin: 5px 0 3px 0;
}

.important, p.important, div.important {
	background-color: #E0E0E0;
	border: 0px solid transparent;
	border-radius: 6px;
	clear: both;
	margin: 1em 0;
	padding: 1em 2em;
}
.warning, p.warning, div.warning {
	background-color: #0288D1;
	border: 0px solid #0277BD;
	border-radius: 6px;
	clear: both;
	color: #fff;
	color: var(--content-color);
	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: rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	font-weight: normal;
	padding: 1em;
	text-align: justify;
}

a:link {
	border: 0;
	color: #9E9E9E;
	color: var(--link-main-color);
	text-decoration: none;
}
a:visited {
	border: 0;
	color: #9E9E9E;
	color: var(--link-main-color);
	text-decoration: none;
}
a:focus {
	border: 0;
	color: #9E9E9E;
	color: var(--link-main-color);
	text-decoration: none;
}
a:hover {
	border: 0;
	color: #424242;
	color: var(--link-second-color);
	text-decoration: none;
}
a:active {
	border: 0;
	color: #424242;
	color: var(--link-second-color);
	text-decoration: none;
}

blockquote {
	background-color: transparent;
	border-bottom: 1px solid #757575;
	border-bottom: 1px solid var(--heading-color);
	border-top: 1px solid #757575;
	border-top: 1px solid var(--heading-color);
	margin: 2em 1em;
	padding: 1em;
	position: relative;
}
blockquote:before {
	background-color: #fff;
	background-color: var(--content-bg-color);
	color: #757575;
	color: var(--heading-color);
	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: #fff;
	background-color: var(--content-bg-color);
	color: #757575;
	color: var(--heading-color);
	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 ************************* */
/* Scrollbar only for Chrome, Opera, Edge ... (Webkit-Browsers) */
::-webkit-scrollbar {
	height: 20px;
	width: 18px;
}
::-webkit-scrollbar-thumb {
	background-color: #757575;
	background-color: var(--heading-color);
	background-clip: padding-box;
	border: 4px solid rgba(0, 0, 0, 0);
	height: 6px;
	-webkit-border-radius: 7px;
	-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-button{
	display: none;
	height: 0;
	width: 0;
}
::-webkit-scrollbar-corner {
	background-color: transparent;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	background-color: #fff;
	background-color: var(--content-bg-color);
	color: #424242;
	color: var(--link-second-color);
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6;
}
#lck_body {
	background-color: #2a2a2a;
	background-color: var(--main-bg-color);
	font-weight: 400;
	overflow: hidden;
}
/* ************************* Print View ************************* */
body.print {
	background-color: #fff;
	background-color: var(--content-bg-color);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	height: auto;
	list-style: none;
	margin: 0 auto;
	max-width: 1170px;
	padding: 1em 2em 2em;
}
#TOP, #top {
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
#top {
	position: absolute;
	top: -50%; /* Fix jumping */
}

/* ************************* Header ************************* */
#lck_head {
	background-color: #2a2a2a;
	background-color: var(--main-bg-color);
	background: url(images/bg1.jpg) 50% 50% no-repeat #2a2a2a;
	-webkit-background-size: cover;
	background-size: cover;
	display: inline-block;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: top;
	width: 50%;
	width: var(--left-side-width);
}
.lck_head {
	font-family: Oswald, Arial, sans-serif;
	display: table;
	height: 100%;
	position: relative;
	width: 100%;
}

/* ************************* Header - Logo/Sitename ************************* */
.lck_logo {
	display: table-cell;
	height: 100%;
	padding: 10rem 0 0;
	position: relative;
	/* top: 10rem; */
	vertical-align: top;
	width: 100%;
}
.lck_logo * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.lck_logo .logobox {
	padding: 0 0.5rem 0.5rem;
	position: relative;
	text-align: center;
}
.lck_logo .logobox a {
	color: #fff;
	color: var(--content-color);
	display: inline-block;
}
/* Logo with Text */
.lck_logo .logobox a span {
	letter-spacing: 6px;
	font-size: 4rem;
	/* font-style: italic; */ /* Optional */
}
/* Logo with FontAwesome-Icon */
.lck_logo .logobox .fa {
	font-size: 8rem;
}
/* Logo with image */
.lck_logo .logobox img {
	border-radius: 6px;
	margin: 0;
	max-width: 500px;
}
.lck_logo .logotext {
	color: #FAFAFA;
	font-weight: 400;
	text-align: center;
}
.lck_logo .logotext span {
	display: block;
	font-size: 1rem;
}
/* legalnotice + privacy */
.lck_logo .logotext span label {
	cursor: pointer;
}
.lck_logo .logotext span label:after {
	content: "\f0f6";
	font: 14px FontAwesome;
	padding: 0 0.1em 0 0.4em;
	position: relative;
}
.lck_logo .logotext span label:nth-of-type(1) {
	margin-right: 1em;
}
/* Sitename */
.lck_logo .logotext span:nth-of-type(2) {
	font-size: 3rem;
	line-height: 1;
	padding: 1rem 0;
	text-shadow: 1px 2px #000;
}

/* ************************* Content ************************* */
#lck_wrapper {
	border: 5vw solid #2a2a2a;
	border: 5vw solid var(--main-color);
	box-sizing: border-box;
	height: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	width: 100vw;
}
.lck_main {
	background-color: var(--main-bg-color);
	font-size: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 100;
}

.lck_content {
	clear: both;
	background-color: #fff;
	background-color: var(--content-bg-color);
	box-sizing: border-box;
	display: inline-block;
	font-size: 1rem;
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	vertical-align: top;
	width: 50%;
	width: var(--right-side-width);
}

.lck_content ul,
.lck_content_modal ul,
#tinymce ul,
.cke_editable ul {
	list-style: none inside none;
	padding: 0;
}
.lck_content ul li,
.lck_content_modal ul li,
#tinymce ul li,
.cke_editable ul li {
	list-style: none inside none;
	margin-left: 1em;
	padding: 4px 0;
}
.lck_content ul li:before,
.lck_content_modal ul li:before,
#tinymce ul li:before,
.cke_editable ul li:before {
	content: "\f101";
	font: 1em FontAwesome;
	color: #9E9E9E;
	color: var(--link-main-color);
	padding: 0 .4em 0 0;
	position: relative;
	margin-left: -1em;
}
.lck_content ul ul li:before,
.lck_content_modal 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,
.lck_content_modal 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,
.lck_content_modal ol,
#tinymce ol,
.cke_editable ol {
	list-style-type: decimal;
	margin-left: 1em;
	padding: 0;
}
.lck_content ol ol,
.lck_content_modal ol ol,
#tinymce ol ol,
.cke_editable ol ol {
	list-style-type: upper-alpha;
}
.lck_content ol ol ol,
.lck_content_modal ol ol ol,
#tinymce ol ol ol,
.cke_editable ol ol ol {
	list-style-type: lower-alpha;
}
.lck_content ol li,
.lck_content_modal ol li,
#tinymce ol li,
.cke_editable ol li {
	display: list-item;
	padding: 6px 0;
}

/* Navigation */
.lck_nav {
	font-family: Oswald, sans-serif;
	font-size: 0;
	position: sticky;
	top: 0;
	z-index: 998;
}
.lck_nav ul {
	background-color: #424242;
	background-color: var(--nav-mobil-bg-color);
	list-style: none;
	padding: 1% 2%;
}
.lck_nav ul li:before {
	content: none;
}
.lck_nav ul li {
	display: inline-block;
	font-size: 1rem;
	line-height: 2;
	margin: 0 10px;
}

.lck_nav a:hover,
.lck_nav ul li span {
	color: #fff;
	color: var(--content-color);
	position: relative;
}
.lck_nav .sdoc span:before {
	animation: 300ms linear lck_slidein-2;
	background-image: linear-gradient(to right, #9E9E9E, rgba(172, 160, 224, 0));
	background-image: linear-gradient(to right, var(--link-main-color), rgba(172, 160, 224, 0));
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	top: 110%;
	width: 100%;	
}
@keyframes lck_slidein-2 {
 from {margin-left: 50%; width: 10px;}
 to {margin-left: 0; width: 100%;}
}

.lck_content_main {
	box-sizing: border-box;
	font-size: 1rem;
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 2% 5% 5%;
	width: 100%;
}
.lck_content_main h1:first-of-type:after,
.lck_content_modal [id^='info-'] h1:first-of-type:after,
#tinymce h1:first-of-type:after,
.cke_editable h1:first-of-type:after {
	background-image: linear-gradient(to right, #9E9E9E, rgba(172, 160, 224, 0)); /* Fallback for older Browsers */
	background-image: linear-gradient(to right, var(--link-main-color), rgba(172, 160, 224, 0));
	content: "";
	height: 2px;
	margin-left: 0.3em;
	position: absolute;
	top: 50%;
	width: 100px;
}

#xh_linkchecker a,
.lck_content_main table.edit ~ * a,
#tinymce a,
.cke_editable a {
	border-bottom: 1px dotted #9E9E9E;
	border-bottom: 1px dotted var(--link-main-color);
	position: relative;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
.lck_head a {
	border-bottom: 0 none transparent;
}
/* Link style - extern (Attribute Selectors) */
.lck_content_main a[target="_blank"]:after,
.lck_news a[target="_blank"]:after,
.lck_footer a[target="_blank"]:after,
#tinymce a[target="_blank"]:after,
.cke_editable a[target="_blank"]:after {
	content: "\f08e";
	font: 8px FontAwesome;
	padding: 0 0.1em 0 0.4em;
	position: relative;
}
.lck_content_main a[href^="mailto:"]:after,
.lck_content_modal a[href^="mailto:"]:after,
.lck_footer a[href^="mailto:"]:after,
#tinymce a[href^="mailto:"]:after,
.cke_editable a[href^="mailto:"]:after { 
	content: "\f003";
	font: 10px FontAwesome;
	padding: 0 0.1em 0 0.2em;
	position: relative;
}

/* Page-Tools (Sidebars) */
.lck_pagetools {
	display: flex;
	flex-direction: column;
	margin: 0;
	position: fixed;
	left: 1vw;
	top: 50%;
	text-align: center;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 40px;
}
.lck_pagetools:before,
.lck_pagetools:after {
	content: "";
	height: 100px;
	position: absolute;
	left: 48%;
	width: 2px;
}
.lck_pagetools:before {
	background-image: linear-gradient(to top, #9E9E9E, rgba(172, 160, 224, 0));
	background-image: linear-gradient(to top, var(--link-main-color), rgba(172, 160, 224, 0));
	bottom: 100%;
}
.lck_pagetools:after {
	background-image: linear-gradient(to bottom, #9E9E9E, rgba(172, 160, 224, 0));
	background-image: linear-gradient(to bottom, var(--link-main-color), rgba(172, 160, 224, 0));
	top: 100%;
}
.lck_pagetools a {
	font-size: 22px;
	line-height: 40px;
	vertical-align: middle;
}
/* Page-Tools (Sidebar right) */
.lck_pagetools.right-side {
	right: 1vw;
	left: auto;
}
.lck_pagetools.right-side a {
	font-size: 40px;
}

/* Search */
.lck_search {
	margin: 0;
	opacity: 0;
	padding: 1rem 0 0;
	position: relative;
	text-align: center;
	visibility: hidden;
	width: 100%;
	z-index: 999;
}
.lck_search input.text {
	border: 2px solid #BDBDBD;
	border-radius: 6px;
	height: 40px;
	padding-left: 1em;
	width: 50%;
}
.lck_search input.submit {
	display: none;
}
#TOP:target ~ #lck_wrapper #lck_search {
	opacity: 1;
	visibility: visible;
}

/* ************************* Contact-Page (Tab-Content-Slider) ************************* */
.lck_contact {
	margin-top: 1rem;
	min-height: 300px;
	position: relative;
	width: 100%;
	z-index: 100;
}
.lck_contact > input {
	display: none;
}
.lck_contact > label {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	margin: 0 0 0 -4px; /* FIX for issue display: inline-block (-4px) */
	padding: 8px 0;
	position: relative;
	text-align: center;
	width: 25%;
	z-index: 100;
}
.lck_contact > label:before {
	font-family: fontawesome;
	font-weight: normal;
	margin-right: 10px;
}
.lck_contact > label[for*='1']:before {content: "\f2bc";}
.lck_contact > label[for*='2']:before {content: "\f1b9";}
.lck_contact > label[for*='3']:before {content: "\f003";}
.lck_contact > label[for*='4']:before {content: "\f129";}

.lck_contact > label:hover {
	cursor: pointer;
}
.lck_contact > input:checked + label {
	font-weight: 700;
}
.lck_contact > input:checked + label:after {
	animation: 300ms linear lck_slidein-2;
	background-image: linear-gradient(to right, #9E9E9E, rgba(172, 160, 224, 0));
	background-image: linear-gradient(to right, var(--link-main-color), rgba(172, 160, 224, 0));
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	top: 90%;
	width: 100%;
}
.lck_contact > [id^="contact"] {
	-webkit-animation: lck_fade-in 0.6s forwards;
	animation: lck_fade-in 0.6s forwards;
	display: none;
	padding: 1em 0 0;
}
.lck_contact > [id^="contact"] strong,
.lck_contact > [id^="contact"] b {
	font-weight: 700;
}
.lck_contact > #tab1:checked ~ #contact1,
.lck_contact > #tab2:checked ~ #contact2,
.lck_contact > #tab3:checked ~ #contact3,
.lck_contact > #tab4:checked ~ #contact4 {
	display: block;
}
@keyframes lck_fade-in {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/* ************************* Newsboxes (Newsbox-Slider) ************************* */
.lck_news {
	margin: 0;
	padding: 0;
	position: relative;
}
.lck_news a {
	font-size: 1rem;
}
.lck_news input[type="radio"] {
	display: none;
}
.lck_news #button1:checked ~ .dots label:nth-child(1),
.lck_news #button2:checked ~ .dots label:nth-child(2),
.lck_news #button3:checked ~ .dots label:nth-child(3),
.lck_news #button4:checked ~ .dots label:nth-child(4) {
	background-color: #757575;
	color: #fff;
	color: var(--content-color);
}
.lck_news #button1:checked ~ .slides .slides-wrap {
	margin-left: 0;
}
.lck_news #button2:checked ~ .slides .slides-wrap {
	-webkit-transform: translateX(-25%);
	transform: translateX(-25%);
}
.lck_news #button3:checked ~ .slides .slides-wrap {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.lck_news #button4:checked ~ .slides .slides-wrap {
	-webkit-transform: translateX(-75%);
	transform: translateX(-75%);
}
.lck_news .slides {
	background-color: transparent;
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
	z-index: 100;
}
.lck_news .slides .fa {
	font-size: 2em;
	margin-right: 0.5em;
}
.lck_news .slides .fa ~ h2 {
	display: inline-block;
}
.lck_news .slides-wrap {
	/* -webkit-animation: slideshow 25s infinite; */
	/* animation: slideshow 25s infinite; */ /* Optional - see hint @keyframes slideshow */
	display: inline-block;
	height: auto;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	-webkit-transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1);
	width: 400%;
}
.lck_news ul li:before,
#tinymce .lck_news ul li:before,
.cke_editable .lck_news ul li:before,
.lck_footer ul li:before,
#tinymce .lck_footer ul li:before,
.cke_editable .lck_footer ul li:before,
.lck_logo a[target="_blank"]:after {
	content: none;
}
.lck_news .slide {
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0 1%;
	position: relative;
	width: calc(100% / 4);
}
.lck_news .slide img {
	vertical-align: bottom;
	width: 100%;
}
.lck_news h1, .lck_news h2, .lck_news h3, .lck_news h4, .lck_news h5, .lck_news h6 {
	/* margin: 0; */
}
.lck_news .dots {
	font-size: 0;
	margin: 0;
	padding: 1% 0 0;
	text-align: center;
}
.lck_news .dots label {
	background-color: #E0E0E0;
	border-radius: 6px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #616161;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	margin: 6px 6px 0;
	min-width: 50px;
	padding: 0 10px;
	position: relative;
	-webkit-transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
	transition: background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
}
.lck_news hr {
	background-color: transparent;
	border: 0;
	border-top: 1px solid #757575;
	border-top: 1px solid var(--heading-color);
	margin: 1em auto;
	padding: 0;
	text-align: center;
	width: 100%;
}
/* Auto Play (*Newsbox-Buttons don't work when this is on) */
@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;
}

/* Content Modal with Overlay */
.lck_content_modal {
	position: relative;	
}
.lck_content_modal .modal-overlay,
.lck_content_modal .modal-overlay-2 {
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
	display: none;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 998;
}
.lck_content_modal input[type="checkbox"] {
	display: none;
}
.lck_content_modal [id^='info-'] {
	background-color: #fff;
	background-color: var(--content-bg-color);
	border-bottom: 1em solid rgba(255, 255, 255, 0);
	border-top: 2em solid #757575;
	border-top: 2em solid var(--heading-color);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	height: 96%;
	margin: 0;
	max-width: 768px;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 2% 2% 3%;
	position: fixed;
	left: 50%;
	top: 2%;
	text-align: left;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	transition: all 0.2s ease-in-out;
	visibility: hidden;
	width: 92%;
	z-index: -10;
}
.lck_content_modal [id^='info-'] span.modal-close {
	background-color: #757575;
	background-color: var(--heading-color);
	display: table;
	height: 50px;
	position: absolute;
	top: 12px;
	right: 10px;
	width: 50px;
	z-index: 999;
}
.lck_content_modal [id^='info-'] span.modal-close label {
	color: #fff;
	color: var(--content-color);
	cursor: pointer;
	display: table-cell;
	font-size: 3em;
	font-weight: 400;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
}
.lck_content_modal #tab-one:checked ~ .modal-overlay,
.lck_content_modal #tab-two:checked ~ .modal-overlay-2 {
	display: block;
}
.lck_content_modal #tab-one:checked ~ #info-one,
.lck_content_modal #tab-two:checked ~ #info-two {
	opacity: 1;
	transition: all 0.2s ease-in-out;
	visibility: visible;
	z-index: 999;
}
.lck_content_modal a {
	border-bottom: 1px dotted #9E9E9E;
	border-bottom: 1px dotted var(--link-main-color);
	color: #9E9E9E;
	color: var(--link-main-color);
	padding: 0;
	position: relative;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
.lck_content_modal a:hover {
	color: #424242;
	color: var(--link-second-color);
}

/* ************************* Footer ************************* */
.lck_footer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
}
.lck_footer a {
	display: inline-block;
	text-decoration: none;
}
.lck_footer span a img {
	margin: 4px;
}
.lck_footer .footercopyright {
	color: #9E9E9E;
	color: var(--link-main-color);
	font-family: Oswald, sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 1em 1em 1.5vw;
}

/* Scroll-to-top of page - Button */
.lck_scroll-to-top {
	background-color: #c62828;
	border-radius: 100%;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 60px;
	position: fixed;
	bottom: 2rem;
	right: -80px;
	text-align: center;
	-webkit-transition: right 0.3s linear;
	transition: right 0.3s linear;
	width: 60px;
	z-index: 998;
}
.lck_scroll-to-top.visible {
	right: 30px;
}
.lck_scroll-to-top span {
	color: #fff;
	color: var(--content-color);
	cursor: pointer;
	display: block;
	font-size: 44px;
	height: 100%;
	line-height: 50px;
	position: relative;
	width: 100%;
	z-index: 999;
}
.lck_scroll-to-top span .fa {
	height: 100%;
	width: 100%;
}

/* ************************* CMSimple_XH Mailform - xh_captcha_input + xh_captcha_code-Button ************************* */
.xh_mailform {
	margin-top: 1em;
}
.xh_mailform label {
	font-size: 14px;
}
.xh_mailform input.text,
.xh_mailform textarea {
	border: 1px solid #9E9E9E;
	border-radius: 4px;
	color: #222;
	font: inherit;
	font-size: 14px;
	margin: 0 0 2px 0;
	max-width: 100%;
	padding: 4px 6px;
}
.xh_mailform input.text {
	width: 50%;
}
.xh_mailform textarea {
	width: 100%;
}
.xh_mailform .xh_captcha_input,
.xh_mailform .xh_captcha_code,
.xh_mailform input.submit {
	border: 1px solid #9E9E9E;
	border-radius: 4px;
	box-sizing: border-box;
	display: inline-block;
	font-size: initial;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0.6em 0;
	padding: 0 6px;
	text-align: center;
	vertical-align: top;
	width: 80px;
}
.xh_mailform .xh_captcha_code {
	background-color: #BDBDBD;
	padding: 0 10px;
}

/* ************************* Media Queries - RESPONSIVE STYLE ************************* */
@media only screen and (max-width: 1280px) {
.lck_content_modal [id^='info-'] {
	padding: 3% 4%;
}
}

@media only screen and (min-width: 1025px) {
.lck_nav {
	position: fixed;
	left: 0;
	top: 1.5vw;
	text-align: center;
	width: 100%;
}
.lck_nav ul {
	background-color: transparent;
	padding: 0;
}
.lck_nav ul li {
	line-height: normal;
}
.lck_content_main {
	border-bottom: 1rem solid transparent;
	border-top: 1rem solid transparent;
}
.lck_content_main > h1:first-of-type {
	margin-top: 0;
}
}

@media only screen and (max-width: 1024px) {
#lck_body {
	overflow-y: auto;
}
#lck_wrapper {
	border: 0px solid transparent;
	height: auto;
	position: relative;
	width: 100%;
}
#lck_head,
.lck_content {
	display: block;
	width: 100%;
}
.lck_logo {
	padding: 1rem 0;
	top: 0;
}
.lck_logo .logobox img {
	max-width: 120px;
}
.lck_search {
	opacity: 1;
	visibility: visible;
}
.lck_content {
	height: auto;
	padding: 0;
}
.lck_content_main {
	max-height: initial;
	min-height: 50vh;
	overflow: hidden;
}
.lck_nav {
	max-height: initial;
}
.lck_pagetools {
	display: inline-block;
	flex-direction: row;
	margin: 0;
	padding: 0.5rem 0;
	position: relative;
	left: auto;
	top: auto;
	-webkit-transform: translate(0);
	transform: translate(0);
	width: 100%;
}
.lck_pagetools a {
	margin: 0.5rem;
}
.lck_pagetools:before,
.lck_pagetools:after {
	display: none;
}
.lck_pagetools.right-side {
	display: none;
}
.lck_footer {
	position: relative;
	bottom: initial;
}
.lck_footer .footercopyright {
	padding: 0 1em 1rem;
}
.lck_scroll-to-top {
	height: 42px;
	width: 42px;
}
.lck_scroll-to-top.visible {
	right: 10px;
}
.lck_scroll-to-top span {
	font-size: 2rem;
	line-height: 36px;
}
} /* 1024px END */

	
@media only screen and (max-width: 959px) {
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.2;
}
h1 {font-size: 1.6rem;}
h2 {font-size: 1.5rem;}
h3 {font-size: 1.4rem;}
h4 {font-size: 1.3rem;}
h5 {font-size: 1.2rem;}
h6 {font-size: 1rem;}

.lck_logo .logobox .fa {
	font-size: 7rem;
}
.lck_logo .logobox img {
	margin: 0;
}
.lck_content {
	word-wrap: break-word;
}
.lck_content_main,
.lck_content_modal [id^='info-'] {
	font-size: 1rem;
}
.lck_contact,
.lck_contact:before {
	border-radius: 6px;
}
.lck_contact > label {
	font-size: 0;
}
.lck_contact label:before {
	font-size: 18px;
	margin: 0;
}
#tinymce, .cke_editable {
	font-size: 1rem;
}
}


@media only screen and (max-width: 854px) {
.lck_logo .logotext .site-legalnotes label:nth-of-type(1) {
	position: absolute;
	bottom: 70%;
	left: 5vw;
}
.lck_logo .logotext .site-legalnotes label:nth-of-type(2) {
	position: absolute;
	bottom: 70%;
	right: 5vw;
}
}

@media only screen and (max-width: 823px) {
.lck_logo .logotext span:nth-of-type(2) {
	padding: 0.5rem 0;
}
}

@media only screen and (max-width: 600px) {
.lck_logo .logobox img {
	max-width: 80px;
}
.lck_logo .logobox .fa {
	font-size: 5rem;
}
.lck_logo .logobox a span {
	font-size: 3rem;
}
.lck_logo .logotext {
	text-shadow: none;
}
.lck_logo .logotext span:nth-of-type(2) {
	font-size: 1.8rem;
	padding: 0.25rem 0;
}
.lck_search input.text {
	height: 32px;
}
.lck_nav ul {
	/* padding: 1% 0; */ /* Optional */
}
.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 > img {
	display: block;
	margin: 0 auto;
}
.lck_news .dots label {
	font-size: 1rem;
	height: 30px;
	line-height: 30px;
	margin: 6px 4px 0;
	min-width: 40px;
}
.lck_news .slides .fa {
	font-size: 1.6em;
}
.lck_footer .footercopyright {
	font-size: 12px;
}
}

@media only screen and (max-width: 499px) {
h1 {font-size: 1.3rem;}
h2 {font-size: 1.2rem;}
h3 {font-size: 1.1rem;}
h4 {font-size: 1rem;}
h5 {font-size: 0.9rem;}
h6 {font-size: 0.8rem;}

.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_search {
	padding: 0.5rem 0 0;
}
.lck_content_main,
.lck_content_modal [id^='info-'] {
	font-size: 14px;
}
.lck_contact > label {
	padding: 1rem;
}
}

@media only screen and (max-width: 360px) {
h1 {font-size: 1.2rem;}

.lck_logo .logobox {
	min-width: 70px;
}
.lck_logo .logotext span {
	font-size: 14px;
}
.lck_logo .logotext span:nth-of-type(2) {
	font-size: 20px;
}
.lck_logo .logotext span:nth-of-type(3) {
	display: none;
}
}

@media only screen and (max-width: 340px) {
.lck_contact > label {
	padding: 4px 10px;
}
.lck_footer .footercopyright {
	font-size: 10px;
}
}

/* ************************* Responsive Image */
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/* ************************* Responsive Video, iframe */
/* Example, insert in content-page: <div class="responsive-video-wrapper"><div class="responsive-video"><iframe ...></iframe></div></div> */
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 {
	border: 0 none transparent;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

/* ************************* Responsive Table */
.rsptable {
	color: #616161;
	color: var(--highlight-color);
	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;
	color: var(--content-color);
	background-color: #D32F2F;
	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;
}
}

/* ********** CSS-Accordion ********** */
.lck_accordion {
	width: 100%;
}
.lck_accordion > div > a[href^="#acc-"] {
	background-color: #f44336;
	color: #fff;	
	display: block;
	font: normal normal normal 22px/1.2 Oswald, sans-serif;
	margin: 0.5em 0 0;
	padding: 0.5rem 1rem;
	position: relative;
	text-decoration: none;
}
.lck_accordion > div > a[href^="#acc-"]:after {
	content: "\f078";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translate(0,-50%);
}
.lck_accordion [id^="acc-"] {
	background-color: #f0f0f0;
	font-size: 14px;
	line-height: 1.5;
	overflow: hidden;
	padding: 0.5rem 1rem;
	transition: all 0.3s ease-in-out;
}
.lck_accordion [id^="acc-"]:not(:target) {
	max-height: 0;
	opacity: 0;
	padding: 0 1rem;
}
.lck_accordion [id^="acc-"]:target {
	max-height: 300px;
	opacity: 1;
	overflow-y: auto;
	transition: all 0.3s ease-in-out 0.3s;
}

/* Only for Backend Edit-Mode - Show Accordion expanded */
#tinymce .lck_accordion [id^="acc-"]:not(:target),
.cke_editable .lck_accordion [id^="acc-"]:not(:target) {
	max-height: 100%;
	opacity: 1;
	padding: 0.5rem 1rem;
}

/* fluid-responsive font-size from 22px to 14px */
@media only screen and (min-width: 250px) and (max-width: 1024px) {
.lck_accordion > div > a[href^="#acc-"] {
	font-size: calc(0.875rem + ((1vw - 2.5px) * 1.0323));
	line-height: normal;
	min-height: 0vw;
}
}

/* ************************* Login & BACKEND Style ************************* */
/* Login-Page */
body.xh_login {
	background-color: #2a2a2a;
	background-color: var(--main-bg-color);
	background: url(images/bg1.jpg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	color: var(--content-color);
	position: relative;
	text-align: center;
}
body.xh_login div.xh_login {
	background-color: rgba(0, 0, 0, 0.4);
	border: 2px solid #9E9E9E;
	border: 2px solid var(--link-main-color);
	border-radius: 10px;
	font-size: 1.2rem;
	line-height: normal;
	margin: 0;
	padding: 1rem;
	position: absolute;
	left: 50%;
	top: 20%;
	text-align: center;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 80%;
}
@media only screen and (min-width: 801px ) {
body.xh_login div.xh_login {
	width: 40%;
}
}
body.xh_login h1 {
	color: #fafafa;
	margin: 0;
}
body.xh_login h1:before {
	background: url(images/md_login.svg) 40% 50% no-repeat #ff0000;
	background-size: 1em;
	border-radius: 10px;
	content: "";
	margin-right: 1rem;
	padding: 0px 1em;
}
body.xh_login b {
	color: #fafafa;
}
body.xh_login form {
	display: -ms-inline-flexbox; /* FIX for IE11 (1px issue) */
	font-size: 0; /* FIX - Whitespace between inline-block Elements */
	margin: 0;
}
body.xh_login input#passwd,
body.xh_login input[type="text"] {
	background-color: #fafafa;
	border: 0 none transparent;
	box-sizing: border-box;
	height: 26px;
	line-height: 26px;
	margin: 4px;
	padding: 0 4px;
	width: 12rem;
}
body.xh_login input#submit,
body.xh_login input.submit {
	background-color: #D32F2F;
	box-sizing: border-box;
	border: none 0 transparent;
	color: #fff;
	color: var(--content-color);
	cursor: pointer;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin: 4px;
	padding: 0 4px;
	width: 7rem;
}
body.xh_login div.xh_login p:not([class*="xh_"]) {
	color: #fff;
	color: var(--content-color);
	font-size: 1rem;
}
body.xh_login div.xh_login a {
	color: #fff;
	color: var(--content-color);
	display: inline;
	font-weight: bold;
	margin-top: 0.8rem;
	position: relative;
}
body.xh_login form ~ p a:before {
	background: url(images/md_reply.svg) 50% 50% no-repeat #9e9e9e00;
	background-size: 1em;
	content: "";
	padding: 0 0.6em;
}
body.xh_login form ~ p a[href*="forgotten"]:before {
	background: url(images/md_key.svg) 50% 50% no-repeat #9e9e9e00;
	background-size: 1.2em;
	content: "";
	height: 100%;
	padding: 0 0.8em;
	position: absolute;
	left: -1.7em;
	top: 0;
	transform: rotate(-45deg);
}

/* Template Warnings */
.lck_warning-jquery.cmsimplecore_warning {
	left: 50%;
	position: fixed;
	top: 120px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 50%;
	z-index: 998;
}
/* No Javascript enabled */
.xh_warning.no-javascript {
	background-color: #2a2a2a !important;
	background-color: var(--main-bg-color) !important;
	border: 1px solid #FAFAFA;
	color: #FAFAFA;
	font-size: 1rem !important;
	margin: 20px auto 0 !important;
	max-width: 95%;
}
.xh_warning.no-javascript a {
	color: #9E9E9E !important;
	color: var(--link-main-color) !important;
}

/* XH Warnings */
.xh_success, .xh_info, .xh_warning, .xh_fail, .cmsimplecore_warning {
	margin: 0.25em auto;
}

/* These things must stay in the stylesheet.css! */
/* Admin-Menu */
#xh_adminmenu {
	line-height: normal;
}
/* Plugins hi_updatecheck width-Fix for menulevel-3 */
#xh_adminmenu ul ul ul li {
	width: 150px;
}

/* Edit-Mode - Editors body */
#tinymce,
.cke_editable {
	line-height: 1.4;
	margin: 0.5% auto;
	width: 99%;
	width: calc(100% - 10px);
}
/* Contact-Page (Show label) */
#tinymce .lck_contact > label,
.cke_editable .lck_contact > label {
	font-size: 1rem;
}
#tinymce .lck_contact label:before,
.cke_editable .lck_contact label:before {
	margin-right: 10px;
}

@keyframes lck_blinker-3 {
	50% {opacity: 0;}
}

/* Debug-Warnings (Position bottom) */
.xh_debug_warnings {
	animation: lck_blinker-3 1s linear 2; /* (2 = animation-iteration-count) */
	height: 2em;
	overflow-y: visible !important; /* Workaround for fhs_adminmenu */
	position: fixed;
	bottom: 0;
	width: 100%;
	word-break: break-word;
	z-index: 999;
}
.xh_debug_warnings ul {
	padding: 0.5em 0 1em;
	width: 90%;
}
.xh_debug_warnings:before {
	background-color: #9d0000;
	border-radius: 13px;
	color: #fff;
	content: "Debug-Warnings (hover me)";
	font-size: 14px;
	line-height: 1;
	padding: 6px;
	position: absolute;
	left: 50%;
	top: -12px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}
.xh_debug_warnings:hover {
	animation: none;
	height: auto;
}
