#wrapper h4 { font-size:16px; color:#999; margin-top:5px; margin-right:250px;}

#zeit-wrapper { text-align:left; margin-bottom:0px; margin-left:90px; }

textarea { border-radius:10px; border:thin; border-top:2px #dedede solid; padding:10px 0px 0px 10px; margin-left:-12px; margin-top:5px; margin-bottom:2px;}

input.bild { border-radius:10px; border-top:2px #dedede solid; padding:10px 0px 0px 10px; margin-left:12px; margin-top:5px; margin-bottom:2px;}

span.bild { font:Arial, Helvetica, sans-serif; font-size:15px; color:#999; margin-left:30px;}

hr { margin:5px 0px 5px 105px; width:410px; color:#e5e5e5; border: solid 1px;}


.required-info p { color:#999; font-size:12px;}

.clearfix.clearleft:after { clear: left; }
.clearfix.clearright:after  { clear: right; }

/* HOME
-------------------------------------------------------------- */





label.error {
	background: #ff557c; 
	border-top: 1px solid #ff557c;
	border-left: 1px solid #ff557c;
	border-right: 1px solid #ff557c;
	border-radius: 5px;
	font-size: 11px;
	color: #fff;
	padding: 5px 10px 5px 10px;
	z-index:10;
	text-align:left;
	height:auto;	
	position: absolute;
	width: auto !important;
	margin-top: 5px;
	line-height: 1 !important;
	white-space: nowrap;
}

label.error em {
    display: block;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: #666666 transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 5px;
    border-bottom: 0 none;
}







/* ADD PLACE FORM
-------------------------------------------------------------- */

.add-place-image {display: none;}

#add-place-form {
	
	width: 590px;
	height: 660px;
	padding-left: 0px;
 	margin-top: 0px;
}
 
#add-place-form input[type="text"] {
	width: 350px;
	height: 43px;
	background: url("img/forms/input-large.png") no-repeat center left;
	font-size: 0.8em;
	border: none;
	padding: 0px 40px 5px 15px;
	outline: none;
	line-height: 2.3;
}

#add-place-form input#add-place-zip {
	width: 58px;
	height: 43px;
	padding-right: 22px; 
	margin-left:5px;
	background: url("img/forms/input-x-small.png") no-repeat center left;
}

#add-place-form input#add-place-zeit {
	width: 58px;
	height: 43px;
	padding-right: 20px; 
	margin:0 -19px;
	background: url("img/forms/input-x-small.png") no-repeat center left;
}




#add-place-form input#add-place-city {
	width: 250px;
	height: 43px;
	background: url("img/forms/input-medium.png") no-repeat center left;
}

span.wpcf7-form-control-wrap.city {
	padding: 0 5px 0 5px;
}

#add-place-maincategory,
#add-place-subcategory-1,
#add-place-subcategory-2,
#add-place-subcategory-3 { display: none; }

#add-place-maincategory-replace,
#add-place-subcategory-1-replace,
#add-place-subcategory-2-replace,
#add-place-subcategory-3-replace { display: block; }


#add-place-form span.maincategory .error[for="add-place-maincategory"] {
	left: 727px !important;
	top: 190px !important;
	z-index: 1100;
}

#add-place-form span.city .error[for="add-place-city"] {
	left: 727px !important;
}

#add-place-form #add-place-maincategory-replace {
	width: 400px;
	padding-left: 38px;
	margin: 0px 0 0 72px;
	font-size: 1.3em;
	text-align: left;
	position: relative;
	height: 43px;
	background: url("img/icons/icon-maincategory.png") no-repeat scroll left center transparent;
	z-index: 900;
	
}


#add-place-form #add-place-subcategory-1-replace { z-index: 800 }
#add-place-form #add-place-subcategory-2-replace { z-index: 700 }
#add-place-form #add-place-subcategory-3-replace { z-index: 600 }

#add-place-form #add-place-maincategory-current,
#add-place-form #add-place-subcategory-1-current,
#add-place-form #add-place-subcategory-2-current,
#add-place-form #add-place-subcategory-3-current  {
	width: 485px;
	height: 43px;
	background: url("img/forms/select-box.png") no-repeat top left;
	font-size: 0.8em;
	border: none;
	outline: none;
	text-indent: 15px;
	line-height: 2.9;
	position: absolute;
	z-index: 900;
	cursor: pointer;
	color:#666;
}


