
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,
acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;font-size:100%}
legend{color:#000}#yui3-css-stamp.cssreset{display:none}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #5B5B5B;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block;
}

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}

[hidden],template {
  display: none;
}

a {
  background: transparent;
}

a:active,a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

#navLinkSubPage{
    font-family:'Open Sans',sans-serif;
	color:#444444;
	font-size:10px;
    font-weight:bold;
	font-style:normal;
	text-transform:none;
	letter-spacing:5px;
    margin-left:80px;
    
}

#MainTextSite{
    margin:1% 0 1% 2%;
    
}

#MainTextSiteGalerie{
    margin:1% 0 1% 1%;
    
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,kbd,pre,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button, html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}


button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box; 
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; 
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0; 
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! end normalize.css  */



body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

legend {
	color:#000;
}

a img {
	border:none;
}

a:link,a:visited {
	text-decoration:none;
}

.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}

html {
	margin:0;
	overflow-X:hidden;
	overflow-Y:scroll;
}

#wrapper {
	width:100%;
	position:relative;
	min-height:600px;
	height:auto !important;
	background-color:#ffffff;
	background-position:center top;
	background-repeat:repeat;
	background-image:url('images/css/wrapper-bg-x.jpg');
	border-top:none;
    background-attachment:fixed;
}


#container {
	position:relative;
	margin:0 auto;
	background:#ffffff;
	box-shadow:0px 0px 25px #444444;
	border-radius:20px;
	padding:10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#container-top {
	position:relative;
	width:100%;
	height:20px;
}

#header {
	position:relative;
	width:100%;
	height:80px;
	background-color:#ffffff;
	background-image:none;
	background-repeat:repeat-x;
	border-radius:10px 10px 0 0;
}

#hmenu {
	height:40px;
	font-family:arial;
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	position:relative;
	display:inline-block;
	border-radius:0px;
	background-color:transparent;
	background-repeat:no-repeat;
	background-image:none;
	float:right;
	margin:20px 20px 0 0;
}

#hmenu > ul {
	text-align:left;
	line-height:40px;
}

#hmenu ul li {
	float:left;
	display:inline;
	position:relative;
}

#hmenu ul > li > a {
	display:block;
	padding:0 10px;
}

#hmenu ul li:hover ul {
	display:block;
	z-index:20;
}

#hmenu ul ul {
	display:none;
	position:absolute;
	left:0;
	width:320px;
	line-height:1em;
	padding-top:5px;
	opacity:0.9;
}

#hmenu ul ul li {
	width:100%;
}

#hmenu ul ul li a {
	display:block;
	padding:15px;
}

#hmenu-mobile {
	display:none;
	/* Hide from browsers that don't support media queries */cursor:pointer;
	position:absolute;
	top:0;
	right:0;
	height:50px;
	width:50px;
}

.nav-click {
	position:absolute;
	top:0;
	right:0;
	display:none;
	height:45px;
	width:50px;
	cursor:pointer;
}

.nav-click i {
	display:block;
	height:45px;
	width:48px;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url('images/css/hmenu-arrow.jpg');
}

.nav-rotate {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

#hmenu > li a:hover {
	background-color:#ededed;
	background-position:center top;
	background-repeat:no-repeat;
	background-image:none;
}

#hmenu li a:link,#hmenu li a:visited {
	color:#808080;
}

#hmenu ul li a:hover,#hmenu ul li a:active {
	color:#006605;
	background-color:#d9d9d9;
	text-shadow:0 0 10px #FFFFFF;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#hmenu ul li ul li a:hover,#hmenu ul li ul li a:active {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

#hmenu ul li ul li:first-child,#hmenu ul li ul li:first-child a:hover {
	border-radius:4px 4px 0 0;
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
}

#hmenu ul li ul li:last-child,#hmenu ul li ul li:last-child a:hover {
	border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
}

#hmenu ul li ul li a:hover {
	background-color:#d9d9d9;
}

#hmenu li ul li {
	background-color:#ededed;
}

#hmenu  li ul li a:link, #hmenu  li ul li a:visited {
	color:#006605;
}

.nav-click:hover {
	background-color:#d9d9d9;
}

#header > .bg {
	display:none;
	background-image:none;
}

#logo {
	float:left;
	background-image:url('images/css/logo.png');
	background-repeat:no-repeat;
	width:300px;
	height:80px;
}

#banner {
	position:relative;
	width:100%;
	height:188px;
	overflow: hidden;
}

#bannerClear {
	position:relative;
	width:1200px;
	height:520px;
	overflow: hidden;
    margin-left:-10px;
}

#tagline {
	margin:10px auto;
	text-align:left;
    margin-left:20px;
}

