/* ************************* Content Styles ************************* */
@font-face {font-family: Aldrich; font-style: normal; font-weight: 100; src:url("fonts/Aldrich-Regular.ttf") format("truetype");}
@font-face {font-family: Aldrich; font-style: normal; font-weight: 300; src:url("fonts/Aldrich-Regular.ttf") format("truetype");}
@font-face {font-family: Aldrich; font-style: normal; font-weight: 400; src:url("fonts/Aldrich-Regular.ttf.ttf") format("truetype");}

h1, h2, h3, h4 {
	/* font: normal normal 21px verdana; */
	color: #AD5C00;
	font-size: 24px;
	font-weight: 600;
	clear: both;
}
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 {
	font-size: 20px;
	font-weight: 600;
	color: #15217C;
}
h6 {
	font-size: 14px;
	font-weight: 600;
	color: #086;
}

p {
	margin: 1em 0;
}
p.small {
	font-size: 10px;
}

hr {
	border: 0;
	border-bottom: 1px dashed #CCC;
	background-color: #FF1E1E;
	margin: 5px 0 3px 0;
}

img.left {
	margin: 0 5px 5px 0;
	float: left;
	clear: left;
}
img.right {
	margin: 0 0 5px 5px;
	float: right;
	clear: right;
}
img.left_horizontal {
	margin: 0 5px 5px 0;
	float: left;
}
img.right_horizontal {
	margin: 0 0 5px 5px;
	float: right;
}


.important {
	clear: both;
	background-color: #FFEBCD;
	padding: 1em 2em;
	border: .1em solid #ABABAB;
	margin: 1em 0;
}
.warning {
	clear: both;
	text-align: center;
	font-weight: 900;
	background-color: #E6922C;
	color: #fff;
	padding: 1em;
	border: 0em solid #C0C0C0;
	margin: 1em 0;
}
.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 {
	font-weight: 900;
	letter-spacing: .06em;
	background-color: #dfd;
}

a:link {
	border: 0;
	color: #AD5C00;
	outline: 0;
	text-decoration: none;
}
a:visited {
	border: 0;
	color: #AD5C00;
	outline: 0;
	text-decoration: none;
}
a:focus {

}
a:hover {
	color: #2a2a2a;
	text-decoration: none;
}
a:active {
	border: 1;
	outline: 0;
	text-decoration: none;
}

.tpllck_content_main ul {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	padding-left: 1em;
}
.tpllck_content_main > ul > li {
	padding: 6px 0;
}
.tpllck_content_main > ul > li:before,
.tpllck_content_main ul.sitemaplevel1 li:before {
	content: "\25ba \0020"; /* Sonderzeichen Dreieck + Leerzeichen */
    font-family: inherit;
    font-size: 1em;
	color: #FFAB00;
}

/* ************************* Body ************************* */
body {
	background-color: #FFF;
	color: #777;
	font-family: Aldrich,sans-serif;
	font-size: 14px;
	line-height: 1.75em;
	margin: 0;
	padding: 0;
	
	
}
#tpllck_body {
	background-color: #fff;
}

#blocktext {
	display: block;
	background-color: transparent;
	font-size: 1.2em;
	line-height: 4em;
	font-weight: 500;
	text-align: left;
	border-bottom: 0px solid #aaa;
}

/* ************************* print - Druckansicht ************************* */

.pbox {
   font-family: Aldrich, sans-serif;  
   padding: 8px;
   background: #f5cba7;
   color: #7f1d31;
   border: 2px solid #7f1d31;
   border-radius: 5px;
   font-size: 20px;
}


body.print {
	margin: 1em 4em;
	list-style: none;
}
body.print ul {
	list-style: none;
}
body.print > ul > li:before,
body.print ul.sitemaplevel1 li:before {
	content: "\25ba \0020"; /* Sonderzeichen Dreieck + Leerzeichen */
    font-family: inherit;
    font-size: 1em;
	color: #FFAB00;
}

#TOP {
	font-size: 1px;
	line-height: 1px;
	height: 1px
}

