@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: #2b455c;
	text-decoration: none;
}
a:visited {
	border: 0;
	color: #2b455c;
	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 ************************* */
#lck_head {
	background-color: #2a2a2a;
	background: url(images/bg.jpg) 50% 0 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_1.png) 50% repeat rgba(0, 0, 0, 0);
	display: table-cell;
	height: 100%;
	position: relative;
	vertical-align: middle;
}
.lck_head_content {
	position: relative;
	margin: 0;
}

/* ************************* Header - Logo/Sitename ************************* */
.lck_logo {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100px;
	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 {
	-webkit-animation: movebox 2s;
	animation: movebox 2s;
	/* background-color: #738FA5; */
	/* border: 0px solid rgba(0,0,0,.5); */
	border-radius: 10px;
	font-size: 26px;
	font-style: italic;
	font-weight: 700;
	height: 100px;
	line-height: 100px;
	position: absolute;
	left: 0;
	text-align: center;
	width: 100px;
	z-index: 800;
}
.lck_logo .logobox,
.lck_logo .logobox a {
	color: #fff;
	display: block;
}
.lck_logo .logobox:after {
	-webkit-animation: expandlogo 2s;
	animation: expandlogo 2s;
	background-color: #fff;
	content: "";
	display: block;
	height: 90%;
	margin: auto;
	position: absolute;
	bottom: 0;
	right: -20px;
	top: 0;
	width: 1px;
}
.lck_logo .logotext {
	-webkit-animation: fadetext 2s;
	animation: fadetext 2.2s;
	color: #EEEEEE;
	display: table-cell;
	font-size: 4.5rem;
	font-weight: 400;
	height: 100px;
	line-height: 100px;
	padding-left: 140px;
	position: relative;
	text-shadow: 1px 4px #000;
	vertical-align: middle;
}
.lck_logotext-mobil {
	display: none;
}
@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;}
	70% {opacity: 0; padding-left: 100px;}
	100% {opacity: 1; padding-left: 140px;}
}
@keyframes fadetext2 {
	0% {opacity: 0;}
	65% {opacity: 0;}
	100% {opacity: 1;}
}
.lck_slogan {
	-webkit-animation: fadetext2 2.5s;
	animation: fadetext2 2.5s;
	color: #E0E0E0;
	display: block;
	text-align: center;
}

/* ------------------------ Languagemenu, slidedown with jQuery ----------------------------- */
.lck_langmenu {
	margin: 3rem 0 0;
	padding: 0;
	position: relative;
	bottom: initial;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	width: 100%;
	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 > span {
	display:inline-block;
	vertical-align: middle;
}
.languageselect > span + span {
	display: inline-block;
	font-size: 1.4rem;
	padding-left: .5rem;
}
.languagemenu {
	background-color: #212121;
	border: 1px solid #9E9E9E;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none; /* for jQuery hover function script */
	line-height: normal;
	margin: 0;
	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%;
}

/* ************************* Down-Arrow ************************* */
.lck_downarrow {
	-webkit-animation: bouncey 1.6s linear infinite;
	animation: bouncey 1.6s linear infinite;
	display: block;
	font-size: 3rem;
	margin: 5rem 0 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.lck_downarrow a .fa {
	background-color: #738FA5;
	border-radius: 6px;
	color: #fff;
	padding: 0;
	position: relative;
	width: 3rem;
	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: transparent;
	font-size: 1rem;
	margin-top: -75px;
	position: absolute;
	text-align: center;
	width: 100%;
}
#tinymce > .nb_headnav, /* Only for Editors (Edit-Mode) */
.cke_editable > .nb_headnav {
	background-color: #9E9E9E;
	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;
	width: 100%;
}
.lck_content ul,
.footertarget ul,
#tinymce ul,
.cke_editable ul {
	list-style: none inside none;
	margin: 0 0 1rem;
	padding: 0;
}
.lck_content ul li,
.footertarget 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,
.footertarget 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,
.footertarget 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,
.footertarget 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,
.footertarget ol,
#tinymce ol,
.cke_editable ol {
	list-style-type: decimal;
	margin-left: 1em;
	padding: 0;
}
.lck_content ol ol,
.footertarget ol ol,
#tinymce ol ol,
.cke_editable ol ol {
	list-style-type: upper-alpha;
}
.lck_content ol ol ol,
.footertarget ol ol ol,
#tinymce ol ol ol,
.cke_editable ol ol ol {
	list-style-type: lower-alpha;
}
.lck_content ol li,
.footertarget ol li,
#tinymce ol li,
.cke_editable ol li {
	display: list-item;
	padding: 6px 0;
}
.lck_content_main {
	font-size: 1em;
	line-height: 1.4;
	padding: 0 0 3%;
}
.lck_content_main a {
	position: relative;
	text-decoration: none;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
/* 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;
}
.onepage_page {
	width: 100%;
}
.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: 1% 2%;
}
/* OnePage Scroll-to-top Button */
#onepage_toplink {
	background-color: rgba(66, 66, 66, 0.8);
	border-radius: 10px;
	color: #FAFAFA;
	height: 60px;
	line-height: 60px;
	margin: 0;
	padding: 0;
	position: fixed;
	bottom: initial;
	right: 2%;
	text-align: center;
	width: 60px;
	z-index: 999;
}
#onepage_toplink img {
	display: none;
}
#onepage_toplink[class="onepage_hide"] {
	opacity: 0;
	overflow: hidden;
	bottom: -2%;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
	visibility: hidden;
}
#onepage_toplink[class="onepage_show"] {
	bottom: 10%;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	visibility: visible;
}
#onepage_toplink:before {
	color: #fff;
	content: "\f077";
	font: normal normal normal 1.2em/1 FontAwesome;
	position: relative;
}
#onepage_toplink:hover {
	background-color: #424242;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

