/*
Theme Name: Lang
Theme URI: http://www.datentechnik-spaeth.de
Description: Template fuer Blumenhaus Lang
Author: Blumen Lang
Author URI: http://www.datentechnik-spaeth.de
*/

/* BODY */ 

body
 {
     text-align: left;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 96%;
	 background-image:url(images/bg.jpg);
	 background-repeat:no-repeat; 
	 background-attachment:fixed; 
	 background-position:center;  
	 -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -webkit-text-size-adjust:none;
   -ms-hyphens: auto;
 }
a:link { color:#5F6500;; text-decoration: none; }
a:visited { color:#5F6500;; text-decoration: none; }
a:hover { color:#317828;text-decoration: underline;}
a:active { color:#5F6500;; text-decoration: none;}
h1{text-align:left; font-family: 'Verdana', sans-serif; font-weight:300; font-size: 220%; text-shadow:none; margin:0px 0px; padding:0px 0px; color:#317828;}
h2{text-align:left; font-family: 'Verdana', sans-serif; font-weight:300; font-size: 150%; text-shadow:none; margin:0px 0px; padding:0px 0px; color:#317828;}
h3{text-align:left; font-family: 'Verdana', sans-serif; font-weight:300; font-size: 135%; text-shadow:none; margin:0px 0px; padding:0px 0px; color:#FFF;}
.flrp { font-size:100%; font-weight:bold; color:#000;}
li {
  margin:0;
  padding:0;
} 
ul { margin-left:0px; padding:0;}
.entry ul { margin-left: 0x; padding-left: 15px; line-height: 200%; }
.date {font-weight:bold;}
img { border: 0; }

#button1{
  display:none;
  width: 24px;
  height: 20px;
  position: relative;
  float:right;
  right: 15px;
  top: 0px;
  margin: 5px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#button1 span{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #317828; 
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#button1 span:nth-child(1) {
  top: 0px;
}

#button1 span:nth-child(2) {
  top: 8px;
}

#button1 span:nth-child(3) {
  top: 16px;
}

#button1.active span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#button1.active span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#button1.active span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.gree-link{
	display: inline-block;
	color:#fff !important;
	background-color:#39792E;
	margin: 5px 0px 20px 0px;
    padding: 6px 15px 6px 15px;
	text-decoration:none;
	font-size: 100%;
	transition: box-shadow .3s cubic-bezier(.55, 0, .1, 1);
	outline:0; 
	overflow:hidden;
	clear:both;
	bottom:0px;
	right:0px;
	position:relative;
	
}
/* Seitennavigation */ 
.pagination_navi{ text-align: center; margin: 20px 0px; transition: box-shadow .3s cubic-bezier(.55, 0, .1, 1);}
.pagination_navi a {border:1px solid #39792E; font-size: 100%; font-weight:normal; padding: 2px 6px; margin: 2px 3px; transition: box-shadow .3s cubic-bezier(.55, 0, .1, 1);}
.pagination_navi a.current-page{ color: #fff; background-color:#39792E; box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.29);}
.pagination_navi a:hover{border:1px solid #46C; color: #FFF; background-color:#39792E; box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.29);}
.links{float:left;}
.rechts{float:right;}
.unten{right:0px; bottom:-15px;}
.oben{left:-8px; top:-26px;}

.gree-link:hover{
	display: inline-block;
	color:#FFF;
    background-color:#39792E;
	text-decoration:none;
	box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.26);
	outline:0; 
}
.gree-link:active{
	display: inline-block;
	color:#fff !important;
	background-color:#39792E;
    padding: 6px 15px 6px 15px;
	text-decoration:none;
	font-size: 100%;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.29);
	outline:0; 
}

.clearer { clear:both; height:20px;}
.b-clearer { clear:both; height:30px;}
#wrapper{
	width:1140px;
	text-align: left;
	margin: 20px auto;
	overflow:hidden;
	overflow:visible;
	}
#header{
     width:100%;
     height: auto;
     margin: 0px auto;
     text-align: left;
     color: #FFFFFF;
	 }
#navi-left
 {
     width: 220px;
     float: left;
	 margin:40px 0px;
	 background-color: rgba(49,120,40,0.9);
	 height: auto;
	 color:#FFF;
 }
.inhalt
 {
     width: 800px;
	 margin:20px 0px 20px 20px;
	 padding: 20px 40px;
     float: right;
	 background-color: rgba(255,255,255,0.8);
	 height: auto;
	 overflow:hidden;
	 color:#000;

	 
 }
.box {
  	width:48%;
  	height:auto;
	margin: 0 0;
	padding: 1% 1% 1% 1%;
	float:left;
	text-align:left;
	color:#fff;
}
.box a{ color:#fff;}

#footer{clear:both; height: auto; background:#317828; overflow:hidden;}
#mobilemenue { width: 100%; height:auto; background:#317828; display:none; text-align:right;}
.picture100 	{max-width: 100%; height: auto; margin: 0 0;padding: 0 0; }
.picture30		{max-width: 30%; height: auto; margin: 0 0;padding: 0 2% 0 0; float:left;}
.picture25		{max-width: 23%; height: auto; margin: 0 0;padding: 0 2% 2% 0; float:left;}
.picture50		{max-width: 48%; height: auto; margin: 0 0;padding: 0 2% 2% 0; float:left;}
	
.news{width: 97%; height: auto; margin: 0% 0% 0% 0%; padding: 1% 1%; border: 4px solid white; box-shadow: 0 0 1px rgba(0,0,0, .4); overflow:hidden;}
.newspic	{width:100%; height:auto;}

.banner			{max-width: 100%; height: auto; margin: 0 0;padding: 0 0;}
/* Home Slider */ 
#slider  {width:100%; height:auto; text-align: center; margin: 0px auto; padding: 0 0; overflow:hidden; z-index:500; position:relative; }
.cycle-slideshow{width:100%; height:auto;  overflow:hidden; margin: 0px 0px; padding: 0px 0px;}
.sliders		{width:100%; height:auto;  overflow:hidden; margin: 0px 0px; padding: 0px 0px; z-index:501; position:relative;}
.cycle-prev, .cycle-next { display:block; position: absolute; top: 49%; width: 51px; opacity: .5; filter: alpha(opacity=50); height: 51px; cursor: pointer; z-index:510; }
.cycle-prev 	{ left: 5px;  background: url(images/left.png) 50% 50% no-repeat;}
.cycle-next 	{ right: 5px; background: url(images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: 1; filter: alpha(opacity=100) }
.cycle-pager {text-align: center; position:absolute; width: 100%; z-index: 520; left:0px; bottom:10px; padding:0px 0px;}
.cycle-pager span { font-family: arial; margin: 0px 0px; font-size: 50px; width: 16px; height: 16px; display: inline-block; color: rgba(255,255,255,0.5); cursor: pointer; padding:0px 2px;}
.cycle-pager span.cycle-pager-active { color: #317828;}
.cycle-pager > * { cursor: pointer;}

.adresse{ margin: 10px 0px; color:#FFFFFF; padding: 7px 10px 7px 10px; display: block;}	 



 
/* Mainmenue  */

#nav1 li {
	margin: 0px 0px;
}
#nav1 li {
	list-style-type: none;
	text-align: left;
}
#nav1 li a {
	background-image:url(../images/nav2-menue1.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #fff;
	padding: 7px 10px 7px 10px;
	display: block;
}
#nav1 li:hover {
	background-color: rgba(255,255,255,0.4);
	color:#000;
}
#nav1 li a:hover {
	background-color: rgba(255,255,255,0.4);
	color:#000;
}
#nav1 #aktiv a {
	background-color: rgba(255,255,255,0.6);
	color:#000;
}

#nav1 ul li.current_page_item a{
	background-color: rgba(255,255,255,0.6);
	color:#000;
}


.bluete{
	float:left;
	padding:5px 10px;
}

#nav2	{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#E8ECE1;
	text-decoration: none;
	}
