@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:Roboto;font-style:normal;font-weight:300;src:url(fonts/roboto/roboto-v16-latin-300.eot);src:local('Roboto Light'),local('Roboto-Light'),url(fonts/roboto/roboto-v16-latin-300.eot?#iefix) format('embedded-opentype'),url(fonts/roboto/roboto-v16-latin-300.woff) format('woff')}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:url(fonts/roboto/roboto-v16-latin-300italic.eot);src:local('Roboto Light Italic'),local('Roboto-LightItalic'),url(fonts/roboto/roboto-v16-latin-300italic.eot?#iefix) format('embedded-opentype'),url(fonts/roboto/roboto-v16-latin-300italic.woff) format('woff')}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(fonts/roboto/roboto-v16-latin-regular.eot);src:local('Roboto'),local('Roboto-Regular'),url(fonts/roboto/roboto-v16-latin-regular.eot?#iefix) format('embedded-opentype'),url(fonts/roboto/roboto-v16-latin-regular.woff) format('woff')}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:url(fonts/roboto/roboto-v16-latin-italic.eot);src:local('Roboto Italic'),local('Roboto-Italic'),url(fonts/roboto/roboto-v16-latin-italic.eot?#iefix) format('embedded-opentype'),url(fonts/roboto/roboto-v16-latin-italic.woff) format('woff')}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(fonts/roboto/roboto-v16-latin-700.eot);src:local('Roboto Bold'),local('Roboto-Bold'),url(fonts/roboto/roboto-v16-latin-700.eot?#iefix) format('embedded-opentype'),url(fonts/roboto/roboto-v16-latin-700.woff) format('woff')}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:url(fonts/roboto/roboto-v16-latin-700italic.eot);src:local('Roboto Bold Italic'),local('Roboto-BoldItalic'),url(fonts/roboto/roboto-v16-latin-700italic.eot?#iefix) format('embedded-opentype'),url(fonts/roboto/roboto-v16-latin-700italic.woff) format('woff')}
/* ************************* Global Styles ************************* */
h1, h2, h3, h4 , h5, h6 {
	clear: both;
	color: #757575;
	font-family: Oswald, sans-serif;
	font-weight: normal;
	margin: 0.8rem 0 0;
	text-align: center;
}
h1 {
	color: #616161;
	font-size: 4rem;
}
h2 {
	font-size: 2.7rem;
}
h3 {
	font-size: 2.4rem;
}
h4 {
	font-size: 2.1rem;
}
h5 {
	font-size: 1.8rem;
}
h6 {
	font-size: 1.5rem;
}

p {
	margin: 0.6em 0;
}
.small, p.small, div.small, span.small {
	font-size: 10px;
}

strong, b {
	color: #616161;
	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: #E0E0E0;
	border: 0px solid #9E9E9E;
	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;
	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: #9E9E9E;
	text-decoration: none;
}
a:visited {
	border: 0;
	color: #9E9E9E;
	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 #757575;
	border-top: 1px solid #757575;
	margin: 2em 1em;
	padding: 1em;
	position: relative;
}
blockquote:before {
	background-color: #fafafa;
	color: #757575;
	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: #757575;
	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: #FAFAFA;
	color: #424242;
	font-family: Roboto, Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: normal;
}
#lck_body {
	background-color: #FAFAFA;
	font-weight: 300;
	overflow-x: hidden;
}
#TOP {
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}

/* ************************* Header (Startpage/Intropage) ************************* */
#lck_head {
	background-color: #2a2a2a;
	background: url(images/bg.jpg) 50% 25% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	display: table;
	height: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	width: 100%;
}
.lck_head {
	background: url(images/lck_bgoverlay_10.png) 50% repeat rgba(0, 0, 0, 0);
	display: table-cell;
	height: 100%;
	position: relative;
	vertical-align: middle;
}
.lck_head_content {
	position: relative;
	margin: -8rem 0 0;
}

