#txt {
    position: fixed;
    bottom: 0;
	padding: 0 10px;
	right: 0px;
	color: #000;
	background: #ccc;
	opacity: 0.7;
	-webkit-transition: opacity 0.7s;
}
/* ************************* Global Styles ************************* */
h1, h2, h3, h4 {
	color: #990000;
	font-size: 24px;
	font-weight: 600;
	clear: both;
}
h1, h2, h3 {
	margin: 0 0 .5em;
}
h4, h5, h6 {
	margin: 20px 0 15px;
}
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
h5, h6 {
	letter-spacing: .05em;
}
h5 {
	color: #777;
	font-size: 20px;
	font-weight: 600;
}
h6 {
	color: #777;
	font-size: 18px;
	font-weight: 600;
}

p {
	margin: 10px 0;
}
p.small {
	font-size: 10px;
}
strong, b {
	color: #222;
}

hr {
	background-color: #333;
	border: 0;
	border-bottom: 1px dashed #CCC;
	margin: 5px 0 3px 0;
}

img.left {
	clear: left;
	float: left;
	margin: 0 5px 5px 0;
}
img.right {
	clear: right;
	float: right;
	margin: 0 0 5px 5px;
}
img.left_horizontal {
	float: left;
	margin: 0 5px 5px 0;
}
img.right_horizontal {
	float: right;
	margin: 0 0 5px 5px;
}

.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: #2a2a2a;
	text-decoration: none;

}
a:hover {
	color: #2a2a2a;
	text-decoration: none;
}
a:active {
	color: #2a2a2a;
	text-decoration: none;
}

.onepage_page ul {
	list-style: none;
	padding-left: 1em;
}
.onepage_page > ul > li {
	padding: 6px 0;
}
.onepage_page > ul > li:before {
	color: #777;
	content: "\25BA\00A0"; /* Arrow + whitespace */
	font-family: inherit;
	font-size: 1em;
}

/* ************************* Body ************************* */
body {
	background-color: #FFF;
	color: #111;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	/* overflow: hidden; */ /* hides Scroll-Bar */
}
#tpllck_body {
	background-color: #EFEFEF;
	background: url(images/background.jpg) 50% 50% no-repeat fixed rgba(255, 255, 255, 0);
	background-size: cover;
}