/* ************************* Head Navigation ************************* */
.tpllck_headnav {
	margin:0 auto;
	padding: 3 1em;
	max-width: 1100px;
	border: 0px solid red;
	line-height: 3em;
}
.tpllck_headnav p {
	float: right;
	text-align: left;
	white-space: nowrap;
	margin: 0;
	font-size: 0.85em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.tpllck_headnav a {
	color: #AD5C00;
}
.tpllck_headnav a:hover {
	color: #799235;
}
.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;
	vertical-align: middle;
	width: 10em;
	height: 24px;
	margin: auto 0;
}
.tpllck_headnav input.text:focus {
	background-color: #FDF5E6;
}
.tpllck_headnav input.submit {
	color: #799235;
	background-color: #C6CF00;
	border: 1px solid #799235;
	box-sizing: content-box;
	height: 20px;
}

/* ************************* Header/Sitename ************************* */
#tpllck_header_box {
	margin: 0 auto;
	border: 0px solid red;
	/* background-color: #F5BCA9; */
	width: 100%;
	text-align: center;
	
}
.tpllck_header {
/* background: url(images/header.jpg) repeat-x  #006636; */
	max-width: 1170px;
	margin: 10px auto;
	padding: 0;
	font-size: 1.4em;
	font-weight: 700;
	border: 0px solid red;
}
.tpllck_header h1 {
	font: italic bold 400%;
	font-size: 24px;
	letter-spacing: .01em;
	color: #486C88;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

/* ************************* Navigation 1 + responsive style ************************* */
.tpllck_nav ul {
	list-style: none;
	/* background-color: #486C88; */
	text-align: center;
	padding: 0;
	margin: 1em auto;
}
.menulevel1 li {
	font-family: "	font-family: Aldrich,sans-serif;
}
.menulevel1 li:nth-child(5n+1) {
	background-color: #df8c86;
}
.menulevel1 li:nth-child(5n+2) {
	background-color: #E6922C;
}
.menulevel1 li:nth-child(5n+3) {
	background-color: #F9C237;
}
.menulevel1 li:nth-child(5n+4) {
	background-color: #dcd64c;
}
.menulevel1 li:nth-child(5n+5) {
	background-color: #f3d4af;
} 
.menulevel1 a {
	text-decoration: none;
	color: #000;
	border: 2px solid gray;
	display: block;
}

@media screen and (max-width: 769px) {
.menulevel1 li {
	font-size: 1.2em;
	line-height: 3em;
	/* heigt war 3 em*/
	height: 0em;
	border-bottom: 1px solid #bbb;
}
.menulevel1 li:first-child {
border-top: 1px solid #bbb;
}
.menulevel1 li a {
	text-decoration: none;
	color: #fff;
	display: block;
}
.menulevel1 li:hover {
	background-color: #005f5f;
	/*transition: .5s background-color;*/
}
.menulevel1 .sdoc,
.menulevel1 .sdocs,
.menulevel1 .sdoc a,
.menulevel1 .sdocs a {
	background-color: #E5E5E5!important;
}
}
@media screen and (min-width: 769px) {
.menulevel1 li {
	width: 16em;
	border-bottom: none;
	height: 4em;
	line-height: 4em;
	font-size: 1.2em;
	font-weight: 500;
	display: inline-block;
	margin: 0 0 .9em 0;
}
.menulevel1 .sdoc,
.menulevel1 .sdocs,
.menulevel1 .sdoc a,
.menulevel1 .sdocs a {
	color: #fff;
	-webkit-transform: scale(1.04,1.30);
	-moz-transform: scale(1.04,1.30);
	-o-transform: scale(1.04,1.30);
	-ms-transform: scale(1.04,1.30);
	/* transform: scale(1.04,1.30);*/
}
.menulevel1 li:nth-child(n):hover {
	opacity: 1;
	-webkit-transform: scale(1.04,1.30);
	-moz-transform: scale(1.04,1.30);
	-o-transform: scale(1.04,1.30);
	-ms-transform: scale(1.04,1.30);
	transform: scale(1.04,1.30);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
}

/* ************************* Breadcrumbs-Locator ************************* */
.tpllck_locator {
margin-bottom: 1em;
}
.tpllck_locator p  {
	font-size: 1.2em;
	letter-spacing: 0.1em;
	margin: 0 1em;
}
.tpllck_locator a {
	color: #AD5C00;
}
.tpllck_locator a:hover {
	color: #486C88;
}

/* ************************* Content ************************* */
#tpllck_content_box {
	max-width: 1100px;
	text-align: left;
	margin: 0 auto;
}
.tpllck_content {
	float: left;
	/* min-width: 480px; */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 70%;
	min-height: 500px; /* verhindert "springen" der Seite */
	margin: 0;
	background-color: #FDF5E6;
	border: 2px solid #B45F04;
	padding: 1em;
}

/* ************************* Submen� ************************* */
.tpllck_submenu h4 {font-size: 14px; margin-top: 3em;}
.tpllck_submenu ul {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	padding-left: 1em;
}
.tpllck_submenu ul.submenu li:before {
	content: "\25ba \0020"; /* Sonderzeichen Dreieck + Leerzeichen */
    font-family: inherit;
    font-size: 1em;
	color: #FFAB00;
}

/* ************************* Sidebar - Navigation2 + Newsbox01 ************************* */
#tpllck_sidebar {
	float: left;
	width: 30%;
	padding: 0 0 0 2em;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#tpllck_sidebar .tpllck_nav2 ul li, #tpllck_sidebar .tpllck_newsbox1 {
	font-size: 14px; 
	font-weight: 700; 
	margin-bottom: 1em;
	padding: 0 2em;
}
#tpllck_sidebar .tpllck_nav2 ul li {
	background-color: #1D5683;
}
#tpllck_sidebar .tpllck_newsbox1 {
	background-color: #1C666C;
}
#tpllck_sidebar .tpllck_newsbox1 {
	color: #fff;
	margin-bottom: 0;
	padding-bottom: 1em;
}
#tpllck_sidebar .tpllck_newsbox1 a {
	color: gold;
}
#tpllck_sidebar .tpllck_newsbox1 a:hover {
	color: #2A2A2A; 
	
}
#tpllck_sidebar .tpllck_newsbox1 h4 {
	color: #fff;
	padding-top: 1em;
}
.tpllck_newsbox1 h4 {
	font-weight: 500;
	letter-spacing: .03em;
}