/* ************************* Header (Startpage/Intropage) - Logo/Sitename ************************* */
.lck_logo {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	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: transparent; /* Optional, background-color:#D32F2F transparent; */
	border: 0px solid rgba(0,0,0,.5);
	border-radius: 50%;
	display: table-cell;
	font-size: 3rem;
	font-style: italic;
	font-weight: 700;
	height: auto;
	line-height: unset;
	min-width: 150px;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	/* width: 150px; */
	z-index: 800;
}
.lck_logo .logobox a {
	color: #fff;
	display: block;
}
.lck_logo .logobox a span {
	letter-spacing: 3px;
}
.lck_logo .logobox .fa {
	font-size: 4rem;
}
.lck_logo .logobox img {
	margin: 0 1rem;
	max-width: 150px;
}
.lck_logo .logotext {
	color: #FAFAFA;
	display: table-cell;
	font-size: 4.5rem;
	font-weight: 400;
	height: 100px;
	line-height: normal;
	padding-left: 1rem;
	position: relative;
	text-shadow: 1px 4px #000;
	vertical-align: middle;
}
.lck_slogan {
	color: #FAFAFA;
	display: block;
	text-align: center;
}

/* ************************* Head-Navigation (Link1, Link2, Link3, ...) ************************* */
.nb_headnav {
	background-color: transparent;
	font-size: 1rem;
	position: absolute;
	bottom: 10%;
	text-align: center;
	width: 100%;
	z-index: 997;
}
#tinymce > .nb_headnav, /* Only for Editors (Edit-Mode) */
.cke_editable > .nb_headnav {
	background-color: #9E9E9E;
	bottom: 0;
	margin-top: 0;
	position: relative;
}
.nb_headnav ul {
	list-style: none inside none;
	margin: 0;
	padding: 4px;
}
.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 {
	clear: both;
	min-height: 100%; /* Fix for older Browsers */
	position: relative;
	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: 1em;
	padding: 4px 0;
}
.lck_content ul li:before,
#tinymce ul li:before,
.cke_editable ul li:before {
	content: "\f101";
	font: 1em FontAwesome;
	color: #9E9E9E;
	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_main {
	font-size: 1em;
	line-height: 1.4;
	min-height: 100%; /* Fix for older Browsers */
	padding: 0;
	width: 100%;
}
.lck_content_main .onepage_page_inner a,
#xh_linkchecker a,
.lck_content_main table.edit ~ * a,
#tinymce a,
.cke_editable a {
	border-bottom: 1px dotted #9E9E9E;
	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: 12px FontAwesome;
	padding: 0 0.1em 0 0.4em;
	position: relative;
}
.lck_content_main a[href^="mailto:"]:after,
.lck_footer a[href^="mailto:"]:after,
#tinymce a[href^="mailto:"]:after,
.cke_editable a[href^="mailto:"]:after { 
	content: "\f003";
	font: 1em FontAwesome;
	padding: 0 0.1em 0 0.2em;
	position: relative;
}

/* ************************* Horizontal Scrolling (The Magic) ************************* */
.onepage_page {
	min-height: 100%;
	min-height: 100vh;
	width: 100%;
}
.lck_content_main > [id].onepage_page:not(:last-of-type) {
	max-height: 100%; /* Fix for older Browsers 28.01.2019 */
	max-height: 100vh;
	overflow: hidden;
	position: absolute;
	left: -100%;
	top: 0;
	-webkit-transition: left 1s cubic-bezier(0.4, 0, 0.2, 1);
	transition: left 1s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: -10;
}
.lck_content_main > [id].onepage_page:target {
	max-height: 100%;
	overflow: auto;
	position: relative;
	left: 0;
	top: initial;
	-webkit-transition: left 1s cubic-bezier(0.4, 0, 0.2, 1);
	transition: left 1s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 100; /* :) Without z-index, nice effect, sometimes under it, sometimes over it. */
}
.lck_content_main > [id].onepage_page:last-of-type {
	position: relative;
	left: 0;
	left: 0vw;
	top: 0;
	-webkit-transition: left 1s cubic-bezier(0.4, 0, 0.2, 1);
	transition: left 1s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 100;
}
.lck_content_main > [id].onepage_page:target ~ #lck_head {
	max-height: 100vh;
	overflow: hidden;
	position: fixed;
	left: 101%;
	left: 99.8vw; /* Fix for Dolphin Browser */
	top: 0;
	-webkit-transition: left 1s cubic-bezier(0.4, 0, 0.2, 1);
	transition: left 1s cubic-bezier(0.4, 0, 0.2, 1);
	z-index: -10;
}
/* Horizontal Scrolling END */

