@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 ************************* */
h1, h2, h3, h4 , h5, h6 {
	clear: both;
	color: rgba(219,112,147,1);
	font-family: Oswald, sans-serif;
	font-weight: normal;
	margin: 0.8rem 0 0;
}
h1 {
	color: rgba(219,112,147,1);
	font-size: 2.2rem;
	margin: 0;
	text-transform: uppercase;
}
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;
}
.small, p.small, div.small, span.small {
	font-size: 10px;
}
strong, b {
	color: rgba(219,112,147,1);
	font-weight: bolder;
}
hr {
	background-color: rgba(219,112,147,1);
	border: 0;
	border-bottom: 1px dashed #CCC;
	margin: 5px 0 3px 0;
}
.important, p.important, div.important {
	background-color: #E0E0E0;
	border: 0 solid #9E9E9E;
	color: rgba(0,0,0,0.6);
	border-radius: 6px;
	clear: both;
	margin: 1em 0;
	padding: 1em 2em;
}
.warning, p.warning, div.warning {
	background-color: rgba(219,112,147,1);
	border: 2px solid #f1f1f1;
	border-radius: 6px;
	clear: both;
	color: rgba(0,0,0,0.96);
	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: #ffffff;
	text-decoration: none;
}
a:hover {
	border: 0;
	color: #ffffff;
	text-decoration: none;
}
a:active {
	border: 0;
	color: #ffffff;
	text-decoration: none;
}
blockquote {
	background-color: transparent;
	border-bottom: 1px solid rgba(219,112,147,1);
	border-top: 1px solid rgba(219,112,147,1);
	margin: 2em 1em;
	padding: 1em;
	position: relative;
}
blockquote:before {
	background-color: rgba(219,112,147,1);
	color: #fafafa;
	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: rgba(219,112,147,1);
	color: #fafafa;
	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(255,255,255,0.96);
	color: rgba(0,0,0,0.96);
	font: 0.9em/normal Consolas, monospace;
	margin: 0;
	padding: 0.15em;
	letter-spacing: .05em;
}
.code, p.code, div.code {
	background-color: rgba(255,255,255,0.96);
	color: rgba(0,0,0,0.96);
	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 ... (Webkit-Browsers) */
::-webkit-scrollbar {
	height: 20px;
	width: 18px;
}
::-webkit-scrollbar-thumb {
	background-color: #757575;
	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 {
	font-size: 16px;
	height: 100%;
	min-height: 100%;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	background-color: rgba(0,0,0,0.96);
	color: #e1e1e1;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: normal;
}
#lck_body {
	background-color: #2a2a2a;
	background: url(images/bg.jpg) 50% 50% no-repeat fixed #2a2a2a;
	-webkit-background-size: cover;
	background-size: cover;
	font-weight: 400;
	overflow-x: hidden;
	overflow-y: scroll;
}
#TOP {
	font-size: 0px;
	height: 0px;
	line-height: 0px;
}
/* ************************* Header (Startpage/Intropage) ************************* */
#lck_head {
	background-color: transparent;
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
}
.lck_head {
	display: table-cell;
	height: 100%;
	position: relative;
	vertical-align: middle;
}
.lck_head_content {
	font-family: Oswald, sans-serif;
	position: relative;
	margin: 0;
}
/* ************************* Header - Logo/Sitename ************************* */
.lck_logo {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 3% auto 4%;
	max-width: 768px;
	padding: 0;
	position: relative;
	z-index: 800;
}
.lck_logo * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.logocontent {
	display: table;
	margin: 0 auto;
	position: relative;
	width: 100%;
}
.lck_logo .logobox {
	background-color: transparent;
	border: 0px solid rgba(0,0,0,.5);
	border-radius: 10px;
	box-shadow: -1px -1px 1px 0px #fff;
	display: table-cell;
	height: auto;
	line-height: unset;
	min-width: 100px;
	padding: 0.5rem;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 25%;
}
.lck_logo .logobox a {
	color: #fff;
	display: 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 {
	margin: 0;
	width: 100%;
/* Fix for IE11 */
}
.lck_logo .logotext {
	color: #FAFAFA;
	display: table-cell;
	font-weight: 400;
	line-height: normal;
	padding: 0;
	position: relative;
	text-align: right;
	text-shadow: 1px 4px #424242;
	width: auto;
}
.lck_logo .logotextlegal {
	color: #FAFAFA;
	display: table-cell;
	font-weight: 400;
	line-height: normal;
	padding: 0;
	position: relative;
	text-align: center;
	text-shadow: 1px 4px #424242;
	width: auto;
}
.lck_logo .logotext span {
	display: block;
	font-size: 1rem;
}
.lck_logo .logotextlegal 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;
}
/* legalnotice + privacy special */
.lck_logo .logotextlegal span label {
	cursor: pointer;
}
.lck_logo .logotextlegal span label:after {
	content: "\f0f6";
	font: 14px FontAwesome;
	padding: 0 0.1em 0 0.4em;
	position: relative;
}
.lck_logo .logotextlegal span label:nth-of-type(1) {
	margin-left: 0.8em;
    margin-right: 1em
}
/* Sitename */
.lck_logo .logotext span:nth-of-type(2) {
	font-size: 3rem;
	line-height: 1;
	padding: 1rem 0;
}
/* ************************* Content ************************* */
#lck_wrapper {
	margin: 0;
	min-height: 90%;
	min-height: 90vh;
	padding: 0;
	position: relative;
	width: 100%;
}
.lck_content {
	clear: both;
	position: relative;
	width: 100%;
}
.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;
	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;
}
.lck_content_main {
	box-sizing: border-box;
	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, .lck_content_modal a[target="_blank"]:after,
#tinymce a[target="_blank"]:after, .cke_editable a[target="_blank"]:after {
	content: "\f08e";
	font: 9px FontAwesome;
	padding: 0 0.1em 0 0.4em;
	position: relative;
}
.lck_content_main a[href^="mailto:"]:after, .lck_footer a[href^="mailto:"]:after, .lck_content_modal 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_inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 768px;
	padding: 0;
	position: relative;
}
.onepage_page input.lck_acc-toggle {
	-moz-appearance: none;
/* Fix for Firefox */
	-webkit-appearance: none;
/* Fix for Webkit-Browsers */
	cursor: pointer;
	height: 65px;
	margin: 0;
	opacity: 0;
/* Fix me - with "0" no visuell keybord accessibility */
	padding: 0;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
}
.onepage_page input.lck_acc-toggle ~ h1:first-of-type {
	font-size: 35px;
}
.onepage_page input.lck_acc-toggle ~ h1:first-of-type, .onepage_page input.lck_acc-toggle ~ h2:first-of-type, .onepage_page input.lck_acc-toggle ~ h3:first-of-type, .onepage_page input.lck_acc-toggle ~ h4:first-of-type, .onepage_page input.lck_acc-toggle ~ h5:first-of-type, .onepage_page input.lck_acc-toggle ~ h6:first-of-type {
	border-bottom: 1px dotted #9e9e9e;
	background-color: transparent;
	color: rgba(219,112,147,1);
	text-shadow: rgba(0,0,0,0.8) 2px 2px 2px, rgba(0,0,0,0.4) -2px 2px 2px, rgba(0,0,0,0.4) -2px -2px 2px, rgba(0,0,0,0.4) 2px -2px 2px;
	padding: 8px 20px;
}
.onepage_page input.lck_acc-toggle:checked ~ h1:first-of-type, .onepage_page input.lck_acc-toggle:checked ~ h2:first-of-type, .onepage_page input.lck_acc-toggle:checked ~ h3:first-of-type, .onepage_page input.lck_acc-toggle:checked ~ h4:first-of-type, .onepage_page input.lck_acc-toggle:checked ~ h5:first-of-type, .onepage_page input.lck_acc-toggle:checked ~ h6:first-of-type {
	background-color: transparent;
	color: #fafafa;
	text-shadow: rgba(0,0,0,0.5) 1px 1px 1px, rgba(0,0,0,0.2) -1px 1px 1px, rgba(0,0,0,0.2) -1px -1px 1px, rgba(0,0,0,0.2) 1px -1px 1px;
}
/* Toggle-Icon */
.onepage_page .lck_acc-toggle-icon {
	position: absolute;
	right: 20px;
	top: 28px;
}
.onepage_page .lck_acc-toggle-icon:before, .onepage_page .lck_acc-toggle-icon:after {
	background-color: #fafafa;
	content: "";
	height: 9px;
	position: absolute;
	transition: all 0.25s ease-in-out;
	width: 3px;
}
.onepage_page .lck_acc-toggle-icon:before {
	-webkit-transform: translate(-2px,0) rotate(45deg);
	transform: translate(-2px,0) rotate(45deg);
}
.onepage_page .lck_acc-toggle-icon:after {
	-webkit-transform: translate(2px,0) rotate(-45deg);
	transform: translate(2px,0) rotate(-45deg);
}
.onepage_page input.lck_acc-toggle:checked ~ i:before {
	-webkit-transform: translate(2px,0) rotate(45deg);
	transform: translate(2px,0) rotate(45deg);
}
.onepage_page input.lck_acc-toggle:checked ~ i:after {
	-webkit-transform: translate(-2px,0) rotate(-45deg);
	transform: translate(-2px,0) rotate(-45deg);
}
/* Content-Accordion - The Magic:)*/
.onepage_page input.lck_acc-toggle:checked ~ .page-content {
	box-sizing: border-box;
	margin: 0;
	max-height: 0;
	max-width: inherit;
	opacity: 0;
	padding: 0;
	position: fixed;
	-webkit-transform: translate(0,100px);
	transform: translate(0,100px);
	visibility: hidden;
}
.onepage_page input.lck_acc-toggle ~ .page-content {
	background-color: rgba(0,0,0,0.96);
	font-size: 1rem;
	padding: 2% 20px 4%;
	position: relative;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	transition: transform 0.5s ease;
}
/* Sidebar Accordion-Controls */
.lck_acc-controls {
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	right: 30px;
	top: 50%;
	z-index: 995;
}
.lck_acc-controls ul {
	list-style: none inside none;
	margin: 0;
	padding: 0
}
.lck_acc-controls li:nth-of-type(2) {
	padding: 20px 0;
}
/* Buttons */
.lck_acc-controls div {
	background-color: rgba(198,40,40,0);
	border-radius: 50%;
	cursor: pointer;
	display: block;
	font-weight: bold;
	height: 60px;
	position: relative;
	text-align: center;
	width: 60px;
	z-index: 998;
}
.lck_acc-controls li:nth-of-type(2) div:before, .lck_acc-controls li:nth-of-type(2) div:after {
	background-color: #9e9e9e;
	content: "";
	cursor: default;
	display: block;
	height: 50%;
	position: absolute;
	left: 50%;
	width: 2px;
}
.lck_acc-controls li:nth-of-type(2) div:before {
	-webkit-transform: translate(-50%,-25px);
	transform: translate(-50%,-25px);
}
.lck_acc-controls li:nth-of-type(2) div:after {
	-webkit-transform: translate(-50%,-5px);
	transform: translate(-50%,-5px);
}
.lck_acc-controls span, .lck_acc-controls span a {
	color: #fff;
	cursor: pointer;
	display: table;
	font-size: 40px;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 999;
}
.lck_acc-controls span:hover, .lck_acc-controls span a:hover {
	color: rgba(219,112,147,1);
}
.lck_acc-controls span .fa {
	display: table-cell;
	height: 100%;
	-webkit-transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	vertical-align: middle;
	width: 100%;
}
/* Select/Unselect all Accordion checkboxes */
.lck_acc-controls span input#select_all {
	cursor: pointer;
	height: 100%;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}