#tagline h1, #tagline h1 a:link, #tagline h1 a:visited {
    font-family:'Open Sans',sans-serif;
	color:#006605;
	font-size:30px;
	font-weight:bold;
	font-style:normal;
	text-transform:none;
	letter-spacing:5px;
}

#tagline h1 {
    background-color:transparent;
	background-repeat:no-repeat;
	background-image:none;
	text-shadow:none;
	border:0;
	padding:0px;
	margin:0px 00px 0px 0;
}

#tagline h2 {
	background-color:transparent;
	background-repeat:no-repeat;
	background-image:none;
	text-shadow:none;
	border:0;
	padding:0px;
}

#tagline p {
	margin:20px 0;
}

#tagline input.cta[type="button"] {
	margin-top:20px;
	border:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
	outline:medium none;
	padding:0.55em 2em;
	text-align:center;
	text-decoration:none;
	font-family:'Roboto Condensed', sans-serif,Helvetica,sans-serif;
	position:relative;
	font-size:13px;
	box-shadow:0 0 5px #555;
	-webkit-box-shadow:#555 0 0 5px;
}

#tagline input.cta[type="button"]:hover {
	opacity:0.8;
}

input.cta[type="submit"], input.cta[type="button"], a.button.cta{
	color:#FFFFFF;
	background:#303030;
	background:linear-gradient(#444444,#1c1c1c);
	background:-webkit-gradient( linear,0 0, 0 bottom, from(#444444), to(#1c1c1c));
	background:-moz-linear-gradient(center top , #444444,#1c1c1c) repeat scroll 0 0 transparent;
	-pie-background:linear-gradient(#444444,#1c1c1c);
	background-image:-webkit-gradient(linear, 0 0%, 0 100%, from(#444444), to(#1c1c1c));
	
}

#page {
	margin:0 40px 0 40px;
	min-height:750px;
}

#page.home {
	margin:0 auto;
}

#main {
	position:relative;
	width:100%;
	color:#444444;
	font-family:Georgia, serif;
	font-size:16px;
	font-style:italic;
	margin-top:-20px;
}

#main2 {
	position:relative;
	width:100%;
	color:#444444;
	font-family:Georgia, serif;
	font-size:16px;
	font-style:italic;
	margin-top:750px;
}



#main p, #main div, #main td {
	line-height:1.5em;
	letter-spacing:normal;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	line-height:1em;
}

#main p a:link, #main p a:visited {
	font-weight:bold;
	color:#4d4d4d;
	text-decoration:none;
}

#main p a:hover {
	color:#18a500;
}

#main h1, #main h1 a:link, #main h1 a:visited {
	font-family:'Open Sans',sans-serif;
	color:#006605;
	font-size:25px;
	font-weight:700;
	font-style:normal;
	text-transform:none;
	letter-spacing:1px;
}

#main h1 {
	background-color:transparent;
	background-repeat:no-repeat;
	background-image:none;
	text-shadow:none;
	border:0;
	padding:0px;
	margin:45px 0 25px 0;
}

#main h2, #main h2 a:link, #main h2 a:visited {
	font-family:'Open Sans',sans-serif;
	color:#006605;
	font-size:20px;
	font-weight:300;
	font-style:normal;
	text-transform:none;
	letter-spacing:1px;
}

#main h2 {
	background-color:transparent;
	background-repeat:no-repeat;
	background-image:none;
	text-shadow:none;
	border:0;
	padding:0px;
	margin:30px 0 10px 0;
}

#main h3, #main h3 a:link, #main h3 a:visited, #main2 h3, #main2 h3 a:link, #main2 h3 a:visited {
	font-family:'Open Sans',sans-serif;
	color:#006605;
	font-size:18px;
	font-weight:300;
	font-style:normal;
	text-transform:none;
	letter-spacing:1px;
}

#main h3 {
	background-color:transparent;
	background-repeat:no-repeat;
	background-image:none;
	text-shadow:none;
	border:0;
	padding:0px;
	margin:20px 0 10px 0;
}

#main h4, #main h4 a:link, #main h4 a:visited {
	font-family:'Open Sans',sans-serif;
	color:#4d4d4d;
	font-size:16px;
	font-weight:300;
	font-style:italic;
	text-transform:none;
	letter-spacing:1px;
}

#main h4 {
	background-color:transparent;
	background-repeat:no-repeat;
	background-image:none;
	text-shadow:none;
	border:0;
	padding:0px;
}

#footer h4, #footer h4 a:link, #footer h4 a:visited {
	font-family:'Open Sans',sans-serif;
	color:#F1F1F1;
	font-size:14px;
	font-weight:900;
	text-transform:none;
	letter-spacing:1px;
}

#footer h4 {
	background-color:transparent;
	background-repeat:no-repeat;
	background-image:none;
	text-shadow:none;
	border:0;
	padding:0px;
}

