/* Blau: #029ac3 */

/* BREADCRUMB ***********************************************************/

.paketshops-content .breadcrumb {
  line-height: 20px;
}

/* SHOP TEASER **********************************************************/
.paketshops-content .shop-item {
  padding: 20px 0px;
  border-bottom: 1px solid #ededed;
}
.paketshops-content .shop-item .shop-title {
  color: #029ac3;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline !important;
}
.paketshops-content .shop-item .shop-title:visited {
  color: #029ac3;
}

.paketshops-content .shop-item .shop-info {
  font-size: 14px;
  margin-top: 4px;
}

.paketshops-content .shop-item .shop-info .shop-open-status {
  color: #c00;
  margin-top: 10px;
}
.paketshops-content .shop-item .shop-info .shop-open-status.now-open {
  color: RGBA(139, 188, 60, 1.00);
}


/* BRAND OVERVIEW ******************************************************/

.paketshops-content .paketshops-brand-content {
}

.paketshops-content .brand-city-list {
  margin-top: 20px;
}

.paketshops-content .brand-city-list .header-big {
  margin-bottom: 20px;
}

.paketshops-content .brand-city-list ul.city-list {
}

.paketshops-content .brand-city-list ul.city-list li {
  float: left;
  width: 50%;
}

.paketshops-content .brand-city-list ul.city-list li a {
  display: block;
  margin: 5px;
  padding: 10px;
  font-size: 13px;
  border: 1px solid #efefef;
  border-radius: 3px;
  text-decoration: none;
}
.paketshops-content .brand-city-list ul.city-list li a span.grey {
  color: #444;
}
.paketshops-content .brand-city-list ul.city-list li a:hover {
  background: #f7f7f7;
}


/* CITY / DISTRICT LISTING *********************************************/

.paketshops-content #shop_view_map,
.paketshops-content #city_and_district_map {
  width: 100%;
  height: 400px;
  margin: 20px 0;
}

.paketshops-content .shop_view_map_info {
  text-align: center;
  padding: 10px;
}
.paketshops-content .map_info_title {
  margin-bottom: 10px;
  font-weight: bold;
}

.paketshops-content .header-big {
  display: block;
  font-size: 23px;
  font-weight: bold;
  color: #029ac3;
}

.paketshops-content .header-medium {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #029ac3;
  margin-bottom: 20px;
}

.paketshops-content .paketshops-city-content {
  margin-top: 30px;
}

.paketshops-content .paketshops-city-content .info-text {
  text-align: justify;
}


/* CITY / DISTRICT PAGINATION *********************************************/

.paketshops-content .paketshops-pagination {
  margin: 10px 0;
}

.paketshops-content .paketshops-pagination em,
.paketshops-content .paketshops-pagination a {
  margin: 0 1px;
  float: left;
  display: block;
  padding: 0 6px;
  height: 26px;
  line-height: 26px;
  background: #f7f7f7;
  border-radius: 3px;
  text-decoration: none;
}
.paketshops-content .paketshops-pagination a:hover {
  color: #fff;
  background: #029ac3;
}

.paketshops-content .paketshops-pagination em {
  font-weight: bold;
  background: #efefef;
}


/* SHOP VIEW **********************************************************/

.paketshops-content > .shop-title {
  display: block;
  font-size: 23px;
  font-weight: bold;
  color: #029ac3;
  margin-bottom: 8px;
}

.paketshops-content .shop-details {
  width: 100%;
}

.paketshops-content #shop_view_map {
  margin: 20px 0;
}

.paketshops-content .shop-details-left {
  float: left;
  width: 48%;
  margin-right: 4%;
}

.paketshops-content .shop-details-right {
  float: left;
  width: 48%;
}

.paketshops-content .shop-details .shop_hours {
}

.paketshops-content .shop-details .shop_hours .shop_hour {
  padding: 6px;
}
.paketshops-content .shop-details .shop_hours .shop_hour:nth-child(odd) {
  background: #efefef;
}

