@import url("lck_ddmenu.css");

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

p {
	margin: 1em 0;
}
p.small {
	font-size: 10px;
}

hr {
	background-color: #5798B8;
	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: rgba(209, 219, 222, 0.6);
	border: 0px solid #ABABAB;
	clear: both;
	margin: 1em 0;
	padding: 1em 2em;
}
.warning {
	background-color: #2886B6;
	border: 0em solid #C0C0C0;
	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;
}

span.highlight {
	background-color: #dfd;
	font-weight: 900;
	letter-spacing: .06em;
}

a:link {
	border: 0;
	color: #E6922C;
	text-decoration: none;
}
a:visited {
	border: 0;
	color: #E6922C;
	text-decoration: none;
}
a:focus {
	border: 0;
	color: #2a2a2a;
	text-decoration: none;
}
a:hover {
	border: 0;
	color: #486C88;
	text-decoration: none;
}
a:active {
	border: 0;
	color: #486C88;
	text-decoration: none;
}

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

/* ************************* html + body ************************* */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	background-color: #FFF;
	color: #777;
	font-family: Verdana,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.75em;
}
#tpllck_body {
	background-color: #eee;
	background: url(images/bg.jpg) 50% no-repeat fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

/* ************************* print - Druckansicht ************************* */
body.print {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 2em;
	max-width: 1170px;
}
body.print ul {
	list-style-image: url(images/rightArrow.png);
	list-style-position: inside;
	list-style-type: none;
	padding-left: 1em;
}

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

/* ************************* Head Navigation ************************* */
.tpllck_head {
	background-color: transparent;
	padding: .1em 0 .3em;
	width: 100%;
}
.tpllck_headnav {
	border: 0px solid red;
	line-height: 3em;
	margin:0 auto;
	max-width: 1100px;
	padding: 0 1em;
}
.tpllck_headnav p {
	float: right;
	font-size: 0.85em;
	letter-spacing: 0.1em;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}
.tpllck_headnav a {
	color: #fff;
}
.tpllck_headnav a:hover {
	color: #777;
}
.tpllck_headnav p img {
	margin-left: 0.5em;
}
/* ************************* Searchbox ************************* */
.tpllck_headnav form {
	float: left;
	margin-top: 0;
	white-space: nowrap;
}
.tpllck_headnav input.text {
	box-sizing: border-box;
	height: 2em;
	margin: auto 0;
	-webkit-transition: 1s;
	transition: 1s;
	vertical-align: middle;
	width: 10em;
}
.tpllck_headnav input.text:focus {
	background-color: #F1F1F1;
	width: 17em;
}
.tpllck_headnav input.submit {
	background-color: #F1F1F1;
	border: 1px solid #777;
	color: #777;
	height: 2em;
}
.tpllck_headnav input.submit:hover {
	background-color: #FFC681;
}

/* ************************* Header/Sitename ************************* */
#tpllck_header_box {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.tpllck_header {
/* background: url(images/header.jpg) no-repeat #006636; */
	background-color: rgba(253, 245, 230, 0.9);
	border: 1px solid #DEDEDE;
	font-size: 1.4em;
	font-weight: 700;
	margin: 1rem auto;
	max-width: 1170px;
	padding: .6rem 0;
}
.tpllck_header h1 {
	color: #FFB700;
	font: italic bold 200% Georgia, serif;
	letter-spacing: .1em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

/* ************************* Breadcrumbs-Locator ************************* */
.tpllck_locator {
	margin-bottom: 1em;
}
.tpllck_locator p {
	font-size: 0.7em;
	letter-spacing: 0.1em;
	margin: 0;
}
.tpllck_locator a {
	color: #AD5C00;
}
.tpllck_locator a:hover {
	color: #486C88;
}

/* ************************* Content ************************* */
#tpllck_content_box {
	margin: 0 auto;
	max-width: 1170px;
	text-align: left;
}
.tpllck_content {
	background-color: rgba(253, 245, 230, 0.9);
	border: 1px solid #DEDEDE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	margin: 0;
	min-height: 500px; /* verhindert "springen" der Seite */
	padding: 2em;
	width: 100%;
}

/* ************************* Submenü ************************* */
.tpllck_submenu h4 {
	font-size: 14px;
	margin-top: 3em;
}
.tpllck_submenu ul {
	list-style-image: url(images/rightArrow.png);
	list-style-position: inside;
	list-style-type: none;
	padding-left: 1em;
}

