@import url("lck_ddmenu.css");

/* ************************* Global Styles ************************* */
h1, h2, h3, h4 , h5, h6 {
	clear: both;
}
h1, h2, h3 {
	margin: .4em 0 .5em;
	font-family: raleway, verdana, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	color: #c2a572;
	line-height: 1.0;
	text-align: center;
}
h1 {
	font-size: 3.2rem;
}
h2 {
	font-size: 3.2rem;
}
h3 {
	font-size: 3.2rem;
}
h4, h5, h6 {
	margin: .8em 0 .5em;
}
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
h4 {
	font-family: raleway, verdana, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.8rem;
	text-transform: uppercase;
	color: #c2a572;
	line-height: 1.0;
}
h5 {
	font-family: raleway, verdana, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 2.8rem;	
	text-transform: uppercase;
	color: #c2a572;
	line-height: 1.1;
	letter-spacing: .05em;
}
h6 {
	font-family: raleway, verdana, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 1.4rem !important;
	color: #c2a572;
	line-height: 1.3 !important;
	letter-spacing: .04em;
}

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

hr {
	background-color: rgba(149, 139, 113, 0.0);
	border: 0;
	border-bottom: 1px dashed #958b71;
	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;
}

img.zoom {                                        /* added /fb/ */
	transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
}
img.zoom:hover {
	cursor: zoom-in;
	cursor: -moz-zoom-in;
	cursor: -webkit-zoom-in;
	transform: scale(1.8, 1.8);
	-moz-transform: scale(1.8, 1.8);
	-webkit-transform: scale(1.8, 1.8);
	-o-transform: scale(1.8, 1.8);
	-ms-transform: scale(1.8, 1.8);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.4);
}

