
@import url("/css/font/quicksand/stylesheet.css");
/* Eric Meyer"s Reset CSS v2.0 - http://cssreset.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background: #ffffff;
  font-family: Arial, sans-serif;
  color: #303a3e;
}
* {
  outline: none;
}
clear {
  clear: both;
}
.wrapper {
  width: 1000px;
  background: #fff;
  margin: 0 auto;
}
header {
  display: block;
  width: 100%;
  text-align: center;
}
header hr {
  display: block;
  border: none;
  width: 100%;
  height: 5px;
  background: #c71f43;
  margin-bottom: 2px;
}
header banner {
  height: 300px;
  background: gray;
  display: block;
}
#description {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ededed 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ededed), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ededed 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ededed 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ededed 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ededed 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  text-align: center;
  padding: 20px 50px 10px;
  line-height: 21px;
}
#description #how-this-work {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 660px;
}
#description #how-this-work .block {
  display: inline-block;
  width: 185px;
  height: 595px;
  border-bottom: 1px solid #c71f43;
  border-top: 5px solid #c71f43;
  margin: 10px 8px;
  background: #fff;
  padding-top: 15px;
  position: relative;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
}
#description #how-this-work .block .circle {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background: #c82044;
  text-align: center;
  color: #fff;
  margin: 12px auto 18px;
  line-height: 32px;
  font-weight: bold;
  font-size: 19px;
}
#description #how-this-work .block .dots {
  position: absolute;
  left: 110px;
  top: 134px;
  width: 171px;
  height: 1px;
  background: transparent url(../img/dots.png) repeat-x;
  z-index: 2;
}
#description #how-this-work .block hr {
  border: none;
  height: 2px;
  background: #f7f7f7;
}
#description #how-this-work .block .arrow-down {
  margin-top: 10px;
  margin-bottom: 17px;
}
#description #how-this-work .block a {
  color: #c61f44;
}
#place-wrapper {
  display: block;
  width: 800px;
  margin: 1px auto;
}
#place-wrapper h2 {
  text-align: center;
  padding-bottom: 15px;
}
#place-wrapper #palce-search {
  background: #c82044;
  height: 110px;
  position: relative;
  color: #fff;
  font-size: 14px;
  margin-bottom: 2px;
}
#place-wrapper #palce-search #search_image_1 {
  position: absolute;
  background: transparent url(../img/search_image1.png) no-repeat center left;
  width: 185px;
  height: 75px;
  left: 20px;
  top: 18px;
  padding-left: 92px;
  line-height: 19px;
}
#place-wrapper #palce-search #search-city-wrapper {
  position: absolute;
  left: 296px;
  top: 40px;
}
#place-wrapper #palce-search #search-city-wrapper span {
  display: block;
  margin-left: 10px;
  margin-bottom: 8px;
}
#place-wrapper #palce-search #search-city-wrapper .ui-helper-hidden-accessible{
	display:none;
}
#place-wrapper #palce-search #search-city-wrapper input {
  border: none;
  padding: 5px 0 5px 15px;
  color: #000;
  font-size: 14px;
}
#place-wrapper #palce-search #search-radius-wrapper {
  position: absolute;
  left: 497px;
  top: 17px;
  width: 150px;
  height: 87px;
}
#place-wrapper #palce-search #search-radius-wrapper #search-radius {
  border: 1px solid #fff;
  background: #ffffff;
  height: 16px;
  width: 150px;
  position: absolute;
  bottom: 19px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
#place-wrapper #palce-search #search-radius-wrapper #search-radius > .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0px;
  top: 0px;
  height: 100%;
  background: #ffcccc;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
#place-wrapper #palce-search #search-radius-wrapper #search-radius > a.ui-slider-handle {
  background-image: url(../img/slider-handler.png);
  background-repeat: no-repeat;
  color: #000000;
  cursor: pointer;
  height: 35px;
  margin-left: -17px;
  padding-top: 5px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: -28px;
  width: 35px;
  z-index: 2;
}
#place-wrapper #palce-search #search-radius-wrapper .km {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
#place-wrapper #palce-search #suchen-button {
  position: absolute;
  width: 96px;
  height: 27px;
  left: 685px;
  top: 64px;
  background: url(../img/suchen.png) no-repeat;
  cursor: pointer;
}
#place-wrapper #places > h3 {
  margin-top: 1px;
  display: block;
  padding: 20px;
  border: 1px solid #ededed;
  font-size: 17px;
  color: #c82044;
  cursor: pointerö
}
#place-wrapper #places > div {
  padding: 20px;
  background: #ededed;
  margin-bottom: 1px;
}
#place-wrapper #places > div > h3 {
  display: inline-block;
  min-width: 170px;
  padding-bottom: 13px;
  border-bottom: 1px solid #fff;
  color: #c82044;
  font-size: 17px;
}
#place-wrapper #places > div > .content {
  height: 145px;
  position: relative;
}
#place-wrapper #places > div > .content .address {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #000;
  font-size: 12px;
  line-height: 20px;
}

#place-wrapper #places > div > .content .address a{
	color: #c61f44;
}

#place-wrapper #places > div > .content .hours-map {
  width: 580px;
  margin-left: 180px;
  height: 100%;
}
#place-wrapper #places > div > .content .hours-map table {
  font-size: 12px;
  display: inline-block;
  width: 184px;
  vertical-align: top;
}
#place-wrapper #places > div > .content .hours-map table tr:nth-child(odd),
#place-wrapper #places > div > .content .hours-map table tr.odd td {
  background-color: #fff;
}
#place-wrapper #places > div > .content .hours-map table tr.odd td{
  background-color: #ffffff;
}
#place-wrapper #places > div > .content .hours-map table td {
  padding-top: 4px;
  padding-bottom: 4px;
  height: 13px;
}
#place-wrapper #places > div > .content .hours-map table td.day {
  padding-left: 10px;
  width: 86px;
}
#place-wrapper #places > div > .content .hours-map table td.hour {
  padding-right: 10px;
  width: 76px;
}
#place-wrapper #places > div > .content .hours-map .map {
  display: inline-block;
  width: 385px;
  height: 100%;
  border: 1px solid  #fff;
}
section#logos {
  padding: 50px 100px 35px;
  text-align: left;
}
section#logos .logo {
  display: inline-block;
  width: 118px;
  height: 118px;
  border: 1px solid #efefef;
  text-align: center;
  vertical-align: top;
  margin: 6px 4px;
  position: relative;
  overflow: hidden;
}
section#logos .logo > a > div {
  display: table-cell;
  width: inherit;
  height: inherit;
  vertical-align: middle;
}
section#logos .logo > a {
  display: table-cell;
  width: inherit;
  height: inherit;
  vertical-align: middle;
}
section#logos .logo img {
  vertical-align: middle;
}
section#logos .logo:hover {
  border: 5px solid #c82245;
  width: 110px;
  height: 110px;
}
section#logos .logo:hover .hover {
  background: transparent url(../img/logos/3.90.png) no-repeat right bottom;
  position: absolute;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
}
section#logos .logo:hover .hover.h_gratis {
  background-image: url(../img/logos/gratis.png);
}
section#logos .logo:hover .hover.h_350 {
  background-image: url(../img/logos/3.50.png);
}
footer {
  text-align: center;
  padding-bottom: 20px;
  font-size: 13px;
}
footer a {
  color: #C61F44;
}

.ui-autocomplete{
	background: #f8f8f8;
	padding: 5px;
}

.ui-autocomplete .ui-menu-item {
	font-size: 13px;
	margin-bottom: 3px;
	width: 100%;
	display:block;
}

.ui-autocomplete .ui-menu-item a{
	width: inherit;
	display: block;
	padding: 5px 0;
}


.ui-autocomplete .ui-menu-item :hover{
	background: #eee;
}

.logo-icon {
	margin-top: 5px;
}