/* Add here all your css styles (customizations) */
.wrapper {
	margin-bottom: 40px;
}
.haareszeiten-page {
	margin-top: 20px;
	background-color: #deaf79;
	background-image:url(../img/page_bg2.png);
	background-repeat: repeat-x;
	background-position: top;
}

.haareszeiten-content {
	background-color: white;
	padding-top: 15px;
	box-shadow: 0px 1px 15px #888;
}
.haareszeiten-navbar{
	box-shadow: 0px 1px 15px #888;
}

.haareszeiten-navbar > li{
	border-top: 1px solid #eee;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

#haareszeiten-carousel {
	margin-bottom: 20px;
}

.contact {
	margin-top: 18px;
}

.contact li {
	/*margin: 15px 0;
	font-size: 16px;
	font-weight: 200;*/
}

.contact li i {
	width: 35px;
	padding: 8px;
	font-size: 18px;
	margin-right: 5px;
	text-align: center;
	display: inline-block;
	background: rgba(255,255,255,0.1);
}

.team li > h4 {
color: #999;
font-size: 11px;
line-height: 16px;
text-transform: uppercase;
}

.haareszeiten-props > li {
	margin-bottom: 10px;
}

#haareszeiten-services {
	margin-top: 20px;
}

#haareszeiten-services .servive-block {
	height: 150px;
}

.products-page img {
	padding: 30px 5px;
	margin: 5px 0;
	border: solid 1px #eee;
	background: #fafafa;
}

/******* team ******/
.team-page {
     padding: 0px;
}

.team-banner p {
    margin: 20px 0px 0px 10px;
    padding: 10px 20px;
    max-width: 180px;
    font-size: 14px;
    color: black;
    background: rgba(255,255,255,0.8);
    font-weight: 500;
    line-height: 27px;
    text-align: left;
}

.full-width {
  width: 100%;
}

.reset-padding {
     padding: 0px;
}

.heading-v1 h2:before, .heading-v1 h2:after {
  top: 15px;
  height: 6px;
  border-top-style: solid;
  border-bottom-style: solid;
}
.heading h2:before {
  right: 100%;
}
.heading h2:before, .heading h2:after {
  content: ' ';
  width: 15px;
  position: absolute;
  border-width: 1px;
  border-color: #bbb;
}