#main .shade {
	background-color:#F2F2F2;
}

#main p {
	text-align:justify;
}

#main h1:first-child {
	margin:0px 0 25px 0;
}

#main h4, #main h5 {
	margin:15px 0 5px 0;
}

#main a, #main a:visited {
	font-weight:bold;
	color:#4d4d4d;
}

#main a:hover {
	color:#18a500;
    
}#footer a, #footer a:visited {
	color:#B1B1B1;
    text-decoration:none;
	font-weight:100;
    font-size:12px;
}

#footer a:hover {
	color:#E9E9E9;
}

#main article {
	padding:80px 0 0 0;
	clear:both;
}

#main article:first-child {
	margin:0;
	padding:0;
}

.post .entry img {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.post .entry p img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}

.post .entry p img.alignleft {
	float:left;
	margin:5px 20px 20px 0px;
}

.post .entry div.wp-post-image-full img {
	width:100%;
	height:auto;
	margin:5px 0px 20px 0px;
}

.post .entry div.wp-post-image-left img {
	float:left;
	width:45%;
	height:auto;
	margin:5px 20px 20px 0px;
}

.post .entry div.wp-post-image-right img {
	float:right;
	width:45%;
	height:auto;
	margin:5px 0px 20px 20px;
}

.post h1 a, .post h1 a:hover {
	color:#006605;
	text-decoration:none;
}

.post .entry-footer {
	font-size:0.9em;
	font-style:italic;
}

h3#comments {
	margin-top:50px;
}

ol.commentlist {
	border-top:3px solid #EEEEEE;
	list-style:none;
	padding:0;
}

ul.children {
	border-left:1px dotted #ddd;
	list-style:none;
}

.comment .comment-container {
	border-bottom:3px solid #EEEEEE;
	padding:10px 0;
	margin-top:20px;
}

.comment-head .avatar {
	float:left;
}

.comment-head .avatar img {
	border:3px solid #EEEEEE;
	margin:0 10px 0 0;
	vertical-align:middle;
}

.comment-head .name {
	display:block;
	font-size:18px;
	font-weight:bold;
}

.comment-entry {
	margin-top:15px;
}

.post #respond {
	margin-top:35px;
}

.fix {
	clear:both;
	height:1px;
	margin:-1px 0 0;
	overflow:hidden;
}

#main section.home .group {
	text-align:center;
}

#main section.home .group.wrapper {
	padding:0 40px 0 40px;
}

#main section.home div p {
	min-height:100px;
}

#main section.home p {
	margin:20px auto;
}

#main section.home .circular {
	margin:15px auto;
	position:relative;
	border-radius:50%;
	width:50%;
	height:auto;
	padding-top:50%;
	background-size:cover;
	background-repeat:no-repeat;
}

#main section.home img {
	width:50%;
	margin:0 auto;
}

#main section.home .col p {
	text-align:center;
	margin:15px;
}

#main section.home div img,#main section.home div p {
	margin:10px auto;
}

#main section.home .col .button {
	margin-bottom:15px;
}

#main .license, #main .license p {
	margin-top:25px;
	text-align:center;
}

.license.wrapper {
	padding:0 40px 0 40px;
}

.license.shade {
	padding:40px;
}

#mainText{
    margin-left:0px; 
    margin-right:30px; 
    margin-top:35px; 
    background-color:#F1F1F1; 
    padding:15px; 
    text-align:left;
}

#mainTextWelcome{
    margin-left:-70px; 
    margin-right:30px; 
    margin-top:35px; 
    background-color:#F1F1F1; 
    padding:15px; 
    text-align:left;
}

.mainTextContent{   
    text-align:left;
	font-style:normal;
}

.height60{
    height:60px;
}

.width100{
    width:100%;
}

.footerText{   
    text-align:left;
	font-style:normal;
    margin-top:20px;
}

#footerTextContent{   
    font-size:12px;
    color: #CFCFCF;
}

.footerHR{
    width:95%;
    border-top-color: #777;
    border-bottom-color: #CCC !important;
    margin-top: 6px;
    margin-bottom: 2px;
    border-radius:70%;
    
}

#imgPlanung{
    background-image:url('images/main/planung.jpg')
}

#imgUmsetzung{
    background-image:url('images/main/umsetzung.jpg')
}

#imgPflege{
    background-image:url('images/main/garten.jpg')
}

#TP{
    color:#E1E1E1;
}

#imgME{
    width: 70%; 
    height: auto;
}

.indexkontakt{
    margin-left:10px; 
    text-align:left;
}

#signatur_ME{
    font-weight:300; 
    font-style:italic; 
    text-transform:none; 
    letter-spacing:1px; 
    color:#006605; 
    font-size:18px;
}

.alignTop{
    vertical-align:top;
}