.bold {
	font-family: raleway, verdana, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.important {
	background-color: rgba(194, 165, 114, 0.8);
	color: #fff;
	border: 0px solid #ABABAB;
	border-radius: 0px;
	clear: both;
	margin: 1em 0;
	padding: 0.4em 0.9em;
}
.warning {
	background-color: #D4AA78;
	border: 0em solid #C0C0C0;
	border-radius: 6px;
	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: #c2a572;
	text-decoration: none;
}
a:visited {
	border: 0;
	color: #c2a572;
	text-decoration: none;
}
a:focus {
	border: 0;
	color: #c2a572;
	text-decoration: none;
}
a:hover {
	border: 0;
	color: #bdb199;
	text-decoration: none;
}
a:active {
	border: 0;
	color: #c2a572;
	text-decoration: none;
}
ul {
	list-style-image: url(images/listimage.png);
	list-style-position: inside;
	list-style-type: none;
	padding-left: 1em;
}
.tpllck_content_main > ul > li {
	padding: 6px 0;
}
blockquote {
	margin-left: 8em;
	margin-right: 8em;
}
/* ************************* Zweispaltigkeit im Content, fb/2018 (s.a.u. Responsive Styles) ************************* */
.wrapper {
	width: 100%;
}
.erste_spalte {
	width: 28em;
	float: left;
	padding: 0 .1em 1em;
	line-height: 1.3;
}
.zweite_spalte {
	margin-left: 30em;
	padding: 0 .5em .5em;
	line-height: 1.4em;
	margin-bottom: .2em;
}
/* ************************* Navi-Buttons Contentbereich/Newsboxen, fb/2020 ************************* */
div.navi_button1 {
	width: 140px;
	display: inline-block;
	background-color: rgba(108, 94, 68, 1.0); 
	opacity: 1;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    vertical-align: top;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	transition:all 0.3s ease;
	color: #faf6ec; 
	line-height: 2.2em; 
	border-radius: 4px; 
	margin: 2px;
	padding-top: 2px; 
	padding: 2px;
	text-align: center; 
	font-size: 16px
}
div.navi_button1 a {
	color: #faf6ec;
	display: block;
	-webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
	transition:all 0.3s ease;
	/*opacity: 0.8;*/	
}
div.navi_button1 a:hover {
	background-color: rgba(98, 84, 58, 1.0); 
	color: #fff; 
	display: block;
	-webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
	transition:all 0.3s ease;
	/*opacity: 0.8;*/	
}

div.navi_button1a {
	width: 284px;
	display: inline-block;
	background-color: rgba(108, 94, 68, 1.0); 
	opacity: 1;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
   	transition:all 0.3s ease;
	color: #faf6ec; 
	line-height: 2.2em; 
	border-radius: 4px; 
	margin: 2px; 
	margin-bottom: 3px;
	padding-top: 2px; 
	text-align: center; 
	font-size: 16px
}
div.navi_button1a a {
	color: #faf6ec;
	display: block;
	-webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
	transition:all 0.3s ease;
	/*opacity: 0.8;*/	
}
div.navi_button1a a:hover {
		background-color: rgba(98, 84, 58, 1.0); 
	color: #fff; 
	display: block;
	-webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
	transition:all 0.3s ease;
	/*opacity: 0.8;*/	
}

div.navi_button_newsboxen {
	width: 15.5%;
	float: left; 
	background-color: rgba(108, 94, 68, 1.0); 
	margin-right: .2%; 
	opacity: 1;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
	transition:all 0.3s ease;
	color: #faf6ec; 
	line-height: 2.2em; 
	border-radius: 4px; 
	margin: 2px; 
	padding: 2px;
	padding-top: 2px; 
	text-align: center; 
	font-size: 16px
}
div.navi_button_newsboxen a {
	background-color: rgba(108, 94, 68, 1.0);
	color: #faf6ec;
	display: block;
	-webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
	transition:all 0.3s ease;
	/*opacity: 0.8;*/	
}
div.navi_button_newsboxen a:hover {
	background-color: rgba(98, 84, 58, 1.0); 
	color: #fff; 
	display: block;
	-webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
	transition:all 0.3s ease;
	/*opacity: 0.8;*/	
}

/* ************************* html + body ************************* */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	background-color: #fff;
	color: #777;
	font-family: raleway, verdana, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	line-height: 1.75em;
}
#tpllck_body {
	background-color: #fff;
	/*background: url(images/bg.jpg) no-repeat fixed #fff;*/
	/*background-image:linear-gradient( #4b432e, #000); */
	-webkit-background-size: cover;
	background-size: cover;
}
/* ************************* Print View ************************* */
body.print {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	margin: 0 auto;
	max-width: 1170px;
	padding: 2em;
}

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