#nav2 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
	}
#nav2 li {
	width:50%;
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 7px 0px;
	color:#E8ECE1;
	text-decoration: none;
	list-style-type:none;
	background-image:url(../images/li-bg.png);
	background-repeat: no-repeat;
	}
#nav2 a {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 7px 0px;
	color:#E8ECE1;
	text-decoration: none;
	}
#nav2 a:hover {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 7px 0px;
	color:#FFF;
	text-decoration: none;
	text-decoration: underline;
	}
#nav2 ul li.current_page_item a{
	text-decoration: underline;
}
	
	
	
	
#nav3	{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#5F6500;
	text-decoration: none;
	}
#nav3 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
	}
#nav3 li {
	width:40%;
	float:left;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 7px 30px;
	color:#5F6500;
	text-decoration: none;
	list-style-type:none;
	background:url(images/bluete.png) no-repeat 0px 0px ;
	}
#nav3 a {
	color:#5F6500;
	text-decoration: none;

	}
#nav3 a:hover {
	color:#317828;
	text-decoration: none;
	text-decoration: underline;

	}

#nav3 ul li.current_page_item a{
	text-decoration: underline;
}







#nav4	{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color:#5F6500;
	text-decoration: none;
	}
#nav4 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type:none;
	}
#nav4 li {
	width:40%;
	float:left;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 7px 30px;
	color:#5F6500;
	text-decoration: none;
	list-style-type:none;
	background:url(images/rose.png) no-repeat 0px 0px ;
	
	}
