/**************************/
/*     Content Styles     */
/**************************/
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;
}

p {
	margin: 1em 0;
}
/* p:last-child {
	margin-bottom: 0;
} */
p.small {
	font-size: 10px;
}

div.important, .important {
	clear: both;
	background: #eee;
	padding: 1em 2em;
	border: .3em solid #486C88;
	margin: 1em 0;
}

div.warning, .warning {
	clear: both;
	text-align: center;
	font-weight: 900;
	background: #486C88;
	color: #fff;
	padding: 1em;
	border: .3em 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: #dfd;
}

a {
	color: #486C88;
}
a:active, a:visited, a:link {
	outline: 0;
	border: 0;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #2a2a2a;
}

.tpllck_content_main ul {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: none;
	padding-left: 1em;
}
.tpllck_content_main > ul > li:before,
.tpllck_content_main ul.sitemaplevel1 li:before {
	content: "\25BA" " "; /* Sonderzeichen Dreieck */
	color: #FFAB00;
}
.tpllck_content_main > ul > li {
	padding: 6px 0;
}

hr {
	border: 0;
	border-bottom: 1px dashed #CCC;
	background: #999;
	margin: 5px 0 3px 0;
}

/* Marker for tinymce 3 */
._-_-_-_-_-_-_-_ {}

/***********************/
/* Body & Druckansicht */
/***********************/
body {
	font-family: "Verdana",Arial,sans-serif;
	color: #777;
	font-size: 14px;
	line-height: 1.75em;
	margin: 0;
	padding: 0;
}
#tpllck_body {
	background: #eee;
}
#TOP {
	font-size: 0px;
	line-height: 0px;
}

 /* ***** Druckansicht ***** */
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" " "; /* Sonderzeichen Dreieck + Leerzeichen */
	color: #FFAB00;
}


/*******************/
/*    Head Nav     */
/*******************/
.tpllck_headnav {
	margin:0 auto;
	padding: 0 1em;
	max-width: 1200px;
	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: #777;
}
.tpllck_headnav a:hover {
	color: #090;
}
.tpllck_headnav p img {
	margin-left: 0.5em;
}


/*******************/
/*    Searchbox     */
/*******************/
.tpllck_headnav form {
	float: left;
	margin-top: 0;
	white-space: nowrap;
}
.tpllck_headnav input.text {
	vertical-align: middle;
	width: 10em;
	height: 1.2em;
	margin: auto 0;
}


/***********************/
/*   Header/Sitename   */
/***********************/
#tpllck_header_box {
	margin: 0 auto;
	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: 20px;
	font-weight: 700;
	border: 0px solid red;
}
.tpllck_header h1 {
	font: italic bold 200% Georgia, serif;
	letter-spacing: .01em;
	color: #486C88;
	margin: 0;
	padding: 0;
}


/**********************************/
/*    Navigation 1 - responsive   */
/**********************************/
.tpllck_nav ul {
	list-style: none;
	background-color: #486C88;
	text-align: center;
	padding: 0;
	margin: 0;
}
.tpllck_nav li {
	font-family: "Verdana",Arial,sans-serif;
	font-size: 1.2em;
	line-height: 40px;
	height: 40px;
	border-bottom: 1px solid #888;
}
 
.tpllck_nav a {
	text-decoration: none;
	color: #fff;
	display: block;
	transition: .3s background-color;
}
 
.tpllck_nav a:hover {
	background-color: #005f5f;
}
.tpllck_nav .sdoc,
.tpllck_nav .sdocs,
.tpllck_nav .sdoc a,
.tpllck_nav .sdocs a {
	background-color: #E5E5E5;
	color: #777;
}

@media screen and (min-width: 769px) {
.tpllck_nav li {
	width: 16em;
	border-bottom: none;
	height: 4em;
	line-height: 4em;
	font-size: 1.2em;
	font-weight: 400;
	display: inline-block;
	margin-right: -4px;
}
}


/*************************/
/*  Breadcrumbs-Locator  */
/*************************/
.tpllck_locator {margin-bottom: 1em;}
.tpllck_locator p  {
	font-size: 0.7em;
	letter-spacing: 0.1em;
	margin: 0 1em;
}
.tpllck_locator a {
	color: #090;
}
.tpllck_locator a:hover {
	color: #486C88;
}



/********************/
/*     Content      */
/********************/
#tpllck_content_box {
	max-width: 1200px;
	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: 100%;
	min-height: 500px; /* verhindert "springen" der Seite */
	margin: 0;
	background-color: white;
	border: 1px solid #CFCFCF;
	padding: 2em;
}
h1, h2, h3, h4 {
	/* font: normal normal 21px verdana; */
	color: #486C88;
	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: #086;
}
h6 {
	font-size: 14px;
	font-weight: 600;
	color: #086;
}


/*********************/
/*     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" " "; /* Sonderzeichen Dreieck */
	color: #FFAB00;
}


/************************************/
/* Sidebar - Navigation2 & Newsbox1 */
/************************************/
#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 {
	background-color: #486C88;
	font-size: 14px;
	font-weight: 500; 
	margin-bottom: 1em;
	padding: 0 2em;
}
#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;
}


/**********************/
/*    Navigation 2    */
/**********************/
.tpllck_nav2 li {
	list-style-type: none;
	list-style-image: none;
}
.tpllck_nav2 ul.menulevel2 li {
	display: block;
	background: transparent;
	font-size: 14px;
	line-height: 3em;
	font-weight: 700;
	text-align: left;
	border-bottom: 0px solid #aaa;
}
.tpllck_nav2 ul ul.menulevel3 {
	margin: 5px 0 0 0;
	padding: 0 0 1px 0;
}
.tpllck_nav2 ul ul.menulevel3 li {
	line-height: 1.2em;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	border: 0;
	padding: 0 0 0 1em!important;
	margin: 0;
}
.tpllck_nav2 ul.menulevel2 {
	color: #fff;
	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;
}


/***********************/
/* Subarea Newsbox 2+3 */
/***********************/
.tpllck_subarea {
	width: 100%;
	float: left;
	margin: 0;
}
.tpllck_newsbox2, .tpllck_newsbox3 {
	float:left;
	width: 49%;
	background-color: white;
	border: 1px solid #CFCFCF;
	margin: 1em 0 0 0;
	padding: 2em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.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: black;
	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 {
	border-top: 3px solid #486C88;
	margin-top: 60px;
	padding: 20px 0px;
}
.tpllck_copyright {
	clear: both;
	text-align: center;
	font-size: 0.8em;
	margin: 1em 0;
}
.tpllck_copyright a {
	color: #777;
	text-decoration: none;
	padding: 4px;
}
.tpllck_copyright a:hover {
	color: #fff;
	background: #FF9100;
}


/****************/
/* Login-Button */
/****************/
#login #submit {
	padding: 0 20px;
}


/**************************/
/*         Sitemap        */
/**************************/
ul.sitemaplevel1 {
	padding-left: 0em;
}
ul.sitemaplevel2 {
	padding-left: 1em;
}
ul.sitemaplevel3 {
	padding-left: 2em;
}


/***************************************************************************************/
/*             					RESPONSIVE STYLING                                     */
/* !!!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_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;
}
.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;
}
}

@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;
}