/* ************************* Head Navigation ************************* */
.tpllck_head {
	background-color: rgba(0,0,0, 0.0);
	/* background: url(images/bg.jpg) 50% 0; */
	-webkit-background-size: cover;
	background-size: cover;
	margin: 0 auto;  
	max-width: 1170px;
	height: 20em; 
	padding-top: 2em;
	
	/* height: 40%;
	height: 40vh;
	padding: 0em 0;
	width: 100%; */
}
.tpllck_headnav {
	border: 0px solid #c2a572;
	line-height: 3.6em;
	margin: 0 auto 0;
	/* max-width: 1170px; */
	padding: 0 2.2em 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tpllck_headnav p {
	color: #fbf8ef;
	/*float: right; */
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}
.tpllck_headnav a:link,
.tpllck_headnav a:visited,
.tpllck_headnav a:active {
	font-size: 14px;
	color: #fbf8ef;
}
.tpllck_headnav a:hover {
	color: #e4decd;  /* #bdb199; */
	text-decoration: none;
}
.tpllck_headnav p img {
	margin-left: 0.5em;
	vertical-align: middle;
}
/* ************************* Searchbox ************************* */
.tpllck_headnav form {
	float: right;
	margin-top: 0;
	white-space: nowrap;
}
.tpllck_headnav input.text {
	background-color: rgba(189, 177, 153, 0.1);
	color: #999;
	border: 1px solid #EEE;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 1.5rem;
	margin: auto 0;
	margin-left: 12px;
	-webkit-transition: .5s;
	transition: .5s;
	vertical-align: middle;
	width: 10em;
}
.tpllck_headnav input.text:focus {
	background-color: rgba(189, 177, 153, 0.2);
	color: #999;
	width: 17em;
}
.tpllck_headnav input.submit {
	background-color: #bdb199;
	border: 0px solid #8A0808;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	height: 1.5rem;
}
.tpllck_headnav input.submit:hover {
	color: #fcf0d0;
	background-color: #ada28c;
	text-decoration: none;
}

/* ************************* Header/Sitename ************************* */
#tpllck_header_box {
	/* background-color: rgba(255, 255, 255, 1.0); */ 
	background: url(images/hg_header_folgeseiten.jpg) repeat;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 12em;
}
.tpllck_header {
	/*background: url(images/start1_1170px.jpg) no-repeat;*/
	background-color: rgba(255, 255, 255, 0);
	border: 0px solid;
	font-size: 1.2em;
	font-weight: 300;
	margin: 0 auto 0;
	height: 42px;
	max-width: 1170px;
	padding: 1.2rem 0.6rem 0.6rem 0.2rem;
	text-align: center;
}
.tpllck_header h1 {
	color: #fff;
	font-family: raleway, verdana, sans-serif;
	font-weight: 100;
	font-size: 2.8rem;
	font-style: normal;
	letter-spacing: .1em;
	margin: 0.5em 0;
	text-align: center;
	vertical-align: bottom;
}
.tpllck_header p {                                /* added /fb/ */
	color: #fff;
	font-family: raleway, verdana, sans-serif;
	font-weight: 200;
	font-size: 1.2rem;
	font-style: normal;
	vertical-align: bottom;
	letter-spacing: .2em;
	margin-top: -18px;
	padding-left: 1.0em;
	padding-right: 22.6em;
	padding-top: .8em;
}

/* ************************* 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: #AD5C00;
	text-decoration: none;
}
.tpllck_locator a:hover {
	color: #B45F04;
	text-decoration: none;
}

/* ************************* Content ************************* */
#tpllck_content_box {
	background-color: rgba(255, 255, 255, 1.0);
	/* background: url(images/hg_content.jpg) fixed;  */
	width: 100%;
}
.tpllck_content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	margin: 0 auto;
	margin-top: 0em;
	border-top: 0px solid #bdb199;
	border-bottom: 0px solid #bdb199;
	max-width: 1170px;
	min-height: 0px; /* Prevents "jumping" of the page: 500 px */
	padding: 1.0em 2.4em 0.6em;
	width: 100%;
	background-color: rgba(255,255,255, 0.95);
}

.tpllck_content a:link {
	color: #b09661;
	text-decoration: none;
}
.tpllck_content a:visited {
	color: #b09661;
	text-decoration: none;
}
.tpllck_content a:focus {
	color: #b09661;
	text-decoration: none;
}
.tpllck_content a:hover {
	color: #bdb199;
	text-decoration: none;
}
.tpllck_content a:active {
	color: #bdb199;
	text-decoration: none;
}

/* ************************* Submenu ************************* */
.tpllck_submenu h4 {
	font-size: 14px;
	margin-top: 1em;
}

/* ************************* Subarea - Newsboxes ************************* */
.tpllck_subarea {
	background-color: rgba(255, 255, 255, 1.0);
	/* background: url(images/hg_subarea.jpg) fixed; */
	float: left;
	clear: both;
	margin: 0;
	width: 100%;
	min-height: 0;
	border-top: 0px solid rgba(255, 255, 255, 1.0);
}
  /* **fb/2020 ** */
.tpllck_subarea1a {
	background-color: rgba(255, 255, 255, 1.0);
	/* background: url(images/hg_subarea.jpg) fixed; */
	float: left;
	clear: both;
	margin: 0;
	width: 100%;
	min-height: 0;
	border-top: 0px solid rgba(255, 255, 255, 1.0);
} 
.tpllck_subarea1b {
	background-color: rgba(89, 81, 66, 1.0);
	/* background: url(images/hg_subarea.jpg) fixed; */
	float: left;
	clear: both;
	margin: 0;
	width: 100%;
	min-height: 0;
	border-top: 0px solid rgba(255, 255, 255, 1.0);
} 
.tpllck_subarea2 {                      
	background-color: rgba(255, 255, 255, 1.0);
	/* background: url(images/hg_subarea.jpg) fixed; */
	float: left;
	clear: both;
	margin: 0;
	width: 100%;
	/* min-height: 12em; */
	border-top: 0px solid rgba(255, 255, 255, 1.0);
}
  /* **fb/2020 ** */