.lck_acc-controls span input#select_all ~ i {
	font: normal normal 300 14px/1.2 Oswald, sans-serif;
}
.lck_acc-controls span input#select_all ~ i:first-of-type, .lck_acc-controls span input#select_all:checked ~ i + i {
	display: none;
}
.lck_acc-controls span input#select_all:checked ~ i:first-of-type {
	display: table-cell;
}
/* ************************* Contact-Page (Tab-Content-Slider) ************************* */
.lck_contact {
	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: left;
	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: "\f153";
}
.lck_contact > label:hover {
	cursor: pointer;
}
.lck_contact > input:checked + label {
	border-bottom: 1px solid #CCC;
	font-weight: 700;
}
.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: rgba(219,112,147,1);
	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: transparent;
	font-size: 1rem;
	margin: 0 auto;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-align: left;
	z-index: 100;
}
.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: 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: 20px;
	font-weight: 400;
	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: 1px solid rgba(219,112,147,1);
	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: transparent;
	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: rgba(0,0,0,0.96);
	border: 0.25em solid #ffffff;
	-webkit-box-sizing: border-box;
/* same style as .onepage_page_inner */
	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) scale(0.75);
	transform: translate(-50%,-30%) scale(0.75);
	transition: all 0.1s ease-in-out;
	visibility: hidden;
	width: 92%;
	z-index: -10;
}
.lck_content_modal [id^='info-'] span.modal-close {
	background-color: rgba(255,255,255,0.96);
	display: table;
	height: 50px;
	position: absolute;
	top: 12px;
	right: 10px;
	width: 50px;
}
.lck_content_modal [id^='info-'] span.modal-close label {
	color: rgba(0,0,0,0.96);
	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;
	-webkit-transform: translate(-50%,0) scale(0.75);
	transform: translate(-50%,0) scale(1);
	transition: all 0.2s ease-in-out;
	visibility: visible;
	z-index: 999;
}
.lck_content_modal h1 {
	color: rgba(219,112,147,1);
}
.lck_content_modal 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_content_modal a:hover {
	color: #ffffff;
}
/* ************************* Footer ************************* */
.lck_footer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 100%;
}
.lck_footer a {
	color: #FAFAFA;
	display: inline-block;
	text-decoration: none;
}
.lck_footer a:hover {
	color: #FAFAFA;
}
.lck_footer span a img {
	margin: 4px;
}
.lck_footer .footercopyright {
	color: #FAFAFA;
	font-family: Oswald, sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	padding: 1em;
}
/* ************************* CMSimple_XH Mailform - xh_captcha_input + xh_captcha_code-Button ************************* */
.xh_mailform div {
	margin-top: 1em;
}
.xh_mailform input.text {
	max-width: 25em;
	font: inherit;
    height: 1.6em;
    font-size: 0.8em;
}
.xh_captcha_input {
	height: 24px;
	font: inherit;
    font-size: 0.8em;
}
#xh_mailform .text,
.xh_mailform label {
	font-size: 0.8em;
	font-weight: bolder;
}
#xh_mailform .text,
.xh_mailform textarea {
	font: inherit;
	font-size: 0.8em;
	color: rgba(0,0,0,1);
	box-sizing: border-box;
}
.xh_captcha_code {
	background-color: #F44336;
    color: #ffffff;
	font-size: 1rem;
	height: 30px;
	line-height: 30px;
	padding: 4px 10px;
}
/* ************************* Sitemap ************************* */
#sitemaplevel0 {
	text-align: center;
	color: #fafafa;
	text-shadow: 1px 1px rgba(0,0,0,1);
}
ul[class="sitemaplevel1"] {
	font-size: .9em;
	font-weight: bolder;
	list-style: none;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	width: 800px;
}
ul[class="sitemaplevel1"] > li {
	border: 2px solid rgba(255,255,255,0.5);
	border-radius: 6px;
	margin: 0 0 1em 0;
	padding: 0;
}
ul[class="sitemaplevel1"] li:before {
	content: none !important;
}
ul[class="sitemaplevel1"] > li:hover {
	/* border: 2px solid rgba(255,255,255,1);
*/
/* Optional */
}
ul[class="sitemaplevel1"] > li > a:link, ul[class="sitemaplevel1"] > li > a:visited {
	background-color: rgba(219,112,147,0.05);
	color: rgba(255,255,255,0.85);
	border-radius: 5px 5px 0 0;
	display: block;
	font-weight: normal;
	padding: 0.45em 0.9em;
	text-decoration: none;
}
ul[class="sitemaplevel1"] > li:hover > a:link, ul[class="sitemaplevel1"] > li:hover > a:visited {
	background-color: rgba(219,112,147,0.5);
}
ul[class="sitemaplevel1"] ul {
	line-height: 1;
	list-style: none;
	margin: 1em 0 1em 0;
	padding: 0;
}
ul[class="sitemaplevel1"] ul li {
	padding: 0;
	line-height: 1.5;
	margin: 0 0 0.5em 0;
}
ul[class="sitemaplevel1"] ul ul {
	margin: 0 0 0 0.5em;
}
ul[class="sitemaplevel1"] ul a:link, ul[class="sitemaplevel1"] ul a:visited {
	padding: 0 0 0 1em;
	text-decoration: none;
}
ul[class="sitemaplevel1"] ul a:hover {
	/* color: #01579B;
*/
/* Optional */
}
ul[class="sitemaplevel1"] ul ul a:link:before, ul[class="sitemaplevel1"] ul ul a:visited:before {
	content: "\f105";
	font: 1em FontAwesome;
	padding: 0 .4em 0 0;
	position: relative;
	margin: 0;
}
/* ************************* Media Queries - RESPONSIVE STYLE ************************* */
@media only screen and (max-width:1280px) {
.onepage_page_inner {
	padding: 0;
}
.lck_content_modal [id^='info-'] {
	padding: 3% 4%;
}
}
@media only screen and (max-width:959px) {
h1, h2, h3, h4, h5, h6 {
	color: rgba(219,112,147,1);
	font-weight: normal;
	line-height: 1.2;
}
h1 {
	color: rgba(219,112,147,1);
	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;
}
.onepage_page input.lck_acc-toggle ~ h1:first-of-type {
	font-size: 26px;
}
.lck_logo {
	margin: 5% auto;
	padding: 0 20px;
}
.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 {
	font-size: .8em;
}
.onepage_page input.lck_acc-toggle {
	height: 47px;
/* same height as h1 */
}
.onepage_page .lck_acc-toggle-icon {
	top: 19px;
}
.lck_contact, .lck_contact:before {
	border-radius: 6px;
}
.lck_contact > label {
	font-size: 0;
}
.lck_contact label:before {
	font-size: 18px;
	margin: 0;
}
.lck_acc-controls {
	right: 0;
	top: 35%;
	-webkit-transform: translateY(0) scale(0.7);
	transform: translateY(0) scale(0.7);
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
}
#tinymce, .cke_editable {
	font-size: 1rem;
}
}
@media only screen and (max-width:823px) {
.lck_logo .logotext span:nth-of-type(2) {
	padding: 0.5rem 0;
}
.lck_content_main {
	padding: 2% 42px 2% 2%;
}
}
@media only screen and (max-width:600px) {
.lck_logo .logobox .fa {
	font-size: 5rem;
}
.lck_logo .logobox a span {
	font-size: 3rem;
}
.lck_logo .logotext span:nth-of-type(2) {
	font-size: 1.8rem;
	padding: 0.25rem 0;
}
.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.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_content_main, .lck_content_modal {
	font-size: 0.8em;
}
.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;
	padding: 14px 0 0;
}
.lck_logo .logotext span:nth-of-type(3) {
	display: none;
}
}
@media only screen and (max-height:360px) and (orientation:landscape) {
.lck_acc-controls {
	bottom: 2%;
	top: unset;
	-webkit-transform: translateY(0) scale(0.7);
	transform: translateY(0) scale(0.7);
}
}
@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;
}
imgsig {
	height: auto;
	max-width: 100%;
    float: right;
	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;
	margin: 0 auto;
}
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: rgba(225,255,255,0.8);
	background-color: rgba(255,255,255,1);
	display: table;
	margin: 0 0 1em 0;
	width: 100%;
}
.rsptable .row {
	background-color: rgba(0,0,0,0.8);
	display: table-row;
}
.rsptable .row:nth-of-type(odd) {
	background-color: rgba(0,0,0,0.9);
}
.rsptable .row.header {
	color: rgba(0,0,0,0.96);
	background-color: rgba(219,112,147,1);
	font-weight: 700;
}
.rsptable .cell {
	display: table-cell;
	padding: 6px 12px;
}
.rsptable .celld {
	display: table-cell;
	padding: 6px 12px;
	text-align: right;
}
.rsptable, .lck_content_main a[target="_blank"]:after {
	content: "";
}
@media screen and (max-width:599px) {
.rsptable {
	display: block;
}
.rsptable .row {
	display: block;
	padding: 8px 0;
}
.rsptable .cell {
	display: block;
	padding: 2px 12px;
}
.rsptable .celld {
  padding: 2px 2px 2px 12px;
}
}
/* ************************* BACKEND Style ************************* */
/* Login-Page */
body.xh_login {
	background-color: #2a2a2a;
	background: #2a2a2a 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;
	max-width: 80%;
	min-width: 40%;
	padding: 1rem;
	position: absolute;
	left: 50%;
	top: 20%;
	text-align: center;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,0);
}
body.xh_login h1 {
	color: #fafafa;
	margin: 0;
}
body.xh_login h1:before {
	background-color: rgba(219,112,147,1);
	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;
}
body.xh_login input {
	font: normal 15px/1.25em system-ui, sans-serif !important;
	padding: .25em .5em !important;
	background: #fafafa !important;
	border: 0 none transparent !important;
	color: #000 !important;
	height: auto !important;
	box-sizing: border-box !important;
	margin: 0 0 .5em 0 !important;
}
body.xh_login input[type="submit"] {
	font: normal 15px/1.25em system-ui, sans-serif !important;
	color: #000 !important;
	padding: .25em .5em !important;
	border: none 0 transparent !important;
	background: #cccc99 !important;
	height: auto !important;
	border-radius: 1em;
	cursor: pointer;
	height: auto !important;
	box-sizing: border-box !important;
	margin: 0 0 .5em 0 !important;
}
body.xh_login input[type="submit"]:hover {
	color: #fafafa !important;
	border: none 0 transparent !important;
	background: #ff9900 !important;
}
body.xh_login div.xh_login a {
	color: #b8ac84;
}
body.xh_login div.xh_login a:hover {
	color: #ff9900;
}
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;
}
/* No Javascript enabled */
.xh_warning.no-javascript {
	background-color: #212121;
	border: 1px solid #FAFAFA;
	color: #FAFAFA;
	font-size: 1rem;
	margin: 20px auto 0;
	max-width: 700px;
}
/* XH Warnings */
.xh_success, .xh_info, .xh_warning, .xh_fail, .cmsimplecore_warning {
	margin: 0.25em auto;
	max-width: 768px;
}
/* Admin-Menu */
#xh_adminmenu {
	line-height: normal;
}
/* Plugins hi_updatecheck width-Fix for menulevel-3 */
#xh_adminmenu ul ul ul li {
	width: 150px;
}
/* TOP anchor - FIX (scroll realy 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 12/2019 ************************* */
/* Begin Additional CSS Styles */
.resp-iframe {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	border: 1px solid #3392e3;
}
div.xh_break {
	padding: 0.3em 0;
}
.submit {
	background: rgba(219,112,147,1);
	color: #fff !important;
 	font-size: .95rem;
	border-radius: 0.3em;
	padding: 0.45em 0.9em;
	text-transform: none;
	border: 1px solid rgba(255,255,255,1)
}
.submit:hover, .submit:active, .submit:focus {
	filter: alpha(opacity=90);
	background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.1) 40%, rgba(0,0,0,.4));
	background-image: linear-gradient(transparent,rgba(0,0,0,.1) 40%, rgba(0,0,0,.4));
	cursor: pointer;
}
.etiquette {
	vertical-align: super;
	background: rgba(219,112,147,1)!important;
	color: #000000;
	margin: 0 0.5em 0 0.5em;
	padding: 0 0.25em 0 0.25em;
	border: 1px solid #f1f1f1;
	border-radius: 0.5em 0.5em 0.5em 0.5em;
	font-size: 0.65rem;
	text-align: center;
}
.xh_success,
.xh_info,
.xh_warning,
.xh_fail,
.cmsimplecore_warning,
li.xh_success,
li.xh_info,
li.xh_warning,
li.xh_fail,
li.cmsimplecore_warning,
.xhContainer .xh_success,
.xhContainer .xh_info,
.xhContainer .xh_warning,
.xhContainer .xh_fail,
.xhContainer .cmsimplecore_warning {
	margin: 0 auto !important;
}
#xh_pdviews p.xh_success,
#xh_pdviews p.xh_info,
#xh_pdviews p.xh_warning,
#xh_pdviews p.xh_fail,
#xh_pdviews p.cmsimplecore_warning,
#xh_pdviews li.xh_success,
#xh_pdviews li.xh_info,
#xh_pdviews li.xh_warning,
#xh_pdviews li.xh_fail,
#xh_pdviews li.cmsimplecore_warning {
  width: 100%;
}