#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 {
	display: table-cell;
	float: none;
	padding: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	top: 0;
	width: 25%;
}
.tpllck_sidebar {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
.languagemenu {
	display: table;
	line-height: 1em;
	position: absolute;
	right: 3em;
	top: 1em;
	text-align: center;
	width: 262px;
	z-index: 999;
}
.languagemenu img {
	padding-left: .4em;
}
.tpllck_sitename, .tpllck_nav, .tpllck_info {
	background-color: rgba(120, 130, 130, 0.6);
	border: 5px solid rgba(243, 242, 242, 1);
	box-shadow: 0 0 0 10px rgba(50, 130, 50,0.5);
	box-sizing: border-box;
	display: table;
	height: 150px;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 3em;
	text-align: center;
}
.tpllck_sitename h1, .tpllck_nav h1, .tpllck_info h1 {
	color: rgba(255, 255, 255, 0.8);
	display: table-cell;
	letter-spacing: .1em;
	margin: 0;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	vertical-align: middle;
	width: 250px;
}
.tpllck_sitename {
	top: 4em;
	display: block;
	background: #fff;
}
.tpllck_sitename img {
	border: 0 none;
	height: auto;
	max-width: 250px;
}
.tpllck_info {
	bottom: 4em;
}
.tpllck_info h1 {
	text-shadow: 1px 1px 0px #4A4A4A;
}

/* ************************* Menu */
.tpllck_nav {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: height .2s;
	-moz-transition: height .2s;
	-o-transition: height .2s;
	transition: height .2s;
	z-index: 999;
}
.tpllck_nav:focus, .tpllck_nav:hover, .tpllck_nav:active {
	background: url(images/background.jpg) 50% 50% no-repeat rgba(255, 255, 255, 0);
	background-size: cover;
	display: block;
	height: 100%;
	left: 0;
	right: 2em;
	-webkit-transition: height .6s;
	-moz-transition: height .6s;
	-o-transition: height .6s;
	transition: height .6s;
	/* width: 90%; */
}
.tpllck_nav h1 {
	text-shadow: 1px 1px 0px #4A4A4A;
	z-index: 999;
}
.tpllck_nav:focus h1, .tpllck_nav:hover h1, .tpllck_nav:active h1 {
	visibility: hidden;
}
.tpllck_nav ul {
	display: block;
	height: 138px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	width: 100%;
	visibility: hidden;
}
.tpllck_nav:focus ul, .tpllck_nav:hover ul, .tpllck_nav:active ul {
	height: 100%;
	/* overflow: auto; */ /* Comment this line in, if menu list is very long (Show the ScrollBar)*/
	visibility: visible;
}
.tpllck_nav li {
	background-color: rgba(139, 139, 139, 0.8);
	display: table;
	font-size: 20px;
	margin: 0;
	padding: 0;
	position: relative;	
	left: 0;
	top: 0;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	transition: background-color .3s;
	width: 100%;
}
.tpllck_nav li:focus, .tpllck_nav li:hover, .tpllck_nav li:active {
	background-color: rgba(97, 97, 97, 0.8);
}
.tpllck_nav a:link, .tpllck_nav a:visited, .tpllck_nav a:hover, .tpllck_nav a:active {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	color: rgba(255, 255, 255, 0.7);
	display: table-cell;
	height: 100px;
	padding: 0 2em 0 0;
	text-align: right;
	text-decoration: none;
	vertical-align: middle;
	width: 100%;
}
.tpllck_nav li:last-child a {
	border-bottom: none;
}

/* ************************* Hide menulevel2+3 if exists (Template is prepared only for menulevel1!) */
ul.menulevel2,
ul.menulevel3 {
	display: none;
}

/* ************************* Content */
.tpllck_right_container {
	box-sizing: border-box;
	display: table-cell;
	float: none;
	margin: 0;
	padding: 0 8em 0 0;
	vertical-align: top;
	width: 75%;
}

.tpllck_content {
	background-color: rgba(223, 223, 223, 0.6);
	border: 0px solid #333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	min-height: 94vh;
}

div.pt-page {
	box-sizing: border-box;
	min-height: 100vh;
	position: relative;
	padding: 20px;
	width: inherit;
	z-index: 100;
}

/* ************************* Newsboxes (Infoboxes) */
.tpllck_newsboxes {
	background-color: rgba(50, 50, 50, 0.9);
	color: rgba(255, 255, 255, 0.8);
	float: left;
	margin: 0;
	width: 100%;
}
.tpllck_newsbox1, .tpllck_newsbox2 {
	border: 0px solid #CFCFCF;
	box-sizing: border-box;
	float:left;
	margin: 0;
	padding: 3em;	
	width: 50%;
}
.tpllck_newsbox1 h4 {
	color: #FFF;
	font-weight: 500;
	letter-spacing: .03em;
}
.tpllck_newsbox2 h4 {
	color: #FFF;
	font-weight: 500;
	letter-spacing: .03em;
}

/* ************************* Footer - Footer-Navigation, Copyright, Login, LastUpdate */
#tpllck_footer {
	background-color: rgba(50, 50, 50, 0.8);
	border-top: 1px solid rgba(0, 0, 0, 0.4);
	clear: both;
	display: table;
	height: 20vh;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
	table-layout: fixed;
	z-index: 1;
}
.tpllck_copyright {
	color: #fff;
	display: table-cell;
	font-size: 0.8em;
	height: 20vh;
	line-height: 2em;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	vertical-align: middle;
	z-index: 2;
}
.tpllck_copyright a {
	color: #fff;
	text-decoration: none;
	padding: 4px;
}
.tpllck_copyright a:hover {
	background-color: #888;
	color: #fff;
}
/* ************************* Footer-Navigation */
.tpllck_footernav {
	display: none;
}
.tpllck_footernav ul {
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
}
.tpllck_footernav li {
	display: inline-block;
}
.tpllck_footernav li a {
	color: #9BACC7;
	display: block;
	font-size: 1.2em;
	padding: .5em 1em;
}
.lastupdate{
	color: #fff;
}

/* ************************* Admin-Login ************************* */

#login #submit {
	padding: 0 20px;
}

/* ************************* CMSimple_XH Mailform ************************* */
.xh_mailform input,
.xh_mailform textarea {
	background-color: rgba(255, 255, 255, 0.8);
}
.xh_mailform .text {
	box-sizing: border-box;
	max-width: 90%;
}
.xh_captcha_input {
	font-size: 1em;
}
.xh_captcha_code {
	background-color: #777;
}

/* ************************* OnePage-TopLink ************************* */
#onepage_toplink {
	z-index: 200;
}
a#onepage_toplink {
	background-color: rgba(85, 85, 85, 0.6);
	bottom: 0;
	min-height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	width: 5em;
	z-index: 200;	
}
#onepage_toplink img {
	display: none;
}
a#onepage_toplink:before {
	color: white;
	content: "\02C4";
	font-size: 70px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
}
a#onepage_toplink:hover {
	background-color: rgba(85, 85, 85, 0.4);
}

