@CHARSET "UTF-8";
/**********************************************************************************/
/* @file:        layout/klassisch/css/baumschule_betrieb.css
*  @description: Stylesheet der Webseite "Baumschule Ammerland"
*  @author:      Wolfgang Blessen Software (http://www.blessen.de)
/**********************************************************************************/
/***************************************
*  Generelle Formatierungen
***************************************/
* {margin: 0px; padding: 0px;}
img {border: none;}
/***************************************
*  Baumschule Betriebe Suche
***************************************/
h2.suche_header{
	color:black;
}
input.suchbegriff{
	width:73%;
	margin-right:2%;
	float:left;
}
input.suche_absenden{
	width:22%;
	max-width:120px;
	float:left;
	background:white;
}
/***************************************
*  Baumschule Suche Autovervollständigung
***************************************/
form.form_suche{
	background:red;
}
div.autocomplete {
      position:absolute;
      width:200px;
      background-color:white;
      color:black;
      border:none; /* 1px solid #888; */
      margin:0px;
      padding:0px;
}
div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
}
div.autocomplete ul li.selected { background-color: lavender;}

div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:32px;
      cursor:pointer;
}
/***************************************
*  Baumschule Betriebe Liste
***************************************/
div.baumschulen_liste{
	width:98%;
	padding: 10px;
	margin:10px 0 34px 0;
	/* background:white; */
    -moz-border-radius: 0.2em;
    -o-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    border-color: #ccc;
}
.navigation_wrapper{
	width:98%;
	padding:2px;
	margin:2px;
    -moz-border-radius: 0.2em;
    -o-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    border-color: #000ccc;
}
.baumschulen_liste .page_navigation{
	float:left;
}
.baumschulen_liste .sortierung{
	float:right;
}
.baumschulen_liste h2{
	float:left;
}
a.info_link,
a.info_link:link,
a.info_link:visited,
a.info_link:active{
	display:block;
	float:right; 
	color: #854242;
	font-weight:700;
	padding: 1px 2px;
	background:none;
	text-decoration:none;
	border:none;
}
a.info_link:hover,
a.info_link:active{
	color: #854242;
	text-decoration:underline;
	border:none;
}

.baumschulen_liste div.privatverkauf{
    color: #854242;
    background: #fff;

    padding:1px 2px;
    border-radius:2px;
    overflow:visible;
    float:right;
}

.baumschulen_liste div.info{
	float:right;
	color: #000000;
	padding: 10px 10px 10px 50px;
	min-height: 20px;
	font-style: oblique;
	background-image: url(../images/information.png);
	background-position: left center;
	background-repeat: no-repeat;
}