.halfWidth{
    width:50%;
}

#footer {
	position:relative;
	width:100%;
    height:auto !important;
	background-color:#5B5B5B;
	background-position:center top;
	background-repeat:repeat-x;
	background-image:url('images/css/footer-bg-x.jpg');
	color:#858585;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	border-radius:0 0 0px 0px;
    min-height:300px;
}

#footer .content {
	position:relative;
	text-align:center;
	padding:20px;
}

#footer .content2 {
	position:relative;
    font-size:14px;
	text-align:center;
	padding:20px;
}

#footer ul.social-links {
	margin-top:10px;
	list-style:none outside none;
}

#footer ul.social-links li {
	display:inline-block;
}

#footer ul.social-links li a {
	display:block;
	height:33px;
	margin-right:5px;
	text-indent:-9999px;
	width:33px;
	background-repeat:no-repeat;
}

#footer > .bg {
	position:absolute;
	display:block;
	left:50%;
	margin-left:-700.0px;
	width:1400px;
	height:300px;
	background-position:center top;
	background-color:#5B5B5B;
	background-image:url('images/css/footer-bg.jpg');
	background-repeat:no-repeat;
}

#footer p, #footer div, #footer td {
	line-height:20px;
	letter-spacing:normal;
}

#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
	line-height:1em;
}

#footer p a:link, #footer p a:visited {
	text-decoration:none;
}

#footer p a:hover {
	color:#ffffff;
}

#container-bottom {
	position:relative;
	width:100%;
	height:80px;
}

.row {
	width:1200px;
	margin:0 auto;
}

.sidebox1{
	text-align:left;
	background-color:transparent;
	padding:15px;
    border-left: 1px solid;
    border-color: #CCC !important;
    margin-top: 6px;
    margin-bottom: 2px;
    border-radius:0%;
}

.widget {
	font-weight:normal;
	color:#4d4d4d;
	text-decoration:none;
	font-size:14px;
	font-style:normal;
	border:0;
	background-color:transparent;
	background-position:center top;
	background-repeat:no-repeat;
	background-image:none;
	padding:0px;
	margin:40px 0px 0px 0px;
}

.widget p, .widget div, .widget td {
	line-height:20px;
	letter-spacing:normal;
}

.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
	line-height:1em;
}

.widget p a:link, .widget p a:visited {
	font-weight:bold;
	color:#444444;
	text-decoration:none;
}

.widget p a:hover {
	color:#006605;
}

.widget h2, .widget h2 a:link, .widget h2 a:visited {
	font-family:'Open Sans',sans-serif;
	color:#006605;
	font-size:20px;
	font-weight:300;
	font-style:normal;
	text-transform:none;
	letter-spacing:1px;
}

.widget h2 {
	background-color:transparent;
	background-repeat:no-repeat;
	background-image:none;
	text-shadow:none;
	border:0;
	padding:0px;
	margin-bottom:7px;
}

.widget .vmenu ul {
	list-style:none;
	text-align:left;
	margin:7px 0px 8px 0px;
	padding:0;
	text-decoration:none;
	border-top:1px solid #F2F2F2;
}

.widget .vmenu ul li {
	list-style:none;
	padding:6px 0 6px 0px;
	margin:0;
	border-bottom:1px solid #F2F2F2;
}

.widget .vmenu ul li a:link, .widget .vmenu ul li a:visited {
	text-decoration:none;
	color:#444444;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:normal;
}

.widget .vmenu ul li a:hover {
}

.widget p {
	text-align:justify;
}

input[type="submit"], input[type="button"],a.button {
	border:none;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:none;
	color:#FFFFFF;
	cursor:pointer;
	outline:medium none;
	padding:0.55em 2em;
	text-align:center;
	text-decoration:none;
	font-family:Arial,Helvetica,sans-serif;
	position:relative;
}

input[type="submit"]:hover, input[type="button"]:hover, a.button:hover {
	opacity:0.8;
}

input.tiny[type="submit"] , input.tiny[type="button"], a.button.small {
	font-size:9px;
	padding:0.2em 1em;
}

input.small[type="submit"] , input.small[type="button"], a.button.small {
	font-size:7px;
    font-weight: 600;
}

input.medium[type="submit"] , input.medium[type="button"], a.button.medium {
	font-size:13px;
}

input.large[type="submit"] , input.large[type="button"], a.button.large {
	font-size:20px;
}