#nav4 a {
	color:#5F6500;
	text-decoration: none;

	}
#nav4 a:hover {
	color:#317828;
	text-decoration: none;
	text-decoration: underline;

	}

#nav4 ul li.current_page_item a{
	text-decoration: underline;
}


/* MENUE 2*/ 
.menu-fussmenue-container{
	margin: 0px 0px 0px 0px;
	line-height:100%;
	display:block;
	float:left;
	height:auto;
	width:100%;
	padding: 5px 5px 5px 5px;
	color: #0081C4;
	text-decoration: none;
	text-align:left;
	font-size: 90%;
}
.menu-fussmenue-container ul {
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
.menu-fussmenue-container li {
	margin: 5px 5px 5px 5px;
	line-height:100%;
	display:block;
	padding: 2px 0px 2px 0px;
	width:45%;
	float:left;
	color: #0081C4;
	text-decoration: none;
	font-weight:100;
}
.menu-fussmenue-container a {
	line-height:100%;
	display:block;
	padding: 2px 5px 2px 5px;
	color: #0081C4;
	text-decoration: none;
	font-weight:100;
	border-bottom: none;
	}
.menu-fussmenue-container a:hover {
	line-height:100%;
	display:block;
	color: #fff;
	text-decoration: none;
	font-weight:100;
	border-bottom: none;
}

.menu-fussmenue-container a.mainaktiv {
	line-height:100%;
	display:block;
	text-decoration: none;
	color: #0081C4;
	font-weight:100;
	border-bottom: none;
}




.bullets {
	display: block;
    vertical-align:middle;
	list-style:none; 
	list-style-type:none; 
	margin: 20px 0;
	padding: 0 0;
}
.bullets li{list-style:none; list-style-type:none; height:30px; left:0px; margin:0 0; padding: 0 0;}
.bullets img{vertical-align:middle; padding: 0px 10px 0px 0px; }


@media only screen and (min-width: 599px) and (max-width: 1139px) {
h1{text-align:left; font-family: 'Verdana', sans-serif; font-weight:300; font-size: 180%; text-shadow:none; margin:0px 0px; padding:0px 0px; color:#317828}
h2{text-align:left; font-family: 'Verdana', sans-serif; font-weight:300; font-size: 150%; text-shadow:none; margin:0px 0px; padding:0px 0px; color:#317828}
#wrapper{
	width:100%;
	text-align: left;
	color: #FFFFFF;
	margin: 0px auto;
	}	
#navi-left
 {
     width: 28%;
     float: left;
	 margin:5px 0px;
	 background-color: rgba(49,120,40,0.8);
	 height: auto;
	 overflow:hidden;
 }
.inhalt
 {
     width: 70%;
	 margin:5px 0px;
	 padding: 10px 5px;
     float: right;
	 background-color: rgba(255,255,255,0.7);
	 height: auto;
	 overflow:hidden;
	 color:#000;
 }
  #mobilemenue { width: 100%; height:auto; background:#317828; display:none; }
  #button1 { display:none; }
  .adresse{ display:block;}
}

@media only screen and (min-width: 199px) and (max-width: 598px) {
	body
 {background-image:none;}
 h1{text-align:left; font-family: 'Verdana', sans-serif; font-weight:300; font-size: 160%; text-shadow:none; margin:0px 0px; padding:0px 0px; color:#317828}
h2{text-align:left; font-family: 'Verdana', sans-serif; font-weight:300; font-size: 130%; text-shadow:none; margin:0px 0px; padding:0px 0px; color:#317828}
#wrapper{
	width:100%;
	text-align: left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	left:0px;
	top:0px;
	}	
#navi-left
 {
     margin: 0px 0px;
	 display:none;
	 width:100%;
 }
 .inhalt
 {
     width: 100%;
	 margin:0px 0px 0px 0px;
	 padding: 10px 0px;
     clear:both;
	 background-color: rgba(255,255,255,0.7);
	 height: auto;
	 overflow:visible;
	 color:#000;
 }
 .news{width:95%;}
 #mobilemenue { width: 100%; height:auto; background:none; display:block; float:left; }
 #button1 { display:block; }
 .adresse{ display:none;}
.box			{width:98%; margin: 0px auto;}
}