/* ************************* Newsboxes (Newsbox-Slider) ************************* */
.lck_news {
	background-color: #424242;
	background: url(images/bg.jpg) 50% 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin: 0;
	padding: 5% 1%;
	position: relative;
}
.lck_news:before {
	content: "";
	background: url(images/lck_bgoverlay_1.png) rgba(0, 0, 0, 0);
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
}
.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) {
	background-color: #212121;
	color: #BDBDBD;
}
.lck_news #button2:checked ~ .slides .slides-wrap {
	-webkit-transform: translateX(-25%);
	transform: translateX(-25%);
}
.lck_news #button2:checked ~ .dots label:nth-child(2) {
	background-color: #212121;
	color: #BDBDBD;
}
.lck_news #button3:checked ~ .slides .slides-wrap {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.lck_news #button3:checked ~ .dots label:nth-child(3) {
	background-color: #212121;
	color: #BDBDBD;
}
.lck_news #button4:checked ~ .slides .slides-wrap {
	-webkit-transform: translateX(-75%);
	transform: translateX(-75%);
}
.lck_news #button4:checked ~ .dots label:nth-child(4) {
	background-color: #212121;
	color: #BDBDBD;
}
.lck_news .slides {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 1rem;
	color: #FAFAFA;
	font-size: .7em;
	margin: 0 auto;
	max-width: 600px;
	overflow: hidden;
	padding: 1% 0;
	position: relative;
	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 {
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 0 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, .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: #fafafa;
	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;
	padding: 0 10px;
	position: relative;
	transition: all .1s ease-out;
	min-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) */
@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 {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
.lck_footer .footercontainer {
	overflow-x: hidden;
	width: 100%;
}
.lck_footer ul.footerinfo,
.lck_footer ul.footernav {
	list-style: none;
	margin: 0;
}
.lck_footer li {
	display: inline-block;
}
.lck_footer a {
	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 .footerinfo {
	background-color: #FAFAFA;
	color: #757575;
	font-size: 1rem;
	padding: 5% 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: #9E9E9E;
	font-size: 5rem;
}
.lck_footer .footerinfo a {
	color: #757575;
	font-size: .8rem;
	font-weight: normal;
}
.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 a {
	color: #FAFAFA;
	display: block;
	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-of-type(1) a:before {
	content: "\f29c";
}
.lck_footer .footernav li.closetarget {
	background-color: #212121;
	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 a {
	cursor: default;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.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: 60px 2% 3%;
	text-align: left;
}
.lck_footer .footertarget [id^='info-']:target {
	-webkit-animation: lck_fade-in 1s forwards;
	animation: lck_fade-in 1s forwards;
	display: block;
}
.lck_footer .footertarget h1 {
	color: #757575;
}
.lck_footer .footertarget a {
	color: #cd853f;
	padding: 0;
	position: relative;
}
.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 #footercopyright:target {
	-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;}
}

/* ************************* 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: #F44336;
	font-size: initial;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
}

/* ************************* Media Queries - RESPONSIVE STYLE ************************* */
@media only screen and (max-width: 1023px) {
.lck_logo .logotext {
	font-size: 3rem;
}
}

@media only screen and (min-width: 801px) {
/* Fix - fixed Menu or Header (:target anchor offset) */
.onepage_page:before {
	clear: both;
	content: "";
	display: inline-block;
	height: 50px;
	position: relative;
	visibility: hidden;
}
body.adminview .onepage_page:before {
	height: 80px;
	margin: 0;
}
}

@media only screen and (max-width: 800px), screen and (min-device-width: 801px) and (max-device-height: 767px) and (orientation: landscape) {
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_mobil.jpg) 50% no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	height: 160px;
	min-height: 160px;
}
.lck_head {
	vertical-align: baseline;
}
.lck_head_content {
	margin: 0;
}
.lck_logo {
	position: absolute;
	left: 3%;
	top: 70px;
	width: auto;
}
.lck_logo .logobox {
	animation: none;
	/* background-color: #616161; */
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	width: 50px;
}
.lck_logo .logobox:after {
	content: none;
}
.lck_logo .logotext {
	display: none;
}
.lck_logotext-mobil {
	color: #FAFAFA;
	display: block;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 1px;
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}
.lck_slogan {
	display: none;
}
.lck_langmenu {
	margin: 0;
	opacity: 1 !important;
	position: absolute;
	top: 50px;
	width: auto;
}
.languageselect > span {
	font-size: 2em;
}
.languageselect > span + span {
	display: none;
}
.lck_downarrow {
	display: none !important;
}
.nb_headnav {
	background-color: #424242;
	margin-top: 0;
	position: relative;
}
.lck_content {
	word-wrap: break-word;
}
.lck_content_main,
.lck_footer .footertarget {
	font-size: .8em;
}
.lck_content_main > .onepage_page:first-child h1 {
	margin-top: 0;
}
.lck_news {
	-webkit-background-size: auto auto;
	background-size: auto auto;
}
.lck_news .slides {
	background-color: transparent;
}
.lck_footer .footertarget [id^='info-'] {
	padding: 3% 2%;
}
#onepage_toplink {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
}

@media only screen and (max-width: 600px) {
.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,
.lck_footer .footerinfo .fa {
	font-size: 2rem;
}
.lck_footer .footerinfo li {
	width: 100%;
}
}

@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;
}
.lck_langmenu {
	top: 60px;
}
.languagemenu {
	margin-left: -2.5rem;
}
.languageselect {
	line-height: 50px;
	width: 50px;	
}
.lck_logotext-mobil {
	bottom: 16px;
	font-size: 1rem;
}
.nb_headnav {
	font-size: 14px;
}
.lck_content_main,
.lck_footer .footertarget {
	font-size: 0.7em;
}
.lck_footer .footerinfo {
	font-size: 14px;
	padding: 3% 0 1%;
}
.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_footer .footercopyright {
	font-size: 0.7rem;
}
}

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