.onepage_page:before { /* Fix - fixed Menu or Header (:target anchor offset) */
	clear: both;
	content: "";
	display: inline-block;
	height: 50px;
	position: relative;
	visibility: hidden;
}
.onepage_page:last-of-type:before {
	content: none;
}
body.adminview .onepage_page:before {
	height: 80px;
	margin: 0;
}
.onepage_page:nth-child(odd) {
	background-color: #FAFAFA; /* optional */
}
.onepage_page:nth-child(even) {
	background-color: #FAFAFA; /* optional */
}
.onepage_page_inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1170px;
	padding: 2% 2% 4%;
}

/* 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: 9rem;
	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;
	cursor: pointer;
	display: block;
	font-size: 44px;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 999;
}
.lck_scroll-to-top span .fa {
	height: 100%;
	width: 100%;
}

/* ************************* Contact-Page (Tab-Content-Slider) ************************* */
.lck_contact {
	background-color: #D32F2F;
	background: url(images/bg.jpg) 50% 25% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 1rem;
	margin: 0.6em 0 0;
	padding: 40px;
	position: relative;
	z-index: 100;
}
.lck_contact:before {
	background-color: rgba(211, 47, 47, 0.9);
	border-radius: 1rem;
	content: "";
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -10;
}
.lck_contact > input {
	display: none;
}
.lck_contact > label {
	border: 1px solid transparent;
	border-radius: 6px 6px 0 0;
	color: #E0E0E0;
	display: inline-block;
	font-weight: 400;
	margin: 0 0 -1px;
	padding: 15px 25px;
	position: relative;
	text-align: center;
	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 {
	color: #FAFAFA;
	cursor: pointer;
}
.lck_contact > input:checked + label {
	border: 1px solid #FAFAFA;
	border-bottom: 1px solid #ca3434;
	border-top: 2px solid #FAFAFA;
	color: #FAFAFA;
	font-weight: 700;
}
.lck_contact > [id^="contact"] {
	-webkit-animation: lck_fade-in 1s forwards;
	animation: lck_fade-in 1s forwards;
	border-top: 1px solid #FAFAFA;
	color: #FAFAFA;
	display: none;
	padding: 20px 0 0;
}
.lck_contact > [id^="contact"] strong,
.lck_contact > [id^="contact"] b {
	color: #2a2a2a;
	font-weight: 700;
}
.lck_contact > [id^="contact"] a {
	border-bottom: 1px dotted #FAFAFA;
	color: #FAFAFA;
}
.lck_contact > [id^="contact"] a:hover {
	border-bottom: 1px dotted #9E9E9E;
	color: #9E9E9E;
}
.lck_contact > #tab1:checked ~ #contact1,
.lck_contact > #tab2:checked ~ #contact2,
.lck_contact > #tab3:checked ~ #contact3,
.lck_contact > #tab4:checked ~ #contact4 {
	display: block;
}

/* ************************* Newsboxes (Newsbox-Slider) ************************* */
.lck_news {
	border-radius: 6px;
	margin: 0.6em 0 0;
	padding: 0;
	position: relative;
}
.lck_news a {
	color: #FAFAFA;
	font-size: 0.8rem;
}
.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: #D32F2F;
	color: #fff;
}
.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: #D32F2F;
	background: url(images/bg.jpg) 50% 25% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 1rem;
	color: #FAFAFA;
	font-size: .7em;
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
	padding: 1% 0;
	position: relative;
	text-align: center;
	z-index: 100;
}
.lck_news .slides:before {
	background-color: rgba(211, 47, 47, 0.9);
	border-radius: 1rem;
	content: "";
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -10;
}
.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 */
	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: 1% 0.5%;
	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 {
	color: #FAFAFA;
	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: 20px;
	font-weight: 300;
	height: 40px;
	line-height: 40px;
	margin: 6px 6px 0;
	min-width: 50px;
	padding: 0 10px;
	position: relative;
	-webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.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) */
