/* ************************* Global Styles ************************* */
h1, h2, h3, h4 {
	color: #600;
	font-size: 20px;
	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 {
	color: #002D00;
	font-size: 20px;
	font-weight: 600;
}
h6 {
	color: #002D00;
	font-size: 18px;
	font-weight: 600;
}

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

hr {
	background-color: #555;
	border: 0;
	border-bottom: 1px dashed #CCC;
	margin: 5px 0 3px 0;
}

img.left {
	float: left;
	margin: 0 1em 0 0;
}
img.right {
	float: right;
	margin: 0 0 0 1em;
}
img.center {
	margin: 1em auto;
}
img.border {
	border: 1px solid #444;
}
img.noborder {
	border: 0;
}

.important {
	background-color: rgba(212, 219, 201, 1);
	border: .1em solid #ABABAB;
	clear: both;
	margin: 1em 0;
	padding: 1em 2em;
}
.warning {
	background-color: rgba(192, 200, 178, 1);
	border: .1em solid #ABABAB;
	clear: both;
	color: #555;
	font-weight: 700;
	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;
}

a:link {
	color: #002D00;
	text-decoration: none;
}
a:visited {
	color: #002D00;
	text-decoration: none;
}
a:focus {
	color: #002D00;
	text-decoration: none;

}
a:hover {
	color: #993300;
	text-decoration: none;
}
a:active {
	color: #ECECB3;
	text-decoration: none;
}

.onepage_page ul {
	list-style: none;
	padding-left: 1em;
}
.onepage_page > ul > li {
	padding: 6px 0;
}
.onepage_page > ul > li:before {
	content: "\25BA\00A0"; /* Arrow + whitespace */
	font-family: inherit;
	font-size: 1em;
	color: #002D00;
}

/* ************************* Body ************************* */
body {
	background-color: #FFF;
	color: #555;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 14px;
	line-height: 1.75em;
	margin: 0;
	padding: 0;
	/* overflow: hidden; */ /* hides Scroll-Bar */
}
#vs_body {
	background-color: #CDE8FF;
	background: url(images/background.jpg) 50% 50% no-repeat fixed rgba(255, 255, 255, 0);
	background-size: cover;
}

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

/* ************************* Container ************************* */
.vs_container {
	display: table;
	height: 100%;
	table-layout: fixed;
	width: 100%;
}

/* ************************* Left-Container - Languagemenu + Sitename + Menu */
.vs_left_container {
	display: table-cell;
	float: none;
	padding: 0;
	width: 300px;
}
.languagemenu {
	position: relative;
	margin: 1em 0 0;
	text-align: center;
}
.languagemenu a {
	padding-left: .4em;
}
.vs_sitename {
	padding: 0;
	text-align: right;
	background-color: #002D00;
	height: 200px;
	width: 200px;
	margin: 0 auto 10px;
	white-space: nowrap;
	width: 70%;
	border-radius: .4em;
	background-color: rgba(102,0,0);
	font-size: 18px;
}
.vs_sitename h1 {
	color: #fff;
	font-family: arial;
	font-size: 120%;
	text-align: right;
	margin-right: 10px;	
}
.vs_sitename h2 {
	color: #fff;
	font-family: arial;
	font-size: 80%;
	text-align: right;margin-right: 10px;	line-height: 1em;
	
}

/* ************************* Menu */
.vs_nav {
	left: 4em;
	min-height: 100vh;
	overflow: auto;
	position: fixed;
	top: 30px;
	bottom: 0;
	width: inherit;
	z-index: 1;
	
}
.vs_nav ul {
	list-style: none;
	padding: 0;
	margin:0;
	position: relative;
	text-align: right;
	
}
.vs_nav .menulevel1 li {
	border: none;
	border-radius: .4em;
	display: block;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 1em;
	font-weight: 500;
	line-height: 2em;
	margin: 0 auto 10px;
	white-space: nowrap;
	width: 70%;
}
.vs_nav .menulevel1 li:nth-child(n):hover {
	background-color: #600;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.vs_nav .menulevel1 li:nth-child(5n+1) {
	background-color: #CCC;
}
.vs_nav .menulevel1 li:nth-child(5n+2) {
background-color: #CCC;	
}
.vs_nav .menulevel1 li:nth-child(5n+3) {
background-color: #CCC;
}
.vs_nav .menulevel1 li:nth-child(5n+4) {
background-color: #CCC;	
}
.vs_nav .menulevel1 li:nth-child(5n+5) {
background-color: #CCC;	
} 
.vs_nav .menulevel1 a {
	color: #600;
	text-decoration: none;
	transform: scaleY(1.8);
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;display:block;
}