.tpllck_subarea3 {
	background-color: rgba(40, 40, 40, 1.0);
	/* background: url(images/hg_subarea.jpg) fixed; */
	float: left;
	clear: both;
	margin: 0;
	width: 100%;
	/* min-height: 12em; */
	border-top: 0px solid rgba(255, 255, 255, 1.0);
}
  /* **fb/2020 ** */
.tpllck_subarea4 {
	background-color: rgba(255, 255, 255, 1.0);
	/* background: url(images/hg_subarea.jpg) fixed; */
	float: left;
	clear: both;
	margin: 0;
	width: 100%;
	/* min-height: 12em; */
	border-top: 0px solid rgba(255, 255, 255, 1.0);
}
  /* **fb/2020 ** */
.tpllck_subarea5 {
	background-color: rgba(40, 40, 40, 1.0);
	/* background: url(images/hg_subarea.jpg) fixed; */
	float: left;
	clear: both;
	margin: 0;
	width: 100%;
	/* min-height: 12em; */
	border-top: 0px solid rgba(112, 117, 136, 1.0);
}
  /* **fb/2020 ** */
.tpllck_subarea6 {
	background-color: rgba(255, 255, 255, 1.0);
	/* background: url(images/bg_subarea.jpg) fixed; */
	float: left;
	clear: both;
	margin: 0;
	width: 100%;
	/* min-height: 12em; */
	border-top: 0px solid rgba(255, 255, 255, 1.0);
}
/* **fb/2020 ** */
.tpllck_subarea7 {
	background: url(images/test4.jpg) fixed; 
	float: left;
	clear: both;
	margin: 0;
	width: 100%;
	min-height: 18em;
}
/* **fb/2020 ** */
.tpllck_subarea7a {
	background: url(images/test5.jpg) fixed; 
	float: left;
	clear: both;
	margin: 0;
	width: 100%;
	min-height: 18em;
}
/* **fb/2020 ** */
.tpllck_subarea7b {
	background: url(images/bg_subarea2.jpg) fixed; 
	float: left;
	clear: both;
	margin: 0;
	width: 100%;
	min-height: 18em;
}
.tpllck_newsboxes {
	margin: 0 auto;
	max-width: 1170px;
	border-top: 0px solid rgba(255, 255, 255, 0.9);
}
.tpllck_newsbox1, .tpllck_newsbox1a, .tpllck_newsbox1b, .tpllck_newsbox2, .tpllck_newsbox3, .tpllck_newsbox4, .tpllck_newsbox5, .tpllck_newsbox6 {   /* **** Zusatz-Newsbox fb/4/2020 *** */
	border: 0px solid #333;
	border-radius: 0px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
	margin: 1.8em 0;
	width: 100%;  /* 33.3333334%; */
	min-height: 9em;
	font-family: raleway, verdana, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
}
.tpllck_newsbox1 {
	margin-top: 0;
	background-color: rgba(40, 40, 40, 1.0);
	border: 0px solid #ece4ce;
	border-radius: 6px;
	min-height: 0;
	text-align: center;
	color: #bdb199;
	padding: 0;
	line-height: 1.5;
}
.tpllck_newsbox1 a{
	color: #fff;
}
.tpllck_newsbox1 a:hover{
	color: #ebd9b4;
}
.tpllck_newsbox1a {
	margin-top: 0;
	background-color: rgba(40, 40, 40, 0);
	min-height: 0;
	text-align: center;
	color: #6e624a;
	padding: 0;
	line-height: 1.5;
}
.tpllck_newsbox1a a{
	color: #cb8802;
}
.tpllck_newsbox1a a:hover{
	color: #93866c;
}
.tpllck_newsbox1b {
	margin-top: 0;
	background-color: rgba(40, 40, 40, 0);
	min-height: 0;
	text-align: center;
	color: #eae2d2;
	padding: 0;
	line-height: 1.5;
}
.tpllck_newsbox1b a{
	color: #fff;
}
.tpllck_newsbox1b a:hover{
	color: #eae2d2;
}
.tpllck_newsbox2 {
	margin-top: 0;
	background-color: rgba(255, 255, 255, 0.0);
	border-left: 0px solid #ece4ce;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	padding: 0;
	/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);  */
}
.tpllck_newsbox2 a{
	color: #f7edd2;
}
.tpllck_newsbox2 a:hover{
	color: #bdb199;
}
.tpllck_newsbox3 {
	margin-top: 0.4em;
	background-color: rgba(112, 117, 136, 0);
	border-right: 0px solid #ece4ce;
	line-height: 1.5;
	text-align: center;
	color: #ded3b6;
	padding: 1.2rem 0 0 0;
}
.tpllck_newsbox3 a{
	color: #faf6eb;
}
.tpllck_newsbox3 a:hover{
	color: #ded3b6;
}
/* **** Zusatz-Newsbox4 fb/2020 *** */
.tpllck_newsbox4 {
	margin-top: 0.4em;
	background-color: rgba(255, 255, 255, 0.0);
	border-left: 0px solid #ece4ce;
	line-height: 1.5;
	text-align: center;
	color: #6e624a;
	padding: 1.2rem 0 0 0;
}
.tpllck_newsbox4 a{
	color: #cb8802;
}
.tpllck_newsbox4 a:hover{
	color: #93866c;
}
/* **** Zusatz-Newsbox5 fb/2020 *** */
.tpllck_newsbox5 {
	margin-top: 0.4em;
	background-color: rgba(255, 255, 255, 0);
	border-left: 0px solid #ece4ce;
	line-height: 1.5;
	text-align: center;
	color: #ded3b6;
	padding: 1.2rem 0 0 0;
}
.tpllck_newsbox5 a{
	color: #faf6eb;
}
.tpllck_newsbox5 a:hover{
	color: #ded3b6;
}
/* **** Zusatz-Newsbox6 fb/2020 *** */
.tpllck_newsbox6 {
	margin-top: 0.4em;
	background-color: rgba(255, 255, 255, 0);
	border-left: 0px solid #ece4ce;
	line-height: 1.5;
	text-align: center;
	color: #6e624a;
	padding: 1.2rem 0 0 0;
}
.tpllck_newsbox6 a{
	color: #cb8802;
}
.tpllck_newsbox6 a:hover{
	color: #93866c;
}
/* **** Zusatz-Newsbox7 fb/2020 *** */
.tpllck_newsbox7 {
	margin-top: 0.4em;
	background-color: rgba(255, 255, 255, 0.0);
	border-left: 0px solid #ece4ce;
	line-height: 1.5;
	text-align: center;
	color: #bdb199;
	padding: 0;
}
.tpllck_newsbox7 a{
	color: #fff;
}
.tpllck_newsbox7 a:hover{
	color: #ebd9b4;
}