wbs.info{
	padding: 10px 10px 10px 50px;
	min-height: 20px;
	border: 1px solid brown;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	/* Und hier sind die Deklarationen für die Schatten.
   Der erste PX-Wert steht für die Y-Achse,
   der zweite Wert für die X-Achse und der
   dritte Wert für die Weichzeichnung des Schattens.
   Und der letzte Wert ist die Schattenfarbe. */
	-webkit-box-shadow: 5px 5px 10px #666;
	-moz-box-shadow: 5px 5px 10px #666;
	box-shadow: 5px 5px 10px #666;
	color: #000000;
	font-style: oblique;
}
wbs.info {
	background-color: #ffffcc;
	background-image: url(../images/information.png);
	background-position: left center;
	background-repeat: no-repeat;
}
/***************************************
*  Baumschule Betriebe List Item
***************************************/
div.baumschule_vorschau{
	float:left;
	width:90%;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:5px;
	padding:0;
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 2px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 2px rgba(50, 50, 50, 0.75);
	background: rgb(248, 248, 248);
	background: -moz-linear-gradient(266deg, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(266deg, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(266deg, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(266deg, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(356deg, rgb(248, 248, 248) 0%, rgb(255, 255, 255) 100%);
}
@media only screen and (min-width: 600px) {
	div.baumschule_vorschau{
		float:left;	
		width:48%;	
	}
	div.baumschule_vorschau:nth-of-type(2n+1){

	  clear:both;
	}
}

div.baumschule_vorschau h4{
	margin:0;
	font: serif 14px;
	padding:2px 8px;
	background: #ccc;
	color: #333;
}	
div.baumschule_vorschau .zeile_1{
	margin:0;
	padding:2px 0 3px 0;
	width:100%;
}
div.baumschule_vorschau .zeile_2{
	margin:0;
	padding:0 0 5px 0;
	width:100%;
}
div.baumschule_vorschau .footer{
	margin:0;
	padding:0;
	width:100%;
}

div.baumschule_vorschau .left_panel{
	margin:0;
	padding:0 0 0 8px;
	color: #333;
	float:left;
	width:45%;
}	
div.baumschule_vorschau .right_panel{
	margin:0;
	padding:0 8px 0 0;
	color: #333;
	float:right;
	width:45%;
}	
div.baumschule_vorschau .right_panel a{
	color: #333;
}	
div.baumschule_vorschau .footer{
	clear:both;
	min-height:24px;
	line-height:24px;
	padding:0 0 8px 0;
	overflow:hidden;
}
div.baumschule_vorschau .footer .div_webseite{
	margin:0;
	padding:0 0 0 8px;
	color: #333;
	float:left;
	/* width:45%; */
}
div.baumschule_vorschau .footer .webseite{
	display:inline;
}
div.baumschule_vorschau .footer .div_links{
	height:24px;
	float:right;
}
div.baumschule_vorschau .footer ul.links{
	height:24px;
	line-height:24px;
	display:inline;
	list-style-type: none;
}
div.baumschule_vorschau ul.links li{
	float:left;
	width:24px;
	height:24px;
	margin:0 3px 0 0;
	line-height:24px;
	list-style-type: none;
}
div.baumschule_vorschau ul.links li a{
	margin:0;
	padding:0;
	opacity:0.6;
}
div.baumschule_vorschau ul.links li a:hover,
div.baumschule_vorschau ul.links li a:active{
	opacity:1.0;
}
/***************************************
*  Button
***************************************/
.button {
    border: 1px solid rgba(0,0,0,0.2);
    border-bottom-color: rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 0.0625em 0 rgba(255,255,255,0.4), inset 0 0 0.0625em rgba(255,255,255,0.6);
    -webkit-box-shadow: inset 0 0.0625em 0 rgba(255,255,255,0.4), inset 0 0 0.0625em rgba(255,255,255,0.6);
    box-shadow: inset 0 0.0625em 0 rgba(255,255,255,0.4), inset 0 0 0.0625em rgba(255,255,255,0.6);
    color: #666;
    cursor: pointer;
    font-family: "Lucida Grande", Tahoma, sans-serif;
    font-size: 1em;
    line-height: 1.6em;
    letter-spacing: 0;
    padding: 2px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.button > span:before {
    border-right: 0.075em solid rgba(0,0,0,0.1);
    -moz-box-shadow: 0.075em 0 0 rgba(255,255,255,0.25);
    -webkit-box-shadow: 0.075em 0 0 rgba(255,255,255,0.25);
    box-shadow: 0.075em 0 0 rgba(255,255,255,0.25);
    content: "";
    display: block;
    float: left;
    font-family: "zocial" !important;
    font-size: 1.25em;
    min-height: 1em;
    font-style: normal !important;
    font-weight: normal !important;
    margin: 0.1em 0.5em 0 0;
    text-align: center !important;
    padding: 0 0.5em;
    text-transform: none !important;
    text-decoration: none !important;
}
.button > span {
    display: block;
    font-size: 80%;
    font-weight: bold;
    padding: 0em 1em 0 0;
    white-space: nowrap;
    position: relative;
    z-index: 100;
}

.button,
.button > span {
    -moz-border-radius: 0.2em;
    -o-border-radius: 0.2em;
    -webkit-border-radius: 0.2em;
    border-radius: 0.2em;
    position: relative;
    z-index: 100;
}

.button:active {
    outline: none; /* outline is visible on :focus */
}
/*Gradients*/
.button {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)), color-stop(49%, rgba(255,255,255,0.05)), color-stop(51%, rgba(0,0,0,0.05)), to(rgba(0,0,0,0.1)));
    background: -moz-linear-gradient(top, rgba(255,255,255,0.1), rgba(255,255,255,0.05) 49%, rgba(0,0,0,0.05) 51%, rgba(0,0,0,0.1));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.1), rgba(255,255,255,0.05) 49%, rgba(0,0,0,0.05) 51%, rgba(0,0,0,0.1));
    background: linear-gradient(top, rgba(255,255,255,0.1), rgba(255,255,255,0.05) 49%, rgba(0,0,0,0.05) 51%, rgba(0,0,0,0.1));
}

.button:hover , .button:focus {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.15)), color-stop(49%, rgba(255,255,255,0.15)), color-stop(51%, rgba(0,0,0,0.1)), to(rgba(0,0,0,0.15)));
    background: -moz-linear-gradient(top, rgba(255,255,255,0.15), rgba(255,255,255,0.15) 49%, rgba(0,0,0,0.1) 51%, rgba(0,0,0,0.15));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.15), rgba(255,255,255,0.15) 49%, rgba(0,0,0,0.1) 51%, rgba(0,0,0,0.15));
    background: linear-gradient(top, rgba(255,255,255,0.15), rgba(255,255,255,0.15) 49%, rgba(0,0,0,0.1) 51%, rgba(0,0,0,0.15));
}

.button:active {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)), color-stop(30%, rgba(255,255,255,0)), color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,0.1)));
    background: -moz-linear-gradient(bottom, rgba(255,255,255,0.1), rgba(255,255,255,0) 30%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1));
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,0.1), rgba(255,255,255,0) 30%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1));
    background: linear-gradient(bottom, rgba(255,255,255,0.1), rgba(255,255,255,0) 30%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1));
}

#baumschule_betriebform{
	width:90%;
	background:white;
	margin:0 auto;
	padding:1em;
} 
#baumschule_betriebform fieldset{
	border:1px solid #ececec;
	padding:2em;
}	
#baumschule_betriebform fieldset legend{
	border:none;
	font-weight:700;
	padding:0.1em 1em;
	color:navy;
}	
#baumschule_betriebform label{
	width:20%;
	float:left;
	padding:0 1em 1em 0;
	text-align:right;
} 
#baumschule_betriebform label.pflicht:after{
	content:"*";
	color:red;
	font-weight:700;
} 
#baumschule_betriebform input[type=text],
#baumschule_betriebform input[type=select]{
	width:50%;
	float:left;
	margin:0 0 1em 0;
	background:ivory;
}
#baumschule_betriebform input.not_valid{
	background:khaki;
}

#baumschule_betriebform textarea{
	width:50%;
	float:left;
	margin:0 0 1em 0;
	background:ivory;
} 
#baumschule_betriebform input[type=checkbox]{
	width:2em;
	text-align:left;
	float:left;
	margin:0 0 1em 0;
	background:ivory;
} 
#baumschule_betriebform input#button_submit.button.red{
	background:khaki;
}
#baumschule_betriebform input#button_submit.button.green{
}