@import url("lck_ddmenu.css");

/* ************************* Global Styles ************************* */
h1, h2, h3, h4 , h5, h6 {
	clear: both;
	color: #082203;
	font-weight: 600;
}
h1, h2, h3 {
	margin: 0 0 .5em;
}
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.8rem;
}
h3 {
	font-size: 1.6rem;
}
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;
}
h4 {
	font-size: 1.4rem;
}
h5 {
	font-size: 1.2rem;
}
h6 {
	font-size: 1rem;
}

p {
	margin: 1em 0;
}
p.small {
	font-size: 10px;
}

hr {
	background-color: #082203;
	border: 0;
	border-bottom: 1px dashed #CCC;
	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;
}

.important {
	background-color: #E6D2B1;
	border: 0px solid #ABABAB;
	border-radius: 6px;
	clear: both;
	margin: 1em 0;
	padding: 1em 2em;
}
.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: #082203;
	text-decoration: none;
}
a:visited {
	border: 0;
	color: #082203;
	text-decoration: none;
}
a:focus {
	border: 0;
	color: #082203;
	text-decoration: none;
}
a:hover {
	border: 0;
	color: #fff;
	text-decoration: none;
}
a:active {
	border: 0;
	color: #082203;
	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: #738FA5;
	color: #082203;
	font-family: Verdana,Arial,sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.75em;
}
#tpllck_body {
	background-color: #082203;
	background: url(images/bg.jpg) 50% no-repeat fixed  #486C88 ;
	-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: #2F606D;
	background: url(images/bg.jpg) 50% 0;
	-webkit-background-size: cover;
	background-size: cover;
	height: 50%;
	height: 50vh;
	padding: .5em 0;
	width: 100%;
}
.tpllck_headnav {
	border: 0px solid red;
	line-height: 3em;
	margin: 0 auto;
	max-width: 1170px;
	padding: 2em 2em 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.tpllck_headnav p {
	color: #fff;
	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:hover,
.tpllck_headnav a:active {
	color: #fff;
}
.tpllck_headnav a:hover {
	text-decoration: underline;
}
.tpllck_headnav p img {
	margin-left: 0.5em;
	vertical-align: middle;
}
/* ************************* Searchbox ************************* */
.tpllck_headnav form {
	float: left;
	margin-top: 0;
	white-space: nowrap;
}
.tpllck_headnav input.text {
	background-color: rgba(255, 255, 255, 0.7);

	border: 1px solid #222;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 1.6rem;
	margin: auto 0;
	-webkit-transition: .5s;
	transition: .5s;
	vertical-align: middle;
	width: 10em;
}
.tpllck_headnav input.text:focus {
	background-color: #fff;
	width: 17em;
}
.tpllck_headnav input.submit {
	background-color: #FCE14A;
	border: 1px solid #222;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #222;
	height: 1.6rem;
}

/* ************************* Header/Sitename ************************* */
#tpllck_header_box {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.tpllck_header {
	/* background: url(images/header.jpg) no-repeat #082203; */ /* OPTIONAL */
	border: 0px solid red;
	font-size: 1.8em;
	font-weight: 700;
	margin: 8rem auto 1rem;
	max-width: 1170px;
	padding: 0;
}
.tpllck_header h1 {
	color: #B9B437;
	font: italic bold 200% Georgia, serif;
	letter-spacing: .1em;
	margin: 0;
	padding: 0;
	text-shadow: 0 0 10px #000;
	text-transform: uppercase;
}

/* ************************* 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;
}
.tpllck_locator a:hover {
	color: #486C88;
}

/* ************************* Content ************************* */
#tpllck_content_box {
	background-color: rgba(253, 245, 230, 0.5);
	width: 100%;
}
.tpllck_content {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	clear: both;
	margin: 0 auto;
	max-width: 1170px;
	min-height: 500px; /* Prevents "jumping" of the page */
	padding: 2em;
	width: 100%;
}

/* ************************* Submenu ************************* */
.tpllck_submenu h4 {
	font-size: 14px;
	margin-top: 3em;
}

/* ************************* Subarea - Newsboxes ************************* */
.tpllck_subarea {
	background-color: rgba(253, 245, 230, 0.5);
	float: left;
	margin: 1em 0;
	width: 100%;
}
.tpllck_newsboxes {
	margin: 0 auto;
	max-width: 1170px;
}
.tpllck_newsbox1, .tpllck_newsbox2, .tpllck_newsbox3 {
	border: 0px solid #082203;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 2em;
	width: 33.3333334%;
}
.tpllck_newsbox1 {
	color: #082203;
}
.tpllck_newsbox1 h4 {
	color: #738FA5;
	font-weight: 500;
	letter-spacing: .03em;
}
.tpllck_newsbox2 {
	color: #082203;
}
.tpllck_newsbox2 h4 {
	color: #738FA5;
	font-weight: 500;
	letter-spacing: .03em;
}
.tpllck_newsbox3 {
	color: #082203;
}
.tpllck_newsbox3 h4 {
	color: #738FA5;
	font-weight: 500;
	letter-spacing: .03em;
}

/* ************************* Toplink ************************* */
.tpllck_toplink {
	background-color: rgba(232, 193, 129, 0.3);
	clear: both;
	padding: 2em 1em 0;
	text-align: center;
}
.toplink_icon {
	background-color: #C3A26F;
	border: 2px solid #eee;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 6px #FFD28C;
	box-shadow: 0 0 0 6px #FFD28C;
	display: inline-block;
	height: 4em;
	opacity: 0.7;
	-webkit-transition: .5s;
	transition: .5s;
	width: 4em;
}
.toplink_icon:after {
	border-right: 5px solid #eee;
	border-top: 5px solid #eee;
	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(234, 194, 131, 0);
	border: 2px solid #A78A5C;
	opacity: 1;
}
.toplink_icon:hover:after {
	border-right: 5px solid #A78A5C;
	border-top: 5px solid #A78A5C;
}

/* ************************* Footer - LastUpdate + Copyright + Login ************************* */
#tpllck_footer {
	background-color: rgba(232, 193, 129, 0.3);
	border-top: 0px solid #082203;
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
}
.tpllck_copyright {
	clear: both;
	color: #082203;
	display: table-cell;
	font-size: 0.8em;
	line-height: 1.6em;
	margin: 0;
	padding: 1em .5em 2em;
	text-align: center;
	vertical-align: middle;
}
.tpllck_copyright a {
	color: #082203;
	padding: 4px;
	text-decoration: none;
}
.tpllck_copyright a:hover {
	background-color: #FF9100;
	color: #fff;
}
/* ************************* 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: #f82f3d;
	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) 10% no-repeat fixed #486C88;
	-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;
}
.responsive-video {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 15px;
	position: relative;	
}
.responsive-video iframe {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

/* Backend Style */
#xh_adminmenu a, #xh_adminmenu a:visited, #xh_adminmenu span {
	line-height: normal;
}
/* ************************* Template by lck 02/2016 ************************* */