@import url("lck_ddmenu.css");

/* ************************* Global Styles ************************* */
h1, h2, h3, h4 , h5, h6 {
	clear: both;
	font-weight: 400;
}
h1, h2, h3 {
	margin: 0 0 .5em;
	color: #bdb199;
}
h1 {
	font-size: 1.8rem;
}
h2 {
	font-size: 1.8rem;
}
h3 {
	font-size: 1.8rem;
}
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;
	color: #c2a572;
}
h4 {
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #bdb199;
}
h5 {
	font-size: 1.2rem;
	
}
h6 {
	font-size: 1rem;
	font-weight: bold;
}

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

hr {
	background-color: rgba(194, 165, 114, 0.0);
	border: 0;
	border-bottom: 1px dashed #d3c192;
	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;
}
.bold {
	font-family: raleway, verdana, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.important {
	background-image:linear-gradient( #004100, #003300);
	color: #fff;
	border: 0px solid #ABABAB;
	border-radius: 6px;
	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: #003300;
	text-decoration: none;
}
a:visited {
	border: 0;
	color: #003300;
	text-decoration: none;
}
a:focus {
	border: 0;
	color: #003300;
	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;
}

/* ************************* html + body ************************* */
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
body {
	background-color: #fff;
	color: #777;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.75em;
}
#tpllck_body {
	background-color: #fff;
	background: url(images/bg.jpg) 50% no-repeat fixed #fff;
	-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(255, 255, 255, 1.0);
	/*background: url(images/bg.jpg) 50% 0;*/
	-webkit-background-size: cover;
	background-size: cover;
	height: 50%;
	height: 50vh;
	padding: 0em 0;
	width: 100%;
}
.tpllck_headnav {
	border: 0px solid #c2a572;
	line-height: 3em;
	margin: 0 auto 0;
	max-width: 1170px;
	padding: 0em 1em 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tpllck_headnav p {
	color: #fbf8ef;
	float: right;
	font-size: 0.85em;
	letter-spacing: 0.1em;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}
.tpllck_headnav a:link,
.tpllck_headnav a:visited,
.tpllck_headnav a:active {
	color: #fbf8ef;
}
.tpllck_headnav a:hover {
	color: #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(253, 246, 235, 0.3);
	border: 1px solid #866f47;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 1.6rem;
	margin: auto 0;
	margin-left: 12px;
	-webkit-transition: .5s;
	transition: .5s;
	vertical-align: middle;
	width: 10em;
}
.tpllck_headnav input.text:focus {
	background-color: rgba(253, 246, 235, 0.7);
	color: #444;
	width: 17em;
}
.tpllck_headnav input.submit {
	background-color: #aea289;
	border: 0px solid #8A0808;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	height: 1.6rem;
}
.tpllck_headnav input.submit:hover {
	color: #fff;
	background-color: #bdb199;
	text-decoration: none;
}

/* ************************* Header/Sitename ************************* */
#tpllck_header_box {
	background-color: rgba(0, 51, 0, 1.0);
	background-image:linear-gradient( #000, #003300);
	margin: 0 auto;
	text-align: left;
	width: 100%;
}
.tpllck_header {
	/* background: url(images/header.jpg) no-repeat #2F606D; */ /* OPTIONAL */
	border: 0px solid red;
	font-size: 1.2em;
	font-weight: 600;
	margin: 0rem auto 0rem;
	max-width: 88%;
	padding: 0.7rem 0.6rem 0.0rem;
	text-align: left;
}
.tpllck_header h1 {
	color: #fcf7e8;
	font-family: raleway, verdana, sans-serif;
	font-weight: 300;
	font-size: 2.8rem;
	font-style: normal;
	letter-spacing: .1em;
	margin: 0.5em 0;
	padding-left: 0.7em;
}

/* ************************* 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, 0.0);
	width: 100%;
	padding-bottom: 1.0em;
}
.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 #fff;
	border-bottom: 0px solid #bdb199;
	border-radius: 9px;
	max-width: 1170px;
	min-height: 0px; /* Prevents "jumping" of the page: 500 px */
	padding: 0.2em 1.0em 0.2em;
	width: 100%;
	background-color: rgba(0, 51, 0, 1.0);
}
.tpllck_content a:link {
	color: #e8d8ab;
	text-decoration: none;
}
.tpllck_content a:visited {
	color: #e8d8ab;
	text-decoration: none;
}
.tpllck_content a:focus {
	color: #e8d8ab;
	text-decoration: none;
}
.tpllck_content a:hover {
	color: #bdb199;
	text-decoration: underline;
}
.tpllck_content a:active {
	color: #bdb199;
	text-decoration: none;
}

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

/* ************************* Subarea - Newsboxes ************************* */
.tpllck_subarea {
	background-color: rgba(255, 255, 255, 1.0);
	float: left;
	clear: both;
	margin: 0.0em 0 0.4em;
	width: 100%;
	border-top: 0px solid #FFF;
}
.tpllck_newsboxes {
	margin: 0 auto;
	max-width: 1170px;
	border-top: 0px solid rgba(255, 255, 255, 0.0);
}
.tpllck_newsbox1, .tpllck_newsbox2, .tpllck_newsbox3 {
	border: 0px solid #333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 2.2em 1.7em 0.8em;
	width: 33.3333334%;
	font-family: raleway, verdana, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
}
.tpllck_newsbox1 {
	color: #777;
	background-color: rgba(255, 255, 255, 0.0);
	border-left: 1px solid #bdb199;
}
.tpllck_newsbox1 h4 {
	color: #bdb199;
	font-family: raleway, verdana, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.6rem;
	text-transform: uppercase;
}
.tpllck_newsbox1 a{
	color: #fff;
}
.tpllck_newsbox1 a:hover{
	text-decoration: underline;
}
.tpllck_newsbox2 {
	background-color: rgba(255, 255, 255, 1.0);
	background-image:linear-gradient( #003300, #000);
	background: url(images/bg_newsbox.jpg) 50% 0;
	margin-top: 2.1em;
	margin-bottom: 0.6em;
	border-radius: 9px;
	color: #fcf0d0;
}
.tpllck_newsbox2 h4 {
	background-color: rgba(0, 34, 0, 0.7);
	padding: 0.2em 0;
	color: #fff;
	font-family: raleway, verdana, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 2.6rem;
	text-transform: uppercase;
}
.tpllck_newsbox2 p{
	background-color: rgba(0, 34, 0, 0.8);
	padding: 0.2em 0.6em;
}
.tpllck_newsbox2 a{
	color: #fff;
}
.tpllck_newsbox2 a:hover{
	text-decoration: underline;
}
.tpllck_newsbox3 {
	color: #777;
	background-color: rgba(255, 255, 255, 0.0);
	border-right: 1px solid #bdb199;
}
.tpllck_newsbox3 h4 {
	color: #bdb199;
	font-family: raleway, verdana, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.6rem;
	text-transform: uppercase;
}
.tpllck_newsbox3 a{
	color: #998d74;
	text-decoration: none;
}
.tpllck_newsbox3 a:hover{
	color: #555;
	text-decoration: underline;
}
/* ************************* Toplink ************************* */
.tpllck_toplink {
	background-color: rgba(0, 51, 0, 1.0);
	clear: both;
	border-top: 1px solid rgba(79, 68, 50, 0.0);
	padding: 2em 1em 0;
	text-align: center;
}
.toplink_icon {
	background-color: rgba(255, 255, 255, 0.0);
	border: 1px solid #c2a572;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0px #FFEBCD;
	box-shadow: 0 0 0 0px #FFEBCD;
	display: inline-block;
	height: 4em;
	opacity: 0.9;
	-webkit-transition: .5s;
	transition: .5s;
	width: 4em;
}
.toplink_icon:after {
	border-right: 5px solid #c2a572;
	border-top: 5px solid #c2a572;
	content: '';
	display: inline-block;
	height: 1.4em;
	margin-top: 1.4em;
	width: 1.4em;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.toplink_icon:hover {
	background-color: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(252, 240, 208, 0.9);
	opacity: 1;
}
.toplink_icon:hover:after {
	border-right: 5px solid #d3c192;
	border-top: 5px solid #d3c192;
}

/* ************************* Footer - LastUpdate + Copyright + Login ************************* */
#tpllck_footer {
	background-color: rgba(0, 51, 0, 1.0);
	border-top: 0px solid #FFF;
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
}
.tpllck_copyright {
	clear: both;
	color: #c2a572;
	display: table-cell;
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0;
	padding: 1em .5em 2em;
	text-align: center;
	vertical-align: middle;
}
.tpllck_copyright a {
	color: #c2a572;
	padding: 4px;
	text-decoration: none;
}
.tpllck_copyright a:hover {
	background-color: rgba(253, 246, 235, 0.3);
	color: #e8d8ab;
}
/* ************************* 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;
}
}

@media only screen and (min-width: 801px) and (max-width: 1024px) {
.tpllck_head {
	height: auto;
}
.tpllck_header {
	font-size: 1.1em;
	margin: 0 auto 1rem;
}
#tpllck_footer {
	margin-top: 0;
	padding: 0;
}
}

@media only screen and (max-width: 800px) {
#tpllck_body {
	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;
}
.tpllck_headnav p {
	text-transform: none;
}
.tpllck_header {
	font-size: 1.1em;
	margin: 0 auto .5rem;
}
.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;
	padding: 1em;
	width: 100%;
}
.tpllck_newsbox_space {
	display: none;
}
#tpllck_footer {
	margin-top: 0;
	padding: 0;
}
}

@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: 0.7em;
	letter-spacing: 0;
}
.tpllck_headnav p a {
	padding: 0;
}
.tpllck_header h1 {
	font-size: 130%;
}
.tpllck_content {
	margin: 1em 0 0;
}
}

/* ************************* 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 ************************* */