/* ************************* Subarea Newsbox01 + Newsbox02 ************************* */
.tpllck_subarea {
	display: table;
	margin: 1em 0;
	width: 100%;
}
.tpllck_newsbox1, .tpllck_newsbox2 {
	border: 0px solid #CFCFCF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	margin: 0;
	padding: 2em;
}
.tpllck_newsbox1 {
	background-color: rgba(253, 245, 230, 0.9);
	border: 1px solid #DEDEDE;
	color: #777;
}
.tpllck_newsbox1 h4 {
	color: #4F97C2;
	font-weight: 500;
	letter-spacing: .03em;
}
.tpllck_newsbox2 {
	background-color: rgba(253, 245, 230, 0.9);
	border: 1px solid #DEDEDE;
	color: #777;
}
.tpllck_newsbox2 h4 {
	color: #4F97C2;
	font-weight: 500;
	letter-spacing: .03em;
}
.tpllck_newsbox_space {
	display: table-cell;
	margin: 2em 0 0 0;
	width: .6em;
}
/* ************************* OPTIONAL - Nur eine Newsbox - Newsbox 2 komplett ausblenden */
.tpllck_newsbox2 {
	/* display: none; */
}
.tpllck_newsbox1 + .tpllck_newsbox_space {
	/* display: none; */
}

/* ************************* Subnavigation ************************* */
.tpllck_subnav {
	background-color: rgba(253, 245, 230, 0.9);
	border: 1px solid #DEDEDE;
	clear: both;
	margin: 0;
	padding: 0;
}
.tpllck_subnav table {
	margin: 0 auto;
	padding: 1em;
	width: 50%;
}
.tpllck_subnav td a {
	display: block;
	padding: 0;
	text-decoration: none;
	white-space: nowrap;
}
.tpllck_subnav td a:hover {
	color: #486C88;
}
.tpllck_previous {
	text-align: left;
	width: 33%;
}
.tpllck_top {
	text-align: center;
	width: 33%;
}
.tpllck_next {
	text-align: right;
	width: 33%;
}

/* ************************* Footer - Copyright & Login ************************* */
#tpllck_footer {
	background-color: #2886B6;
	border-top: 0px solid #FFF;
	display: table;
	margin-top: 1em;
	padding: 0;
	width: 100%;
}
.tpllck_copyright {
	clear: both;
	color: #fff;
	display: table-cell;
	font-size: 0.8em;
	height: 10em;
	line-height: 1.6em;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.tpllck_copyright a {
	color: #fff;
	padding: 4px;
	text-decoration: none;
}
.tpllck_copyright a:hover {
	background-color: #FF9100;
	color: #fff;
}
/* ************************* Login-Button */
#login #submit {
	padding: 0 20px;
}

/* ************************* "xh_captcha_code - Button" im CMSimple_XH Kontaktformular ************************* */
.xh_captcha_code {
	background-color: #E6922C;
}

/* ************************* Sitemap ************************* */
ul.sitemaplevel1 {
	padding-left: 0em;
}
ul.sitemaplevel2 {
	padding-left: 1em;
}
ul.sitemaplevel3 {
	padding-left: 2em;
}

/* ************************* Media Queries - RESPONSIVE STYLE ************************* */
@media only screen and (min-width: 801px) and (max-width: 1024px) {
.tpllck_headnav p, .tpllck_headnav form {
	float: none;
	line-height: 2.5em;
	text-align: center;
	text-transform: none;
}
}

@media only screen and (max-width: 800px) {
.tpllck_headnav {
	margin: 0 4px 0;
}
.tpllck_headnav p, .tpllck_headnav form {
	float: none;
	line-height: 2em;
	text-align: center;
	text-transform: none;
}
.tpllck_header {
	font-size: 1.1em;
	margin: .4em auto;
}
.tpllck_locator {
	display: none;
}
.tpllck_content {
	padding: 1em 1em;
	word-wrap: break-word;
}
ul.sitemaplevel1 {
	margin-top: 0;
}
.tpllck_subarea {
	display: block;
	margin: .4em 0;
}
.tpllck_newsbox1, .tpllck_newsbox2 {
	border-top: none;
	display: block;
	float: none;
	margin: 0;
	padding: 1em;
	width: 100%;
}
.tpllck_newsbox1 {
	margin-bottom: .4em;
}
.tpllck_newsbox_space {
	display: none;
}
.tpllck_subnav table {
	width: 100%;
}
#tpllck_footer {
	margin-top: .4em;
	padding: 0;
}
.tpllck_copyright {
	height: 6em;
}
}

@media only screen and (max-width: 499px) {
.tpllck_headnav {
	margin: 0;
	padding: 0 .3em;
}
.tpllck_headnav input.text, .tpllck_headnav input.submit {
	font-size: 0.7em;
}
.tpllck_headnav p {
	font-size: 0.7em;
	letter-spacing: 0;
}
.tpllck_headnav p a {
	padding: 0;
}
.tpllck_header h1 {
	font-size: 130%;
}
.tpllck_subnav {
	font-size: 0.7em;
}
}

/* ************************* 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%;
}
/* Backend Style */
#xh_adminmenu a, #xh_adminmenu a:visited, #xh_adminmenu span {
	line-height: normal;
}
#xh_system_check li {
	padding: 0.5rem 0.5rem 0.5rem 2rem;
}
/* ************************* Template by lck 11/2015 ************************* */