/* ************************* Global Styles ************************* */
h1, h2, h3 {
	clear: both;
	color: #333;
	font-size: 24px;
	font-weight: 600;
}
h1 {
	margin: 0 0 .5em;
}
h2, h3 {
	margin: 1.5em 0 .5em;
}
/*
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
*/
h2, h3 {
	letter-spacing: .05em;
}
h2 {
	color: #555;
	font-size: 20px;
	font-weight: 600;
}
h3 {
	color: #777;
	font-size: 18px;
	font-weight: 600;
}

p {
	margin: 1em 0;
}
p.small {
	font-size: 10px;
}
strong, b {
	color: #777;
}

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

img.left {
	clear: left;
	float: left;
	margin: 0 1em 1em 0;
}
img.right {
	clear: right;
	float: right;
	margin: 0 0 1em 1em;
}

.important {
	background-color: #ddd;
	border: .1em solid #ABABAB;
	clear: both;
	margin: 1em 0;
	padding: 1em 2em;
}
.warning {
	background-color: #888;
	border: .1em solid #ABABAB;
	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;
}

a:link {
	color: #D85200;
	text-decoration: none;
}
a:visited {
	color: #D85200;
	text-decoration: none;
}
a:focus {
	color: #D85200;
	text-decoration: none;

}
a:hover {
	color: #2a2a2a;
	text-decoration: none;
}
a:active {
	color: #D85200;
	text-decoration: none;
}

.onepage_page ul {
	list-style-image: url(images/listimage.gif);
    list-style-position: inside;
	list-style-type: none;
	padding-left: 1em;
}
.onepage_page > ul > li {
	padding: 6px 0;
}

/* ****************************** CSS-Table - left, image and text middle */
.tpllck_table-left-middle {
	display: table;
	padding: 1em 0 2em;
}
.tpllck_table-left-middle p {
	display: table-cell;
	padding-right: 1em;
	text-align: left;
	vertical-align: middle;
}
.tpllck_table-left-middle p ~ p {
	display: table-cell;
	vertical-align: middle;
}


/* ************************* Body ************************* */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	background-color: #FFF;
	color: #555;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 14px;
	line-height: 1.75em;
	/* overflow: hidden; */ /* hides Scroll-Bar */
}
#tpllck_body {
	/* background-color: #CDE8FF; */
	/* background: url(images/background.jpg) 50% 50% no-repeat fixed rgba(255, 255, 255, 0); */
	/* background-size: cover; */
	overflow-x: hidden;
}

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

/* ************************* Container ************************* */
.tpllck_container {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}

/* ************************* Left-Container - Languagemenu + Sitename + Menu */
.tpllck_left_container {
	/* background: url(images/bg_left.jpg) no-repeat #000; */ /* comment this two lines in, to use background-image for left container */
	/* background-size: cover; */
	background-color: #000;
	display: table-cell;
	float: none;
	margin: 0;
	overflow: auto;
	padding: 0;
	position: fixed;
	bottom: 0;
	top: 0;
	width: 37.333333334%;
}
.languagemenu {
	line-height: 1em;
	margin: 3rem 0 1rem;
	position: relative;
	text-align: center;
}
.languagemenu a {
	padding-left: .4em;
}
.tpllck_sitename {
	/* background: url(images/header.jpg) 50% no-repeat rgba(0, 0, 0, 0); */
	padding: 0;
	text-align: center;
}
.tpllck_sitename h1 {
	color: #939393;
	font: italic 700 1.8em Georgia, serif;
	letter-spacing: .1em;
	margin: 5rem 0 3rem;
	padding: 0;
	text-shadow: 1px 1px 0px #FFFFFF;
	/*text-transform: uppercase;*/
	word-wrap: break-word;
}

/* ************************* Menu */
.tpllck_sidebar {
	float: right;
	margin: 0 3em 0 1em;
	min-height: 100vh;
	width: 60%;
	z-index: 500;
}
.tpllck_sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
}
.tpllck_sidebar .menulevel1 li {
	margin: 0 0 1em 0;
}
.tpllck_sidebar .menulevel1 a {
	background-color: #000;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #FFF;
	display: block;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: .2em;
	padding: 1em 0.5em;
	text-decoration: none;
}
.no-touchevents .tpllck_sidebar .menulevel1 a:hover {
	background-color: #fff;
	color: #000;
	/* -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; */
}

