/****************************************************************/
/* css stylesheet Template 'iceandsnow'  for                    */
/*       CMSimple_XH by aws 06/2024                             */
/* based on Template "simpleblue" by lck at                     */
/* http://www.cmsimplexh.momadu.de/                             */
/*                    ---fundamentally changed---               */
/****************************************************************/


/**************************/
/*     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 solid #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: 10px;
	line-height: 1.75em;
	margin: 0;
	padding: 0;
}
#tpllck_body {
	background-image: linear-gradient(#fffafa, #eee9e9, #cdc9c9, #8b8989, black, black);
	min-height: 10vh;
	
}
#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: 900px;
	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   Suchfeld   */
/*****************************/
.tpllck_headnav form {
	float: left;
	margin-top: 0;
	white-space: nowrap;
}
.tpllck_headnav input.text {
	width: 10em;
}
.tpllck_headnav input.text,
.tpllck_headnav input.submit {
	border: 1px solid #9E9E9E;
	box-sizing: border-box;
	font-size: 12px;
	height: 24px;
	line-height: normal;
	margin: 0;
	padding: 2px 4px;
	vertical-align: middle;
}

/******************************************************/
/*   Header/Sitename  Header mit Image und Seitenname */
/******************************************************/
#tpllck_header_box {
	margin: 0 auto;
	width: 100%;
	text-align: right;
}
.tpllck_header {
   background: url(images/bgheader.jpg) no-repeat  /* Image 900x186 px */; 
	max-width: 900px;
	height: 186px;
	margin: 20px auto;
        box-shadow: 5px 5px 15px black;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	border: 0.5px solid white;
	
}
.tpllck_header h1 {
	font: /* italic */ bold 98% Tahoma, serif;
	letter-spacing: .02em;
	/* color: #486C88; */
	color: white; 
	opacity: 0.9;
	text-shadow: 5px 5px 3px black;
	margin: 190px 30px 0px 0px; /*Seitenname unterhalb Header: größer als 186px  - im Image: 140px */
	padding: 0;
	
}


/**********************************/
/*    Navigation 1 - responsive   */
/**********************************/
.tpllck_nav ul {
	
	list-style: none;
	background-color: #8b8989;
	box-shadow: 5px 5px 15px black;
	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: 0px solid #888;
}
 
.tpllck_nav a {
	text-decoration: none;
	color: #fff;
	display: inline-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: 400px) {
.tpllck_nav li {
	position: relative;
	/* width: 16em; */
	min-width: 120px;
	max-width: 900px;
	border-bottom: none;
	height: 2em;
	line-height: 2em;
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	margin-right: 0px;

}
}


/*********************************************************/
/*  "Breadcrumbs-Locator - wo bin ich und zurück         */
/*********************************************************/
.tpllck_locator {margin-bottom: 1em;}
.tpllck_locator p  {
	font-size: 0.9em;
	color: black;
	letter-spacing: 0.1em;
	margin: 0 1em;
}
.tpllck_locator a {
	color: black; /* #090 ? */
	
}
.tpllck_locator a:hover {
	color: red;  /* #486C88 ? */
	
}



/********************/
/*     Content      */
/********************/
#tpllck_content_box {
	max-width: 900px;
	/* background-color: black; besser kein Hintergrund */
        box-shadow: 5px 5px 10px black;
	text-align: left;
	margin: 0 auto;
}
.tpllck_content {
	float: left;
	/* min-width: 480px; nicht erforderlich, eher hinderlich*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 70%;
        
        box-shadow: 5px 5px 15px black;
        
	min-height: 500px; /* unbedingt erforderlich */
	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;
}


/************************************/
/*     Submenu  -  Untermenue       */
/************************************/
.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 (Untermenue) & Newsbox1 (Aktuelles) */
/*************************************************************/
#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: #2e8b57; Alternative für Farbverlauf */
        background-image: linear-gradient(to bottom, black, #8b8989, #CDC9C9);

        box-shadow: 5px 5px 15px black;

        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;
	
	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+4 - Newsboxen oder Info im Footer */
/*********************************************************/
.tpllck_subarea {
	width: 100%;
	float: left;
	margin: 0;
}
.tpllck_newsbox2, .tpllck_newsbox3, .tpllck_newsbox4 {
	float:left;
	width: 30%;
	/* background-color: #8b8989; keine Farbe, sondern die des body-Farbverlaufs*/
	/* opacity: 0.1; */
	/* border: 0px solid #CFCFCF; - keine Umrandung, sondern frei schwebend
	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: 5%;
	margin: 3em 0 0 0;
}


/*********************************************************/
/*    Subnavigation  - Seitenanfang Seite vor/zurück     */
/*********************************************************/
.tpllck_subnav {
	clear: both;
	width: 100%;
	padding: 1em;
	margin: 0 auto;
}
.tpllck_subnav td a {
	text-decoration: none;
	color: yellow;
	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: black; Alternative Hintergrund fix
	background-image: linear-gradient(grey, black); Alternative Farbverlauf separat
	color: black; */
	min-height: 10vh;
	/* display: grid; */
	/* grid-template-rows: 1fr 8em; */
	border-top: 3px solid #486C88;
	margin-top: 10px;
	padding: 20px 0px;
}
.tpllck_copyright {
	clear: both;
	text-align: center;
	font-size: 0.9em;
	margin: 1em 0;
}
.tpllck_copyright a {
	color: white;
	text-decoration: none;
	padding: 4px;
}
.tpllck_copyright a:hover {
	color: #fff;
	background: #FF9100;
}


/**************************************/
/* Login-Button  zentriert und größer */
/**************************************/
#login #submit {
	padding: 0 20px;
}


/**************************/
/*         Sitemap        */
/**************************/
ul.sitemaplevel1 {
	padding-left: 0em;
}
ul.sitemaplevel2 {
	padding-left: 1em;
}
ul.sitemaplevel3 {
	padding-left: 2em;
}

/****************************************************************/
/*             		RESPONSIVE STYLING                      */
/* !!!Nicht vergessen/verändern:  <meta name="viewport" ...     */
/*  im head-Bereich des Templates!!!    Anpassen an Screen      */
/****************************************************************/
@media only screen and (min-width: 769px) and (max-width: 900px) {
.tpllck_content {
	min-height: inherit;
	width: 70%;
}
#tpllck_sidebar {
	width: 30%;
}
.tpllck_newsbox2, .tpllck_newsbox3, .tpllck_newsbox4 {
	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, .tpllck_newsbox4 {
	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;
}

/* 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;
}