input.style1[type="submit"],input.style1[type="button"], a.button.style1 {
	color:#FFFFFF;
	background:#FF3104;
	background:linear-gradient(#ff4518,#eb1d00);
	background:-webkit-gradient( linear,0 0, 0 bottom, from(#ff4518), to(#eb1d00));
	background:-moz-linear-gradient(center top , #ff4518,#eb1d00) repeat scroll 0 0 transparent;
	-pie-background:linear-gradient(#ff4518,#eb1d00);
	background-image:-webkit-gradient(linear, 0 0%, 0 100%, from(#ff4518), to(#eb1d00));
}

input.style2[type="submit"],input.style2[type="button"], a.button.style2 {
	color:#FFFFFF;
	background:#303030;
	background:linear-gradient(#444444,#1c1c1c);
	background:-webkit-gradient( linear,0 0, 0 bottom, from(#444444), to(#1c1c1c));
	background:-moz-linear-gradient(center top , #444444,#1c1c1c) repeat scroll 0 0 transparent;
	-pie-background:linear-gradient(#444444,#1c1c1c);
	background-image:-webkit-gradient(linear, 0 0%, 0 100%, from(#444444), to(#1c1c1c));
}

input.dark[type="submit"],input.dark[type="button"], a.button.dark {
	color:#FFFFFF;
	background:#202020;
	background:linear-gradient(#343434,#0c0c0c);
	background:-webkit-gradient( linear,0 0, 0 bottom, from(#343434), to(#0c0c0c));
	background:-moz-linear-gradient(center top , #343434,#0c0c0c) repeat scroll 0 0 transparent;
	-pie-background:linear-gradient(#343434,#0c0c0c);
	background-image:-webkit-gradient(linear, 0 0%, 0 100%, from(#343434), to(#0c0c0c));
}

pre, code, tt {
	background-color:#eeeeee;
	border:1px solid #CCCCCC;
	border-radius:5px 5px 5px 5px;
	color:#888888;
	display:block;
	font:12px/1.5 'andale mono','lucida console', monospace;
	overflow:auto;
	padding:20px;
	word-wrap:break-word;
}

.group:before, .group:after {
	content:"";
	display:table;
}

.group:after {
	clear:both;
}

.col {
	display:block;
	float:left;
}

.col:first-child {
	margin-left:0;
}

.span_1_of_2 {
	width:48.5%;
}

.span_2_of_3 {
	width:65.66%;
}

.span_1_of_3 {
	width:31.33%;
}

.span_3_of_4 {
	width:74.25%;
}

.span_2_of_4 {
	width:48.5%;
}

.span_1_of_4 {
	width:22.75%;
}

.span_4_of_5 {
	width:79.4%;
}

.span_3_of_5 {
	width:58.8%;
}

.span_2_of_5 {
	width:38.2%;
}

.span_1_of_5 {
	width:17.6%;
}

.span_5_of_6 {
	width:82.83%;
}

.span_4_of_6 {
	width:65.66%;
}

.span_3_of_6 {
	width:48.5%;
}

.span_2_of_6 {
	width:31.33%;
}

.span_1_of_6 {
	width:14.16%;
}

.span_6_of_7 {
	width:85.28%;
}

.span_5_of_7 {
	width:70.57%;
}

.span_4_of_7 {
	width:55.85%;
}

.span_3_of_7 {
	width:41.14%;
}

.span_2_of_7 {
	width:26.42%;
}

.span_1_of_7 {
	width:11.71%;
}

.span_7_of_8 {
	width:87.12%;
}

.span_6_of_8 {
	width:74.25%;
}

.span_5_of_8 {
	width:61.37%;
}

.span_4_of_8 {
	width:48.5%;
}

.span_3_of_8 {
	width:35.62%;
}

.span_2_of_8 {
	width:22.75%;
}

.span_1_of_8 {
	width:9.875%;
}

.span_2_of_2,.span_3_of_3,.span_4_of_4,.span_5_of_5,.span_6_of_6,.span_7_of_7,.span_8_of_8 {
	width:100%;
    margin:0 auto; /*center-aligned*/
}

.tablebox {
	font-size:12px;
	width:100%;
	text-align:left;
	border-collapse:collapse;
}

.tablebox th {
	font-size:13px;
	font-weight:normal;
	padding:8px;
	background:#e0e0e0;
	color:#000000;
    border-top: 2px solid #c2c2c2;
	border-bottom:1px solid #FFFFFF;
}

.tablebox td {
	padding:8px;
	background:#F2F2F2;
	border-bottom:1px solid #FFFFFF;
	border-top:1px solid transparent;
}

.tablebox tr:hover td {
	background:#dedede;
}

.columny {
	font-size:12px;
	width:100%;
	text-align:left;
	border-collapse:collapse;
}

.columny th {
	background:#e0e0e0;
	color:#000000;
	font-size:14px;
	font-weight:normal;
	padding:12px 15px;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}

.columny td {
	padding:8px 15px;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
}

.columny-odd {
	background:#F2F2F2;
}

.columny-even {
	background:#ededed;
}

.columny-th-odd {
	background:#dedede;
}

.columny-th-even {
	background:#d4d4d4;
}

.minimalist {
	font-size:12px;
	width:100%;
	border-collapse:collapse;
	text-align:left;
}

.minimalist th {
	font-size:14px;
	font-weight:normal;
	padding:10px 8px;
	border-bottom:2px solid #e0e0e0;
}

.minimalist td {
	padding:9px 8px 0px 8px;
}

.minimalist tbody tr:hover td {
	color:#e0e0e0;
}

form label {
	display:block;
	margin-top:20px;
	font-size:1.3em;
}

form input[type="text"], input[type="password"],form textarea {
	width:100%;
	color:#000000;
	background:#EEEEEE;
	border:1px solid #dadada;
	padding:10px;
	margin-top:3px;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

form input[type="text"]:focus, input[type="password"]:focus, form textarea:focus {
	border:1px solid #006605;
}

form textarea {
	font-family:Arial, Helvetica, sans-serif;
}

form input[type="submit"] {
	margin-top:20px;
	float:right;
}

.galerie {
	overflow:hidden;
	margin:0px;
    height:200px;
}

.thumbnail {
	float:left;
	position:relative;
	width:25%;
    height:100%;
	padding-bottom:100%;
}

.thumbnail-inner {
	position:absolute;
	left:10px;
	right:10px;
	top:10px;
	bottom:10px;
	overflow:hidden;
	margin:0;
}

.thumbnail-inner img {
	width:100%;
}

#imagelightbox {
	border:7px solid white;
	position:fixed;
	z-index:9999;
	-ms-touch-action:none;
	box-shadow:0 0 3.125em rgba(0, 0, 0, 0.75);
}

@media only screen and (min-width: 1024px) {
#sliderIfOk { display: block; }
#bannerClear { display: block; }

}

@media only screen and (max-width: 1024px) {
#wrapper > .bg {
	display:none;
	background-image:none;
}

#wrapper {
	background:none;
}

#hmenu-mobile {
	display:block;
	background:none;
}

#hmenu-mobile:after {
	content:'';
	position:absolute;
	width:68%;
	height:5px;
	top:0px;
	left:16%;
	box-shadow:0 10px 0 #808080, 0 23px 0 #808080, 0 36px 0 #808080;
}

#hmenu {
	width:100%;
	height:50px;
	z-index:200;
	position:absolute;
	right:0;
	margin:0;
}

#hmenu > ul {
	display:none;
	margin-top:50px;
	width:100%;
}

#hmenu ul li {
	width:100%;
	float:none;
}

#hmenu ul li > a {
	padding:15px;
	line-height:1em;
}

.nav-click {
	display:block;
}

#hmenu-mobile-open {
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
}

#hmenu ul li:hover ul {
	display:none;
}

#hmenu ul ul {
	position:static;
	width:100%;
	box-shadow:none;
	padding-top:0;
	background-color:#dedede;
}

#hmenu ul li > a,#hmenu ul li li > a {
	height:45px;
	line-height:45px;
	padding:0 0 0 15px;
}

#hmenu ul {
	background-color:#ededed;
	background-position:center top;
	background-repeat:no-repeat;
	background-image:none;
}

#hmenu ul li a:hover {
	background-color:#d9d9d9;
	background-position:center top;
	background-repeat:no-repeat;
	background-image:none;
}

#hmenu ul li a, #hmenu ul ul li a {
	border-bottom:1px solid #d9d9d9;
}

#hmenu ul li ul li:first-child,#hmenu ul li ul li:first-child a:hover,#hmenu ul li ul li:last-child,#hmenu ul li ul li:last-child a:hover,#hmenu ul li a:hover,#hmenu ul li a:active {
	border-radius:0;
}

#banner {
	padding-top:25.0%;
	height:168px;
	width:100%;
	background-size: 168px 168px;
}

#tagline {
    margin-top:-120px;
	display:block;
}

#page {
	width:93.75%;
	margin:0 auto;
}

#footer > .bg {
	display:block;
	background-image:none;
}

.row {
	width:100%;
}

#container {
	background:#ffffff;
	border-radius:0;
	box-shadow:none;
	padding:0;
}

#header {
	border-radius:0;
}