/* ************************* 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: #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/bg.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(0, 0, 0, 0.4);
	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 {
	color: #fafafa;
	margin: 0;
}
body.xh_login b {
	color: #fafafa;
}
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 > h1,
body.xh_login > h1 ~ * {
	position: relative;
	top: 38%;
}

/* Template-Menu (Admin-Menu + Debug-Mode) */
#xh_adminmenu_fixed ~ #lck_head .lck_nav {
	padding-top: 39px !important;
}
html[style^="margin-top: 5"] #xh_adminmenu_fixed ~ #lck_head .lck_nav,
html[style^="margin-top: 6"] #xh_adminmenu_fixed ~ #lck_head .lck_nav {
	padding-top: 61px !important;
}

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

/* Optional - Debug-Warnings Position */
.xh_debug_warnings {
	animation: lck_blinker 1s linear 2; /* (2 = animation-iteration-count) */
	height: 50px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 997;
}
.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;
	min-height: 100px;
}
@keyframes lck_blinker {
	50% {opacity: 0;}
}

/* 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;
}
.adminview .lck_content script ~ ul li, /* Not the best solution :( */
.adminedit .lck_content script ~ ul li {
	padding: 0;
}
.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 */
#tinymce, .cke_editable {
	line-height: 1.4;
	margin: 0.5% auto;
	width: 99%;
}
/* ************************* Template by lck 03/2018 ************************* */