/* ************************* Navigation 2 ************************* */
.tpllck_nav2 li {
	list-style-type: none;
	list-style-image: none;
}
.tpllck_nav2 ul.menulevel2 li {
	display: block;
	background-color: transparent;
	font-size: 1.2em;
	line-height: 4em;
	font-weight: 500;
	text-align: left;
	border-bottom: 0px solid #aaa;
}
/* .tpllck_nav2 ul.menulevel2 li.doc a:first-child,
.tpllck_nav2 ul.menulevel2 li.docs a:first-child {
	line-height: 3em;
} */
.tpllck_nav2 ul.menulevel2 {
	color: #BDBDBD;
	margin: 0;
	padding: 0;
}
.tpllck_nav2 ul.menulevel2 a:link {
	color: #fff;
	text-decoration: none;
}
.tpllck_nav2 ul.menulevel2 a:visited {
	color: #fff;
	text-decoration: none;
}
.tpllck_nav2 ul.menulevel2 a:hover {
	color: gold;
	text-decoration: none;
}
.tpllck_nav2 ul.menulevel2 a:active {
	color: gold;
	text-decoration: none;
}
.tpllck_nav2 ul.menulevel2 a:focus {
	color: gold;
	text-decoration: none;
}
/* Aktiven Link hervorheben */
.tpllck_nav2 ul.menulevel2 .sdoc,
.tpllck_nav2 ul.menulevel2 .sdocs  {
	color: gold;
	text-decoration: none;
}
.tpllck_nav2 ul ul.menulevel3 {
	margin: 5px 0 0 0;
	/* padding: 0 0 1px 0;*/
}
.tpllck_nav2 ul ul.menulevel3 li {
	line-height: 1em;
	font-size: 1em;
	font-weight: 400;
	text-align: left;
	border: 0;
	padding: 0 0 1em 1em!important;
	margin: 0;
}