#footer {
	border-radius:0;
}

#container-top {
	display:none;
}

#container-bottom {
	display:none;
}

#sliderIfOk { display: none; }
#bannerClear { display: none; }
#bannerSub {display:none;}
#main2 {margin-top:-100px;}
#footerText{margin-left:0px;}
#footer > .bg {min-height:420px;}
#mainText{margin-right:0px;}
#mainTextWelcome{margin-left:-20px; margin-right:-40px;}
     
}

@media only screen and (max-width: 767px) {
.col {
	margin:1% 0 1% 0%;
}

.span_2_of_2, .span_1_of_2, .span_3_of_3, .span_2_of_3, .span_1_of_3, .span_4_of_4, .span_3_of_4, .span_2_of_4, .span_1_of_4,  .span_5_of_5, .span_4_of_5, .span_3_of_5, .span_2_of_5, .span_1_of_5,.span_6_of_6,.span_5_of_6, .span_4_of_6, .span_3_of_6, .span_2_of_6, .span_1_of_6,.span_7_of_7,.span_6_of_7,.span_5_of_7,.span_4_of_7,.span_3_of_7,.span_2_of_7,.span_1_of_7,.span_8_of_8,.span_7_of_8,.span_6_of_8,.span_5_of_8,.span_3_of_8,.span_4_of_8,.span_3_of_8,.span_2_of_8,.span_1_of_8 {
	width:100%;
    margin:0 auto; /*center-aligned*/
}
#sliderIfOk { display: none; }
#bannerClear { display: none; }
#bannerSub {display:none;}
#main2 {margin-top:-100px;}
#footerText{margin-left:0px;}
#footer > .bg {min-height:500px;}
#mainText{margin-right:0px;}
#mainTextWelcome{margin-left:-20px; margin-right:-40px;}
}