/* **** Zusatz-Newsbox7a fb/2020 *** */
.tpllck_newsbox7a {
	margin-top: 0.4em;
	background-color: rgba(255, 255, 255, 0.0);
	border-left: 0px solid #ece4ce;
	line-height: 1.5;
	text-align: center;
	color: #bdb199;
	padding: 0;
}
.tpllck_newsbox7a a{
	color: #fff;
}
.tpllck_newsbox7a a:hover{
	color: #ebd9b4;
}
/* **** Zusatz-Newsbox7b fb/2020 *** */
.tpllck_newsbox7b {
	margin-top: 0.4em;
	background-color: rgba(255, 255, 255, 0.0);
	border-left: 0px solid #ece4ce;
	line-height: 1.5;
	text-align: center;
	color: #bdb199;
	padding: 0;
}
.tpllck_newsbox7b a{
	color: #fff;
}
.tpllck_newsbox7b a:hover{
	color: #ebd9b4;
}

/* ************************* Languagemenu ******* added fb/2021  ****************** */
.languagemenu {
	background-color: rgba(255, 255, 255, 0.0);
	clear: both;
	border-top: 0px solid rgba(79, 68, 50, 0.0);
	padding: 0;
	text-align: center;
	position: fixed;  
	bottom: 219px; 
    right: 48px;
}
.languagemenu_icon {
	background-color: rgba(127, 115, 92, 1.0); 
	background: url(images/hg_toplink.jpg);
	border: 1px solid #fcf0d0;
	border-radius: 50%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	/*-webkit-box-shadow: 0 0 0 0px #FFEBCD;*/
	/*box-shadow: 0 0 0 0px #FFEBCD;*/
	display: inline-block;
	opacity: 1.0;
	-webkit-transition: .5s;
	transition: .5s;
	height: 1.25em;
	width: 1.66em;
	color: #fff;
	font-size: 2.1em;
	padding-top: 15px;
}
.languagemenu_icon:after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: &#9993;
	display: inline-block;
	height: 1.3em;
	margin-top: 1.4em;
	width: 1.3em;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.languagemenu_icon:hover {
	background-color: rgba(127, 115, 92, 1.0);
	background: url(images/hg_toplink_hover.jpg);
	border: 1px solid rgba(255, 255, 255, 1.0);
	opacity: 1;
	color: #efe7d6;
}
.languagemenu_icon:hover:after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}