/* Pfeil
-------------------------------------------------------------- */
.select-box-arrow {
	width: 27px;
	height: 27px;
	background: url("img/forms/select-box-arrow.png") no-repeat 0px 2px;
	position: absolute;
	z-index: 900;
	right: 20px;
	top: 8px;
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-moz-transition: -moz-transform 0.2s;
	-webkit-transition: -webkit-transform 0.2s;
	-o-transition: -o-transform 0.2s;
	transition: -ms-transform 0.2s;
	transition: transform 0.2s;
	cursor: pointer;
}

.select-box-arrow.rotate {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-moz-transition: -moz-transform 0.2s;
	-webkit-transition: -webkit-transform 0.2s;
	-o-transition: -o-transform 0.2s;
	transition: -ms-transform 0.2s;
	transition: transform 0.2s;
}



/* Auswahl
-------------------------------------------------------------- */
#add-place-form #add-place-maincategory-options,
#add-place-form #add-place-subcategory-1-options,
#add-place-form #add-place-subcategory-2-options,
#add-place-form #add-place-subcategory-3-options {
	background: url("img/forms/select-box-dropdown-large.png") no-repeat left bottom;
	margin-top:0px;
	list-style-type:none;
	border-top:0px;
	display:none;
	position:absolute;
	width:413px;
	z-index: 800;
	font-size: 0.8em;
	left: 43px;
	top: 35px;
	padding-top: 8px;
	padding-bottom: 15px
}

#add-place-form #add-place-maincategory-options li,
#add-place-form #add-place-subcategory-1-options li,
#add-place-form #add-place-subcategory-2-options li,
#add-place-form #add-place-subcategory-3-options li {
	margin-left: 15px;
	width: 180px;
	margin: 5px 0 0px 15px;
	height: 27px;
	cursor: pointer;

	line-height: 1.6;
}

#add-place-form #add-place-maincategory-options .list-left,
#add-place-form #add-place-subcategory-1-options .list-left,
#add-place-form #add-place-subcategory-2-options .list-left,
#add-place-form #add-place-subcategory-3-options .list-left {
	width: 195px;
	float: left;
}


#add-place-form .name,
#add-place-form .street,
#add-place-form .zip,
#add-place-form .phone,
#add-place-form .e-mail,
#add-place-form .email,
#add-place-form .website,
#add-place-form .add-place-maincategory,
#add-place-form .add-place-subcategory {
	font-size: 1em;
	height: 40px;
	padding-left: 40px;
}

#add-place-form .street {
	background-position: center left;
}

#add-place-submit {
	padding-right: 145px;
	text-align: right;
}

.required-info {
	margin-left: 20px;
	margin-top:10px;
	text-align: right;
	width: 480px;
}



.aerzte-apotheken,.babys-bedarf,.barrierefreier-opvn,.erleben-entdecken,.essen-trinken,.shopping,.spielplatz,.wickeln-stillen,.weihnachtsmaerkte { color: #333; }





.wpcf7-response-output { display: none !important;}




/* CONTENT
-------------------------------------------------------------- */

/* form & button */
form{margin:0; padding:0;}


.hidden { display: none; }
.blue { color: #84c4eb; }
.pink { color: #ffb9e0; }
 

.btn-blue, .btn-grey {
  display: inline-block; 
  width: 170px;
  height: 42px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  background-color: transparent;
  text-decoration: none !important;
  text-align: center;
  line-height: 2.4;
  cursor: pointer;
  margin-right:50px;
}

.btn-blue {
  background-image: url("img/buttons/btn-blue.png");
  color: #fff;
  text-shadow: -1px -1px 1px #cdcdcd;
}

.btn-blue:visited {
  color: #fff;	
}

.btn-blue:focus, .btn-blue:hover { 
  background-position: 0px -43px; 
  color: #fff;
  opacity:0.9;
}

.btn-blue:active { 
  background-position: 0px -84px; 
  color: #fff;
  opacity:1.0;
}