.tpllck_sidebar .menulevel1 a.active {
	background-color: #fff;
	color: #000;
}
a:focus{
    /*border: 10px solid blue !important;*/
}

/* ************************* Hide menulevel2+3 if exists (Template is prepared only for menulevel1!) */
ul.menulevel2,
ul.menulevel3 {
	/*display: none;*/
       padding: 20px;
}

/* ************************* Content */
.tpllck_right_container {
	display: table-cell;
	float: none;
	margin: 0;
	vertical-align: top;
	width: 62.666666667%;
}

.tpllck_content {
	border: 0px solid #F9C237;
	margin: 0;
	padding: 0;
}

.onepage_page {
	font-size: 1.2em;
	line-height: 1.5em;
	min-height: 70vh;
	padding: 3em 5em 3em 2em;
	width: inherit;
}

/*
.onepage_page:nth-child(odd) {
	background-color: rgba(255, 255, 255, 1);
}
.onepage_page:nth-child(even) {
	background-color: #F4F4F4;
}
.onepage_page:last-child {
	min-height: 80vh;
}
*/
article:nth-child(odd) {
	background-color: rgba(255, 255, 255, 1);
}
article:nth-child(even) {
	background-color: #F4F4F4;
}
article:last-child {
	min-height: 80vh;
}
.onepage_page a {
	text-decoration: underline;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

/* ************************* Footer - Copyright, Login, LastUpdate */
#tpllck_footer {
	background-color: #2b2b2b;
	border-top: 0px solid #FFF;
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
}
.tpllck_copyright {
	clear: both;
	color: #fff;
	display: table-cell;
	font-size: 0.8em;
	height: 20vh;
	line-height: 2em;
	margin: 0;
	padding: 0 1em 5em;
	text-align: center;
	vertical-align: middle;
}
.tpllck_copyright a {
	color: #fff;
	padding: 4px;
	text-decoration: none;
}
.tpllck_copyright a:hover {
	background-color: #888;
	color: #fff;
}
.lastupdate{
	color: #fff;
}
/* ************************* Admin - Login-Side, Edit-Mode ************************* */
.xh_login {
	background-color: #fff;
	margin: 0;
	min-height: 60vh;
	padding: 15em 0 0 0;
	text-align: center;
}
#login #submit {
	padding: 0 20px;
}
#tinymce, .cke_editable {
	font-size: inherit;
	margin: 8px;
	padding: 0 0 0 1.5em;
	width: 88%;
}
.adminedit .tpllck_content {
	margin: 1em;
}

/* ************************* CMSimple_XH Mailform ************************* */
.xh_mailform input,
.xh_mailform textarea {
	background-color: rgba(255, 255, 255, 0.8);
}
.xh_captcha_input {
	font-size: 1em;
}
.xh_captcha_code {
	background-color: #777;
}

/* ************************* OnePage-TopLink ************************* */
#onepage_toplink {
	z-index: 999;
}
a#onepage_toplink {
	background-color: rgba(85, 85, 85, 0.4);
	background: url(images/toplink_70px.png) 50% no-repeat rgba(85, 85, 85, 0.4);
	border-radius: 4px;
	height: 70px;
	position: fixed;
	right: 10px;
	top: 46%;
	width: 70px;
	z-index: 999;	
}
/* Original toplink-icon plugins/onepage/images/up.png */
#onepage_toplink img {
	display: none;
}
a#onepage_toplink:hover {
	background-color: rgba(0, 0, 0, 1);
}

/* ************************* Media Queries - RESPONSIVE STYLE ************************* */
@media screen and (min-width: 801px) {
.tpllck_nav_toggle {
	display: none;
}
.tpllck_toplink {
	display: none;
}
}

@media screen and (max-width: 1280px) {
a#onepage_toplink {
	background: url(images/toplink_40px.png) 50% no-repeat rgba(85, 85, 85, 0.4);
	height: 40px;
	top: 48%;
	width: 40px;
}
}