/* ************************* Media Queries - RESPONSIVE STYLE ************************* */
@media screen and (min-width: 801px) {
.tpllck_toplink {
	display: none;
}
}

@media screen and (max-width: 1280px) {
.tpllck_left_container {
	width: 30%;
}
.tpllck_right_container {
	padding: 0 3em 0 0;
	width: 70%;
}
.tpllck_sitename, .tpllck_nav, .tpllck_info {
	right: 2em;
}
.tpllck_nav:focus, .tpllck_nav:hover, .tpllck_nav:active {
	right: 1em;
}
a#onepage_toplink {
	right: 0;
	width: 3em;
}
a#onepage_toplink:before {
	font-size: 50px;
}
}

@media screen and (max-width: 1024px) {
.tpllck_container {
	display: block;
	margin: 0 auto;
	width: 96%;
}
.languagemenu {
	/* margin: 1em 0 0; */
	position: relative;
	right: 0;
	top: 0.7em;
	width: 100%;
}
.tpllck_left_container,
.tpllck_right_container {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 98%;
}
.tpllck_left_container {
	position: relative;
}
.tpllck_nav, .tpllck_info {
	height: 70px;
	margin: 2em 0;
	position: relative;
	bottom: 0;
	right: 0;
	top: 0;
	width: 100%;
}
.tpllck_sitename {
	position: relative;
    right: 0;
    top: 0;
	margin: 2em 0;
}
.tpllck_sitename h1, .tpllck_nav h1, .tpllck_info h1 {
	width: 100%;
}
.tpllck_nav {
	background: rgba(0, 0, 0, 0);
	height: 100%;
	transform: translateY(0);
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.tpllck_nav:focus, .tpllck_nav:hover, .tpllck_nav:active {
	background: none;
	display: table;
	right: 0;
}
.tpllck_nav:focus ul, .tpllck_nav:hover ul, .tpllck_nav:active ul {
	overflow: hidden;
}
.tpllck_nav h1 {
	display: none;
}
.tpllck_nav ul {
	height: 100%;
	letter-spacing: .1em;
	position: relative;
	visibility: visible;
}
 .tpllck_nav li:nth-child(odd) {
	background-color: rgba(105, 105, 105, 0.8);
}
.tpllck_nav li:nth-child(even) {
	background-color: rgba(139, 139, 139, 0.8);
}
.tpllck_nav li:nth-child(n):focus, .tpllck_nav li:nth-child(n):hover, .tpllck_nav li:nth-child(n):active {
	background-color: rgba(60, 60, 60, 0.8);
}
.tpllck_nav a:link, .tpllck_nav a:visited, .tpllck_nav a:hover, .tpllck_nav a:active {
	height: 50px;
	padding: 0;
	text-align: center;
}
div.onepage_page {
	font-size: 1.2em;
	line-height: 1.5em;
	min-height: 50%;
	padding: 1em 3%;
}
.tpllck_newsbox1, .tpllck_newsbox2 {
	padding: 1em 3%;
}
#onepage_toplink {
	display: none !important;
}
#tpllck_footer {
	padding: 0;
}
.tpllck_copyright {
	height: 12em;
	padding: 1em;
}
.tpllck_toplink {
	display: block;
}
.tpllck_toplink a:hover {
	background-color: rgba(0, 0, 0, 0);
}
.tpllck_footernav {
	display: block;
}
}

@media screen and (max-width: 800px) {
#tpllck_body {
	/* background: none; */
	background: url(images/bg_mobile.jpg) 50% 50% no-repeat fixed rgba(255, 255, 255, 0);
	background-color: #EFEFEF;
	background-size: cover;
}
.tpllck_newsbox1,
.tpllck_newsbox2 {
	float: none;
	min-height: inherit;
	width: 100%;
}
}

@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;
}
}
/* ************************* Responsive Image */
img {
	height: auto;
	max-width:100%;
}

/*DATENSCHUTZ*/
.datenschutz {
	font-size: 10px;
}
.datenschutz p {
	margin: 5px 0;
  line-height: normal;
}
.datenschutz h4 {
	margin: 10px 0;
  font-size: 16px;
}
.datenschutz h5 {
	margin: 5px 0;
  font-size: 12px;
}
.scrollbox {
  box-sizing: border-box;
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  padding: 10px;
  border: 2px inset greenyellow;
  text-align: justify;
}

/*LOGIN*/
body.xh_login {
	background: rgba(0, 0, 0, 0.1) url(images/iseye-hi.png) no-repeat fixed center center / contain;
}