/* ************************* Kontaktlink ******* added fb/2020  ****************** */
.tpllck_contactlink {
	background-color: rgba(255, 255, 255, 0.0);
	clear: both;
	border-top: 0px solid rgba(79, 68, 50, 0.0);
	padding: 0;
	text-align: center;
	position: fixed;  
	bottom: 140px; 
    right: 48px;
}
.contactlink_icon {
	background-color: rgba(127, 115, 92, 1.0); 
	background: url(images/hg_toplink.jpg);
	border: 1px solid #fcf0d0;
	border-radius: 50%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	/*-webkit-box-shadow: 0 0 0 0px #FFEBCD;*/
	/*box-shadow: 0 0 0 0px #FFEBCD;*/
	display: inline-block;
	opacity: 1.0;
	-webkit-transition: .5s;
	transition: .5s;
	height: 1.25em;
	width: 1.66em;
	color: #fff;
	font-size: 2.1em;
	padding-top: 15px;
}
.contactlink_icon:after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	content: &#9993;
	display: inline-block;
	height: 1.3em;
	margin-top: 1.4em;
	width: 1.3em;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.contactlink_icon:hover {
	background-color: rgba(127, 115, 92, 1.0);
	background: url(images/hg_toplink_hover.jpg);
	border: 1px solid rgba(255, 255, 255, 1.0);
	opacity: 1;
	color: #efe7d6;
}
.contactlink_icon:hover:after {
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
}