@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;
}

/* Target-Dummy for FooterInfo */
#targetinfotop {
	clear: both;
	display: table;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin-top: -68px;
	opacity: 0;
	position: absolute;
	left: 0;
	visibility: hidden;
	width: 0;
	z-index: -10;
}

/* ************************* Footer - Nav + Info-Pages ************************* */
.lck_footer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.lck_footer .footercontainer {
	overflow-x: hidden;
	width: 100%;
}
.lck_footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.lck_footer li {
	display: inline-block;
}
.lck_footer a,
.lck_footer label {
	color: rgba(255, 255, 255, 0.7);
	display: inline;
	padding: .4rem 0;
	position: relative;
	text-decoration: none;
}
.lck_footer a:hover {
	color: #fff;
}
.lck_footer input[type="radio"] {
	display: none;
}
.lck_footer .footernav {
	background-color: #212121;
	color: #FAFAFA;
	padding: 2% 0;
	position: relative;
	z-index: 1;
}
.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: #757575;
	margin: 0;
}
.lck_footer .footernav label,
.lck_footer .footernav a {
	color: #FAFAFA;
	cursor: pointer;
	display: block;
	font-size: .9rem;
	font-weight: normal;
}
.lck_footer .footernav label:before,
.lck_footer .footernav a:before {
	font: 1.6rem FontAwesome;
	display: block;
	padding-bottom: 0.4rem;
}
.lck_footer .footernav li:nth-of-type(1) label:before {
	content: "\f129";
}
.lck_footer .footernav li:nth-of-type(2) label:before {
	content: "\f023";
}
.lck_footer .footernav li:nth-of-type(3) label:before {
	content: "\f29c";
}
.lck_footer .footernav li.closetarget {
	background-color: transparent;
	border: 0px none transparent;
	height: 100%;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: 0;
	width: 100%;
	z-index: -1;
}
.lck_footer .footernav li.closetarget:hover {
	border: 0px none transparent;
}
.lck_footer .footernav .closetarget label {
	cursor: pointer;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.lck_footer #tab-one:checked ~ .footernav li.closetarget, 
.lck_footer #tab-two:checked ~ .footernav li.closetarget,
.lck_footer #tab-three:checked ~ .footernav li.closetarget {
	background-color: #D32F2F;
	cursor: pointer;
	z-index: 997;
}
.lck_footer #tab-one:checked ~ .footernav li.closetarget:before, 
.lck_footer #tab-two:checked ~ .footernav li.closetarget:before,
.lck_footer #tab-three:checked ~ .footernav li.closetarget:before {
	-webkit-animation: lck_blinker 1s linear 1;
	animation: lck_blinker 1s linear 1; /* (1 = animation-iteration-count) */
	background-color: #D32F2F;
	border: 4px solid #fff;
	border-radius: 50%;
	color: #fff;
	content: "X";
	cursor: pointer;
	font-size: 2rem;
	font-weight: 400;
	line-height: 52px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 52px;
}
.lck_footer .footertarget {
	background-color: #fafafa;
	position: relative;
}
.lck_footer .footertarget [id^='info-'] {
	display: none;
	-webkit-box-sizing: border-box; /* same style as .onepage_page_inner */
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1170px;
	padding: 2% 2% 3%;
	text-align: left;
}
.lck_footer #tab-one:checked ~ .footertarget #info-one,
.lck_footer #tab-two:checked ~ .footertarget #info-two {
	-webkit-animation: lck_fade-in 2s forwards;
	animation: lck_fade-in 2s forwards;
	display: block;
}
.lck_footer .footertarget h1 {
	color: #757575;
}
.lck_footer .footertarget a {
	border-bottom: 1px dotted #9E9E9E;
	color: #9E9E9E;
	padding: 0;
	position: relative;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
.lck_footer .footertarget a:hover {
	color: #424242;
}
.lck_footer .footercopyright {
	background-color: #212121;
	color: rgba(255, 255, 255, 0.7);
	display: none;
	font-size: .8rem;
	margin-top: -1px; /* FIX */
	padding: 2% 0;
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}
.footercopyright li {
	background-color: #212121;
	padding: 0.4em 0;
}
.lck_footer .footercopyright li:nth-child(1) {
	display: block;
	padding: 0;
}
.lck_footer #tab-three:checked ~ #footercopyright {
	-webkit-animation: lck_fade-in 0.5s forwards;
	animation: lck_fade-in 0.5s forwards;
	display: block;
}
@keyframes lck_fade-in {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes lck_blinker {
	0% {opacity: 1;}
	50% {opacity: 0.5;}
	100% {opacity: 1;}
}
@keyframes lck_blinker-2 {
	50% {opacity: 0.5;}
}

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

/* ************************* Media Queries - RESPONSIVE STYLE ************************* */
@media only screen and (max-width: 1280px) {
.onepage_page_inner {
	padding: 2% 4% 4%;
}
.lck_logo .logotext {
	font-size: 4rem;
}
.lck_footer .footertarget [id^='info-'] {
	padding: 3% 4%;
}
}
	
@media only screen and (max-width: 1023px) {
.lck_logo .logotext {
	font-size: 3rem;
}
}

@media only screen and (max-width: 959px) {
h1, h2, h3, h4, h5, h6 {
	color: #616161;
	font-weight: normal;
	line-height: 1.2;
}
h1 {color: #424242; 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.jpg) 50% 0% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.lck_head {
	/* background: none; */ /* Optional (overlay image) */
}
.lck_head_content {
	margin: -3rem 0 0;
}
.lck_logo .logobox {
	font-size: 20px;
	height: auto;
	min-width: 100px;
}
.lck_logo .logobox .fa {
	font-size: 2.5rem;
}
.lck_logo .logobox img {
	margin: 0 1rem;
	max-width: 68px;
}
.lck_logo .logotext {
	font-size: 2rem;
	line-height: normal;
	height: 50px;
	padding-left: 0.4rem;
}
.lck_content {
	word-wrap: break-word;
}
.lck_content_main,
.lck_footer .footertarget {
	font-size: .8em;
}
.lck_contact,
.lck_contact:before {
	border-radius: 6px;
}
.lck_contact > label {
	font-size: 0;
}
.lck_contact label:before {
	font-size: 18px;
	margin: 0;
}
.lck_footer #tab-one:checked ~ .footernav li.closetarget:before,
.lck_footer #tab-two:checked ~ .footernav li.closetarget:before,
.lck_footer #tab-three:checked ~ .footernav li.closetarget:before {
	border: 3px solid #fff;
	font-size: 1.6rem;
	line-height: 36px;
	width: 36px;
}
.lck_scroll-to-top {
	height: 42px;
	width: 42px;
}
.lck_scroll-to-top.visible {
	right: 10px;
}
.lck_scroll-to-top span {
	font-size: 2rem;
}
#tinymce, .cke_editable {
	font-size: 1rem;
}
}