@media only screen and (max-width : 480px) {
.thumbnail {
	width:100%;
	padding-bottom:100%;
}
#sliderIfOk { display: none; }
#bannerClear { display: none; }
#bannerSub {display:none;}
#main2 {margin-top:-100px;}
#footerText{margin-left:0px;}
#footer > .bg {min-height:500px;}
#mainText{margin-right:0px;}
#mainTextWelcome{margin-left:-20px; margin-right:-40px;}

}

@media only screen and (max-width : 650px) and (min-width : 481px) {
.thumbnail {
	width:50%;
	padding-bottom:50%;
}
#sliderIfOk { display: none; }
#bannerClear { display: none; }
#main2 {margin-top:-100px;}
#footerText{margin-left:0px;}
#footer > .bg {min-height:500px;}
#mainText{margin-right:0px;}
#mainTextWelcome{margin-left:-20px; margin-right:-40px;}
}

@media only screen and (max-width : 1024px) and (min-width : 651px) {
	.thumbnail {width:33.3%;
	padding-bottom:33.3%;
}
#sliderIfOk { display: none; }
#bannerClear { display: none; }
#main2 {margin-top:-100px;}
#footerText{margin-left:0px;}
#footer > .bg {min-height:500px;}
#mainText{margin-right:0px;}
#mainTextWelcome{margin-left:-20px; margin-right:-40px;}
}


#iframeMaps{
    width:335px; 
    height:225px;  
    border:1px solid; 
    border-color:darkgreen; 
    border-radius:8px;    
}



#sliderFrame, #sliderFrame div {
    box-sizing: content-box;
}
#sliderFrame 
{
    position:relative;
    width:1200px;
    margin:0 auto; /*center-aligned*/
}

.slider, .slider div.sliderInner {
    width:1200px;height:600px;/* Must be the same size as the slider images */
}

.slider {
	background:#fff url(./images/slider/loading.gif) no-repeat 50% 50%;
	position:relative;
	margin:0 auto; /*center-aligned*/
    margin-left:-50px;
    transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #999999;
}

/* image wrapper */
.slider a.imgLink, .slider div.video {
	z-index:2;
	position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	
}

.slider .image{
    width:600px;
    height:300px;
}

.slider .video {
	background:transparent url(video.jpg) no-repeat 50% 50%;
}

/* Caption styles */
.slider div.mc-caption-bg, .slider div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:10px 0;/* 10px will increase the height.*/
	left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size: 0;
}
.slider div.mc-caption-bg 
{
    /* NOTE: Its opacity is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
	background:Black;/* or any other colors such as White, or: background:none; */
}
.slider div.mc-caption-bg2 {
    background:none;
}
.slider div.mc-caption {
	font: bold 14px/20px Arial;
	color:#EEE;
	z-index:4;
	text-align:center;
    background:none;
}
.slider div.mc-caption a {
	color:#FB0;
}
.slider div.mc-caption a:hover {
	color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/
/* Note: check themes\2\js-image-slider.css to see how to hide nav bullets */
.slider div.navBulletsWrapper  {
    top:610px;/* Its position is relative to the .slider */
	text-align:center;
	background:none;
	position:relative;
	z-index:5;
}

/* each bullet */
.slider div.navBulletsWrapper div 
{
    width:11px; height:11px;
    font-size:0;color:White;/*hide the index number in the bullet element*/
    background:transparent url(./images/slider/bullet.jpg) no-repeat 0 0;
    display:inline-block; display:inline;
    overflow:hidden;cursor:pointer;
    margin:0 6px;/* set distance between each bullet*/
}

.slider div.navBulletsWrapper div.active {background-position:0 -11px;}


/* --------- Others ------- */

.slider div.loading 
{
    width:100%; height:100%;
    background:transparent url(./images/slider/loading.gif) no-repeat 50% 50%;
    opacity:0.6;
    position:absolute;
    left:0;
    top:0; 
    z-index:9;
}

.slider img, .slider>b, .slider a>b {
	position:absolute; border:none; display:none;
}

.slider div.sliderInner {
	overflow:hidden; 
	-webkit-transform: rotate(0.000001deg);/* fixed the Chrome not crop border-radius bug*/
	position:absolute; top:0; left:0;
}

.slider>a, .slider video, .slider audio {display:none;}
.slider div {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}






/* MAIN PAGE */


#sliderFrameMain, #sliderFrameMain div {
    box-sizing: content-box;
}
#sliderFrameMain
{
    position:relative;
    width:1200px;
    margin:0 auto; /*center-aligned*/
}