/* ************************* Toplink *******changed to fixed | fb ****************** */
.tpllck_toplink {
	background-color: rgba(255, 255, 255, 0.0);
	clear: both;
	border-top: 0px solid rgba(79, 68, 50, 0.0);
	padding: 0;
	text-align: center;
	position: fixed;  
	bottom: 62px; 
    right: 48px;
}
.toplink_icon {
	background-color: rgba(127, 115, 92, 1.0); 
	background: url(images/hg_toplink.jpg);
	border: 1px solid #fcf0d0;
	border-radius: 50%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	/*-webkit-box-shadow: 0 0 0 0px #FFEBCD;*/
	/*box-shadow: 0 0 0 0px #FFEBCD;*/
	display: inline-block;
	height: 3.4em;
	opacity: 1.0;
	-webkit-transition: .5s;
	transition: .5s;
	width: 3.4em;
}
.toplink_icon:after {
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	content: '';
	display: inline-block;
	height: 1.3em;
	margin-top: 1.4em;
	width: 1.3em;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.toplink_icon:hover {
	background-color: rgba(127, 115, 92, 1.0);
	background: url(images/hg_toplink_hover.jpg);
	border: 1px solid rgba(255, 255, 255, 1.0);
	opacity: 1;
}
.toplink_icon:hover:after {
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
}

/* ************************* Footer - LastUpdate + Copyright + Login ************************* */
#tpllck_footer {
	background-color: rgba(40, 40, 40, 0);
	background: url(images/start1_hg.jpg);
	border-top: 0px solid #FFF;
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
}
.tpllck_copyright {
	clear: both;
	color: #fdf5e1;
	display: table-cell;
	font-family: raleway, verdana, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	line-height: 1.6em;
	margin: 0;
	padding: 1.8em .5em 2em;
	text-align: center;
	vertical-align: middle;
}
.tpllck_copyright a {
	color: #fdf5e1;
	padding: 4px;
	text-decoration: none;
}
.tpllck_copyright a:hover {
	color: #fff;
}
.tpllck_copyright hr {
	background-color: rgba(194, 165, 114, 0.0);
	border: 0;
	border-bottom: 1px dotted #ada28c;
	margin-left: auto;
    margin-right: auto;
    max-width: 16em;
}
/* ************************* Login-Button */
#login #submit {
	padding: 0 20px;
}

/* ************************* CMSimple_XH Mailform - xh_captcha_input + xh_captcha_code-Button ************************* */
.xh_captcha_input {
	height: 2em;
}	
.xh_captcha_code {
	background-color: #bdb199;
	height: 2em;
	line-height: 2em;
	padding: 0 6px;
}

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

/* ************************* Media Queries - RESPONSIVE STYLE ************************* */
@media only screen and (max-width: 1024px) {
.tpllck_headnav {
	padding: 0 1em;
}
.tpllck_headnav p, .tpllck_headnav form {
	float: none;
	text-align: center;
}
/*.tpllck_head {
	padding-bottom: 6em;
}*/
h4, h5, h6 {
	padding: 0 !important;
}
blockquote {
	margin-left: 6em;
	margin-right: 6em;
}
}

@media only screen and (min-width: 801px) and (max-width: 1024px) {
/*.tpllck_head {
	height: auto;
}*/
.tpllck_head {
	height: 16em;
}
.tpllck_header {
	font-size: 1.1em;
	margin: 0 auto 0;
	padding: 3.6rem 0.6rem 0.6rem 0.6rem;
	text-align: center;
}
.tpllck_header h1 {
	font-size: 2.6rem;
	margin-left: .56em;
}
.tpllck_header p {                                /* added /fb/ */
	text-align: center;
	padding-left: 0 !important;
}
#tpllck_footer {
	margin-top: 0;
	padding: 0;
}
h4, h5, h6 {
	padding: .5em 0 0 0 !important;
}
.erste_spalte {
	padding-bottom: 0;
}
.erste_spalte img {
	padding-bottom: 0.7em;
}
.zweite_spalte {
	float: left;
	margin-left: 0.6em;
	padding-left: 0;
}
hr {
	clear: both;
}
blockquote {
	margin-left: 4em;
	margin-right: 4em;
}
}