@media only screen and (max-device-width: 959px) and (orientation: portrait) {
	#lck_head {
	background: url(images/bg.jpg) 65% 0% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
}

@media only screen and (max-width: 600px) {
.lck_logo .logotext {
	font-size: 1.5rem;
}
.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: 3rem;
}
}

@media only screen and (max-width: 499px) {
h1 {font-size: 1.9rem;}
h2 {font-size: 1.7rem;}
h3 {font-size: 1.5rem;}
h4 {font-size: 1.3rem;}
h5 {font-size: 1.1rem;}
h6 {font-size: 0.9rem;}

.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;
}
.nb_headnav {
	font-size: 14px;
}
.lck_content_main,
.lck_footer .footertarget {
	font-size: 0.8em;
}
.lck_logo .logotext {
	font-size: 1.2rem;
}
.lck_contact > label {
	padding: 1rem;
}
.lck_footer .footernav li {
	width: 50px;
}
.lck_footer .footernav li:hover {
	border: 1px solid transparent;
}
.lck_footer .footernav a:before {
	padding-bottom: 0;
}
.lck_footer .footernav span {
	display: none;
}
}

@media only screen and (max-width: 360px) {
.lck_footer .footercopyright a {
	padding: 0.1rem 0;
}
}

@media only screen and (max-width: 340px) {
.lck_contact > label {
	padding: 4px 10px;
}
.lck_footer .footercopyright {
	font-size: 0.7rem;
}
}