@media screen and (max-width: 980px) {
.tpllck_container {
	display: block;
}
.tpllck_left_container,
.tpllck_right_container {
	display: block;
	float: none;
	padding: 0;
	position: static;
	width: 100%;
}
.tpllck_sidebar {
	float: none;
	margin: 0 auto;
	min-height: 100%;
	overflow: hidden;
	width: 90%;
}
.tpllck_sitename h1 {
	margin: 1rem 0;
}
.tpllck_sidebar .menulevel1 li {
	margin: 0 0 .5em 0;
}
.tpllck_sidebar .menulevel1 a {
	padding: .5em;
}
/* ************************* Toggle-Menu mobil */
.tpllck_nav {
	clear: both;
	display: table-column; /* with display: none; no transition possible!!! */
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: max-height .3s linear;
	transition: max-height .3s linear;
}
#tpllck_body:target .tpllck_nav {
	display: block;
	max-height: 50em;
	opacity: 1;
}
.tpllck_nav_show {
	display: block;
}
.tpllck_nav_hide {
	display: none;
}
#tpllck_body:target .tpllck_nav_hide {
	display: block;
}
.tpllck_nav_toggle {
	background: #000;
	border: 1px solid #FFF;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 0px 5px #000;
	box-shadow: 0px 0px 0px 5px #000;
	position: fixed;
	bottom: 6px;
	left: 50%;
	margin: 0 0 0 -36px;
	text-align: center;
	width: 70px;
	z-index: 9999;
}
a.tpllck_nav_toggle {
	text-decoration: none;
}
.tpllck_nav_toggle span {
	color: #fff;
	font-size: 2em;
	line-height: 1em;
}
.tpllck_nav_toggle:hover {
	cursor: pointer;
}
/* ************************* Toggle-Menu mobil - End */
.languagemenu {
	margin-top: 1rem;
}
div.onepage_page {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 1em 3%;
}
div.onepage_page:first-child {
	border-radius: 0;
}
#onepage_toplink {
	display: none;
}
#tpllck_footer {
	padding: 0;
}
.tpllck_copyright {
	height: 12em;
}
.tpllck_toplink {
	display: block;
}
.tpllck_toplink a:hover {
	background-color: rgba(0, 0, 0, 0);
}
}

@media screen and (max-width: 480px) {
.tpllck_right_container {
	hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
	word-wrap: break-word;
}
table td {
	font-size: .8em;
}
.tpllck_table-left-middle {
	padding: 0;
}
.tpllck_table-left-middle p, .tpllck_table-left-middle p ~ p {
	display: block;
	padding: 0;
}
img.left, img.right {
	margin: 0 0 .5em;
}
}

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

/* ************************* Responsive Video */
.responsive-video-wrapper {
	max-width: 100%;
	width: 600px;
}
.responsive-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 15px;
	position: relative;	
}
.responsive-video iframe {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

/* ************************* Giveaways ************************* */
/* ************************* Pure CSS3 Image-Slider */
@keyframes tpllck_slidy {
	0% {left: 0%;}
	20% {left: 0%;}
	25% {left: -100%;}
	45% {left: -100%;}
	50% {left: -200%;}
	70% {left: -200%;}
	75% {left: -300%;}
	95% {left: -300%;}
	100% {left: -400%;}
}
@-webkit-keyframes tpllck_slidy {
	0% {left: 0%;}
	20% {left: 0%;}
	25% {left: -100%;}
	45% {left: -100%;}
	50% {left: -200%;}
	70% {left: -200%;}
	75% {left: -300%;}
	95% {left: -300%;}
	100% {left: -400%;}
}
div.tpllck_slider {
	max-width: 500px;
	overflow: hidden;
}
div.tpllck_slider figure {
	animation: 12s tpllck_slidy cubic-bezier(0.4, 0, 0.2, 1) infinite;
	-webkit-animation: 12s tpllck_slidy cubic-bezier(0.4, 0, 0.2, 1) infinite;
	font-size: 0;
	margin: 0;
	position: relative;
	left: 0;
	text-align: left;
	width: 500%;
}
div.tpllck_slider figure img {
	float: left;
	width: 20%;
}
/* ************************* Template by lck 02/2016 ************************* */