.vs_nav .menulevel1 a:hover {
	color: #fff;display:block;
	
	
}




/* ************************* Hide menulevel2+3 if exists (Template is prepared only for menulevel1!) */
ul.menulevel2,
ul.menulevel3 {
	display: none;
}

/* ************************* Content */
.vs_right_container {
	box-sizing: border-box;
	display: table-cell;
	float: left;
	margin: 0;
	padding: 0 50px;
	vertical-align: top;
	width: 640px;
}

.vs_content {
	border: 0px solid #F9C237;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	/* max-width: 700px; */
}

div.onepage_page {
	box-sizing: border-box;
	font-size: 1.2em;
	line-height: 1.5em;
	/* min-height: 100vh; */
	padding: 3em;
	width: inherit;
}
div.onepage_page:nth-child(odd) {
	background-color: rgba(255, 255, 255, 0.8);
}
div.onepage_page:nth-child(even) {
	background-color: #fff;
}
div.onepage_page:first-child {
	border-radius: 0 4em 0 0;
}
div.onepage_page:last-child {
	min-height: 80vh;
}

/* ************************* Footer - Copyright, Login, LastUpdate */
#vs_footer {
	background-color: rgba(1,51,0, 0.59);
	border-top: 0px solid #FFF;
	display: table;
	margin: 0;
	padding: 0;
	width: 100%;
	color:#fff;
}
.vs_copyright {
	clear: both;
	display: table-cell;
	font-size: 0.8em;
	height: 20vh;
	line-height: 2em;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
.vs_copyright a {
	color: #fff;
	text-decoration: none;
	padding: 4px;
}
.vs_copyright a:hover {
	background-color: #002D00;
	color: #fff;
}
.lastupdate{
	color: #002D00;
}
/* ************************* Admin-Login ************************* */
.xh_login {
	background-color: rgba(215, 221, 199, 0.8);
	min-height: 60vh;
	margin: 0;
	padding: 15em 0 0 0;
	text-align: center;
}
#login #submit {
	padding: 0 20px;
}

/* ************************* CMSimple_XH Mailform ************************* */
.xh_mailform input,
.xh_mailform textarea {
	background-color: rgba(255, 255, 255, 0.8);
}
.xh_captcha_input {
	font-size: 1em;
}
.xh_captcha_code {
	background-color: #E6922C;
}

/* ************************* OnePage-TopLink ************************* */
#onepage_toplink {
	z-index: 100;
}
a#onepage_toplink {
	background-color: rgba(1,51,0, 0.59);
	bottom: 0;
	min-height: 100vh;
	position: fixed;
	right: 0;
	top: 0;
	width: 5em;
	z-index: 100;	
}
#onepage_toplink img {
	display: none;
}
a#onepage_toplink:before {
	color: white;
	content: "\02C4";
	font-size: 70px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%);
}
a#onepage_toplink:hover {
	background-color: rgba(1,51,0, 0.7);
}

/* ************************* Media Queries - RESPONSIVE STYLE ************************* */
@media screen and (min-width: 901px) {
.vs_toplink {
	display: none;
}
}



@media screen and (max-width: 900px) {
.vs_container {
	display: block;
}
.vs_left_container,
.vs_right_container {
	display: block;
	padding: 0;
	width: 100%;
}
.vs_nav {
	border-radius: 0;
	bottom: inherit;
	box-shadow: none;
	left: 0;
	min-height: 100%;
	overflow: hidden;
	position: relative;
}

.vs_nav .menulevel1 li {
	line-height: 4em;
	margin: 0 auto 0.8em;
	transform: skewY(0deg) scaleY(1);
}
.vs_nav .menulevel1 li:last-child {
	margin-bottom: 3em;
}
.vs_nav .menulevel1 a {
	transform: scaleY(1);
}
div.onepage_page {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 1em 3%;
}
div.onepage_page:first-child {
	border-radius: 0;
}
#onepage_toplink {
	display: none;
}
#vs_footer {
	padding: 0;
}
.vs_copyright {
	height: 12em;
}
.vs_toplink {
	display: block;
}
.vs_toplink a:hover {
	background-color: rgba(0, 0, 0, 0);
}
}
/* ************************* Responsive Image */
img {
	height: auto;
	max-width:100%;
}
/* ************************* Template by lck 04/2015 ************************* */