/* ************************* 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;
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: #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;
}
}

/* ************************* BACKEND Style ************************* */
/* Login-Page */
body.xh_login {
	background-color: #2a2a2a;
	background: url(images/bg.jpg) 50% 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	position: relative;
	text-align: center;
}
body.xh_login:before {
	background: url(images/lck_bgoverlay_1.png) 50% repeat;
	content: "";
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
}
body.xh_login div.xh_login {
	background-color: rgba(0, 0, 0, 0.4);
	border: 2px solid #9E9E9E;
	border-radius: 10px;
	font-size: 1.2rem;
	margin: 0;
	min-width: 300px;
	padding: 1rem;
	position: absolute;
	left: 50%;
	top: 20%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, 0);
	width: 40%;
	width: 40vw;
}
body.xh_login h1 {
	color: #fafafa;
	margin: 0;
}
body.xh_login h1:before {
	background-color: #d32f2f;
	border-radius: 50%;
	color: #fff;
	content: "\f023";
	font: 1em FontAwesome;
	margin-right: 1rem;
	padding: 6px 30px;
}
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;
	cursor: pointer;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin: 4px;
	padding: 0 4px;
	width: 7rem;
}
body.xh_login div.xh_login a {
	color: #fff;
	display: inline;
	font-weight: bold;
	margin-top: 0.8rem;
}
body.xh_login form ~ p a:before {
	content: "\f060";
	font-family: FontAwesome;
	margin-right: 0.5em;
}
body.xh_login form ~ p a[href*="forgotten"]:before {
	content: "\f084";
	font-family: FontAwesome;
	margin-right: 0.5em;
}

/* Template Warnings */
.lck_warning-jquery.cmsimplecore_warning,
.lck_warning-onepage.cmsimplecore_warning {
	left: 50%;
	position: fixed;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 60%;
	z-index: 998;
}
.lck_warning-jquery.cmsimplecore_warning {
	top: 120px;
}
.lck_warning-onepage.cmsimplecore_warning {
	top: 180px;
}

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

/* Navigation Panel */
#xh_adminmenu_fixed ~ .lck_nav {
	top: 39px !important;
}
html[style^="margin-top: 5"] #xh_adminmenu_fixed ~ .lck_nav,
html[style^="margin-top: 6"] #xh_adminmenu_fixed ~ .lck_nav {
	top: 61px !important;
}
html[style^="margin-top: 7"] #xh_adminmenu_fixed ~ .lck_nav {
	top: 77px !important;
}
html[style^="margin-top: 9"] #xh_adminmenu_fixed ~ .lck_nav {
	top: 99px !important;
}

/* TOP anchor - FIX (scroll really to the top) */
body.adminview #TOP,
body.adminedit #TOP {
	position: absolute;
	top: 0;
}

/* Edit-Mode - Editors body (!must be stored in stylesheet.css, otherwise it is ignored) */
#tinymce, .cke_editable {
	line-height: 1.4;
	margin: 0.5% auto;
	width: 99%;
}
/* ************************* Template by lck 01/2019 ************************* */