/* ************************* Subarea Newsbox 2 + Newsbox 3 ************************* */
.tpllck_subarea {
	width: 100%;
	float: left;
	margin: 0;
}
.tpllck_newsbox2, .tpllck_newsbox3 {
	float:left;
	width: 49%;
	border: 0px solid #CFCFCF;
	margin: 1em 0 0 0;
	padding: 2em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tpllck_newsbox2 {
	background-color: #799235;
	color: #fff;
}
.tpllck_newsbox2 h4 {
	color: #fff;
	font-weight: 500;
	letter-spacing: .03em;
}
.tpllck_newsbox3 {
	background-color: #FC0;
	color: #fff;
}
.tpllck_newsbox3 h4 {
	color: #fff;
	font-weight: 500;
	letter-spacing: .03em;
}
.tpllck_newsbox_space {
	float: left;
	width: 2%;
	margin: 2em 0 0 0;
}

/* ************************* Subnavigation ************************* */
.tpllck_subnav {
	clear: both;
	width: 100%;
	padding: 1em;
	margin: 0 auto;
}
.tpllck_subnav td a {
	text-decoration: none;
	color: #AD5C00;
	display: block;
	white-space: nowrap;
	padding: 0;
}
.tpllck_subnav td a:hover {
	color: #486C88;
	background-color: #eee;
}
.tpllck_previous {
	width: 33%;
	text-align: left;
}
.tpllck_top {
	width: 33%;
	text-align: center;
}
.tpllck_next {
	width: 33%;
	text-align: right
}

/* ************************* Footer - Copyright & Login ************************* */
#tpllck_footer {
	background-color: #2D3E50;
	border-top: 0px solid #FFF;
	margin-top: 20px;
	padding: 0;
}
.tpllck_copyright {
	clear: both;
	font-size: 0.8em;
	height: 6em;
	line-height: 6em;
	margin: 0;
	text-align: center;
}
.tpllck_copyright a {
	color: #fff;
	text-decoration: none;
	padding: 4px;
}
.tpllck_copyright a:hover {
	color: #fff;
	background-color: #FF9100;
}
/* ************************* 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;
}

/* ************************* RESPONSIVE STYLE ************************* */
/* Wichtig ist die <meta name="viewport" ... Angabe im head-Bereich vom Template */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
.tpllck_content {
	min-height: inherit;
	width: 70%;
}
#tpllck_sidebar {
	width: 30%;
}
.tpllck_newsbox2, .tpllck_newsbox3 {
	margin-top: 1em;
}
#tpllck_footer {
	margin-top: 0;
	padding: 0;
}
}

@media only screen and (max-width: 768px) {
.tpllck_headnav {
	margin: 0 4px 0;
	line-height: 2em;
}
.tpllck_headnav p, .tpllck_headnav form {
	float: none;
	text-align: center;
}
.tpllck_header {
	font-size: 1.1em;
}
.tpllck_locator {
	display: none;
}
.tpllck_content {
	clear: both;
	float: none;
	min-height: inherit;
	width: 100%;
}
#tpllck_sidebar {
	clear: both;
	float: none;
	width: 100%;
	padding: 0;
}
.tpllck_nav2 ul.menulevel2 {
	margin-top: 0;
}
#tpllck_sidebar .tpllck_nav2 ul li {
	margin-bottom: 0.4em;
	line-height: 3em;
}
.tpllck_nav2 ul ul.menulevel3 li {
	line-height: 1em;
	font-size: .8em;
	padding: 0 !important;
	text-align: left;
}
.tpllck_submenu {
	display: none;
}
.tpllck_newsbox1 {
	margin-top: 0;
}
.tpllck_newsbox2, .tpllck_newsbox3 {
	float: none;
	margin-top: 0;
	width: 100%;
}
#tpllck_footer {
	margin-top: 0;
	padding: 0;
}
.tpllck_copyright {
	height: 5em;
	line-height: 5em;
}
}

@media only screen and (max-width: 479px) {
.tpllck_headnav {
	margin: 0;
	padding: 0;
}
.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_subnav {
	font-size: 0.7em;
}
}

/* ************************* Responsive Image ************************* */
img {
	max-width:100%;
	height: auto;
}

/* 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;
}
#xh_system_check li:before {
	content: none;
}
/* ************************* Template + Design by lck 01/2015 ************************* */