@media only screen and (max-width: 800px) {
#tpllck_body {
	background: url(images/bg.jpg) 50% no-repeat fixed #FFF;  /* background: url(images/bg_mobil.jpg) 50% no-repeat fixed #FFF; */
	-webkit-background-size: cover;
	background-size: cover;
}
.tpllck_head {
	background: none;
	background-color: rgba(0, 0, 0, 0);
	height: auto;
}
.tpllck_headnav {
	line-height: 1.4em;
	margin: 0 4px 0;
	font-size: 1.0rem;
}
.tpllck_headnav p {
	/*text-transform: none;*/
	padding-top: 9px;
}
.tpllck_content h1, h2, h3 {    /* added /fb/ */
	font-size: 2.8rem;
}
.tpllck_header {
	font-size: 1.1em;
	margin: 0;
	padding-top: 2.2rem;
}
.tpllck_header h1 {
	font-size: 2.2rem;
	text-align: center;
}
.tpllck_header p {                                /* added /fb/ */
	text-align: center !important; 
	padding-left: 0 !important;
	padding-top: 1.2em;
}
.tpllck_locator {
	display: none;
}
.tpllck_content {
	padding: 1em 1em;
	word-wrap: break-word;
}
ul.sitemaplevel1 {
	margin-top: 0;
}
.tpllck_newsbox1, .tpllck_newsbox2, .tpllck_newsbox3 {
	border-top: none;
	float: none;
	margin: 0;
	width: 100%;
}
.tpllck_newsbox1 {
	padding-bottom: 1.3em;
}
.tpllck_newsbox_space {
	display: none;
}
div.navi_button_newsboxen {
	font-size: 13px;
}
.languagemenu {
	bottom: 174px; 
    right: 9px;
}
.tpllck_contactlink {
	bottom: 100px; 
    right: 9px;
}
.tpllck_toplink {
	bottom: 26px; 
    right: 9px;
}

#tpllck_footer {
	margin-top: 0;
	padding: 0;
}
.erste_spalte {
	width: 100%;
	padding-bottom: 0;
}
.erste_spalte img {
	padding-bottom: 0.7em;
}
.zweite_spalte {
	margin-left: 0;
}
h4, h5, h6 {
	padding: 0 !important;
}
h6 {                                   /* Newsboxen */
	font-size: 1.3rem !important;
}
blockquote {
	margin-left: 3em;
	margin-right: 3em;
}
.contactlink_icon {        /* added /fb/ */
	height: 1.12em;
	width: 1.35em;
	font-size: 2.6em;
	padding-top: 9px;
}
}

@media only screen and (max-width: 499px) {
.tpllck_headnav {
	margin: 0;
	padding: 0;
}
.tpllck_headnav input.text, .tpllck_headnav input.submit {
	font-size: 0.7em;
}
.tpllck_headnav p {
	font-size: .84rem;
	text-transform: none;
	letter-spacing: 0;
	padding-top: 8px;
	}
.tpllck_headnav p a {
	padding: 0;
}
.tpllck_header {
	margin-top: 0;
	padding-top: 2.0rem;
	padding-bottom: 0.4rem;
}
.tpllck_header h1 {
	font-size: 2.2rem;
	margin-left: .3em;
}
.tpllck_header p {                                /* added /fb/ */
	letter-spacing: .2em;
	margin-top: -14px;
	padding-top: 1.2em;
}
.tpllck_header img {
	margin: 0;
	padding: 0;
}
.tpllck_content h1, h2, h3 {    /* added /fb/ */
	font-size: 2.4rem;
}
div.navi_button_newsboxen {
	font-size: 11px;
}
.tpllck_submenu h4 {    /* added /fb/ */
	font-size: inherit !important;   
}
.tpllck_content h4, h5, h6 {
	font-size: 2.0rem;
}
h6 {                                   /* Newsboxen */
	font-size: 1.2rem !important;
}
.tpllck_content {
	margin: 1em 0 0;
}
.zweite_spalte {
	margin-left: 0;
}
blockquote {
	margin-left: 1em;
	margin-right: 1em;
}
div.navi_button_newsboxen { /* added /fb/ */
	margin-right: .1%; 
	font-size: 12px
}
.contactlink_icon {        /* added /fb/ */
	height: 1.12em;
	width: 1.35em;
	font-size: 2.6em;
	padding-top: 9px;
}
}
/* ************************* Responsive Image */
img {
	height: auto;
	max-width:100%;
}
/* ************************* Responsive Video, iframe */
.responsive-video-wrapper {
	max-width: 100%;
	width: 600px;
	border: 0;
}
.responsive-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 15px;
	position: relative;	
	border: 0;
}
.responsive-video iframe {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border: 0;
}
/* *** Responsive iframe/Externes Video einbinden fb/2017 *** */
.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
  border: 0;
}
.embed-container iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  border: 0;
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}
/* ************************* Template by lck 02/2016 | Modified by fb 2017-20 ************************* */