.sliderMain, .sliderMain div.sliderInner {
    width:1200px;height:500px;/* Must be the same size as the slider images */
}

.sliderMain {
	background:#fff url(./images/slider/loading.gif) no-repeat 50% 50%;
	position:relative;
	margin:0 auto; /*center-aligned*/
    transform: translate3d(0,0,0);
    box-shadow: 0px 1px 5px #999999;
}

/* image wrapper */
.sliderMain a.imgLink, .sliderMain div.video {
	z-index:2;
	position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}
.sliderMain .video {
	background:transparent url(video.jpg) no-repeat 50% 50%;
}

/* Caption styles */
.sliderMain div.mc-caption-bg, .sliderMain div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:10px 0;/* 10px will increase the height.*/
	left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size: 0;
    display:none;
}
.sliderMain div.mc-caption-bg 
{
    /* NOTE: Its opacity is to be set through the sliderOptions.captionOpacity setting in the js-image-slider.js file.*/
	background:Black;/* or any other colors such as White, or: background:none; */
}
.sliderMain div.mc-caption-bg2 {
    background:none;
}
.sliderMain div.mc-caption {
	font: bold 14px/20px Arial;
	color:#EEE;
	z-index:4;
	text-align:center;
    background:none;
}
.sliderMain div.mc-caption a {
	color:#FB0;
}
.sliderMain div.mc-caption a:hover {
	color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/
/* Note: check themes\2\js-image-slider.css to see how to hide nav bullets */
.sliderMain div.navBulletsWrapper  {
    top:410px;/* Its position is relative to the .slider */
	text-align:center;
	background:none;
	position:relative;
	z-index:5;
    display:none;
}

/* each bullet */
.sliderMain div.navBulletsWrapper div 
{
    width:11px; height:11px;
    font-size:0;color:White;/*hide the index number in the bullet element*/
    background:transparent url(./images/slider/bullet.jpg) no-repeat 0 0;
    display:inline-block; display:inline;
    overflow:hidden;cursor:pointer;
    margin:0 6px;/* set distance between each bullet*/
}

.sliderMain div.navBulletsWrapper div.active {background-position:0 -11px;}



/* --------- Others ------- */

.sliderMain div.loading 
{
    width:100%; height:100%;
    background:transparent url(./images/slider/loading.gif) no-repeat 50% 50%;
    opacity:0.6;
    position:absolute;
    left:0;
    top:0; 
    z-index:9;
}

.sliderMain img, .sliderMain>b, .sliderMain a>b {
	position:absolute; border:none; display:none;
}

.sliderMain div.sliderInner {
	overflow:hidden; 
	-webkit-transform: rotate(0.000001deg);/* fixed the Chrome not crop border-radius bug*/
	position:absolute; top:0; left:0;
}

.sliderMain>a, .sliderMain video, .sliderMain audio {display:none;}
.sliderMain div {-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}


.imgOnPage{
    border:1px solid; 
    border-color:darkgreen; 
    border-radius:5px;
    max-width:100%;
    height:auto;
    width: auto; /* ie 8 */
    margin-left:2px;
}

.imgOnPagegalerie{
    border:1px solid; 
    border-color:darkgreen; 
    border-radius:8px;
    
    max-width:100%;
    height:auto;
    width: auto; /* ie 8 */
    margin-left:2px;
}


 

/* Preload images */
body:after {
  content: url(../images/close.jpg) url(../images/loading.gif) url(../images/prev.jpg) url(../images/next.jpg);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.jpg) left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.jpg) right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.jpg) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}

div.feature {
    position: relative;
}
 
div.feature a {
    position: absolute;
    width: 100%;
    height: 100%;
    text-decoration: none; /* No underlines on the link */
    z-index: 999; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
}

.navMid{
    vertical-align:middle;
}