.paketshops-content .shop-details .shop_hours .weekday,
.paketshops-content .shop-details .shop_hours .open_from,
.paketshops-content .shop-details .shop_hours .open_till {
  width: 33%;
  float: left;
}
.paketshops-content .shop-details .shop_hours .open_from,
.paketshops-content .shop-details .shop_hours .open_till {
  text-align: right;
}

.paketshops-content .shop-details table.shop-info-table td {
  padding: 6px 0;
}
.paketshops-content .shop-details table.shop-info-table td.label {
  width: 80px;
  font-weight: bold;
}

.paketshops-content .shop-details .shop-open-status {
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  padding: 10px;
  color: #c00;
  background: #efefef;
  border-radius: 6px;
  margin-bottom: 10px;
}
.paketshops-content .shop-details .shop-open-status.now-open {
  color: #fff;
  background: RGBA(139, 188, 60, 1.00);
}

.paketshops-content .shop-details .shop-attributes {
  line-height: 24px;
}

.paketshops-content .shop-details .shop-attributes {
  line-height: 24px;
}

.paketshops-content .shop-service-attributes {
  line-height: 24px;
  margin: 20px 0;
  padding: 10px 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.paketshops-content .shop-service-attributes .service-list li {
  list-style: disc;
  margin-left: 18px;
}

/* SEARCH **********************************************************/

.paketshops-content .paketshops-search-box {
  padding: 20px;
  margin: 20px 0;
  border: 2px solid #029ac3;
  border-radius: 6px;
  background: rgba(0, 156, 238, 0.06);
}
.paketshops-content .paketshops-search-box input {
  font-size: 15px;
}
.paketshops-content .paketshops-search-box input[type=search] {
  float: left;
  width: 70%;
  display: block;
  border: 1px solid #029ac3;
  background: #fff;
}
.paketshops-content .paketshops-search-box input[type=submit] {
  float: right;
  width: 25%;
  border: 0;
  color: #fff;
  background: #029ac3;
}
.paketshops-content .paketshops-search-box input[type=submit]:hover {
  background-image: linear-gradient(to top, #029ac3 50%, rgba(255, 255, 255, 0.3) 100%)
}

.paketshops-content .paketshops-search-results {
  margin-top: 10px;
}
.paketshops-content .paketshops-search-results .searchresult {
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}

.paketshops-content .search-error {
  margin-top: 20px;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #f00;
  background: rgba(255, 0, 0, 0.1);
}

/* WIDGETS **********************************************************/

.widget-area .widget.paketshops_widget a,
.widget-area .widget.paketshops_widget a:visited {
  color: #029ac3;
}
.widget-area .widget.paketshops_widget a span.grey {
  color: #444;
}

.paketshops_widget ul li {
  font-size: 12px;
  line-height: 17px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.paketshops_widget ul li a {
  color: #029ac3;
  text-decoration: none;
}

.city_districts_widget .districts-hidden-list-item {
  display: none;
}
.city_districts_widget .districts-show-hidden-list-items {
  text-align: center;
  padding: 4px;
  border-radius: 3px;
  background: #efefef;;
}
.city_districts_widget .districts-show-hidden-list-items:hover {
  cursor: pointer;
  color: #fff;
  background: #029ac3;
}


/* MISC / CLEARFIX ***************************************************/

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */


/* MOBILE ***********************************************************/

@media screen and (max-width: 850px) {

  .paketshops-content .paketshops-search-box {
    padding: 10px;
  }

  .paketshops-content #shop_view_map,
  .paketshops-content #city_and_district_map {
    width: 100%;
    height: 250px;
    margin: 20px 0;
  }

  .paketshops-content .shop-details-left {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .paketshops-content .shop-details-right {
    float: none;
    width: auto
  }

  .paketshops-content .brand-city-list ul.city-list li {
    float: none;
    width: auto;
  }
}
